@pnpm/installing.env-installer 1102.0.1 → 1102.0.2
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/installConfigDeps.js
CHANGED
|
@@ -7,8 +7,8 @@ import { calcGlobalVirtualStorePathWithSubdeps, calcLeafGlobalVirtualStorePath }
|
|
|
7
7
|
import { PnpmError } from '@pnpm/error';
|
|
8
8
|
import { readModulesDir } from '@pnpm/fs.read-modules-dir';
|
|
9
9
|
import { readEnvLockfile } from '@pnpm/lockfile.fs';
|
|
10
|
+
import { getNpmTarballUrl } from '@pnpm/resolving.tarball-url';
|
|
10
11
|
import { rimraf } from '@zkochan/rimraf';
|
|
11
|
-
import getNpmTarballUrl from 'get-npm-tarball-url';
|
|
12
12
|
import { symlinkDir } from 'symlink-dir';
|
|
13
13
|
import { migrateConfigDepsToLockfile } from './migrateConfigDeps.js';
|
|
14
14
|
import { verifyEnvLockfile } from './verifyEnvLockfile.js';
|
package/lib/migrateConfigDeps.js
CHANGED
|
@@ -3,7 +3,7 @@ import { writeSettings } from '@pnpm/config.writer';
|
|
|
3
3
|
import { PnpmError } from '@pnpm/error';
|
|
4
4
|
import { createEnvLockfile } from '@pnpm/lockfile.fs';
|
|
5
5
|
import { toLockfileResolution } from '@pnpm/lockfile.utils';
|
|
6
|
-
import getNpmTarballUrl from '
|
|
6
|
+
import { getNpmTarballUrl } from '@pnpm/resolving.tarball-url';
|
|
7
7
|
import { parseIntegrity } from './parseIntegrity.js';
|
|
8
8
|
import { writeVerifiedEnvLockfile } from './writeVerifiedEnvLockfile.js';
|
|
9
9
|
/**
|
|
@@ -5,7 +5,7 @@ import { toLockfileResolution } from '@pnpm/lockfile.utils';
|
|
|
5
5
|
import { createGetAuthHeaderByURI } from '@pnpm/network.auth-header';
|
|
6
6
|
import { createFetchFromRegistry } from '@pnpm/network.fetch';
|
|
7
7
|
import { createNpmResolver } from '@pnpm/resolving.npm-resolver';
|
|
8
|
-
import getNpmTarballUrl from '
|
|
8
|
+
import { getNpmTarballUrl } from '@pnpm/resolving.tarball-url';
|
|
9
9
|
import { installConfigDeps } from './installConfigDeps.js';
|
|
10
10
|
import { parseIntegrity } from './parseIntegrity.js';
|
|
11
11
|
import { pruneEnvLockfile } from './pruneEnvLockfile.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/installing.env-installer",
|
|
3
|
-
"version": "1102.0.
|
|
3
|
+
"version": "1102.0.2",
|
|
4
4
|
"description": "Installer for configurational dependencies",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"funding": "https://opencollective.com/pnpm",
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
14
|
-
"url": "https://github.com/pnpm/pnpm/tree/main/installing/env-installer"
|
|
14
|
+
"url": "https://github.com/pnpm/pnpm/tree/main/pnpm11/installing/env-installer"
|
|
15
15
|
},
|
|
16
|
-
"homepage": "https://github.com/pnpm/pnpm/tree/main/installing/env-installer#readme",
|
|
16
|
+
"homepage": "https://github.com/pnpm/pnpm/tree/main/pnpm11/installing/env-installer#readme",
|
|
17
17
|
"bugs": {
|
|
18
18
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
19
19
|
},
|
|
@@ -29,44 +29,44 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@zkochan/rimraf": "^4.0.0",
|
|
32
|
-
"get-npm-tarball-url": "^2.1.0",
|
|
33
32
|
"semver": "^7.8.4",
|
|
34
33
|
"symlink-dir": "^10.0.1",
|
|
35
|
-
"@pnpm/config.package-is-installable": "1100.0.
|
|
36
|
-
"@pnpm/config.
|
|
34
|
+
"@pnpm/config.package-is-installable": "1100.0.12",
|
|
35
|
+
"@pnpm/config.pick-registry-for-package": "1100.0.9",
|
|
36
|
+
"@pnpm/config.writer": "1100.0.14",
|
|
37
37
|
"@pnpm/constants": "1100.0.0",
|
|
38
38
|
"@pnpm/core-loggers": "1100.2.1",
|
|
39
|
-
"@pnpm/deps.graph-hasher": "1100.2.
|
|
39
|
+
"@pnpm/deps.graph-hasher": "1100.2.6",
|
|
40
|
+
"@pnpm/error": "1100.0.1",
|
|
41
|
+
"@pnpm/installing.deps-resolver": "1100.2.5",
|
|
40
42
|
"@pnpm/fs.read-modules-dir": "1100.0.1",
|
|
41
|
-
"@pnpm/
|
|
42
|
-
"@pnpm/lockfile.
|
|
43
|
-
"@pnpm/lockfile.
|
|
44
|
-
"@pnpm/lockfile.utils": "1100.0
|
|
45
|
-
"@pnpm/
|
|
46
|
-
"@pnpm/network.
|
|
47
|
-
"@pnpm/pkg-manifest.reader": "1100.0.
|
|
48
|
-
"@pnpm/resolving.npm-resolver": "1102.0
|
|
49
|
-
"@pnpm/network.fetch": "1100.1.3",
|
|
43
|
+
"@pnpm/lockfile.fs": "1100.1.7",
|
|
44
|
+
"@pnpm/lockfile.pruner": "1100.0.12",
|
|
45
|
+
"@pnpm/lockfile.types": "1100.0.12",
|
|
46
|
+
"@pnpm/lockfile.utils": "1100.1.0",
|
|
47
|
+
"@pnpm/network.auth-header": "1101.1.3",
|
|
48
|
+
"@pnpm/network.fetch": "1100.1.4",
|
|
49
|
+
"@pnpm/pkg-manifest.reader": "1100.0.9",
|
|
50
|
+
"@pnpm/resolving.npm-resolver": "1102.1.0",
|
|
50
51
|
"@pnpm/resolving.parse-wanted-dependency": "1100.0.1",
|
|
51
|
-
"@pnpm/
|
|
52
|
-
"@pnpm/
|
|
53
|
-
"@pnpm/store.controller": "
|
|
54
|
-
"@pnpm/
|
|
55
|
-
"@pnpm/config.pick-registry-for-package": "1100.0.9"
|
|
52
|
+
"@pnpm/resolving.tarball-url": "1100.0.0",
|
|
53
|
+
"@pnpm/store.controller": "1102.0.2",
|
|
54
|
+
"@pnpm/store.controller-types": "1100.1.6",
|
|
55
|
+
"@pnpm/types": "1101.3.2"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@pnpm/logger": "^1100.0.0",
|
|
59
|
-
"@pnpm/worker": "^1100.2.
|
|
59
|
+
"@pnpm/worker": "^1100.2.2"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@jest/globals": "30.4.1",
|
|
63
63
|
"@types/semver": "7.7.1",
|
|
64
64
|
"load-json-file": "^7.0.1",
|
|
65
65
|
"read-yaml-file": "^3.0.0",
|
|
66
|
-
"@pnpm/installing.env-installer": "1102.0.
|
|
67
|
-
"@pnpm/prepare": "1100.0.
|
|
68
|
-
"@pnpm/testing.
|
|
69
|
-
"@pnpm/testing.
|
|
66
|
+
"@pnpm/installing.env-installer": "1102.0.2",
|
|
67
|
+
"@pnpm/prepare": "1100.0.17",
|
|
68
|
+
"@pnpm/testing.registry-mock": "1100.0.7",
|
|
69
|
+
"@pnpm/testing.temp-store": "1100.1.11"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
72
|
"node": ">=22.13"
|