zelari-code 1.5.4 → 1.5.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.
package/dist/cli/main.bundled.js
CHANGED
|
@@ -29324,7 +29324,7 @@ function checkBundle() {
|
|
|
29324
29324
|
}
|
|
29325
29325
|
}
|
|
29326
29326
|
function checkRuntimeDeps() {
|
|
29327
|
-
const required2 = ["react", "
|
|
29327
|
+
const required2 = ["react", "ink", "ink-text-input", "zod"];
|
|
29328
29328
|
const missing = [];
|
|
29329
29329
|
for (const dep of required2) {
|
|
29330
29330
|
try {
|
|
@@ -29336,7 +29336,7 @@ function checkRuntimeDeps() {
|
|
|
29336
29336
|
}
|
|
29337
29337
|
if (missing.length === 0) {
|
|
29338
29338
|
return OK(
|
|
29339
|
-
"runtime deps resolvable (react,
|
|
29339
|
+
"runtime deps resolvable (react, ink, ink-text-input, zod)"
|
|
29340
29340
|
);
|
|
29341
29341
|
}
|
|
29342
29342
|
return FAIL(
|