vibes-diy 10.0.2 → 10.6.0
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/cli/cmd-evento.d.ts +6 -0
- package/package.json +8 -8
package/cli/cmd-evento.d.ts
CHANGED
|
@@ -93,6 +93,8 @@ export declare function cliEventoHandlers(): (import("@adviser/cement").EventoHa
|
|
|
93
93
|
type: "transformed";
|
|
94
94
|
action: "jsx-to-js";
|
|
95
95
|
transformedAssetId: string;
|
|
96
|
+
} | {
|
|
97
|
+
type: "tailwind-css";
|
|
96
98
|
} | undefined;
|
|
97
99
|
entryPoint?: boolean | undefined;
|
|
98
100
|
size: number;
|
|
@@ -329,6 +331,8 @@ export declare function cliEventoHandlers(): (import("@adviser/cement").EventoHa
|
|
|
329
331
|
type: "transformed";
|
|
330
332
|
action: "jsx-to-js";
|
|
331
333
|
transformedAssetId: string;
|
|
334
|
+
} | {
|
|
335
|
+
type: "tailwind-css";
|
|
332
336
|
} | undefined;
|
|
333
337
|
entryPoint?: boolean | undefined;
|
|
334
338
|
size: number;
|
|
@@ -395,6 +399,8 @@ export declare function cliEventoHandlers(): (import("@adviser/cement").EventoHa
|
|
|
395
399
|
type: "transformed";
|
|
396
400
|
action: "jsx-to-js";
|
|
397
401
|
transformedAssetId: string;
|
|
402
|
+
} | {
|
|
403
|
+
type: "tailwind-css";
|
|
398
404
|
} | undefined;
|
|
399
405
|
entryPoint?: boolean | undefined;
|
|
400
406
|
size: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vibes-diy",
|
|
3
|
-
"version": "10.0
|
|
3
|
+
"version": "10.6.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"description": "Command-line tool for vibes.diy — generate, edit, pull, push, and publish AI-built apps",
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@adviser/cement": "~0.5.34",
|
|
32
32
|
"@modelcontextprotocol/sdk": "~1.29.0",
|
|
33
|
-
"@vibes.diy/api-impl": "^10.0
|
|
34
|
-
"@vibes.diy/api-types": "^10.0
|
|
35
|
-
"@vibes.diy/call-ai-v2": "^10.0
|
|
36
|
-
"@vibes.diy/cmd-harness": "^10.0
|
|
37
|
-
"@vibes.diy/cmd-tools": "^10.0
|
|
38
|
-
"@vibes.diy/identity": "^10.0
|
|
39
|
-
"@vibes.diy/prompts": "^10.0
|
|
33
|
+
"@vibes.diy/api-impl": "^10.6.0",
|
|
34
|
+
"@vibes.diy/api-types": "^10.6.0",
|
|
35
|
+
"@vibes.diy/call-ai-v2": "^10.6.0",
|
|
36
|
+
"@vibes.diy/cmd-harness": "^10.6.0",
|
|
37
|
+
"@vibes.diy/cmd-tools": "^10.6.0",
|
|
38
|
+
"@vibes.diy/identity": "^10.6.0",
|
|
39
|
+
"@vibes.diy/prompts": "^10.6.0",
|
|
40
40
|
"arktype": "~2.2.3",
|
|
41
41
|
"charwise": "~3.0.1",
|
|
42
42
|
"cmd-ts": "~0.15.0",
|