@workers-community/workers-types 4.20250525.0 → 4.20250529.0

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 (3) hide show
  1. package/index.d.ts +2 -1
  2. package/index.ts +2 -1
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -6373,6 +6373,7 @@ declare namespace TailStream {
6373
6373
  readonly type: "onset";
6374
6374
  readonly dispatchNamespace?: string;
6375
6375
  readonly entrypoint?: string;
6376
+ readonly executionModel: string;
6376
6377
  readonly scriptName?: string;
6377
6378
  readonly scriptTags?: string[];
6378
6379
  readonly scriptVersion?: ScriptVersion;
@@ -6425,7 +6426,7 @@ declare namespace TailStream {
6425
6426
  }
6426
6427
  interface Return {
6427
6428
  readonly type: "return";
6428
- readonly info?: FetchResponseInfo | Attributes;
6429
+ readonly info?: FetchResponseInfo;
6429
6430
  }
6430
6431
  interface Link {
6431
6432
  readonly type: "link";
package/index.ts CHANGED
@@ -6237,6 +6237,7 @@ export declare namespace TailStream {
6237
6237
  readonly type: "onset";
6238
6238
  readonly dispatchNamespace?: string;
6239
6239
  readonly entrypoint?: string;
6240
+ readonly executionModel: string;
6240
6241
  readonly scriptName?: string;
6241
6242
  readonly scriptTags?: string[];
6242
6243
  readonly scriptVersion?: ScriptVersion;
@@ -6289,7 +6290,7 @@ export declare namespace TailStream {
6289
6290
  }
6290
6291
  interface Return {
6291
6292
  readonly type: "return";
6292
- readonly info?: FetchResponseInfo | Attributes;
6293
+ readonly info?: FetchResponseInfo;
6293
6294
  }
6294
6295
  interface Link {
6295
6296
  readonly type: "link";
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  },
8
8
  "author": "Workers Community",
9
9
  "license": "MIT OR Apache-2.0",
10
- "version": "4.20250525.0",
10
+ "version": "4.20250529.0",
11
11
  "exports": {
12
12
  ".": {
13
13
  "types": "./index.d.ts",