@kitn.ai/cli 0.1.0 → 0.2.0
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/doctor.es.js +1 -1
- package/package.json +2 -2
package/dist/doctor.es.js
CHANGED
|
@@ -180,7 +180,7 @@ async function runDoctor(argv = [], io = {}) {
|
|
|
180
180
|
const findings = diagnose({
|
|
181
181
|
cwd: io.cwd ?? process.cwd(),
|
|
182
182
|
cliVersion: cliVersion(),
|
|
183
|
-
builtAgainstKit: "0.
|
|
183
|
+
builtAgainstKit: "0.34.0"
|
|
184
184
|
});
|
|
185
185
|
if (argv.includes("--json")) {
|
|
186
186
|
(io.out ?? console.log)(JSON.stringify({ findings }, null, 2));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitn.ai/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "The kai command line for @kitn.ai/ui: scaffold a project or add a block to one, diagnose its wiring, and run the construct dev/eject/compile tooling.",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"lint:cli-invocations": "node scripts/lint-cli-invocations.mjs --self-test && node scripts/lint-cli-invocations.mjs"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"create-kai": "^0.
|
|
59
|
+
"create-kai": "^0.7.0",
|
|
60
60
|
"zod": "^4.4.3"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|