@workers-community/workers-types 4.20250826.0 → 4.20250828.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 (3) hide show
  1. package/index.d.ts +1 -0
  2. package/index.ts +1 -0
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -8123,6 +8123,7 @@ declare namespace TailStream {
8123
8123
  }
8124
8124
  interface Onset {
8125
8125
  readonly type: "onset";
8126
+ readonly attributes: Attribute[];
8126
8127
  readonly dispatchNamespace?: string;
8127
8128
  readonly entrypoint?: string;
8128
8129
  readonly executionModel: string;
package/index.ts CHANGED
@@ -7968,6 +7968,7 @@ export declare namespace TailStream {
7968
7968
  }
7969
7969
  interface Onset {
7970
7970
  readonly type: "onset";
7971
+ readonly attributes: Attribute[];
7971
7972
  readonly dispatchNamespace?: string;
7972
7973
  readonly entrypoint?: string;
7973
7974
  readonly executionModel: string;
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.20250826.0",
10
+ "version": "4.20250828.1",
11
11
  "exports": {
12
12
  ".": {
13
13
  "types": "./index.d.ts",