@whatwg-node/node-fetch 0.7.18-alpha-20250414181443-1a3f70bb5951d8fcf9bc7f50931d7fef553d8810 → 0.7.18-alpha-20250414191501-90bf41d1927e08688bbdc7d7b69fbc8dc7d7278e

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@whatwg-node/node-fetch",
3
- "version": "0.7.18-alpha-20250414181443-1a3f70bb5951d8fcf9bc7f50931d7fef553d8810",
3
+ "version": "0.7.18-alpha-20250414191501-90bf41d1927e08688bbdc7d7b69fbc8dc7d7278e",
4
4
  "description": "Fetch API implementation for Node",
5
5
  "sideEffects": false,
6
6
  "dependencies": {
7
7
  "@fastify/busboy": "^3.1.1",
8
8
  "@whatwg-node/disposablestack": "^0.0.6",
9
- "@whatwg-node/promise-helpers": "1.3.1-alpha-20250414181443-1a3f70bb5951d8fcf9bc7f50931d7fef553d8810",
9
+ "@whatwg-node/promise-helpers": "1.3.1-alpha-20250414191501-90bf41d1927e08688bbdc7d7b69fbc8dc7d7278e",
10
10
  "tslib": "^2.6.3"
11
11
  },
12
12
  "repository": {