ccjk 1.3.4 → 1.3.5

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.
@@ -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.4";
23
+ const version = "1.3.5";
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",
4
+ "version": "1.3.5",
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": {
@@ -120,47 +120,47 @@
120
120
  "docs:preview": "pnpm -F @ccjk/docs preview"
121
121
  },
122
122
  "dependencies": {
123
- "@types/semver": "catalog:types",
124
- "ansis": "catalog:cli",
125
- "cac": "catalog:cli",
126
- "dayjs": "catalog:runtime",
127
- "find-up-simple": "catalog:runtime",
128
- "fs-extra": "catalog:runtime",
129
- "i18next": "catalog:runtime",
130
- "i18next-fs-backend": "catalog:runtime",
131
- "inquirer": "catalog:cli",
132
- "inquirer-toggle": "catalog:cli",
133
- "ora": "catalog:cli",
134
- "pathe": "catalog:runtime",
135
- "semver": "catalog:runtime",
136
- "smol-toml": "catalog:runtime",
137
- "tinyexec": "catalog:runtime",
138
- "trash": "catalog:runtime"
123
+ "@types/semver": "^7.7.1",
124
+ "ansis": "^4.1.0",
125
+ "cac": "^6.7.14",
126
+ "dayjs": "^1.11.18",
127
+ "find-up-simple": "^1.0.1",
128
+ "fs-extra": "^11.3.2",
129
+ "i18next": "^25.5.2",
130
+ "i18next-fs-backend": "^2.6.0",
131
+ "inquirer": "^12.9.6",
132
+ "inquirer-toggle": "^1.0.1",
133
+ "ora": "^9.0.0",
134
+ "pathe": "^2.0.3",
135
+ "semver": "^7.7.2",
136
+ "smol-toml": "^1.4.2",
137
+ "tinyexec": "^1.0.1",
138
+ "trash": "^10.0.0"
139
139
  },
140
140
  "devDependencies": {
141
- "@antfu/eslint-config": "catalog:build",
142
- "@changesets/cli": "catalog:tooling",
143
- "@commitlint/cli": "catalog:tooling",
144
- "@commitlint/config-conventional": "catalog:tooling",
145
- "@commitlint/types": "catalog:tooling",
146
- "@types/fs-extra": "catalog:types",
147
- "@types/inquirer": "catalog:types",
148
- "@types/node": "catalog:types",
149
- "@vitest/coverage-v8": "catalog:testing",
150
- "@vitest/ui": "catalog:testing",
151
- "eslint": "catalog:build",
152
- "eslint-plugin-format": "catalog:build",
153
- "glob": "catalog:testing",
154
- "husky": "catalog:tooling",
155
- "lint-staged": "catalog:tooling",
156
- "tsx": "catalog:build",
157
- "typescript": "catalog:build",
158
- "unbuild": "catalog:build",
159
- "vitest": "catalog:testing"
141
+ "@antfu/eslint-config": "^5.4.1",
142
+ "@changesets/cli": "^2.29.7",
143
+ "@commitlint/cli": "^19.8.1",
144
+ "@commitlint/config-conventional": "^19.8.1",
145
+ "@commitlint/types": "^19.8.1",
146
+ "@types/fs-extra": "^11.0.4",
147
+ "@types/inquirer": "^9.0.9",
148
+ "@types/node": "^22.18.6",
149
+ "@vitest/coverage-v8": "^3.2.4",
150
+ "@vitest/ui": "^3.2.4",
151
+ "eslint": "^9.36.0",
152
+ "eslint-plugin-format": "^1.0.2",
153
+ "glob": "^11.0.3",
154
+ "husky": "^9.1.7",
155
+ "lint-staged": "^16.2.0",
156
+ "tsx": "^4.20.5",
157
+ "typescript": "^5.9.2",
158
+ "unbuild": "^3.6.1",
159
+ "vitest": "^3.2.4"
160
160
  },
161
161
  "lint-staged": {
162
162
  "*": [
163
163
  "pnpm lint"
164
164
  ]
165
165
  }
166
- }
166
+ }