@pnpm/deps.graph-builder 1100.0.13 → 1100.0.15
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/lockfileToDepGraph.js +1 -1
- package/package.json +13 -13
|
@@ -112,7 +112,7 @@ async function buildGraphFromPackages(lockfile, currentLockfile, opts) {
|
|
|
112
112
|
// marker indicating a previous build failed or was interrupted. When the
|
|
113
113
|
// marker is present, skip the fast path to force a re-fetch/re-import/re-build.
|
|
114
114
|
const mightNeedBuild = opts.enableGlobalVirtualStore &&
|
|
115
|
-
opts.allowBuild?.(
|
|
115
|
+
opts.allowBuild?.(depPath) === true;
|
|
116
116
|
let dirExists;
|
|
117
117
|
if (depIsPresent &&
|
|
118
118
|
depIntegrityIsUnchanged &&
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/deps.graph-builder",
|
|
3
|
-
"version": "1100.0.
|
|
3
|
+
"version": "1100.0.15",
|
|
4
4
|
"description": "A package for building a dependency graph from a lockfile",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -29,26 +29,26 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"path-exists": "^5.0.0",
|
|
31
31
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
32
|
-
"@pnpm/config.package-is-installable": "1100.0.
|
|
32
|
+
"@pnpm/config.package-is-installable": "1100.0.10",
|
|
33
33
|
"@pnpm/constants": "1100.0.0",
|
|
34
|
-
"@pnpm/core-loggers": "1100.
|
|
35
|
-
"@pnpm/deps.graph-hasher": "1100.2.
|
|
36
|
-
"@pnpm/deps.path": "1100.0.
|
|
37
|
-
"@pnpm/hooks.types": "1100.0.
|
|
38
|
-
"@pnpm/
|
|
39
|
-
"@pnpm/lockfile.fs": "1100.1.3",
|
|
40
|
-
"@pnpm/lockfile.utils": "1100.0.11",
|
|
41
|
-
"@pnpm/patching.config": "1100.0.6",
|
|
34
|
+
"@pnpm/core-loggers": "1100.2.0",
|
|
35
|
+
"@pnpm/deps.graph-hasher": "1100.2.4",
|
|
36
|
+
"@pnpm/deps.path": "1100.0.7",
|
|
37
|
+
"@pnpm/hooks.types": "1100.0.11",
|
|
38
|
+
"@pnpm/lockfile.fs": "1100.1.4",
|
|
42
39
|
"@pnpm/patching.types": "1100.0.0",
|
|
43
|
-
"@pnpm/
|
|
44
|
-
"@pnpm/types": "
|
|
40
|
+
"@pnpm/patching.config": "1100.0.7",
|
|
41
|
+
"@pnpm/store.controller-types": "1100.1.4",
|
|
42
|
+
"@pnpm/types": "1101.3.1",
|
|
43
|
+
"@pnpm/lockfile.utils": "1100.0.12",
|
|
44
|
+
"@pnpm/installing.modules-yaml": "1100.0.8"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@pnpm/logger": "^1001.0.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@types/ramda": "0.31.1",
|
|
51
|
-
"@pnpm/deps.graph-builder": "1100.0.
|
|
51
|
+
"@pnpm/deps.graph-builder": "1100.0.15",
|
|
52
52
|
"@pnpm/logger": "1100.0.0"
|
|
53
53
|
},
|
|
54
54
|
"engines": {
|