@pnpm/installing.deps-restorer 1102.1.1 → 1102.1.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.
Files changed (1) hide show
  1. package/package.json +27 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/installing.deps-restorer",
3
- "version": "1102.1.1",
3
+ "version": "1102.1.3",
4
4
  "description": "Fast installation using only pnpm-lock.yaml",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -39,36 +39,36 @@
39
39
  "ramda": "npm:@pnpm/ramda@0.28.1",
40
40
  "realpath-missing": "^2.0.0",
41
41
  "@pnpm/bins.linker": "1100.0.16",
42
- "@pnpm/building.during-install": "1102.0.2",
43
- "@pnpm/building.policy": "1100.0.11",
42
+ "@pnpm/building.during-install": "1102.0.4",
43
+ "@pnpm/building.policy": "1100.0.12",
44
44
  "@pnpm/config.package-is-installable": "1100.0.12",
45
45
  "@pnpm/constants": "1100.0.0",
46
+ "@pnpm/deps.graph-builder": "1100.0.20",
46
47
  "@pnpm/core-loggers": "1100.2.1",
47
- "@pnpm/deps.graph-hasher": "1100.2.6",
48
48
  "@pnpm/deps.path": "1100.0.8",
49
- "@pnpm/deps.graph-builder": "1100.0.18",
50
- "@pnpm/fs.symlink-dependency": "1100.0.10",
51
- "@pnpm/installing.linking.hoist": "1100.0.16",
49
+ "@pnpm/deps.graph-hasher": "1100.2.8",
52
50
  "@pnpm/error": "1100.0.1",
51
+ "@pnpm/fs.symlink-dependency": "1100.0.10",
52
+ "@pnpm/exec.lifecycle": "1100.1.2",
53
53
  "@pnpm/installing.linking.direct-dep-linker": "1100.0.10",
54
- "@pnpm/installing.linking.modules-cleaner": "1100.1.9",
55
- "@pnpm/exec.lifecycle": "1100.1.1",
56
- "@pnpm/installing.modules-yaml": "1100.0.9",
57
- "@pnpm/lockfile.filtering": "1100.1.8",
58
- "@pnpm/installing.linking.real-hoist": "1100.1.4",
59
- "@pnpm/installing.package-requester": "1102.1.0",
60
- "@pnpm/lockfile.fs": "1100.1.7",
61
- "@pnpm/lockfile.utils": "1100.1.0",
62
- "@pnpm/store.controller-types": "1100.1.6",
54
+ "@pnpm/installing.linking.hoist": "1100.0.16",
55
+ "@pnpm/installing.linking.modules-cleaner": "1100.1.10",
56
+ "@pnpm/installing.package-requester": "1102.1.1",
57
+ "@pnpm/lockfile.filtering": "1100.1.9",
58
+ "@pnpm/installing.linking.real-hoist": "1100.1.5",
59
+ "@pnpm/lockfile.fs": "1100.1.9",
60
+ "@pnpm/lockfile.to-pnp": "1100.1.3",
61
+ "@pnpm/lockfile.utils": "1100.1.1",
63
62
  "@pnpm/patching.config": "1100.0.9",
64
- "@pnpm/types": "1101.3.2",
65
63
  "@pnpm/workspace.project-manifest-reader": "1100.0.14",
66
- "@pnpm/lockfile.to-pnp": "1100.1.1",
64
+ "@pnpm/store.controller-types": "1100.1.7",
65
+ "@pnpm/types": "1101.3.2",
66
+ "@pnpm/installing.modules-yaml": "1100.0.9",
67
67
  "@pnpm/pkg-manifest.reader": "1100.0.9"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@pnpm/logger": "^1100.0.0",
71
- "@pnpm/worker": "^1100.2.2"
71
+ "@pnpm/worker": "^1100.2.3"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@jest/globals": "30.4.1",
@@ -79,19 +79,19 @@
79
79
  "load-json-file": "^7.0.1",
80
80
  "tempy": "3.0.0",
81
81
  "write-json-file": "^7.0.0",
82
+ "@pnpm/assert-project": "1100.0.18",
83
+ "@pnpm/installing.deps-restorer": "1102.1.3",
82
84
  "@pnpm/crypto.object-hasher": "1100.0.0",
83
- "@pnpm/assert-project": "1100.0.17",
85
+ "@pnpm/installing.read-projects-context": "1100.0.19",
84
86
  "@pnpm/logger": "1100.0.0",
85
- "@pnpm/prepare": "1100.0.17",
86
- "@pnpm/installing.read-projects-context": "1100.0.17",
87
- "@pnpm/store.cafs": "1100.1.11",
88
- "@pnpm/installing.deps-restorer": "1102.1.1",
89
- "@pnpm/store.path": "1100.0.2",
87
+ "@pnpm/prepare": "1100.0.18",
90
88
  "@pnpm/store.index": "1100.2.1",
89
+ "@pnpm/store.path": "1100.0.2",
90
+ "@pnpm/store.cafs": "1100.1.12",
91
91
  "@pnpm/test-fixtures": "1100.0.0",
92
92
  "@pnpm/test-ipc-server": "1100.0.0",
93
- "@pnpm/testing.registry-mock": "1100.0.7",
94
- "@pnpm/testing.temp-store": "1100.1.11"
93
+ "@pnpm/testing.registry-mock": "1100.0.8",
94
+ "@pnpm/testing.temp-store": "1100.1.13"
95
95
  },
96
96
  "engines": {
97
97
  "node": ">=22.13"