@pnpm/catalogs.config
Advanced tools
Comparing version 0.1.0 to 0.1.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.checkDefaultCatalogIsDefinedOnce = exports.getCatalogsFromWorkspaceManifest = void 0; | ||
exports.getCatalogsFromWorkspaceManifest = getCatalogsFromWorkspaceManifest; | ||
exports.checkDefaultCatalogIsDefinedOnce = checkDefaultCatalogIsDefinedOnce; | ||
const error_1 = require("@pnpm/error"); | ||
@@ -24,3 +25,2 @@ function getCatalogsFromWorkspaceManifest(workspaceManifest) { | ||
} | ||
exports.getCatalogsFromWorkspaceManifest = getCatalogsFromWorkspaceManifest; | ||
function checkDefaultCatalogIsDefinedOnce(manifest) { | ||
@@ -31,3 +31,2 @@ if (manifest.catalog != null && manifest.catalogs?.default != null) { | ||
} | ||
exports.checkDefaultCatalogIsDefinedOnce = checkDefaultCatalogIsDefinedOnce; | ||
//# sourceMappingURL=getCatalogsFromWorkspaceManifest.js.map |
{ | ||
"name": "@pnpm/catalogs.config", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Create a normalized catalogs config from pnpm-workspace.yaml contents.", | ||
@@ -30,8 +30,8 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@pnpm/error": "6.0.1" | ||
"@pnpm/error": "6.0.2" | ||
}, | ||
"devDependencies": { | ||
"@pnpm/catalogs.config": "0.1.0", | ||
"@pnpm/catalogs.config": "0.1.1", | ||
"@pnpm/catalogs.types": "0.1.0", | ||
"@pnpm/workspace.read-manifest": "2.1.0" | ||
"@pnpm/workspace.read-manifest": "2.2.1" | ||
}, | ||
@@ -38,0 +38,0 @@ "scripts": { |
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
5606
39
+ Added@pnpm/constants@9.0.0(transitive)
+ Added@pnpm/error@6.0.2(transitive)
- Removed@pnpm/constants@8.0.0(transitive)
- Removed@pnpm/error@6.0.1(transitive)
Updated@pnpm/error@6.0.2