vibes-diy 5.4.1 → 5.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.
@@ -212,6 +212,7 @@ export declare function cliEventoHandlers(): (import("@adviser/cement").EventoHa
212
212
  followRequest?: boolean | undefined;
213
213
  followerAdded?: boolean | undefined;
214
214
  followApproved?: boolean | undefined;
215
+ appMessage?: boolean | undefined;
215
216
  } | {
216
217
  type: "egressStatus";
217
218
  status: "blessed" | "blocked";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibes-diy",
3
- "version": "5.4.1",
3
+ "version": "5.4.2",
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": "^5.4.1",
34
- "@vibes.diy/api-types": "^5.4.1",
35
- "@vibes.diy/call-ai-v2": "^5.4.1",
36
- "@vibes.diy/cmd-harness": "^5.4.1",
37
- "@vibes.diy/cmd-tools": "^5.4.1",
38
- "@vibes.diy/identity": "^5.4.1",
39
- "@vibes.diy/prompts": "^5.4.1",
33
+ "@vibes.diy/api-impl": "^5.4.2",
34
+ "@vibes.diy/api-types": "^5.4.2",
35
+ "@vibes.diy/call-ai-v2": "^5.4.2",
36
+ "@vibes.diy/cmd-harness": "^5.4.2",
37
+ "@vibes.diy/cmd-tools": "^5.4.2",
38
+ "@vibes.diy/identity": "^5.4.2",
39
+ "@vibes.diy/prompts": "^5.4.2",
40
40
  "arktype": "~2.2.3",
41
41
  "charwise": "~3.0.1",
42
42
  "cmd-ts": "~0.15.0",