@pnpm/installing.commands 1100.1.1 → 1100.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.
@@ -5,4 +5,4 @@ import type { structUtils } from '@yarnpkg/core';
5
5
  export type ParseDescriptor = typeof structUtils.parseDescriptor;
6
6
  export type ParseRange = typeof structUtils.parseRange;
7
7
  export type YarnLockFileKeyNormalizer = (fullDescriptor: string) => Set<string>;
8
- export declare const yarnLockFileKeyNormalizer: (parseDescriptor: typeof structUtils.parseDescriptor, parseRange: typeof structUtils.parseRange) => YarnLockFileKeyNormalizer;
8
+ export declare const yarnLockFileKeyNormalizer: (parseDescriptor: ParseDescriptor, parseRange: ParseRange) => YarnLockFileKeyNormalizer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/installing.commands",
3
- "version": "1100.1.1",
3
+ "version": "1100.1.3",
4
4
  "description": "Commands for installation",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -43,45 +43,44 @@
43
43
  "ramda": "npm:@pnpm/ramda@0.28.1",
44
44
  "render-help": "^2.0.0",
45
45
  "version-selector-type": "^3.0.0",
46
- "which": "npm:@pnpm/which@^3.0.1",
46
+ "@pnpm/building.after-install": "1101.0.1",
47
47
  "@pnpm/catalogs.types": "1100.0.0",
48
- "@pnpm/building.after-install": "1100.0.3",
49
48
  "@pnpm/cli.common-cli-options-help": "1100.0.0",
50
49
  "@pnpm/cli.utils": "1101.0.0",
50
+ "@pnpm/config.matcher": "1100.0.0",
51
+ "@pnpm/config.pick-registry-for-package": "1100.0.1",
51
52
  "@pnpm/config.writer": "1100.0.2",
52
- "@pnpm/config.reader": "1101.1.0",
53
- "@pnpm/cli.command": "1100.0.0",
53
+ "@pnpm/config.reader": "1101.1.1",
54
+ "@pnpm/deps.inspection.outdated": "1100.0.5",
55
+ "@pnpm/deps.path": "1100.0.1",
54
56
  "@pnpm/constants": "1100.0.0",
55
- "@pnpm/config.matcher": "1100.0.0",
56
- "@pnpm/deps.inspection.outdated": "1100.0.3",
57
- "@pnpm/fs.graceful-fs": "1100.0.0",
57
+ "@pnpm/cli.command": "1100.0.0",
58
+ "@pnpm/deps.status": "1100.0.4",
58
59
  "@pnpm/error": "1100.0.0",
59
- "@pnpm/deps.status": "1100.0.3",
60
+ "@pnpm/fs.graceful-fs": "1100.0.0",
61
+ "@pnpm/installing.context": "1100.0.3",
62
+ "@pnpm/hooks.pnpmfile": "1100.0.3",
63
+ "@pnpm/global.commands": "1100.0.5",
60
64
  "@pnpm/fs.read-modules-dir": "1100.0.0",
61
- "@pnpm/global.commands": "1100.0.3",
62
65
  "@pnpm/installing.dedupe.check": "1100.0.2",
63
- "@pnpm/installing.context": "1100.0.2",
66
+ "@pnpm/installing.env-installer": "1101.0.0",
64
67
  "@pnpm/lockfile.types": "1100.0.2",
65
- "@pnpm/installing.env-installer": "1100.1.1",
66
- "@pnpm/hooks.pnpmfile": "1100.0.2",
67
- "@pnpm/resolving.parse-wanted-dependency": "1100.0.0",
68
- "@pnpm/config.pick-registry-for-package": "1100.0.1",
69
68
  "@pnpm/pkg-manifest.utils": "1100.1.0",
70
69
  "@pnpm/pkg-manifest.reader": "1100.0.1",
71
- "@pnpm/deps.path": "1100.0.1",
70
+ "@pnpm/resolving.parse-wanted-dependency": "1100.0.0",
71
+ "@pnpm/installing.deps-installer": "1101.0.1",
72
72
  "@pnpm/resolving.resolver-base": "1100.1.0",
73
- "@pnpm/installing.deps-installer": "1100.0.3",
74
- "@pnpm/store.controller": "1100.0.2",
73
+ "@pnpm/store.controller": "1101.0.0",
74
+ "@pnpm/workspace.project-manifest-reader": "1100.0.2",
75
75
  "@pnpm/types": "1101.0.0",
76
- "@pnpm/store.connection-manager": "1100.0.3",
77
76
  "@pnpm/workspace.project-manifest-writer": "1100.0.1",
78
- "@pnpm/workspace.project-manifest-reader": "1100.0.2",
79
- "@pnpm/workspace.projects-filter": "1100.0.3",
80
- "@pnpm/workspace.projects-graph": "1100.0.2",
81
- "@pnpm/workspace.projects-sorter": "1100.0.1",
82
- "@pnpm/workspace.root-finder": "1100.0.0",
83
- "@pnpm/workspace.state": "1100.0.3",
77
+ "@pnpm/workspace.projects-filter": "1100.0.4",
78
+ "@pnpm/store.connection-manager": "1100.0.5",
79
+ "@pnpm/workspace.projects-graph": "1100.0.3",
84
80
  "@pnpm/workspace.projects-reader": "1101.0.0",
81
+ "@pnpm/workspace.root-finder": "1100.0.0",
82
+ "@pnpm/workspace.projects-sorter": "1100.0.1",
83
+ "@pnpm/workspace.state": "1100.0.4",
85
84
  "@pnpm/workspace.workspace-manifest-writer": "1100.0.2"
86
85
  },
87
86
  "peerDependencies": {
@@ -93,7 +92,6 @@
93
92
  "@types/normalize-path": "^3.0.2",
94
93
  "@types/proxyquire": "^1.3.31",
95
94
  "@types/ramda": "0.31.1",
96
- "@types/which": "^3.0.4",
97
95
  "@types/yarnpkg__lockfile": "^1.1.9",
98
96
  "@types/zkochan__table": "npm:@types/table@6.0.0",
99
97
  "ci-info": "^4.3.0",
@@ -107,18 +105,18 @@
107
105
  "write-json-file": "^7.0.0",
108
106
  "write-package": "7.2.0",
109
107
  "write-yaml-file": "^6.0.0",
110
- "@pnpm/assert-project": "1100.0.2",
111
- "@pnpm/installing.commands": "1100.1.1",
108
+ "@pnpm/assert-project": "1100.0.3",
109
+ "@pnpm/installing.commands": "1100.1.3",
112
110
  "@pnpm/installing.modules-yaml": "1100.0.1",
113
- "@pnpm/store.index": "1100.0.0",
114
111
  "@pnpm/logger": "1100.0.0",
112
+ "@pnpm/prepare": "1100.0.3",
113
+ "@pnpm/store.index": "1100.0.0",
115
114
  "@pnpm/test-fixtures": "1100.0.0",
116
- "@pnpm/prepare": "1100.0.2",
117
- "@pnpm/testing.command-defaults": "1100.0.1",
118
115
  "@pnpm/test-ipc-server": "1100.0.0",
116
+ "@pnpm/testing.command-defaults": "1100.0.1",
119
117
  "@pnpm/testing.mock-agent": "1100.0.1",
120
- "@pnpm/worker": "1100.0.2",
121
- "@pnpm/workspace.projects-filter": "1100.0.3"
118
+ "@pnpm/worker": "1100.1.0",
119
+ "@pnpm/workspace.projects-filter": "1100.0.4"
122
120
  },
123
121
  "engines": {
124
122
  "node": ">=22.13"
@@ -1 +0,0 @@
1
- export declare function getNodeExecPath(): Promise<string>;
@@ -1,16 +0,0 @@
1
- import { promises as fs } from 'node:fs';
2
- import which from 'which';
3
- export async function getNodeExecPath() {
4
- try {
5
- // The system default Node.js executable is preferred
6
- // not the one used to run the pnpm CLI.
7
- const nodeExecPath = await which('node');
8
- return fs.realpath(nodeExecPath);
9
- }
10
- catch (err) { // eslint-disable-line
11
- if (err['code'] !== 'ENOENT')
12
- throw err;
13
- return process.env.NODE ?? process.execPath;
14
- }
15
- }
16
- //# sourceMappingURL=nodeExecPath.js.map