@pnpm/fetch
Advanced tools
Comparing version 1000.0.0 to 1000.1.0
@@ -54,2 +54,3 @@ "use strict"; | ||
compress: opts?.compress ?? false, | ||
method: opts?.method, | ||
headers, | ||
@@ -56,0 +57,0 @@ redirect: 'manual', |
{ | ||
"name": "@pnpm/fetch", | ||
"version": "1000.0.0", | ||
"version": "1000.1.0", | ||
"description": "node-fetch with retries", | ||
@@ -33,4 +33,4 @@ "main": "lib/index.js", | ||
"@pnpm/core-loggers": "1000.0.0", | ||
"@pnpm/fetching-types": "1000.0.0", | ||
"@pnpm/types": "1000.0.0" | ||
"@pnpm/types": "1000.0.0", | ||
"@pnpm/fetching-types": "1000.1.0" | ||
}, | ||
@@ -40,3 +40,3 @@ "devDependencies": { | ||
"nock": "13.3.4", | ||
"@pnpm/fetch": "1000.0.0", | ||
"@pnpm/fetch": "1000.1.0", | ||
"@pnpm/logger": "1000.0.0" | ||
@@ -43,0 +43,0 @@ }, |
Sorry, the diff of this file is not supported yet
18031
242
+ Added@pnpm/fetching-types@1000.1.0(transitive)
- Removed@pnpm/fetching-types@1000.0.0(transitive)