@pnpm/workspace.read-manifest
Advanced tools
Comparing version 2.2.0 to 2.2.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.assertValidWorkspaceManifestCatalogs = exports.assertValidWorkspaceManifestCatalog = void 0; | ||
exports.assertValidWorkspaceManifestCatalog = assertValidWorkspaceManifestCatalog; | ||
exports.assertValidWorkspaceManifestCatalogs = assertValidWorkspaceManifestCatalogs; | ||
const InvalidWorkspaceManifestError_1 = require("./errors/InvalidWorkspaceManifestError"); | ||
@@ -21,3 +22,2 @@ function assertValidWorkspaceManifestCatalog(manifest) { | ||
} | ||
exports.assertValidWorkspaceManifestCatalog = assertValidWorkspaceManifestCatalog; | ||
function assertValidWorkspaceManifestCatalogs(manifest) { | ||
@@ -47,3 +47,2 @@ if (manifest.catalogs == null) { | ||
} | ||
exports.assertValidWorkspaceManifestCatalogs = assertValidWorkspaceManifestCatalogs; | ||
//# sourceMappingURL=catalogs.js.map |
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.readWorkspaceManifest = void 0; | ||
exports.readWorkspaceManifest = readWorkspaceManifest; | ||
const util_1 = __importDefault(require("util")); | ||
@@ -19,3 +19,2 @@ const constants_1 = require("@pnpm/constants"); | ||
} | ||
exports.readWorkspaceManifest = readWorkspaceManifest; | ||
async function readManifestRaw(dir) { | ||
@@ -22,0 +21,0 @@ try { |
{ | ||
"name": "@pnpm/workspace.read-manifest", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Reads a workspace manifest file", | ||
@@ -26,8 +26,8 @@ "main": "lib/index.js", | ||
"read-yaml-file": "^2.1.0", | ||
"@pnpm/error": "6.0.1", | ||
"@pnpm/constants": "8.0.0" | ||
"@pnpm/constants": "9.0.0", | ||
"@pnpm/error": "6.0.2" | ||
}, | ||
"funding": "https://opencollective.com/pnpm", | ||
"devDependencies": { | ||
"@pnpm/workspace.read-manifest": "2.2.0" | ||
"@pnpm/workspace.read-manifest": "2.2.1" | ||
}, | ||
@@ -34,0 +34,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
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
13898
167
+ 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/constants@9.0.0
Updated@pnpm/error@6.0.2