@pnpm/normalize-registries
Advanced tools
Comparing version 2.0.13 to 3.0.0
{ | ||
"name": "@pnpm/normalize-registries", | ||
"description": "Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized", | ||
"version": "2.0.13", | ||
"version": "3.0.0", | ||
"bugs": { | ||
@@ -15,11 +15,11 @@ "url": "https://github.com/pnpm/pnpm/issues" | ||
"keywords": [ | ||
"pnpm6" | ||
"pnpm7" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=12.17" | ||
"node": ">=14.19" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/normalize-registries", | ||
"dependencies": { | ||
"@pnpm/types": "7.10.0", | ||
"@pnpm/types": "8.0.0", | ||
"normalize-registry-url": "2.0.0" | ||
@@ -30,4 +30,7 @@ }, | ||
"devDependencies": { | ||
"@pnpm/normalize-registries": "2.0.13" | ||
"@pnpm/normalize-registries": "3.0.0" | ||
}, | ||
"exports": { | ||
".": "./lib/index.js" | ||
}, | ||
"scripts": { | ||
@@ -34,0 +37,0 @@ "test": "pnpm run compile", |
4250
+ Added@pnpm/types@8.0.0(transitive)
- Removed@pnpm/types@7.10.0(transitive)
Updated@pnpm/types@8.0.0