@pnpm/fetching-types
Advanced tools
Comparing version 5.0.0 to 6.0.0
{ | ||
"name": "@pnpm/fetching-types", | ||
"version": "5.0.0", | ||
"version": "6.0.0", | ||
"description": "Types for fetching", | ||
@@ -8,3 +8,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=16.14" | ||
"node": ">=18.12" | ||
}, | ||
@@ -17,3 +17,3 @@ "files": [ | ||
"keywords": [ | ||
"pnpm8", | ||
"pnpm9", | ||
"pnpm", | ||
@@ -30,6 +30,6 @@ "types" | ||
"@zkochan/retry": "^0.2.0", | ||
"node-fetch": "3.0.0-beta.9" | ||
"node-fetch": "npm:@pnpm/node-fetch@1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@pnpm/fetching-types": "5.0.0" | ||
"@pnpm/fetching-types": "6.0.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2793
+ Added@pnpm/node-fetch@1.0.0(transitive)
- Removednode-fetch@3.0.0-beta.9(transitive)