@brainervirus/workit-cli 0.5.4 → 0.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/index.js +1 -1
- package/package.json +4 -1
package/dist/index.js
CHANGED
|
@@ -23192,7 +23192,7 @@ function Wizard({ onExit }) {
|
|
|
23192
23192
|
/* @__PURE__ */ jsx_dev_runtime.jsxDEV(Text, {
|
|
23193
23193
|
bold: true,
|
|
23194
23194
|
color: "cyan",
|
|
23195
|
-
children: "
|
|
23195
|
+
children: "workit — workflow rails for agentic coding"
|
|
23196
23196
|
}, undefined, false, undefined, this),
|
|
23197
23197
|
/* @__PURE__ */ jsx_dev_runtime.jsxDEV(Step, {
|
|
23198
23198
|
...props
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brainervirus/workit-cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Workit interactive setup wizard (Ink TUI)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -38,5 +38,8 @@
|
|
|
38
38
|
"@inkjs/ui": "2.0.0",
|
|
39
39
|
"ink": "7.1.1",
|
|
40
40
|
"react": "19.2.8"
|
|
41
|
+
},
|
|
42
|
+
"engines": {
|
|
43
|
+
"node": ">=20"
|
|
41
44
|
}
|
|
42
45
|
}
|