@pnpm/reviewing.dependencies-hierarchy 3.1.1 → 3.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.
@@ -1,3 +1,4 @@
1
+ import { type DepPath } from '@pnpm/types';
1
2
  export type TreeNodeId = TreeNodeIdImporter | TreeNodeIdPackage;
2
3
  /**
3
4
  * A project local to the pnpm workspace.
@@ -11,7 +12,7 @@ interface TreeNodeIdImporter {
11
12
  */
12
13
  interface TreeNodeIdPackage {
13
14
  readonly type: 'package';
14
- readonly depPath: string;
15
+ readonly depPath: DepPath;
15
16
  }
16
17
  export declare function serializeTreeNodeId(treeNodeId: TreeNodeId): string;
17
18
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"TreeNodeId.js","sourceRoot":"","sources":["../src/TreeNodeId.ts"],"names":[],"mappings":";;;AAkBA,SAAgB,mBAAmB,CAAE,UAAsB;IACzD,QAAQ,UAAU,CAAC,IAAI,EAAE,CAAC;QAC1B,KAAK,UAAU,CAAC,CAAC,CAAC;YAChB,4EAA4E;YAC5E,uDAAuD;YACvD,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE,GAAG,UAAU,CAAA;YACvC,OAAO,IAAI,CAAC,SAAS,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC,CAAA;QAC7C,CAAC;QACD,KAAK,SAAS,CAAC,CAAC,CAAC;YACf,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,UAAU,CAAA;YACpC,OAAO,IAAI,CAAC,SAAS,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,CAAA;QAC1C,CAAC;IACD,CAAC;AACH,CAAC;AAbD,kDAaC"}
1
+ {"version":3,"file":"TreeNodeId.js","sourceRoot":"","sources":["../src/TreeNodeId.ts"],"names":[],"mappings":";;;AAoBA,SAAgB,mBAAmB,CAAE,UAAsB;IACzD,QAAQ,UAAU,CAAC,IAAI,EAAE,CAAC;QAC1B,KAAK,UAAU,CAAC,CAAC,CAAC;YAChB,4EAA4E;YAC5E,uDAAuD;YACvD,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE,GAAG,UAAU,CAAA;YACvC,OAAO,IAAI,CAAC,SAAS,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC,CAAA;QAC7C,CAAC;QACD,KAAK,SAAS,CAAC,CAAC,CAAC;YACf,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,UAAU,CAAA;YACpC,OAAO,IAAI,CAAC,SAAS,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,CAAA;QAC1C,CAAC;IACD,CAAC;AACH,CAAC;AAbD,kDAaC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/reviewing.dependencies-hierarchy",
3
- "version": "3.1.1",
3
+ "version": "3.1.3",
4
4
  "description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -30,23 +30,23 @@
30
30
  "realpath-missing": "^1.1.0",
31
31
  "resolve-link-target": "^2.0.0",
32
32
  "semver": "^7.6.0",
33
- "@pnpm/lockfile-file": "9.0.4",
34
- "@pnpm/dependency-path": "4.0.0",
35
- "@pnpm/lockfile-utils": "10.1.1",
36
- "@pnpm/lockfile.detect-dep-types": "1.0.1",
33
+ "@pnpm/lockfile-utils": "11.0.0",
34
+ "@pnpm/dependency-path": "5.0.0",
35
+ "@pnpm/lockfile-file": "9.0.6",
36
+ "@pnpm/normalize-registries": "6.0.1",
37
37
  "@pnpm/matcher": "6.0.0",
38
- "@pnpm/normalize-registries": "6.0.0",
38
+ "@pnpm/modules-yaml": "13.1.1",
39
+ "@pnpm/read-package-json": "9.0.2",
39
40
  "@pnpm/read-modules-dir": "7.0.0",
40
- "@pnpm/modules-yaml": "13.1.0",
41
- "@pnpm/types": "10.0.0",
42
- "@pnpm/read-package-json": "9.0.0"
41
+ "@pnpm/types": "10.1.0",
42
+ "@pnpm/lockfile.detect-dep-types": "2.0.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/normalize-path": "^3.0.2",
46
46
  "@types/semver": "7.5.3",
47
47
  "@pnpm/constants": "8.0.0",
48
- "@pnpm/reviewing.dependencies-hierarchy": "3.1.1",
49
- "@pnpm/test-fixtures": "0.1.21"
48
+ "@pnpm/reviewing.dependencies-hierarchy": "3.1.3",
49
+ "@pnpm/test-fixtures": "0.1.22"
50
50
  },
51
51
  "funding": "https://opencollective.com/pnpm",
52
52
  "exports": {