@pnpm/normalize-registries
Advanced tools
Comparing version 3.0.8 to 4.0.0
@@ -5,4 +5,4 @@ import { Registries } from '@pnpm/types'; | ||
}; | ||
export default function normalizeRegistries(registries?: { | ||
export declare function normalizeRegistries(registries?: { | ||
[scope: string]: string; | ||
}): Registries; |
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DEFAULT_REGISTRIES = void 0; | ||
exports.normalizeRegistries = exports.DEFAULT_REGISTRIES = void 0; | ||
const normalize_registry_url_1 = __importDefault(require("normalize-registry-url")); | ||
@@ -24,3 +24,3 @@ exports.DEFAULT_REGISTRIES = { | ||
} | ||
exports.default = normalizeRegistries; | ||
exports.normalizeRegistries = normalizeRegistries; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@pnpm/normalize-registries", | ||
"description": "Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized", | ||
"version": "3.0.8", | ||
"version": "4.0.0", | ||
"bugs": { | ||
@@ -29,3 +29,3 @@ "url": "https://github.com/pnpm/pnpm/issues" | ||
"devDependencies": { | ||
"@pnpm/normalize-registries": "3.0.8" | ||
"@pnpm/normalize-registries": "4.0.0" | ||
}, | ||
@@ -32,0 +32,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
4291