two-stroke 5.1.5 → 5.1.6

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/package.json +1 -1
  2. package/src/types.ts +2 -1
package/package.json CHANGED
@@ -49,7 +49,7 @@
49
49
  "name": "two-stroke",
50
50
  "packageManager": "yarn@4.6.0",
51
51
  "type": "module",
52
- "version": "5.1.5",
52
+ "version": "5.1.6",
53
53
  "devDependencies": {
54
54
  "@types/eslint": "^9.6.1",
55
55
  "eslint": "^9.29.0",
package/src/types.ts CHANGED
@@ -10,7 +10,8 @@ export type Env = {
10
10
  | Fetcher
11
11
  | Hyperdrive
12
12
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
13
- | DurableObjectNamespace<any>;
13
+ | DurableObjectNamespace<any>
14
+ | Vectorize;
14
15
  };
15
16
  export type Route<T extends Env, A> =
16
17
  | {