two-stroke 5.6.0 → 5.6.1

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
@@ -52,7 +52,7 @@
52
52
  "name": "two-stroke",
53
53
  "packageManager": "yarn@4.6.0",
54
54
  "type": "module",
55
- "version": "5.6.0",
55
+ "version": "5.6.1",
56
56
  "devDependencies": {
57
57
  "@types/eslint": "^9.6.1",
58
58
  "eslint": "^9.32.0",
package/src/types.ts CHANGED
@@ -11,7 +11,8 @@ export type Env = {
11
11
  | Hyperdrive
12
12
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
13
13
  | DurableObjectNamespace<any>
14
- | Vectorize;
14
+ | Vectorize
15
+ | ImagesBinding;
15
16
  };
16
17
  export type Route<T extends Env, A> =
17
18
  | {