@vectorx/xhs-cloud-cli 0.0.0-beta-20251209101106 → 0.0.0-beta-20251209102230
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vectorx/xhs-cloud-cli",
|
|
3
|
-
"version": "0.0.0-beta-
|
|
3
|
+
"version": "0.0.0-beta-20251209102230",
|
|
4
4
|
"description": "xhs-cloud-cli 主要用于如下场景: - agent 调试、发布 - cloud 云函数的调试、部署",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "types/index.d.ts",
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@koa/router": "^12.0.1",
|
|
19
|
-
"@vectorx/agent-simulator": "0.0.0-beta-
|
|
20
|
-
"@vectorx/cloud-toolkit": "0.0.0-beta-
|
|
21
|
-
"@vectorx/functions-framework": "0.0.0-beta-
|
|
19
|
+
"@vectorx/agent-simulator": "0.0.0-beta-20251209102230",
|
|
20
|
+
"@vectorx/cloud-toolkit": "0.0.0-beta-20251209102230",
|
|
21
|
+
"@vectorx/functions-framework": "0.0.0-beta-20251209102230",
|
|
22
22
|
"address": "^1.1.2",
|
|
23
23
|
"archiver": "^6.0.1",
|
|
24
24
|
"camelcase-keys": "^7.0.2",
|