@pnpm/headless 1010.1.4 → 1010.1.6

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 +31 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/headless",
3
- "version": "1010.1.4",
3
+ "version": "1010.1.6",
4
4
  "description": "Fast installation using only pnpm-lock.yaml",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -35,37 +35,37 @@
35
35
  "path-exists": "^4.0.0",
36
36
  "ramda": "npm:@pnpm/ramda@0.28.1",
37
37
  "realpath-missing": "^1.1.0",
38
- "@pnpm/build-modules": "1007.0.5",
39
- "@pnpm/calc-dep-state": "1003.0.1",
40
- "@pnpm/constants": "1001.3.1",
38
+ "@pnpm/build-modules": "1007.0.7",
39
+ "@pnpm/deps.graph-builder": "1002.3.11",
41
40
  "@pnpm/builder.policy": "1000.1.1",
41
+ "@pnpm/constants": "1001.3.1",
42
+ "@pnpm/hoist": "1002.0.15",
43
+ "@pnpm/lifecycle": "1001.0.35",
44
+ "@pnpm/dependency-path": "1001.1.10",
42
45
  "@pnpm/core-loggers": "1001.0.9",
43
- "@pnpm/dependency-path": "1001.1.9",
44
- "@pnpm/deps.graph-builder": "1002.3.10",
45
46
  "@pnpm/error": "1000.0.5",
46
- "@pnpm/hoist": "1002.0.14",
47
- "@pnpm/lifecycle": "1001.0.34",
48
- "@pnpm/lockfile-to-pnp": "1001.0.31",
49
- "@pnpm/link-bins": "1000.3.5",
50
- "@pnpm/lockfile.filtering": "1001.0.29",
51
- "@pnpm/lockfile.utils": "1004.0.1",
52
- "@pnpm/modules-cleaner": "1001.0.33",
53
- "@pnpm/lockfile.fs": "1001.1.29",
54
- "@pnpm/modules-yaml": "1002.0.0",
47
+ "@pnpm/link-bins": "1000.3.6",
48
+ "@pnpm/calc-dep-state": "1003.0.2",
49
+ "@pnpm/lockfile-to-pnp": "1001.0.32",
50
+ "@pnpm/lockfile.utils": "1004.0.2",
51
+ "@pnpm/lockfile.filtering": "1001.0.30",
52
+ "@pnpm/modules-yaml": "1002.0.1",
53
+ "@pnpm/lockfile.fs": "1001.1.30",
55
54
  "@pnpm/package-is-installable": "1000.0.20",
56
- "@pnpm/patching.config": "1001.0.17",
57
- "@pnpm/pkg-manager.direct-dep-linker": "1000.0.17",
55
+ "@pnpm/modules-cleaner": "1001.0.34",
56
+ "@pnpm/package-requester": "1011.2.3",
58
57
  "@pnpm/read-package-json": "1000.1.7",
59
- "@pnpm/read-project-manifest": "1001.2.4",
60
- "@pnpm/package-requester": "1011.2.2",
61
- "@pnpm/real-hoist": "1001.0.28",
62
- "@pnpm/store-controller-types": "1004.5.1",
58
+ "@pnpm/patching.config": "1001.0.18",
59
+ "@pnpm/real-hoist": "1001.0.29",
60
+ "@pnpm/pkg-manager.direct-dep-linker": "1000.0.17",
63
61
  "@pnpm/symlink-dependency": "1000.0.17",
64
- "@pnpm/types": "1001.3.0"
62
+ "@pnpm/types": "1001.3.0",
63
+ "@pnpm/store-controller-types": "1004.5.1",
64
+ "@pnpm/read-project-manifest": "1001.2.5"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "@pnpm/logger": ">=1001.0.0 <1002.0.0",
68
- "@pnpm/worker": "^1000.6.4"
68
+ "@pnpm/worker": "^1000.6.5"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@pnpm/registry-mock": "5.2.0",
@@ -79,17 +79,17 @@
79
79
  "sinon": "^16.1.3",
80
80
  "tempy": "^1.0.1",
81
81
  "write-json-file": "^4.3.0",
82
- "@pnpm/assert-project": "1000.0.14",
83
- "@pnpm/logger": "1001.0.1",
84
- "@pnpm/headless": "1010.1.4",
85
- "@pnpm/read-projects-context": "1000.0.33",
82
+ "@pnpm/assert-project": "1000.0.15",
86
83
  "@pnpm/crypto.object-hasher": "1000.2.0",
87
- "@pnpm/prepare": "1000.0.14",
84
+ "@pnpm/headless": "1010.1.6",
85
+ "@pnpm/store.cafs": "1000.1.4",
86
+ "@pnpm/prepare": "1000.0.15",
88
87
  "@pnpm/store-path": "1000.0.5",
89
- "@pnpm/store.cafs": "1000.1.3",
88
+ "@pnpm/logger": "1001.0.1",
89
+ "@pnpm/test-fixtures": "1000.0.0",
90
90
  "@pnpm/test-ipc-server": "1000.0.0",
91
- "@pnpm/testing.temp-store": "1000.0.37",
92
- "@pnpm/test-fixtures": "1000.0.0"
91
+ "@pnpm/read-projects-context": "1000.0.34",
92
+ "@pnpm/testing.temp-store": "1000.0.39"
93
93
  },
94
94
  "engines": {
95
95
  "node": ">=18.12"