@pnpm/installing.commands 1100.1.2 → 1100.1.4

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.2",
3
+ "version": "1100.1.4",
4
4
  "description": "Commands for installation",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -43,46 +43,45 @@
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",
47
- "@pnpm/building.after-install": "1101.0.0",
46
+ "@pnpm/building.after-install": "1101.0.2",
48
47
  "@pnpm/catalogs.types": "1100.0.0",
49
48
  "@pnpm/cli.command": "1100.0.0",
49
+ "@pnpm/cli.common-cli-options-help": "1100.0.0",
50
50
  "@pnpm/cli.utils": "1101.0.0",
51
51
  "@pnpm/config.matcher": "1100.0.0",
52
- "@pnpm/cli.common-cli-options-help": "1100.0.0",
53
- "@pnpm/config.reader": "1101.1.1",
54
- "@pnpm/config.writer": "1100.0.2",
55
- "@pnpm/constants": "1100.0.0",
56
52
  "@pnpm/config.pick-registry-for-package": "1100.0.1",
57
- "@pnpm/deps.path": "1100.0.1",
58
- "@pnpm/deps.inspection.outdated": "1100.0.4",
53
+ "@pnpm/config.reader": "1101.1.2",
54
+ "@pnpm/config.writer": "1100.0.3",
55
+ "@pnpm/deps.inspection.outdated": "1100.0.6",
59
56
  "@pnpm/error": "1100.0.0",
60
- "@pnpm/fs.graceful-fs": "1100.0.0",
57
+ "@pnpm/constants": "1100.0.0",
58
+ "@pnpm/deps.status": "1100.0.5",
59
+ "@pnpm/deps.path": "1100.0.1",
61
60
  "@pnpm/fs.read-modules-dir": "1100.0.0",
62
- "@pnpm/global.commands": "1100.0.4",
63
- "@pnpm/deps.status": "1100.0.4",
61
+ "@pnpm/global.commands": "1100.0.6",
62
+ "@pnpm/fs.graceful-fs": "1100.0.0",
64
63
  "@pnpm/hooks.pnpmfile": "1100.0.3",
65
- "@pnpm/installing.context": "1100.0.3",
66
64
  "@pnpm/installing.dedupe.check": "1100.0.2",
67
- "@pnpm/installing.deps-installer": "1101.0.0",
68
- "@pnpm/installing.env-installer": "1101.0.0",
69
- "@pnpm/lockfile.types": "1100.0.2",
65
+ "@pnpm/installing.env-installer": "1101.0.1",
66
+ "@pnpm/installing.deps-installer": "1101.0.2",
70
67
  "@pnpm/pkg-manifest.reader": "1100.0.1",
71
- "@pnpm/resolving.parse-wanted-dependency": "1100.0.0",
68
+ "@pnpm/pkg-manifest.utils": "1100.1.0",
72
69
  "@pnpm/resolving.resolver-base": "1100.1.0",
70
+ "@pnpm/lockfile.types": "1100.0.2",
71
+ "@pnpm/installing.context": "1100.0.3",
72
+ "@pnpm/resolving.parse-wanted-dependency": "1100.0.0",
73
+ "@pnpm/store.connection-manager": "1100.0.6",
73
74
  "@pnpm/store.controller": "1101.0.0",
74
75
  "@pnpm/types": "1101.0.0",
75
76
  "@pnpm/workspace.project-manifest-reader": "1100.0.2",
76
- "@pnpm/store.connection-manager": "1100.0.4",
77
- "@pnpm/workspace.project-manifest-writer": "1100.0.1",
78
- "@pnpm/workspace.projects-filter": "1100.0.4",
79
- "@pnpm/pkg-manifest.utils": "1100.1.0",
80
77
  "@pnpm/workspace.projects-graph": "1100.0.3",
81
- "@pnpm/workspace.projects-reader": "1101.0.0",
78
+ "@pnpm/workspace.projects-filter": "1100.0.5",
82
79
  "@pnpm/workspace.projects-sorter": "1100.0.1",
83
- "@pnpm/workspace.root-finder": "1100.0.0",
84
- "@pnpm/workspace.state": "1100.0.4",
85
- "@pnpm/workspace.workspace-manifest-writer": "1100.0.2"
80
+ "@pnpm/workspace.project-manifest-writer": "1100.0.1",
81
+ "@pnpm/workspace.projects-reader": "1101.0.0",
82
+ "@pnpm/workspace.state": "1100.0.5",
83
+ "@pnpm/workspace.workspace-manifest-writer": "1100.0.3",
84
+ "@pnpm/workspace.root-finder": "1100.0.0"
86
85
  },
87
86
  "peerDependencies": {
88
87
  "@pnpm/logger": ">=1001.0.0 <1002.0.0"
@@ -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",
@@ -108,17 +106,17 @@
108
106
  "write-package": "7.2.0",
109
107
  "write-yaml-file": "^6.0.0",
110
108
  "@pnpm/assert-project": "1100.0.3",
111
- "@pnpm/installing.commands": "1100.1.2",
109
+ "@pnpm/installing.commands": "1100.1.4",
112
110
  "@pnpm/installing.modules-yaml": "1100.0.1",
113
- "@pnpm/logger": "1100.0.0",
114
111
  "@pnpm/prepare": "1100.0.3",
115
- "@pnpm/test-fixtures": "1100.0.0",
112
+ "@pnpm/logger": "1100.0.0",
116
113
  "@pnpm/store.index": "1100.0.0",
117
- "@pnpm/test-ipc-server": "1100.0.0",
114
+ "@pnpm/test-fixtures": "1100.0.0",
118
115
  "@pnpm/testing.command-defaults": "1100.0.1",
119
116
  "@pnpm/testing.mock-agent": "1100.0.1",
117
+ "@pnpm/test-ipc-server": "1100.0.0",
120
118
  "@pnpm/worker": "1100.1.0",
121
- "@pnpm/workspace.projects-filter": "1100.0.4"
119
+ "@pnpm/workspace.projects-filter": "1100.0.5"
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