@pnpm/normalize-registries
Advanced tools
Comparing version 2.0.0 to 2.0.1
# @pnpm/normalize-registries | ||
## 2.0.1 | ||
### Patch Changes | ||
- Updated dependencies [97c64bae4] | ||
- @pnpm/types@7.1.0 | ||
## 2.0.0 | ||
@@ -4,0 +11,0 @@ |
@@ -16,3 +16,3 @@ "use strict"; | ||
for (const scope of Object.keys(registries)) { | ||
normalizeRegistries[scope] = (0, normalize_registry_url_1.default)(registries[scope]); | ||
normalizeRegistries[scope] = normalize_registry_url_1.default(registries[scope]); | ||
} | ||
@@ -19,0 +19,0 @@ return { |
{ | ||
"name": "@pnpm/normalize-registries", | ||
"description": "Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"bugs": { | ||
@@ -20,14 +20,13 @@ "url": "https://github.com/pnpm/pnpm/issues" | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/normalize-registries", | ||
"dependencies": { | ||
"@pnpm/types": "7.1.0", | ||
"normalize-registry-url": "1.0.0" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/normalize-registries#readme", | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
"test": "pnpm run compile", | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts", | ||
"prepublishOnly": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
}, | ||
"dependencies": { | ||
"@pnpm/types": "7.0.0", | ||
"normalize-registry-url": "1.0.0" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/normalize-registries#readme", | ||
"funding": "https://opencollective.com/pnpm" | ||
} | ||
} |
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
4583
+ Added@pnpm/types@7.1.0(transitive)
- Removed@pnpm/types@7.0.0(transitive)
Updated@pnpm/types@7.1.0