We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ec02c commit e8ae4e5Copy full SHA for e8ae4e5
packages/fetch/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@web-std/fetch",
3
- "version": "3.0.1",
+ "version": "3.0.2",
4
"description": "Web compatible Fetch API implementation for node.js",
5
"main": "./dist/index.cjs",
6
"module": "./src/index.js",
@@ -92,8 +92,8 @@
92
"typescript": "^4.4.4"
93
},
94
"dependencies": {
95
- "@web-std/blob": "^3.0.0",
96
- "@web-std/form-data": "^3.0.0",
+ "@web-std/blob": "^3.0.3",
+ "@web-std/form-data": "^3.0.2",
97
"data-uri-to-buffer": "^3.0.1",
98
"@web3-storage/multipart-parser": "^1.0.0"
99
0 commit comments