openkitt 0.3.2 → 0.3.3
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.js +3 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -256991,7 +256991,8 @@ var WORKSPACE_REQUIRED = new Set([
|
|
|
256991
256991
|
"domain",
|
|
256992
256992
|
"logs",
|
|
256993
256993
|
"status",
|
|
256994
|
-
"settings"
|
|
256994
|
+
"settings",
|
|
256995
|
+
"versions"
|
|
256995
256996
|
]);
|
|
256996
256997
|
var APPS_REQUIRED = new Set([
|
|
256997
256998
|
"delete",
|
|
@@ -265621,7 +265622,7 @@ async function helpCommand(_context, _args) {
|
|
|
265621
265622
|
// package.json
|
|
265622
265623
|
var package_default = {
|
|
265623
265624
|
name: "openkitt",
|
|
265624
|
-
version: "0.3.
|
|
265625
|
+
version: "0.3.3",
|
|
265625
265626
|
description: "AI-powered monorepo scaffolding CLI",
|
|
265626
265627
|
keywords: [
|
|
265627
265628
|
"cli",
|