@cloudflare/workers-types 4.20250820.0 → 4.20250822.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.
@@ -525,6 +525,7 @@ interface DurableObjectId {
525
525
  toString(): string;
526
526
  equals(other: DurableObjectId): boolean;
527
527
  readonly name?: string;
528
+ readonly jurisdiction?: string;
528
529
  }
529
530
  interface DurableObjectNamespace<
530
531
  T extends Rpc.DurableObjectBranded | undefined = undefined,
@@ -530,6 +530,7 @@ export interface DurableObjectId {
530
530
  toString(): string;
531
531
  equals(other: DurableObjectId): boolean;
532
532
  readonly name?: string;
533
+ readonly jurisdiction?: string;
533
534
  }
534
535
  export interface DurableObjectNamespace<
535
536
  T extends Rpc.DurableObjectBranded | undefined = undefined,
package/package.json CHANGED
@@ -7,5 +7,5 @@
7
7
  },
8
8
  "author": "Cloudflare Workers DevProd Team <workers-devprod@cloudflare.com> (https://workers.cloudflare.com)",
9
9
  "license": "MIT OR Apache-2.0",
10
- "version": "4.20250820.0"
10
+ "version": "4.20250822.0"
11
11
  }