@pnpm/installing.commands 1100.1.2 → 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.
- package/lib/import/yarnUtil.d.ts +1 -1
- package/package.json +19 -21
- package/lib/nodeExecPath.d.ts +0 -1
- package/lib/nodeExecPath.js +0 -16
package/lib/import/yarnUtil.d.ts
CHANGED
|
@@ -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:
|
|
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.
|
|
3
|
+
"version": "1100.1.3",
|
|
4
4
|
"description": "Commands for installation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -43,44 +43,43 @@
|
|
|
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
|
-
"
|
|
47
|
-
"@pnpm/building.after-install": "1101.0.0",
|
|
46
|
+
"@pnpm/building.after-install": "1101.0.1",
|
|
48
47
|
"@pnpm/catalogs.types": "1100.0.0",
|
|
49
|
-
"@pnpm/cli.
|
|
48
|
+
"@pnpm/cli.common-cli-options-help": "1100.0.0",
|
|
50
49
|
"@pnpm/cli.utils": "1101.0.0",
|
|
51
50
|
"@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
51
|
"@pnpm/config.pick-registry-for-package": "1100.0.1",
|
|
52
|
+
"@pnpm/config.writer": "1100.0.2",
|
|
53
|
+
"@pnpm/config.reader": "1101.1.1",
|
|
54
|
+
"@pnpm/deps.inspection.outdated": "1100.0.5",
|
|
57
55
|
"@pnpm/deps.path": "1100.0.1",
|
|
58
|
-
"@pnpm/
|
|
56
|
+
"@pnpm/constants": "1100.0.0",
|
|
57
|
+
"@pnpm/cli.command": "1100.0.0",
|
|
58
|
+
"@pnpm/deps.status": "1100.0.4",
|
|
59
59
|
"@pnpm/error": "1100.0.0",
|
|
60
60
|
"@pnpm/fs.graceful-fs": "1100.0.0",
|
|
61
|
-
"@pnpm/fs.read-modules-dir": "1100.0.0",
|
|
62
|
-
"@pnpm/global.commands": "1100.0.4",
|
|
63
|
-
"@pnpm/deps.status": "1100.0.4",
|
|
64
|
-
"@pnpm/hooks.pnpmfile": "1100.0.3",
|
|
65
61
|
"@pnpm/installing.context": "1100.0.3",
|
|
62
|
+
"@pnpm/hooks.pnpmfile": "1100.0.3",
|
|
63
|
+
"@pnpm/global.commands": "1100.0.5",
|
|
64
|
+
"@pnpm/fs.read-modules-dir": "1100.0.0",
|
|
66
65
|
"@pnpm/installing.dedupe.check": "1100.0.2",
|
|
67
|
-
"@pnpm/installing.deps-installer": "1101.0.0",
|
|
68
66
|
"@pnpm/installing.env-installer": "1101.0.0",
|
|
69
67
|
"@pnpm/lockfile.types": "1100.0.2",
|
|
68
|
+
"@pnpm/pkg-manifest.utils": "1100.1.0",
|
|
70
69
|
"@pnpm/pkg-manifest.reader": "1100.0.1",
|
|
71
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
73
|
"@pnpm/store.controller": "1101.0.0",
|
|
74
|
-
"@pnpm/types": "1101.0.0",
|
|
75
74
|
"@pnpm/workspace.project-manifest-reader": "1100.0.2",
|
|
76
|
-
"@pnpm/
|
|
75
|
+
"@pnpm/types": "1101.0.0",
|
|
77
76
|
"@pnpm/workspace.project-manifest-writer": "1100.0.1",
|
|
78
77
|
"@pnpm/workspace.projects-filter": "1100.0.4",
|
|
79
|
-
"@pnpm/
|
|
78
|
+
"@pnpm/store.connection-manager": "1100.0.5",
|
|
80
79
|
"@pnpm/workspace.projects-graph": "1100.0.3",
|
|
81
80
|
"@pnpm/workspace.projects-reader": "1101.0.0",
|
|
82
|
-
"@pnpm/workspace.projects-sorter": "1100.0.1",
|
|
83
81
|
"@pnpm/workspace.root-finder": "1100.0.0",
|
|
82
|
+
"@pnpm/workspace.projects-sorter": "1100.0.1",
|
|
84
83
|
"@pnpm/workspace.state": "1100.0.4",
|
|
85
84
|
"@pnpm/workspace.workspace-manifest-writer": "1100.0.2"
|
|
86
85
|
},
|
|
@@ -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,12 +106,12 @@
|
|
|
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.
|
|
109
|
+
"@pnpm/installing.commands": "1100.1.3",
|
|
112
110
|
"@pnpm/installing.modules-yaml": "1100.0.1",
|
|
113
111
|
"@pnpm/logger": "1100.0.0",
|
|
114
112
|
"@pnpm/prepare": "1100.0.3",
|
|
115
|
-
"@pnpm/test-fixtures": "1100.0.0",
|
|
116
113
|
"@pnpm/store.index": "1100.0.0",
|
|
114
|
+
"@pnpm/test-fixtures": "1100.0.0",
|
|
117
115
|
"@pnpm/test-ipc-server": "1100.0.0",
|
|
118
116
|
"@pnpm/testing.command-defaults": "1100.0.1",
|
|
119
117
|
"@pnpm/testing.mock-agent": "1100.0.1",
|
package/lib/nodeExecPath.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function getNodeExecPath(): Promise<string>;
|
package/lib/nodeExecPath.js
DELETED
|
@@ -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
|