@pnpm/installing.deps-restorer 1101.1.10 → 1101.1.11

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 +25 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/installing.deps-restorer",
3
- "version": "1101.1.10",
3
+ "version": "1101.1.11",
4
4
  "description": "Fast installation using only pnpm-lock.yaml",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -38,37 +38,37 @@
38
38
  "path-exists": "^5.0.0",
39
39
  "ramda": "npm:@pnpm/ramda@0.28.1",
40
40
  "realpath-missing": "^2.0.0",
41
- "@pnpm/building.during-install": "1101.0.17",
41
+ "@pnpm/bins.linker": "1100.0.13",
42
42
  "@pnpm/building.policy": "1100.0.9",
43
- "@pnpm/bins.linker": "1100.0.12",
44
- "@pnpm/config.package-is-installable": "1100.0.9",
45
- "@pnpm/core-loggers": "1100.1.4",
43
+ "@pnpm/building.during-install": "1101.0.18",
44
+ "@pnpm/config.package-is-installable": "1100.0.10",
46
45
  "@pnpm/constants": "1100.0.0",
47
- "@pnpm/deps.graph-builder": "1100.0.14",
48
- "@pnpm/deps.graph-hasher": "1100.2.4",
46
+ "@pnpm/core-loggers": "1100.2.0",
49
47
  "@pnpm/deps.path": "1100.0.7",
50
- "@pnpm/exec.lifecycle": "1100.0.16",
48
+ "@pnpm/deps.graph-builder": "1100.0.15",
51
49
  "@pnpm/error": "1100.0.0",
52
- "@pnpm/fs.symlink-dependency": "1100.0.8",
53
- "@pnpm/installing.linking.hoist": "1100.0.12",
54
- "@pnpm/installing.linking.direct-dep-linker": "1100.0.8",
50
+ "@pnpm/exec.lifecycle": "1100.0.17",
51
+ "@pnpm/fs.symlink-dependency": "1100.0.9",
52
+ "@pnpm/installing.linking.direct-dep-linker": "1100.0.9",
53
+ "@pnpm/installing.linking.hoist": "1100.0.13",
55
54
  "@pnpm/installing.linking.real-hoist": "1100.1.2",
56
55
  "@pnpm/installing.modules-yaml": "1100.0.8",
57
- "@pnpm/installing.package-requester": "1101.0.12",
58
- "@pnpm/installing.linking.modules-cleaner": "1100.1.6",
59
- "@pnpm/lockfile.filtering": "1100.1.5",
60
56
  "@pnpm/lockfile.fs": "1100.1.4",
61
57
  "@pnpm/lockfile.to-pnp": "1100.0.13",
58
+ "@pnpm/deps.graph-hasher": "1100.2.4",
62
59
  "@pnpm/lockfile.utils": "1100.0.12",
63
- "@pnpm/pkg-manifest.reader": "1100.0.7",
64
60
  "@pnpm/patching.config": "1100.0.7",
61
+ "@pnpm/lockfile.filtering": "1100.1.6",
62
+ "@pnpm/pkg-manifest.reader": "1100.0.7",
65
63
  "@pnpm/store.controller-types": "1100.1.4",
66
- "@pnpm/workspace.project-manifest-reader": "1100.0.11",
67
- "@pnpm/types": "1101.3.1"
64
+ "@pnpm/types": "1101.3.1",
65
+ "@pnpm/workspace.project-manifest-reader": "1100.0.12",
66
+ "@pnpm/installing.package-requester": "1101.1.0",
67
+ "@pnpm/installing.linking.modules-cleaner": "1100.1.7"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@pnpm/logger": "^1001.0.1",
71
- "@pnpm/worker": "^1100.1.10"
71
+ "@pnpm/worker": "^1100.1.11"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@jest/globals": "30.3.0",
@@ -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.14",
82
+ "@pnpm/assert-project": "1100.0.15",
83
+ "@pnpm/installing.deps-restorer": "1101.1.11",
83
84
  "@pnpm/crypto.object-hasher": "1100.0.0",
84
85
  "@pnpm/installing.read-projects-context": "1100.0.14",
85
- "@pnpm/installing.deps-restorer": "1101.1.10",
86
86
  "@pnpm/logger": "1100.0.0",
87
+ "@pnpm/prepare": "1100.0.15",
87
88
  "@pnpm/store.cafs": "1100.1.9",
88
- "@pnpm/store.path": "1100.0.1",
89
- "@pnpm/prepare": "1100.0.14",
90
- "@pnpm/test-fixtures": "1100.0.0",
91
89
  "@pnpm/store.index": "1100.1.0",
92
90
  "@pnpm/test-ipc-server": "1100.0.0",
93
- "@pnpm/testing.registry-mock": "1100.0.4",
94
- "@pnpm/testing.temp-store": "1100.1.7"
91
+ "@pnpm/store.path": "1100.0.1",
92
+ "@pnpm/testing.registry-mock": "1100.0.5",
93
+ "@pnpm/test-fixtures": "1100.0.0",
94
+ "@pnpm/testing.temp-store": "1100.1.8"
95
95
  },
96
96
  "engines": {
97
97
  "node": ">=22.13"