فهرست منبع

tweak: fix package-lock.json

Using npm install appears to have different results depending on whether
or not the parent directory of the puter repository happens to have a
package.json file (ex: nested workspaces).
KernelDeimos 11 ماه پیش
والد
کامیت
431b0da027
1فایلهای تغییر یافته به همراه8 افزوده شده و 1 حذف شده
  1. 8 1
      package-lock.json

+ 8 - 1
package-lock.json

@@ -12,7 +12,6 @@
         "packages/*"
         "packages/*"
       ],
       ],
       "dependencies": {
       "dependencies": {
-        "@xterm/xterm": "^5.5.0",
         "json-colorizer": "^3.0.1",
         "json-colorizer": "^3.0.1",
         "uuid": "^9.0.1"
         "uuid": "^9.0.1"
       },
       },
@@ -11423,6 +11422,10 @@
         "querystring": "0.2.0"
         "querystring": "0.2.0"
       }
       }
     },
     },
+    "node_modules/useapi": {
+      "resolved": "packages/useapi",
+      "link": true
+    },
     "node_modules/utif2": {
     "node_modules/utif2": {
       "version": "4.1.0",
       "version": "4.1.0",
       "resolved": "https://registry.npmjs.org/utif2/-/utif2-4.1.0.tgz",
       "resolved": "https://registry.npmjs.org/utif2/-/utif2-4.1.0.tgz",
@@ -12537,6 +12540,10 @@
       "engines": {
       "engines": {
         "node": ">=12"
         "node": ">=12"
       }
       }
+    },
+    "packages/useapi": {
+      "version": "1.0.0",
+      "license": "AGPL-3.0-only"
     }
     }
   }
   }
 }
 }