@pnpm/deps.graph-builder 1.1.7 → 1.1.9
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.d.ts +1 -1
- package/lib/lockfileToDepGraph.js +1 -1
- package/package.json +10 -10
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type Lockfile } from '@pnpm/lockfile
|
|
1
|
+
import { type Lockfile } from '@pnpm/lockfile.fs';
|
|
2
2
|
import { type IncludedDependencies } from '@pnpm/modules-yaml';
|
|
3
3
|
import { type DepPath, type SupportedArchitectures, type PatchFile, type Registries, type PkgIdWithPatchHash, type ProjectId } from '@pnpm/types';
|
|
4
4
|
import { type PkgRequestFetchResult, type StoreController } from '@pnpm/store-controller-types';
|
|
@@ -30,7 +30,7 @@ exports.lockfileToDepGraph = void 0;
|
|
|
30
30
|
const path_1 = __importDefault(require("path"));
|
|
31
31
|
const constants_1 = require("@pnpm/constants");
|
|
32
32
|
const core_loggers_1 = require("@pnpm/core-loggers");
|
|
33
|
-
const lockfile_utils_1 = require("@pnpm/lockfile
|
|
33
|
+
const lockfile_utils_1 = require("@pnpm/lockfile.utils");
|
|
34
34
|
const logger_1 = require("@pnpm/logger");
|
|
35
35
|
const package_is_installable_1 = require("@pnpm/package-is-installable");
|
|
36
36
|
const dp = __importStar(require("@pnpm/dependency-path"));
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/deps.graph-builder",
|
|
3
3
|
"description": "A package for building a dependency graph from a lockfile",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.9",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
7
7
|
},
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/ramda": "0.29.12",
|
|
23
|
-
"@pnpm/deps.graph-builder": "1.1.
|
|
23
|
+
"@pnpm/deps.graph-builder": "1.1.9"
|
|
24
24
|
},
|
|
25
25
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/deps/graph-builder#readme",
|
|
26
26
|
"keywords": [
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
"path-exists": "^4.0.0",
|
|
37
37
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
38
38
|
"@pnpm/constants": "8.0.0",
|
|
39
|
-
"@pnpm/
|
|
40
|
-
"@pnpm/
|
|
41
|
-
"@pnpm/lockfile
|
|
42
|
-
"@pnpm/
|
|
43
|
-
"@pnpm/
|
|
44
|
-
"@pnpm/
|
|
45
|
-
"@pnpm/types": "
|
|
46
|
-
"@pnpm/
|
|
39
|
+
"@pnpm/core-loggers": "10.0.4",
|
|
40
|
+
"@pnpm/dependency-path": "5.1.3",
|
|
41
|
+
"@pnpm/lockfile.utils": "1.0.0",
|
|
42
|
+
"@pnpm/modules-yaml": "13.1.4",
|
|
43
|
+
"@pnpm/package-is-installable": "9.0.5",
|
|
44
|
+
"@pnpm/lockfile.fs": "1.0.0",
|
|
45
|
+
"@pnpm/store-controller-types": "18.1.3",
|
|
46
|
+
"@pnpm/types": "11.1.0"
|
|
47
47
|
},
|
|
48
48
|
"scripts": {
|
|
49
49
|
"lint": "eslint \"src/**/*.ts\"",
|