@coze/cli 0.1.3-alpha.3cc78c → 0.1.3-alpha.83c02a

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coze/cli",
3
- "version": "0.1.3-alpha.3cc78c",
3
+ "version": "0.1.3-alpha.83c02a",
4
4
  "private": false,
5
5
  "description": "Coze CLI - A command-line interface for Coze platform",
6
6
  "license": "MIT",
@@ -23,6 +23,8 @@
23
23
  "audit:pre": "pack-audit pre",
24
24
  "prebuild": "tsx scripts/prebuild.ts",
25
25
  "build": "CUSTOM_VERSION=release REGION=cn tsx scripts/build.ts",
26
+ "knip": "knip --include files",
27
+ "knip:all": "knip",
26
28
  "lint": "eslint ./ --cache",
27
29
  "pre-release": "tsx scripts/pre-release.ts",
28
30
  "prepublishOnly": "npm run pre-release",
@@ -32,7 +34,7 @@
32
34
  "test:e2e": "NODE_ENV=test bash scripts/e2e.sh"
33
35
  },
34
36
  "dependencies": {
35
- "@inquirer/prompts": "^3.2.0",
37
+ "@byted/frontier-web-sdk": "~1.25.9",
36
38
  "chalk": "^4.1.2",
37
39
  "commander": "~12.1.0",
38
40
  "form-data": "^4.0.5",
@@ -41,16 +43,16 @@
41
43
  "lodash": "^4.17.21",
42
44
  "mitt": "~3.0.1",
43
45
  "omelette": "~0.4.17",
44
- "openapi-typescript": "~7.4.0",
45
- "undici": "~7.24.5"
46
+ "undici": "~7.24.5",
47
+ "ws": "~8.20.0"
46
48
  },
47
49
  "devDependencies": {
48
50
  "@coze-arch/api-schema": "workspace:*",
51
+ "@coze-arch/cli-logger": "workspace:*",
49
52
  "@coze-arch/cli-slardar": "workspace:*",
50
53
  "@coze-arch/eslint-config": "workspace:*",
51
54
  "@coze-arch/pack-audit": "workspace:*",
52
55
  "@coze-arch/request": "workspace:*",
53
- "@coze-arch/rollup-config": "workspace:*",
54
56
  "@coze-arch/ts-config": "workspace:*",
55
57
  "@coze-arch/vitest-config": "workspace:*",
56
58
  "@coze-chat/chat-area-utils": "workspace:*",
@@ -59,6 +61,7 @@
59
61
  "@coze-chat/chat-input": "workspace:*",
60
62
  "@coze-coding/env": "workspace:*",
61
63
  "@coze-coding/lambda": "workspace:*",
64
+ "@emnapi/runtime": "^1.7.1",
62
65
  "@rollup/plugin-commonjs": "^28.0.2",
63
66
  "@rollup/plugin-json": "~6.0.0",
64
67
  "@rollup/plugin-node-resolve": "^15.3.0",
@@ -67,11 +70,12 @@
67
70
  "@rollup/plugin-terser": "^0.4.4",
68
71
  "@types/lodash": "~4.17.24",
69
72
  "@types/node": "^24",
70
- "@vitest/coverage-v8": "~4.0.18",
73
+ "@vitest/coverage-v8": "~4.1.7",
74
+ "knip": "^5.30.1",
71
75
  "rollup": "^4.60.1",
72
- "sucrase": "^3.35.0",
73
- "tsx": "^4.20.6",
74
- "vitest": "~4.0.18"
76
+ "sucrase": "^3.35.1",
77
+ "tsx": "^4.21.0",
78
+ "vitest": "~4.1.7"
75
79
  },
76
80
  "publishConfig": {
77
81
  "access": "public",