@pnpm/plugin-commands-rebuild 1004.0.0 → 1004.0.2

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.
Files changed (1) hide show
  1. package/package.json +32 -32
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-rebuild",
3
- "version": "1004.0.0",
3
+ "version": "1004.0.2",
4
4
  "description": "Commands for rebuilding dependencies",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -9,8 +9,8 @@
9
9
  ],
10
10
  "license": "MIT",
11
11
  "funding": "https://opencollective.com/pnpm",
12
- "repository": "https://github.com/pnpm/pnpm/blob/main/exec/plugin-commands-rebuild",
13
- "homepage": "https://github.com/pnpm/pnpm/blob/main/exec/plugin-commands-rebuild#readme",
12
+ "repository": "https://github.com/pnpm/pnpm/tree/main/exec/plugin-commands-rebuild",
13
+ "homepage": "https://github.com/pnpm/pnpm/tree/main/exec/plugin-commands-rebuild#readme",
14
14
  "bugs": {
15
15
  "url": "https://github.com/pnpm/pnpm/issues"
16
16
  },
@@ -33,53 +33,53 @@
33
33
  "render-help": "^1.0.3",
34
34
  "run-groups": "^3.0.1",
35
35
  "semver": "^7.7.1",
36
- "@pnpm/builder.policy": "1000.0.0",
36
+ "@pnpm/builder.policy": "1000.0.1",
37
+ "@pnpm/cli-utils": "1001.2.9",
37
38
  "@pnpm/common-cli-options-help": "1000.0.1",
38
- "@pnpm/config": "1004.4.2",
39
+ "@pnpm/calc-dep-state": "1002.0.9",
40
+ "@pnpm/config": "1004.5.0",
41
+ "@pnpm/core-loggers": "1001.0.5",
39
42
  "@pnpm/constants": "1001.3.1",
40
- "@pnpm/cli-utils": "1001.2.7",
41
- "@pnpm/calc-dep-state": "1002.0.8",
42
- "@pnpm/core-loggers": "1001.0.4",
43
+ "@pnpm/dependency-path": "1001.1.4",
43
44
  "@pnpm/deps.graph-sequencer": "1000.0.0",
44
- "@pnpm/dependency-path": "1001.1.3",
45
45
  "@pnpm/error": "1000.0.5",
46
- "@pnpm/exec.pkg-requires-build": "1000.0.11",
47
- "@pnpm/link-bins": "1000.2.6",
48
- "@pnpm/lockfile.types": "1002.0.2",
49
- "@pnpm/lifecycle": "1001.0.25",
50
- "@pnpm/lockfile.utils": "1003.0.3",
51
- "@pnpm/lockfile.walker": "1001.0.16",
52
- "@pnpm/get-context": "1001.1.8",
53
- "@pnpm/sort-packages": "1000.0.11",
54
- "@pnpm/read-package-json": "1000.1.2",
55
- "@pnpm/modules-yaml": "1000.3.6",
56
- "@pnpm/store-controller-types": "1004.1.0",
57
- "@pnpm/store-connection-manager": "1002.2.3",
58
- "@pnpm/store.cafs": "1000.0.19",
59
- "@pnpm/types": "1000.9.0",
60
- "@pnpm/workspace.find-packages": "1000.0.42",
61
- "@pnpm/normalize-registries": "1000.1.4"
46
+ "@pnpm/exec.pkg-requires-build": "1000.0.12",
47
+ "@pnpm/get-context": "1001.1.9",
48
+ "@pnpm/link-bins": "1000.3.0",
49
+ "@pnpm/lifecycle": "1001.0.26",
50
+ "@pnpm/lockfile.types": "1002.0.3",
51
+ "@pnpm/lockfile.utils": "1003.0.4",
52
+ "@pnpm/lockfile.walker": "1001.0.17",
53
+ "@pnpm/read-package-json": "1000.1.3",
54
+ "@pnpm/normalize-registries": "1000.1.5",
55
+ "@pnpm/modules-yaml": "1000.3.7",
56
+ "@pnpm/sort-packages": "1000.0.12",
57
+ "@pnpm/store-connection-manager": "1002.3.0",
58
+ "@pnpm/store.cafs": "1000.0.20",
59
+ "@pnpm/store-controller-types": "1004.2.0",
60
+ "@pnpm/types": "1001.0.0",
61
+ "@pnpm/workspace.find-packages": "1000.0.44"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "@pnpm/logger": ">=1001.0.0 <1002.0.0",
65
- "@pnpm/worker": "^1000.3.0"
65
+ "@pnpm/worker": "^1000.3.1"
66
66
  },
67
67
  "devDependencies": {
68
- "@pnpm/registry-mock": "5.0.0",
68
+ "@pnpm/registry-mock": "5.1.0",
69
69
  "@types/ramda": "0.29.12",
70
70
  "@types/semver": "7.5.3",
71
71
  "@types/sinon": "^10.0.20",
72
72
  "execa": "npm:safe-execa@0.1.2",
73
73
  "sinon": "^16.1.3",
74
74
  "write-yaml-file": "^5.0.0",
75
- "@pnpm/assert-project": "1000.0.4",
76
75
  "@pnpm/crypto.object-hasher": "1000.1.0",
76
+ "@pnpm/assert-project": "1000.0.5",
77
+ "@pnpm/plugin-commands-rebuild": "1004.0.2",
77
78
  "@pnpm/logger": "1001.0.1",
78
- "@pnpm/prepare": "1000.0.4",
79
- "@pnpm/test-fixtures": "1000.0.0",
80
- "@pnpm/plugin-commands-rebuild": "1004.0.0",
81
79
  "@pnpm/test-ipc-server": "1000.0.0",
82
- "@pnpm/workspace.filter-packages-from-dir": "1000.0.42"
80
+ "@pnpm/prepare": "1000.0.5",
81
+ "@pnpm/test-fixtures": "1000.0.0",
82
+ "@pnpm/workspace.filter-packages-from-dir": "1000.0.44"
83
83
  },
84
84
  "engines": {
85
85
  "node": ">=18.12"