@vibes.diy/api-impl 2.5.18 → 2.5.26

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/index.d.ts CHANGED
@@ -106,9 +106,9 @@ export declare class VibesDiyApi implements VibesDiyApiIface<{
106
106
  name: string;
107
107
  description: string;
108
108
  featured?: boolean | undefined;
109
- preSelected?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
110
- fallbackFor?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
111
- supports?: ("app" | "chat" | "img" | "img-edit")[] | undefined;
109
+ preSelected?: ("app" | "chat" | "codegen" | "img" | "img-edit" | "runtime")[] | undefined;
110
+ fallbackFor?: ("app" | "chat" | "codegen" | "img" | "img-edit" | "runtime")[] | undefined;
111
+ supports?: ("app" | "chat" | "codegen" | "img" | "img-edit" | "runtime")[] | undefined;
112
112
  imageInput?: boolean | undefined;
113
113
  }[];
114
114
  }, VibesDiyError>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibes.diy/api-impl",
3
- "version": "2.5.18",
3
+ "version": "2.5.26",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "scripts": {
@@ -12,11 +12,11 @@
12
12
  "@fireproof/core-runtime": "~0.24.19",
13
13
  "@fireproof/core-types-base": "~0.24.19",
14
14
  "@fireproof/core-types-protocols-dashboard": "~0.24.19",
15
- "@vibes.diy/api-pkg": "2.5.18",
16
- "@vibes.diy/api-types": "2.5.18",
17
- "@vibes.diy/call-ai-v2": "2.5.18",
18
- "@vibes.diy/identity": "2.5.18",
19
- "@vibes.diy/vibe-types": "2.5.18",
15
+ "@vibes.diy/api-pkg": "2.5.26",
16
+ "@vibes.diy/api-types": "2.5.26",
17
+ "@vibes.diy/call-ai-v2": "2.5.26",
18
+ "@vibes.diy/identity": "2.5.26",
19
+ "@vibes.diy/vibe-types": "2.5.26",
20
20
  "arktype": "~2.2.1",
21
21
  "ws": "~8.21.0"
22
22
  },
package/tsconfig.json CHANGED
@@ -7,9 +7,12 @@
7
7
  "noEmit": false
8
8
  },
9
9
  "include": [
10
+ "**/*",
10
11
  "**/*"
11
12
  ],
12
13
  "exclude": [
14
+ "dist/**",
15
+ "node_modules/**",
13
16
  "node_modules",
14
17
  "dist",
15
18
  ".git",