@pnpm/cli-utils
Advanced tools
Comparing version 0.4.5-alpha.1 to 0.4.5-alpha.2
# @pnpm/cli-utils | ||
## 0.4.5-alpha.2 | ||
### Patch Changes | ||
- Updated dependencies [242cf8737] | ||
- Updated dependencies [45fdcfde2] | ||
- @pnpm/config@9.0.0-alpha.2 | ||
## 0.4.5-alpha.1 | ||
@@ -4,0 +12,0 @@ |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.docsUrl = exports.getConfig = void 0; | ||
const getConfig_1 = require("./getConfig"); | ||
exports.getConfig = getConfig_1.default; | ||
__export(require("./packageIsInstallable")); | ||
__export(require("./readDepNameCompletions")); | ||
__export(require("./readProjectManifest")); | ||
__export(require("./recursiveSummary")); | ||
__export(require("./style")); | ||
__exportStar(require("./packageIsInstallable"), exports); | ||
__exportStar(require("./readDepNameCompletions"), exports); | ||
__exportStar(require("./readProjectManifest"), exports); | ||
__exportStar(require("./recursiveSummary"), exports); | ||
__exportStar(require("./style"), exports); | ||
exports.docsUrl = (cmd) => `https://pnpm.js.org/en/cli/${cmd}`; | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageIsInstallable = void 0; | ||
const cli_meta_1 = require("@pnpm/cli-meta"); | ||
@@ -4,0 +5,0 @@ const logger_1 = require("@pnpm/logger"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.readDepNameCompletions = void 0; | ||
const manifest_utils_1 = require("@pnpm/manifest-utils"); | ||
@@ -4,0 +5,0 @@ const read_project_manifest_1 = require("@pnpm/read-project-manifest"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.tryReadProjectManifest = exports.readProjectManifestOnly = exports.readProjectManifest = void 0; | ||
const read_project_manifest_1 = require("@pnpm/read-project-manifest"), utils = read_project_manifest_1; | ||
@@ -4,0 +5,0 @@ const packageIsInstallable_1 = require("./packageIsInstallable"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.throwOnCommandFail = void 0; | ||
const error_1 = require("@pnpm/error"); | ||
@@ -4,0 +5,0 @@ class RecursiveFailError extends error_1.default { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TABLE_OPTIONS = void 0; | ||
const chalk = require("chalk"); | ||
@@ -4,0 +5,0 @@ exports.TABLE_OPTIONS = { |
{ | ||
"name": "@pnpm/cli-utils", | ||
"version": "0.4.5-alpha.1", | ||
"version": "0.4.5-alpha.2", | ||
"description": "Utils for pnpm commands", | ||
@@ -34,7 +34,7 @@ "main": "lib/index.js", | ||
"@pnpm/types": "6.0.0-alpha.0", | ||
"@types/ramda": "^0.27.4" | ||
"@types/ramda": "^0.27.6" | ||
}, | ||
"dependencies": { | ||
"@pnpm/cli-meta": "1.0.0-alpha.0", | ||
"@pnpm/config": "8.3.1-alpha.1", | ||
"@pnpm/config": "9.0.0-alpha.2", | ||
"@pnpm/error": "1.2.0", | ||
@@ -41,0 +41,0 @@ "@pnpm/manifest-utils": "1.0.1-alpha.0", |
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
12260
216
+ Added@pnpm/config@9.0.0-alpha.2(transitive)
+ Added@pnpm/constants@4.0.0-alpha.1(transitive)
- Removed@pnpm/config@8.3.1-alpha.1(transitive)
- Removed@pnpm/constants@4.0.0-alpha.0(transitive)
Updated@pnpm/config@9.0.0-alpha.2