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