@lark-apaas/miaoda-cli 0.1.12-alpha.0 → 0.1.13

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": "@lark-apaas/miaoda-cli",
3
- "version": "0.1.12-alpha.0",
3
+ "version": "0.1.13",
4
4
  "description": "Miaoda 平台命令行工具,面向 Agent 调用",
5
5
  "type": "commonjs",
6
6
  "bin": {
@@ -17,20 +17,6 @@
17
17
  "dist",
18
18
  "upgrade"
19
19
  ],
20
- "scripts": {
21
- "build": "bash scripts/build.sh",
22
- "typecheck": "tsc --noEmit -p tsconfig.json",
23
- "lint": "eslint src/ --max-warnings 0",
24
- "format": "prettier --write src/",
25
- "format:check": "prettier --check src/",
26
- "test": "vitest run --project=unit",
27
- "test:watch": "vitest --project=unit",
28
- "test:integration": "vitest run --project=integration",
29
- "dev": "node --import tsx src/main.ts",
30
- "cli": "node --env-file-if-exists=integration/.env --import tsx src/main.ts",
31
- "prepare": "husky",
32
- "prepublishOnly": "pnpm format:check && pnpm lint && pnpm build && pnpm test"
33
- },
34
20
  "keywords": [
35
21
  "miaoda",
36
22
  "cli",
@@ -65,5 +51,16 @@
65
51
  "vitest": "^4.1.4",
66
52
  "xml2js": "^0.6.2"
67
53
  },
68
- "packageManager": "pnpm@10.16.1+sha512.0e155aa2629db8672b49e8475da6226aa4bdea85fdcdfdc15350874946d4f3c91faaf64cbdc4a5d1ab8002f473d5c3fcedcd197989cf0390f9badd3c04678706"
69
- }
54
+ "scripts": {
55
+ "build": "bash scripts/build.sh",
56
+ "typecheck": "tsc --noEmit -p tsconfig.json",
57
+ "lint": "eslint src/ --max-warnings 0",
58
+ "format": "prettier --write src/",
59
+ "format:check": "prettier --check src/",
60
+ "test": "vitest run --project=unit",
61
+ "test:watch": "vitest --project=unit",
62
+ "test:integration": "vitest run --project=integration",
63
+ "dev": "node --import tsx src/main.ts",
64
+ "cli": "node --env-file-if-exists=integration/.env --import tsx src/main.ts"
65
+ }
66
+ }