@lark-apaas/openclaw-scripts-diagnose-cli 0.1.5-alpha.2 → 0.1.5-alpha.3

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.
Files changed (2) hide show
  1. package/dist/index.cjs +4971 -63
  2. package/package.json +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/openclaw-scripts-diagnose-cli",
3
- "version": "0.1.5-alpha.2",
3
+ "version": "0.1.5-alpha.3",
4
4
  "description": "CLI for OpenClaw config diagnose and repair with JSON5 support",
5
5
  "main": "dist/index.cjs",
6
6
  "bin": {
@@ -31,14 +31,13 @@
31
31
  "publishConfig": {
32
32
  "access": "public"
33
33
  },
34
- "dependencies": {
35
- "@lark-apaas/http-client": "^0.1.5",
36
- "json-diff": "^1.0.6",
37
- "json5": "^2.2.3"
38
- },
39
34
  "devDependencies": {
35
+ "@lark-apaas/http-client": "^0.1.5",
36
+ "@lark-apaas/openclaw-slardar": "workspace:*",
40
37
  "@types/json-diff": "^1",
41
38
  "@types/node": "^22.0.0",
39
+ "json-diff": "^1.0.6",
40
+ "json5": "^2.2.3",
42
41
  "tsdown": "^0.21.0",
43
42
  "typescript": "^5.9.2",
44
43
  "vitest": "^3.2.4"