@vibes.diy/vibe-types 12.1.0 → 12.1.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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -287,6 +287,7 @@ export declare const ReqQueryDocs: import("arktype/internal/variants/object.ts")
287
287
  key?: unknown;
288
288
  keys?: unknown[] | undefined;
289
289
  range?: [unknown, unknown] | undefined;
290
+ prefix?: unknown;
290
291
  } | undefined;
291
292
  adminMode?: boolean | undefined;
292
293
  }, {}>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibes.diy/vibe-types",
3
- "version": "12.1.0",
3
+ "version": "12.1.2",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -8,8 +8,8 @@
8
8
  "build": "core-cli tsc"
9
9
  },
10
10
  "dependencies": {
11
- "@vibes.diy/api-types": "12.1.0",
12
- "@vibes.diy/vibe-runtime": "12.1.0",
11
+ "@vibes.diy/api-types": "12.1.2",
12
+ "@vibes.diy/vibe-runtime": "12.1.2",
13
13
  "arktype": "~2.2.3",
14
14
  "react": "~19.2.7"
15
15
  },