@pnpm/plugin-commands-rebuild 12.0.2 → 12.0.3
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.
- package/lib/implementation/index.js +2 -2
- package/package.json +21 -21
|
@@ -38,8 +38,8 @@ const error_1 = require("@pnpm/error");
|
|
|
38
38
|
const get_context_1 = require("@pnpm/get-context");
|
|
39
39
|
const lifecycle_1 = require("@pnpm/lifecycle");
|
|
40
40
|
const link_bins_1 = require("@pnpm/link-bins");
|
|
41
|
-
const lockfile_utils_1 = require("@pnpm/lockfile
|
|
42
|
-
const lockfile_walker_1 = require("@pnpm/lockfile
|
|
41
|
+
const lockfile_utils_1 = require("@pnpm/lockfile.utils");
|
|
42
|
+
const lockfile_walker_1 = require("@pnpm/lockfile.walker");
|
|
43
43
|
const logger_1 = require("@pnpm/logger");
|
|
44
44
|
const modules_yaml_1 = require("@pnpm/modules-yaml");
|
|
45
45
|
const store_connection_manager_1 = require("@pnpm/store-connection-manager");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/plugin-commands-rebuild",
|
|
3
|
-
"version": "12.0.
|
|
3
|
+
"version": "12.0.3",
|
|
4
4
|
"description": "Commands for rebuilding dependencies",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -23,20 +23,20 @@
|
|
|
23
23
|
},
|
|
24
24
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/exec/plugin-commands-rebuild#readme",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@pnpm/registry-mock": "3.
|
|
26
|
+
"@pnpm/registry-mock": "3.39.0",
|
|
27
27
|
"@types/ramda": "0.29.12",
|
|
28
28
|
"@types/semver": "7.5.3",
|
|
29
29
|
"@types/sinon": "^10.0.20",
|
|
30
30
|
"execa": "npm:safe-execa@0.1.2",
|
|
31
31
|
"sinon": "^16.1.3",
|
|
32
32
|
"write-yaml-file": "^5.0.0",
|
|
33
|
+
"@pnpm/assert-project": "2.3.56",
|
|
33
34
|
"@pnpm/crypto.object-hasher": "2.0.0",
|
|
34
|
-
"@pnpm/
|
|
35
|
-
"@pnpm/
|
|
36
|
-
"@pnpm/test-
|
|
37
|
-
"@pnpm/workspace.filter-packages-from-dir": "1.0.
|
|
38
|
-
"@pnpm/test-
|
|
39
|
-
"@pnpm/prepare": "0.0.98"
|
|
35
|
+
"@pnpm/plugin-commands-rebuild": "12.0.3",
|
|
36
|
+
"@pnpm/prepare": "0.0.99",
|
|
37
|
+
"@pnpm/test-fixtures": "0.1.29",
|
|
38
|
+
"@pnpm/workspace.filter-packages-from-dir": "1.0.4",
|
|
39
|
+
"@pnpm/test-ipc-server": "0.0.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@pnpm/builder.policy": "3.0.0",
|
|
@@ -48,30 +48,30 @@
|
|
|
48
48
|
"render-help": "^1.0.3",
|
|
49
49
|
"run-groups": "^3.0.1",
|
|
50
50
|
"semver": "^7.6.2",
|
|
51
|
-
"@pnpm/calc-dep-state": "7.0.
|
|
52
|
-
"@pnpm/cli-utils": "3.1.
|
|
53
|
-
"@pnpm/config": "21.6.2",
|
|
51
|
+
"@pnpm/calc-dep-state": "7.0.5",
|
|
52
|
+
"@pnpm/cli-utils": "3.1.6",
|
|
54
53
|
"@pnpm/common-cli-options-help": "2.0.0",
|
|
55
|
-
"@pnpm/core-loggers": "10.0.4",
|
|
56
54
|
"@pnpm/constants": "8.0.0",
|
|
55
|
+
"@pnpm/config": "21.6.3",
|
|
57
56
|
"@pnpm/dependency-path": "5.1.3",
|
|
58
|
-
"@pnpm/
|
|
59
|
-
"@pnpm/get-context": "12.0.1",
|
|
60
|
-
"@pnpm/lifecycle": "17.1.0",
|
|
61
|
-
"@pnpm/lockfile-types": "7.1.3",
|
|
57
|
+
"@pnpm/core-loggers": "10.0.4",
|
|
62
58
|
"@pnpm/error": "6.0.1",
|
|
63
|
-
"@pnpm/
|
|
59
|
+
"@pnpm/deps.graph-sequencer": "2.0.1",
|
|
60
|
+
"@pnpm/lifecycle": "17.1.1",
|
|
61
|
+
"@pnpm/lockfile.types": "1.0.0",
|
|
62
|
+
"@pnpm/lockfile.utils": "1.0.0",
|
|
64
63
|
"@pnpm/link-bins": "10.0.7",
|
|
65
|
-
"@pnpm/lockfile-walker": "9.0.4",
|
|
66
64
|
"@pnpm/modules-yaml": "13.1.4",
|
|
67
65
|
"@pnpm/normalize-registries": "6.0.4",
|
|
68
66
|
"@pnpm/sort-packages": "6.0.5",
|
|
69
|
-
"@pnpm/
|
|
67
|
+
"@pnpm/types": "11.1.0",
|
|
68
|
+
"@pnpm/store-connection-manager": "8.3.4",
|
|
70
69
|
"@pnpm/store-controller-types": "18.1.3",
|
|
70
|
+
"@pnpm/lockfile.walker": "1.0.0",
|
|
71
71
|
"@pnpm/store.cafs": "3.0.6",
|
|
72
|
-
"@pnpm/
|
|
72
|
+
"@pnpm/workspace.find-packages": "4.0.3",
|
|
73
73
|
"@pnpm/worker": "1.0.7",
|
|
74
|
-
"@pnpm/
|
|
74
|
+
"@pnpm/get-context": "12.0.2"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"@pnpm/logger": "^5.0.0"
|