vibes-diy 12.2.1 → 12.2.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.
@@ -42,12 +42,6 @@ export declare function cliEventoHandlers(): (import("@adviser/cement").EventoHa
42
42
  model?: string | undefined;
43
43
  apiKey?: string | undefined;
44
44
  }, {
45
- type: "vibes-diy.cli.res-edit";
46
- appSlug: string;
47
- ownerHandle: string;
48
- url: string;
49
- directory: string;
50
- } | {
51
45
  appSlug: string;
52
46
  ownerHandle: string;
53
47
  mode: "dev" | "production";
@@ -108,6 +102,12 @@ export declare function cliEventoHandlers(): (import("@adviser/cement").EventoHa
108
102
  message: string;
109
103
  code: "handle-required";
110
104
  };
105
+ } | {
106
+ type: "vibes-diy.cli.res-edit";
107
+ appSlug: string;
108
+ ownerHandle: string;
109
+ url: string;
110
+ directory: string;
111
111
  }> | import("@adviser/cement").EventoHandler<WrapCmdTSMsg<unknown>, {
112
112
  type: "vibes-diy.cli.app-status";
113
113
  appSlug: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibes-diy",
3
- "version": "12.2.1",
3
+ "version": "12.2.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,17 +30,17 @@
30
30
  "dependencies": {
31
31
  "@adviser/cement": "~0.5.34",
32
32
  "@modelcontextprotocol/sdk": "~1.29.0",
33
- "@vibes.diy/api-impl": "^12.2.1",
34
- "@vibes.diy/api-types": "^12.2.1",
35
- "@vibes.diy/call-ai-v2": "^12.2.1",
36
- "@vibes.diy/cmd-harness": "^12.2.1",
37
- "@vibes.diy/cmd-tools": "^12.2.1",
38
- "@vibes.diy/identity": "^12.2.1",
39
- "@vibes.diy/prompts": "^12.2.1",
33
+ "@vibes.diy/api-impl": "^12.2.2",
34
+ "@vibes.diy/api-types": "^12.2.2",
35
+ "@vibes.diy/call-ai-v2": "^12.2.2",
36
+ "@vibes.diy/cmd-harness": "^12.2.2",
37
+ "@vibes.diy/cmd-tools": "^12.2.2",
38
+ "@vibes.diy/identity": "^12.2.2",
39
+ "@vibes.diy/prompts": "^12.2.2",
40
40
  "arktype": "~2.2.3",
41
41
  "charwise": "~3.0.1",
42
42
  "cmd-ts": "~0.15.0",
43
- "tsx": "~4.23.0",
43
+ "tsx": "~4.23.9",
44
44
  "zod": "~4.4.3",
45
45
  "zx": "~8.8.5"
46
46
  },