vibes-diy 14.0.18 → 14.0.20
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 +7 -3
- package/package.json +8 -8
package/cli/cmd-evento.d.ts
CHANGED
|
@@ -326,6 +326,10 @@ export declare function cliEventoHandlers(): (import("@adviser/cement").EventoHa
|
|
|
326
326
|
appMessage?: boolean | undefined;
|
|
327
327
|
connectionExpiring?: boolean | undefined;
|
|
328
328
|
emailInstant?: boolean | undefined;
|
|
329
|
+
mutes?: {
|
|
330
|
+
vibes?: string[] | undefined;
|
|
331
|
+
handles?: string[] | undefined;
|
|
332
|
+
} | undefined;
|
|
329
333
|
} | {
|
|
330
334
|
type: "egressStatus";
|
|
331
335
|
status: "blessed" | "blocked";
|
|
@@ -335,9 +339,6 @@ export declare function cliEventoHandlers(): (import("@adviser/cement").EventoHa
|
|
|
335
339
|
type: "contactEmail";
|
|
336
340
|
email: string;
|
|
337
341
|
updatedAt: string;
|
|
338
|
-
} | {
|
|
339
|
-
type: "onboarding";
|
|
340
|
-
completedAt: string;
|
|
341
342
|
} | {
|
|
342
343
|
type: "geoCountry";
|
|
343
344
|
country: string;
|
|
@@ -348,6 +349,9 @@ export declare function cliEventoHandlers(): (import("@adviser/cement").EventoHa
|
|
|
348
349
|
[x: string]: string;
|
|
349
350
|
};
|
|
350
351
|
updatedAt: string;
|
|
352
|
+
} | {
|
|
353
|
+
type: "onboarding";
|
|
354
|
+
completedAt: string;
|
|
351
355
|
} | {
|
|
352
356
|
type: "defaultHandle";
|
|
353
357
|
ownerHandle: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vibes-diy",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.20",
|
|
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.30.0",
|
|
33
|
-
"@vibes.diy/api-impl": "14.0.
|
|
34
|
-
"@vibes.diy/api-types": "14.0.
|
|
35
|
-
"@vibes.diy/call-ai-v2": "14.0.
|
|
36
|
-
"@vibes.diy/cmd-harness": "14.0.
|
|
37
|
-
"@vibes.diy/cmd-tools": "14.0.
|
|
38
|
-
"@vibes.diy/identity": "14.0.
|
|
39
|
-
"@vibes.diy/prompts": "14.0.
|
|
33
|
+
"@vibes.diy/api-impl": "14.0.20",
|
|
34
|
+
"@vibes.diy/api-types": "14.0.20",
|
|
35
|
+
"@vibes.diy/call-ai-v2": "14.0.20",
|
|
36
|
+
"@vibes.diy/cmd-harness": "14.0.20",
|
|
37
|
+
"@vibes.diy/cmd-tools": "14.0.20",
|
|
38
|
+
"@vibes.diy/identity": "14.0.20",
|
|
39
|
+
"@vibes.diy/prompts": "14.0.20",
|
|
40
40
|
"arktype": "~2.2.3",
|
|
41
41
|
"charwise": "~3.0.1",
|
|
42
42
|
"cmd-ts": "~0.15.0",
|