vibes-diy 13.0.0 → 13.0.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.
@@ -93,6 +93,7 @@ export declare function cliEventoHandlers(): (import("@adviser/cement").EventoHa
93
93
  mime: string;
94
94
  } | undefined;
95
95
  pinnedAt?: string | undefined;
96
+ neverPublished?: boolean | undefined;
96
97
  unpublishedAt?: string | undefined;
97
98
  }[];
98
99
  }> | import("@adviser/cement").EventoHandler<WrapCmdTSMsg<unknown>, {
@@ -19,6 +19,7 @@ export declare const ResVibesList: import("arktype/internal/variants/object.ts")
19
19
  mime: string;
20
20
  } | undefined;
21
21
  pinnedAt?: string | undefined;
22
+ neverPublished?: boolean | undefined;
22
23
  unpublishedAt?: string | undefined;
23
24
  }[];
24
25
  }, {}>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vibes-diy",
3
- "version": "13.0.0",
3
+ "version": "13.0.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.30.0",
33
- "@vibes.diy/api-impl": "^13.0.0",
34
- "@vibes.diy/api-types": "^13.0.0",
35
- "@vibes.diy/call-ai-v2": "^13.0.0",
36
- "@vibes.diy/cmd-harness": "^13.0.0",
37
- "@vibes.diy/cmd-tools": "^13.0.0",
38
- "@vibes.diy/identity": "^13.0.0",
39
- "@vibes.diy/prompts": "^13.0.0",
33
+ "@vibes.diy/api-impl": "^13.0.2",
34
+ "@vibes.diy/api-types": "^13.0.2",
35
+ "@vibes.diy/call-ai-v2": "^13.0.2",
36
+ "@vibes.diy/cmd-harness": "^13.0.2",
37
+ "@vibes.diy/cmd-tools": "^13.0.2",
38
+ "@vibes.diy/identity": "^13.0.2",
39
+ "@vibes.diy/prompts": "^13.0.2",
40
40
  "arktype": "~2.2.3",
41
41
  "charwise": "~3.0.1",
42
42
  "cmd-ts": "~0.15.0",