@vibeflow-tools/cli 0.4.1 → 0.4.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/chunk-252RNKHM.js +2 -0
- package/dist/chunk-BQLZVQ4E.js +2 -0
- package/dist/cli/chunk-252RNKHM.js +2 -0
- package/dist/cli/chunk-BQLZVQ4E.js +2 -0
- package/dist/cli/files-IX5QZQHC.js +2 -0
- package/dist/cli/files-O4WJLFMU.js +2 -0
- package/dist/cli/index.js +48 -48
- package/dist/client/kanban-browser.js +11 -11
- package/dist/client/kanban.css +1 -1
- package/dist/client/overlay-browser.js +23 -23
- package/dist/files-IX5QZQHC.js +2 -0
- package/dist/files-O4WJLFMU.js +2 -0
- package/dist/index.js +48 -48
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibeflow-tools/cli",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Vibeflow CLI for frontend prototyping with LLM assistance — review, annotate, and iterate on HTML prototypes",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Tomislav Zorcec <zorcec@gmail.com>",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"README.md"
|
|
22
22
|
],
|
|
23
23
|
"bin": {
|
|
24
|
-
"vibeflow": "
|
|
25
|
-
"vf": "
|
|
24
|
+
"vibeflow": "dist/cli/index.js",
|
|
25
|
+
"vf": "dist/cli/index.js"
|
|
26
26
|
},
|
|
27
27
|
"scripts": {
|
|
28
28
|
"prebuild": "node scripts/gen-overlay-css.mjs && mkdir -p dist/client && node scripts/gen-overlay-bundle.mjs && node scripts/gen-kanban-css.mjs",
|