@whatwg-node/node-fetch 0.4.9-rc-20230718150124-677ae83 → 0.4.9

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.
package/cjs/Blob.js CHANGED
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.PonyfillBlob = void 0;
4
+ /* eslint-disable @typescript-eslint/no-unsafe-declaration-merging */
4
5
  const ReadableStream_js_1 = require("./ReadableStream.js");
5
6
  const utils_js_1 = require("./utils.js");
6
7
  function getBlobPartAsBuffer(blobPart) {
package/esm/Blob.js CHANGED
@@ -1,3 +1,4 @@
1
+ /* eslint-disable @typescript-eslint/no-unsafe-declaration-merging */
1
2
  import { PonyfillReadableStream } from './ReadableStream.js';
2
3
  import { uint8ArrayToArrayBuffer } from './utils.js';
3
4
  function getBlobPartAsBuffer(blobPart) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whatwg-node/node-fetch",
3
- "version": "0.4.9-rc-20230718150124-677ae83",
3
+ "version": "0.4.9",
4
4
  "description": "Fetch API implementation for Node",
5
5
  "sideEffects": false,
6
6
  "dependencies": {