@chatcode/cco-llm-chatcode-config 0.1.0 → 0.1.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@chatcode/cco-llm-chatcode-config",
3
3
  "description": "ChatCode CLI plugin for ChatCode models, shared account access, and operations reporting",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://gitee.com/shiguifeng/dsh-llm-chatcode-config.git"
@@ -46,13 +46,6 @@
46
46
  "platform": "web"
47
47
  }
48
48
  },
49
- "scripts": {
50
- "build": "tsdown",
51
- "typecheck": "tsc --noEmit",
52
- "test": "vitest run",
53
- "prepack": "pnpm run build",
54
- "verify:brand": "node scripts/verify-brand.mjs"
55
- },
56
49
  "peerDependencies": {
57
50
  "@deepseek-ai/cordis": "^4.0.2",
58
51
  "@deepseek-ai/dsh-anonymous-user-id": ">=0.1.6-alpha.1 <0.2.0",
@@ -117,5 +110,11 @@
117
110
  "tsdown": "^0.22.2",
118
111
  "typescript": "^5.9.0",
119
112
  "vitest": "^4.0.0"
113
+ },
114
+ "scripts": {
115
+ "build": "tsdown",
116
+ "typecheck": "tsc --noEmit",
117
+ "test": "vitest run",
118
+ "verify:brand": "node scripts/verify-brand.mjs"
120
119
  }
121
- }
120
+ }