@vibes.diy/api-impl 2.6.9 → 2.6.10

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.
Files changed (2) hide show
  1. package/index.d.ts +3 -1
  2. package/package.json +6 -7
package/index.d.ts CHANGED
@@ -101,7 +101,9 @@ export declare class VibesDiyApi implements VibesDiyApiIface<{
101
101
  deleteHandleBinding(req: Req<ReqDeleteHandleBinding>): Promise<Result<ResDeleteHandleBinding, VibesDiyError>>;
102
102
  listModels: (req: Omit<{
103
103
  type: "vibes.diy.req-list-models";
104
- }, "auth" | "type"> & OptionalAuth) => Promise<Result<{
104
+ }, "auth" | "type"> & OptionalAuth & {
105
+ readonly __reqType?: "vibes.diy.req-list-models" | undefined;
106
+ }) => Promise<Result<{
105
107
  type: "vibes.diy.res-list-models";
106
108
  models: {
107
109
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibes.diy/api-impl",
3
- "version": "2.6.9",
3
+ "version": "2.6.10",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "scripts": {
@@ -8,15 +8,14 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "@adviser/cement": "~0.5.34",
11
- "@fireproof/core-protocols-dashboard": "~0.24.19",
12
11
  "@fireproof/core-runtime": "~0.24.19",
13
12
  "@fireproof/core-types-base": "~0.24.19",
14
13
  "@fireproof/core-types-protocols-dashboard": "~0.24.19",
15
- "@vibes.diy/api-pkg": "2.6.9",
16
- "@vibes.diy/api-types": "2.6.9",
17
- "@vibes.diy/call-ai-v2": "2.6.9",
18
- "@vibes.diy/identity": "2.6.9",
19
- "@vibes.diy/vibe-types": "2.6.9",
14
+ "@vibes.diy/api-pkg": "2.6.10",
15
+ "@vibes.diy/api-types": "2.6.10",
16
+ "@vibes.diy/call-ai-v2": "2.6.10",
17
+ "@vibes.diy/identity": "2.6.10",
18
+ "@vibes.diy/vibe-types": "2.6.10",
20
19
  "arktype": "~2.2.1",
21
20
  "ws": "~8.21.0"
22
21
  },