vibes-diy 4.5.5 → 5.0.1
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 +8 -0
- package/package.json +8 -8
package/cli/cmd-evento.d.ts
CHANGED
|
@@ -195,11 +195,19 @@ export declare function cliEventoHandlers(): (import("@adviser/cement").EventoHa
|
|
|
195
195
|
commentPosted?: boolean | undefined;
|
|
196
196
|
requestApproved?: boolean | undefined;
|
|
197
197
|
requestRevoked?: boolean | undefined;
|
|
198
|
+
vibeRemixed?: boolean | undefined;
|
|
199
|
+
dmReceived?: boolean | undefined;
|
|
200
|
+
memberJoined?: boolean | undefined;
|
|
201
|
+
emailDigest?: boolean | undefined;
|
|
198
202
|
} | {
|
|
199
203
|
type: "egressStatus";
|
|
200
204
|
status: "blessed" | "blocked";
|
|
201
205
|
updatedAt: string;
|
|
202
206
|
setBy?: string | undefined;
|
|
207
|
+
} | {
|
|
208
|
+
type: "contactEmail";
|
|
209
|
+
email: string;
|
|
210
|
+
updatedAt: string;
|
|
203
211
|
} | {
|
|
204
212
|
type: "defaultHandle";
|
|
205
213
|
ownerHandle: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vibes-diy",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.1",
|
|
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",
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@adviser/cement": "~0.5.34",
|
|
31
31
|
"@modelcontextprotocol/sdk": "~1.29.0",
|
|
32
|
-
"@vibes.diy/api-impl": "^
|
|
33
|
-
"@vibes.diy/api-types": "^
|
|
34
|
-
"@vibes.diy/call-ai-v2": "^
|
|
35
|
-
"@vibes.diy/cmd-harness": "^
|
|
36
|
-
"@vibes.diy/cmd-tools": "^
|
|
37
|
-
"@vibes.diy/identity": "^
|
|
38
|
-
"@vibes.diy/prompts": "^
|
|
32
|
+
"@vibes.diy/api-impl": "^5.0.1",
|
|
33
|
+
"@vibes.diy/api-types": "^5.0.1",
|
|
34
|
+
"@vibes.diy/call-ai-v2": "^5.0.1",
|
|
35
|
+
"@vibes.diy/cmd-harness": "^5.0.1",
|
|
36
|
+
"@vibes.diy/cmd-tools": "^5.0.1",
|
|
37
|
+
"@vibes.diy/identity": "^5.0.1",
|
|
38
|
+
"@vibes.diy/prompts": "^5.0.1",
|
|
39
39
|
"arktype": "~2.2.2",
|
|
40
40
|
"charwise": "~3.0.1",
|
|
41
41
|
"cmd-ts": "~0.15.0",
|