@workers-community/workers-types 4.20250831.0 → 4.20250903.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 +1 -0
  2. package/index.ts +1 -0
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -2566,6 +2566,7 @@ interface TraceItem {
2566
2566
  readonly scriptVersion?: ScriptVersion;
2567
2567
  readonly dispatchNamespace?: string;
2568
2568
  readonly scriptTags?: string[];
2569
+ readonly durableObjectId?: string;
2569
2570
  readonly outcome: string;
2570
2571
  readonly executionModel: string;
2571
2572
  readonly truncated: boolean;
package/index.ts CHANGED
@@ -2577,6 +2577,7 @@ export interface TraceItem {
2577
2577
  readonly scriptVersion?: ScriptVersion;
2578
2578
  readonly dispatchNamespace?: string;
2579
2579
  readonly scriptTags?: string[];
2580
+ readonly durableObjectId?: string;
2580
2581
  readonly outcome: string;
2581
2582
  readonly executionModel: string;
2582
2583
  readonly truncated: boolean;
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.20250831.0",
10
+ "version": "4.20250903.0",
11
11
  "exports": {
12
12
  ".": {
13
13
  "types": "./index.d.ts",