mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-30 17:50:00 -06:00
LocalDiskStorageController was dependent on putility for TeePromise, but since putility is a workspace module it's difficult for extensions to access it (Puter backend core would need to expose it). Since TeePromise itself is very small and will rarely (if ever) be changed I decided to move it to a separate package on npm.
9 lines
135 B
JSON
9 lines
135 B
JSON
{
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"teepromise": "^0.1.1",
|
|
"uuid": "^13.0.0"
|
|
}
|
|
}
|