@workers-community/workers-types 4.20260504.1 → 4.20260505.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 -1
  2. package/index.ts +1 -1
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1096,7 +1096,7 @@ interface CustomEventCustomEventInit {
1096
1096
  */
1097
1097
  declare class Blob {
1098
1098
  constructor(
1099
- type?: ((ArrayBuffer | ArrayBufferView) | string | Blob)[],
1099
+ bits?: ((ArrayBuffer | ArrayBufferView) | string | Blob)[],
1100
1100
  options?: BlobOptions,
1101
1101
  );
1102
1102
  /**
package/index.ts CHANGED
@@ -1098,7 +1098,7 @@ export interface CustomEventCustomEventInit {
1098
1098
  */
1099
1099
  export declare class Blob {
1100
1100
  constructor(
1101
- type?: ((ArrayBuffer | ArrayBufferView) | string | Blob)[],
1101
+ bits?: ((ArrayBuffer | ArrayBufferView) | string | Blob)[],
1102
1102
  options?: BlobOptions,
1103
1103
  );
1104
1104
  /**
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.20260504.1",
10
+ "version": "4.20260505.1",
11
11
  "exports": {
12
12
  ".": {
13
13
  "types": "./index.d.ts",