@pnpm/list 8.0.4 → 8.0.5

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.
@@ -9,7 +9,7 @@ export interface RenderTreeOptions {
9
9
  showExtraneous: boolean;
10
10
  }
11
11
  export declare function renderTree(packages: PackageDependencyHierarchy[], opts: RenderTreeOptions): Promise<string>;
12
- declare type GetPkgColor = (node: PackageNode) => (s: string) => string;
12
+ type GetPkgColor = (node: PackageNode) => (s: string) => string;
13
13
  export declare function toArchyTree(getPkgColor: GetPkgColor, entryNodes: PackageNode[], opts: {
14
14
  long: boolean;
15
15
  modules: string;
package/lib/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { DependenciesHierarchy } from 'dependencies-hierarchy';
2
- export declare type PackageDependencyHierarchy = DependenciesHierarchy & {
2
+ export type PackageDependencyHierarchy = DependenciesHierarchy & {
3
3
  name?: string;
4
4
  version?: string;
5
5
  path: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/list",
3
- "version": "8.0.4",
3
+ "version": "8.0.5",
4
4
  "description": "List installed packages in a symlinked `node_modules`",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -8,7 +8,7 @@
8
8
  "lib",
9
9
  "!*.map"
10
10
  ],
11
- "repository": "https://github.com/pnpm/pnpm/blob/main/packages/list",
11
+ "repository": "https://github.com/pnpm/pnpm/blob/main/reviewing/list",
12
12
  "keywords": [
13
13
  "pnpm7",
14
14
  "pnpm",
@@ -22,9 +22,9 @@
22
22
  "bugs": {
23
23
  "url": "https://github.com/pnpm/pnpm/issues"
24
24
  },
25
- "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/list#readme",
25
+ "homepage": "https://github.com/pnpm/pnpm/blob/main/reviewing/list#readme",
26
26
  "dependencies": {
27
- "@pnpm/matcher": "4.0.0",
27
+ "@pnpm/matcher": "4.0.1",
28
28
  "@pnpm/npm-package-arg": "^1.0.0",
29
29
  "@pnpm/read-package-json": "7.0.2",
30
30
  "@pnpm/read-project-manifest": "4.0.2",
@@ -38,7 +38,8 @@
38
38
  "semver": "^7.3.8"
39
39
  },
40
40
  "devDependencies": {
41
- "@pnpm/list": "8.0.4",
41
+ "@pnpm/list": "8.0.5",
42
+ "@pnpm/test-fixtures": "0.0.26",
42
43
  "@types/archy": "0.0.32",
43
44
  "@types/ramda": "0.28.15",
44
45
  "@types/semver": "7.3.13"