ccjk 1.3.1 → 1.3.2
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/simple-config.mjs +1 -1
- package/package.json +36 -36
|
@@ -20,7 +20,7 @@ import trash from 'trash';
|
|
|
20
20
|
import i18next from 'i18next';
|
|
21
21
|
import Backend from 'i18next-fs-backend';
|
|
22
22
|
|
|
23
|
-
const version = "1.3.
|
|
23
|
+
const version = "1.3.2";
|
|
24
24
|
const homepage = "https://github.com/miounet11/ccjk";
|
|
25
25
|
|
|
26
26
|
const i18n = i18next.createInstance();
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccjk",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.2",
|
|
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": {
|
|
@@ -111,43 +111,43 @@
|
|
|
111
111
|
"docs:preview": "pnpm -F @ccjk/docs preview"
|
|
112
112
|
},
|
|
113
113
|
"dependencies": {
|
|
114
|
-
"@types/semver": "
|
|
115
|
-
"ansis": "
|
|
116
|
-
"cac": "
|
|
117
|
-
"dayjs": "
|
|
118
|
-
"find-up-simple": "
|
|
119
|
-
"fs-extra": "
|
|
120
|
-
"i18next": "
|
|
121
|
-
"i18next-fs-backend": "
|
|
122
|
-
"inquirer": "
|
|
123
|
-
"inquirer-toggle": "
|
|
124
|
-
"ora": "
|
|
125
|
-
"pathe": "
|
|
126
|
-
"semver": "
|
|
127
|
-
"smol-toml": "
|
|
128
|
-
"tinyexec": "
|
|
129
|
-
"trash": "
|
|
114
|
+
"@types/semver": "^7.7.1",
|
|
115
|
+
"ansis": "^4.1.0",
|
|
116
|
+
"cac": "^6.7.14",
|
|
117
|
+
"dayjs": "^1.11.18",
|
|
118
|
+
"find-up-simple": "^1.0.1",
|
|
119
|
+
"fs-extra": "^11.3.2",
|
|
120
|
+
"i18next": "^25.5.2",
|
|
121
|
+
"i18next-fs-backend": "^2.6.0",
|
|
122
|
+
"inquirer": "^12.9.6",
|
|
123
|
+
"inquirer-toggle": "^1.0.1",
|
|
124
|
+
"ora": "^9.0.0",
|
|
125
|
+
"pathe": "^2.0.3",
|
|
126
|
+
"semver": "^7.7.2",
|
|
127
|
+
"smol-toml": "^1.4.2",
|
|
128
|
+
"tinyexec": "^1.0.1",
|
|
129
|
+
"trash": "^10.0.0"
|
|
130
130
|
},
|
|
131
131
|
"devDependencies": {
|
|
132
|
-
"@antfu/eslint-config": "
|
|
133
|
-
"@changesets/cli": "
|
|
134
|
-
"@commitlint/cli": "
|
|
135
|
-
"@commitlint/config-conventional": "
|
|
136
|
-
"@commitlint/types": "
|
|
137
|
-
"@types/fs-extra": "
|
|
138
|
-
"@types/inquirer": "
|
|
139
|
-
"@types/node": "
|
|
140
|
-
"@vitest/coverage-v8": "
|
|
141
|
-
"@vitest/ui": "
|
|
142
|
-
"eslint": "
|
|
143
|
-
"eslint-plugin-format": "
|
|
144
|
-
"glob": "
|
|
145
|
-
"husky": "
|
|
146
|
-
"lint-staged": "
|
|
147
|
-
"tsx": "
|
|
148
|
-
"typescript": "
|
|
149
|
-
"unbuild": "
|
|
150
|
-
"vitest": "
|
|
132
|
+
"@antfu/eslint-config": "^5.4.1",
|
|
133
|
+
"@changesets/cli": "^2.29.7",
|
|
134
|
+
"@commitlint/cli": "^19.8.1",
|
|
135
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
136
|
+
"@commitlint/types": "^19.8.1",
|
|
137
|
+
"@types/fs-extra": "^11.0.4",
|
|
138
|
+
"@types/inquirer": "^9.0.9",
|
|
139
|
+
"@types/node": "^22.18.6",
|
|
140
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
141
|
+
"@vitest/ui": "^3.2.4",
|
|
142
|
+
"eslint": "^9.36.0",
|
|
143
|
+
"eslint-plugin-format": "^1.0.2",
|
|
144
|
+
"glob": "^11.0.3",
|
|
145
|
+
"husky": "^9.1.7",
|
|
146
|
+
"lint-staged": "^16.2.0",
|
|
147
|
+
"tsx": "^4.20.5",
|
|
148
|
+
"typescript": "^5.9.2",
|
|
149
|
+
"unbuild": "^3.6.1",
|
|
150
|
+
"vitest": "^3.2.4"
|
|
151
151
|
},
|
|
152
152
|
"lint-staged": {
|
|
153
153
|
"*": [
|