ccjk 4.0.0-beta.3 → 4.0.0-beta.4
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/dist/chunks/package.mjs +1 -1
- package/package.json +53 -53
package/dist/chunks/package.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccjk",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.0.0-beta.
|
|
4
|
+
"version": "4.0.0-beta.4",
|
|
5
5
|
"packageManager": "pnpm@10.17.1",
|
|
6
6
|
"description": "Claude Code JinKu - Advanced AI-powered development assistant with skills, agents, and LLM-driven audit",
|
|
7
7
|
"author": {
|
|
@@ -121,60 +121,60 @@
|
|
|
121
121
|
"docs:preview": "pnpm -F @ccjk/docs preview"
|
|
122
122
|
},
|
|
123
123
|
"dependencies": {
|
|
124
|
-
"@anthropic-ai/sdk": "
|
|
125
|
-
"@clack/prompts": "
|
|
126
|
-
"@iarna/toml": "
|
|
127
|
-
"@types/semver": "
|
|
128
|
-
"@types/tar": "
|
|
129
|
-
"ansis": "
|
|
130
|
-
"cac": "
|
|
131
|
-
"chalk": "
|
|
132
|
-
"chokidar": "
|
|
133
|
-
"commander": "
|
|
134
|
-
"dayjs": "
|
|
135
|
-
"find-up-simple": "
|
|
136
|
-
"fs-extra": "
|
|
137
|
-
"gray-matter": "
|
|
138
|
-
"i18next": "
|
|
139
|
-
"i18next-fs-backend": "
|
|
140
|
-
"ink": "
|
|
141
|
-
"ink-select-input": "
|
|
142
|
-
"ink-spinner": "
|
|
143
|
-
"inquirer": "
|
|
144
|
-
"inquirer-toggle": "
|
|
145
|
-
"nanoid": "
|
|
146
|
-
"ora": "
|
|
147
|
-
"pathe": "
|
|
148
|
-
"picocolors": "
|
|
149
|
-
"react": "
|
|
150
|
-
"semver": "
|
|
151
|
-
"smol-toml": "
|
|
152
|
-
"tar": "
|
|
153
|
-
"tinyexec": "
|
|
154
|
-
"trash": "
|
|
155
|
-
"zx": "
|
|
124
|
+
"@anthropic-ai/sdk": "^0.52.0",
|
|
125
|
+
"@clack/prompts": "^0.7.0",
|
|
126
|
+
"@iarna/toml": "^2.2.5",
|
|
127
|
+
"@types/semver": "^7.7.1",
|
|
128
|
+
"@types/tar": "^6.1.13",
|
|
129
|
+
"ansis": "^4.1.0",
|
|
130
|
+
"cac": "^6.7.14",
|
|
131
|
+
"chalk": "^5.6.2",
|
|
132
|
+
"chokidar": "^4.0.3",
|
|
133
|
+
"commander": "^14.0.2",
|
|
134
|
+
"dayjs": "^1.11.18",
|
|
135
|
+
"find-up-simple": "^1.0.1",
|
|
136
|
+
"fs-extra": "^11.3.2",
|
|
137
|
+
"gray-matter": "^4.0.3",
|
|
138
|
+
"i18next": "^25.5.2",
|
|
139
|
+
"i18next-fs-backend": "^2.6.0",
|
|
140
|
+
"ink": "^5.0.1",
|
|
141
|
+
"ink-select-input": "^6.0.0",
|
|
142
|
+
"ink-spinner": "^5.0.0",
|
|
143
|
+
"inquirer": "^12.9.6",
|
|
144
|
+
"inquirer-toggle": "^1.0.1",
|
|
145
|
+
"nanoid": "^5.1.6",
|
|
146
|
+
"ora": "^9.0.0",
|
|
147
|
+
"pathe": "^2.0.3",
|
|
148
|
+
"picocolors": "^1.1.1",
|
|
149
|
+
"react": "^18.2.0",
|
|
150
|
+
"semver": "^7.7.2",
|
|
151
|
+
"smol-toml": "^1.4.2",
|
|
152
|
+
"tar": "^7.5.2",
|
|
153
|
+
"tinyexec": "^1.0.1",
|
|
154
|
+
"trash": "^10.0.0",
|
|
155
|
+
"zx": "^8.1.0"
|
|
156
156
|
},
|
|
157
157
|
"devDependencies": {
|
|
158
|
-
"@antfu/eslint-config": "
|
|
159
|
-
"@changesets/cli": "
|
|
160
|
-
"@commitlint/cli": "
|
|
161
|
-
"@commitlint/config-conventional": "
|
|
162
|
-
"@commitlint/types": "
|
|
163
|
-
"@types/fs-extra": "
|
|
164
|
-
"@types/inquirer": "
|
|
165
|
-
"@types/node": "
|
|
166
|
-
"@types/react": "
|
|
167
|
-
"@vitest/coverage-v8": "
|
|
168
|
-
"@vitest/ui": "
|
|
169
|
-
"eslint": "
|
|
170
|
-
"eslint-plugin-format": "
|
|
171
|
-
"glob": "
|
|
172
|
-
"husky": "
|
|
173
|
-
"lint-staged": "
|
|
174
|
-
"tsx": "
|
|
175
|
-
"typescript": "
|
|
176
|
-
"unbuild": "
|
|
177
|
-
"vitest": "
|
|
158
|
+
"@antfu/eslint-config": "^5.4.1",
|
|
159
|
+
"@changesets/cli": "^2.29.7",
|
|
160
|
+
"@commitlint/cli": "^19.8.1",
|
|
161
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
162
|
+
"@commitlint/types": "^19.8.1",
|
|
163
|
+
"@types/fs-extra": "^11.0.4",
|
|
164
|
+
"@types/inquirer": "^9.0.9",
|
|
165
|
+
"@types/node": "^22.18.6",
|
|
166
|
+
"@types/react": "^19.2.8",
|
|
167
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
168
|
+
"@vitest/ui": "^3.2.4",
|
|
169
|
+
"eslint": "^9.36.0",
|
|
170
|
+
"eslint-plugin-format": "^1.0.2",
|
|
171
|
+
"glob": "^11.0.3",
|
|
172
|
+
"husky": "^9.1.7",
|
|
173
|
+
"lint-staged": "^16.2.0",
|
|
174
|
+
"tsx": "^4.20.5",
|
|
175
|
+
"typescript": "^5.9.2",
|
|
176
|
+
"unbuild": "^3.6.1",
|
|
177
|
+
"vitest": "^3.2.4"
|
|
178
178
|
},
|
|
179
179
|
"lint-staged": {
|
|
180
180
|
"*": [
|