pnpm 6.32.0 → 6.32.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -219,8 +219,8 @@ packages:
|
|
|
219
219
|
dev: false
|
|
220
220
|
optional: true
|
|
221
221
|
|
|
222
|
-
/gauge/4.0.
|
|
223
|
-
resolution: {integrity: sha512-
|
|
222
|
+
/gauge/4.0.2:
|
|
223
|
+
resolution: {integrity: sha512-aSPRm2CvA9R8QyU5eXMFPd+cYkyxLsXHd2l5/FOH2V/eml//M04G6KZOmTap07O1PvEwNcl2NndyLfK8g3QrKA==}
|
|
224
224
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16}
|
|
225
225
|
dependencies:
|
|
226
226
|
ansi-regex: 5.0.1
|
|
@@ -511,7 +511,7 @@ packages:
|
|
|
511
511
|
dependencies:
|
|
512
512
|
are-we-there-yet: 3.0.0
|
|
513
513
|
console-control-strings: 1.1.0
|
|
514
|
-
gauge: 4.0.
|
|
514
|
+
gauge: 4.0.2
|
|
515
515
|
set-blocking: 2.0.0
|
|
516
516
|
dev: false
|
|
517
517
|
optional: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gauge",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "A terminal based horizontal gauge",
|
|
5
5
|
"main": "lib",
|
|
6
6
|
"scripts": {
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"ansi-regex": "^5.0.1",
|
|
35
35
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
36
|
-
"color-support": "^1.1.
|
|
37
|
-
"console-control-strings": "^1.
|
|
36
|
+
"color-support": "^1.1.3",
|
|
37
|
+
"console-control-strings": "^1.1.0",
|
|
38
38
|
"has-unicode": "^2.0.1",
|
|
39
|
-
"signal-exit": "^3.0.
|
|
39
|
+
"signal-exit": "^3.0.7",
|
|
40
40
|
"string-width": "^4.2.3",
|
|
41
41
|
"strip-ansi": "^6.0.1",
|
|
42
|
-
"wide-align": "^1.1.
|
|
42
|
+
"wide-align": "^1.1.5"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@npmcli/template-oss": "^2.7.1",
|
|
46
46
|
"readable-stream": "^3.6.0",
|
|
47
|
-
"tap": "^15.
|
|
47
|
+
"tap": "^15.1.6"
|
|
48
48
|
},
|
|
49
49
|
"files": [
|
|
50
50
|
"bin",
|
package/dist/pnpm.cjs
CHANGED
|
@@ -3170,7 +3170,7 @@ var require_lib4 = __commonJS({
|
|
|
3170
3170
|
var load_json_file_1 = __importDefault(require_load_json_file());
|
|
3171
3171
|
var defaultManifest = {
|
|
3172
3172
|
name: "pnpm" != null && true ? "pnpm" : "pnpm",
|
|
3173
|
-
version: "6.32.
|
|
3173
|
+
version: "6.32.1" != null && true ? "6.32.1" : "0.0.0"
|
|
3174
3174
|
};
|
|
3175
3175
|
var pkgJson;
|
|
3176
3176
|
if (require.main == null) {
|
|
@@ -118989,7 +118989,6 @@ var require_extendInstallOptions = __commonJS({
|
|
|
118989
118989
|
},
|
|
118990
118990
|
lockfileDir: (_c = (_b = opts.lockfileDir) !== null && _b !== void 0 ? _b : opts.dir) !== null && _c !== void 0 ? _c : process.cwd(),
|
|
118991
118991
|
lockfileOnly: false,
|
|
118992
|
-
neverBuiltDependencies: [],
|
|
118993
118992
|
nodeVersion: process.version,
|
|
118994
118993
|
nodeLinker: "isolated",
|
|
118995
118994
|
overrides: {},
|
|
@@ -120436,12 +120435,12 @@ var require_getOptionsFromRootManifest = __commonJS({
|
|
|
120436
120435
|
"use strict";
|
|
120437
120436
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
120438
120437
|
function getOptionsFromRootManifest(manifest) {
|
|
120439
|
-
var _a, _b, _c, _d, _e, _f
|
|
120438
|
+
var _a, _b, _c, _d, _e, _f;
|
|
120440
120439
|
const overrides = (_b = (_a = manifest.pnpm) === null || _a === void 0 ? void 0 : _a.overrides) !== null && _b !== void 0 ? _b : manifest.resolutions;
|
|
120441
|
-
const neverBuiltDependencies = (
|
|
120442
|
-
const onlyBuiltDependencies = (
|
|
120443
|
-
const packageExtensions = (
|
|
120444
|
-
const peerDependencyRules = (
|
|
120440
|
+
const neverBuiltDependencies = (_c = manifest.pnpm) === null || _c === void 0 ? void 0 : _c.neverBuiltDependencies;
|
|
120441
|
+
const onlyBuiltDependencies = (_d = manifest.pnpm) === null || _d === void 0 ? void 0 : _d.onlyBuiltDependencies;
|
|
120442
|
+
const packageExtensions = (_e = manifest.pnpm) === null || _e === void 0 ? void 0 : _e.packageExtensions;
|
|
120443
|
+
const peerDependencyRules = (_f = manifest.pnpm) === null || _f === void 0 ? void 0 : _f.peerDependencyRules;
|
|
120445
120444
|
return {
|
|
120446
120445
|
overrides,
|
|
120447
120446
|
neverBuiltDependencies,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pnpm",
|
|
3
3
|
"description": "Fast, disk space efficient package manager",
|
|
4
|
-
"version": "6.32.
|
|
4
|
+
"version": "6.32.1",
|
|
5
5
|
"bin": {
|
|
6
6
|
"pnpm": "bin/pnpm.cjs",
|
|
7
7
|
"pnpx": "bin/pnpx.cjs"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@pnpm/pick-registry-for-package": "workspace:2.0.11",
|
|
43
43
|
"@pnpm/plugin-commands-audit": "workspace:5.1.41",
|
|
44
44
|
"@pnpm/plugin-commands-env": "workspace:1.4.13",
|
|
45
|
-
"@pnpm/plugin-commands-installation": "workspace:8.4.
|
|
45
|
+
"@pnpm/plugin-commands-installation": "workspace:8.4.2",
|
|
46
46
|
"@pnpm/plugin-commands-listing": "workspace:4.1.10",
|
|
47
47
|
"@pnpm/plugin-commands-outdated": "workspace:5.1.9",
|
|
48
48
|
"@pnpm/plugin-commands-publishing": "workspace:4.5.1",
|