@pnpm/list 6.2.18 → 6.2.19

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -6
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  ## Installation
10
10
 
11
11
  ```
12
- <pnpm|npm|yarn> add @pnpm/list
12
+ pnpm add @pnpm/list
13
13
  ```
14
14
 
15
15
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/list",
3
- "version": "6.2.18",
3
+ "version": "6.2.19",
4
4
  "description": "List installed packages in a symlinked `node_modules`",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -25,19 +25,20 @@
25
25
  "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/list#readme",
26
26
  "dependencies": {
27
27
  "@pnpm/matcher": "2.0.0",
28
- "@pnpm/read-package-json": "5.0.9",
29
- "@pnpm/read-project-manifest": "2.0.10",
30
- "@pnpm/types": "7.8.0",
28
+ "@pnpm/read-package-json": "5.0.10",
29
+ "@pnpm/read-project-manifest": "2.0.11",
30
+ "@pnpm/types": "7.9.0",
31
31
  "@zkochan/npm-package-arg": "^2.0.1",
32
32
  "archy": "^1.0.0",
33
33
  "chalk": "^4.1.0",
34
34
  "cli-columns": "^4.0.0",
35
- "dependencies-hierarchy": "10.0.21",
35
+ "dependencies-hierarchy": "10.0.22",
36
36
  "p-limit": "^3.1.0",
37
37
  "ramda": "^0.27.1",
38
38
  "semver": "^7.3.4"
39
39
  },
40
40
  "devDependencies": {
41
+ "@pnpm/list": "6.2.19",
41
42
  "@pnpm/logger": "^4.0.0",
42
43
  "@types/archy": "0.0.31",
43
44
  "@types/ramda": "0.27.39",
@@ -53,5 +54,5 @@
53
54
  "test": "pnpm run compile && pnpm run _test",
54
55
  "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
55
56
  },
56
- "readme": "# @pnpm/list\n\n> List installed packages in a symlinked \\`node_modules\\`\n\n<!--@shields('npm')-->\n[![npm version](https://img.shields.io/npm/v/@pnpm/list.svg)](https://www.npmjs.com/package/@pnpm/list)\n<!--/@-->\n\n## Installation\n\n```\n<pnpm|npm|yarn> add @pnpm/list\n```\n\n## License\n\nMIT\n"
57
+ "readme": "# @pnpm/list\n\n> List installed packages in a symlinked \\`node_modules\\`\n\n<!--@shields('npm')-->\n[![npm version](https://img.shields.io/npm/v/@pnpm/list.svg)](https://www.npmjs.com/package/@pnpm/list)\n<!--/@-->\n\n## Installation\n\n```\npnpm add @pnpm/list\n```\n\n## License\n\nMIT\n"
57
58
  }