@whatwg-node/node-fetch 0.7.12-alpha-20250225121817-4b50396f3603f081e9eb50032c6378cdd8e72427 → 0.7.12-alpha-20250225122059-b9fa745cd0710ceae93952a89912c00202daf274
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/package.json +3 -3
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@whatwg-node/node-fetch",
|
3
|
-
"version": "0.7.12-alpha-
|
3
|
+
"version": "0.7.12-alpha-20250225122059-b9fa745cd0710ceae93952a89912c00202daf274",
|
4
4
|
"description": "Fetch API implementation for Node",
|
5
5
|
"sideEffects": false,
|
6
6
|
"dependencies": {
|
7
|
-
"@whatwg-node/disposablestack": "0.0.6-alpha-
|
8
|
-
"@whatwg-node/promise-helpers": "0.0.1-alpha-
|
7
|
+
"@whatwg-node/disposablestack": "0.0.6-alpha-20250225122059-b9fa745cd0710ceae93952a89912c00202daf274",
|
8
|
+
"@whatwg-node/promise-helpers": "0.0.1-alpha-20250225122059-b9fa745cd0710ceae93952a89912c00202daf274",
|
9
9
|
"busboy": "^1.6.0",
|
10
10
|
"tslib": "^2.6.3"
|
11
11
|
},
|