@pnpm/plugin-commands-installation 8.1.4 → 8.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  ## Installation
8
8
 
9
9
  ```sh
10
- <pnpm|npm|yarn> add @pnpm/plugin-commands-installation
10
+ pnpm add @pnpm/plugin-commands-installation
11
11
  ```
12
12
 
13
13
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-installation",
3
- "version": "8.1.4",
3
+ "version": "8.1.5",
4
4
  "description": "Commands for installation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -51,7 +51,7 @@
51
51
  "@pnpm/common-cli-options-help": "0.8.0",
52
52
  "@pnpm/config": "13.9.0",
53
53
  "@pnpm/constants": "5.0.0",
54
- "@pnpm/core": "2.2.4",
54
+ "@pnpm/core": "2.2.5",
55
55
  "@pnpm/error": "2.0.0",
56
56
  "@pnpm/filter-workspace-packages": "4.4.14",
57
57
  "@pnpm/find-workspace-dir": "3.0.1",
@@ -69,9 +69,9 @@
69
69
  "@pnpm/sort-packages": "2.1.6",
70
70
  "@pnpm/store-connection-manager": "3.2.2",
71
71
  "@pnpm/types": "7.8.0",
72
- "@yarnpkg/core": "^3.2.0-rc.4",
72
+ "@yarnpkg/core": "3.2.0-rc.9",
73
73
  "@yarnpkg/lockfile": "^1.1.0",
74
- "@yarnpkg/parsers": "^2.5.0-rc.3",
74
+ "@yarnpkg/parsers": "2.5.0-rc.7",
75
75
  "@zkochan/rimraf": "^2.1.1",
76
76
  "@zkochan/table": "^1.0.0",
77
77
  "@zkochan/which": "^2.0.3",
@@ -105,5 +105,5 @@
105
105
  "test": "pnpm run compile && pnpm run _test",
106
106
  "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
107
107
  },
108
- "readme": "# @pnpm/plugin-commands-installation\n\n> Commands for installation\n\n[![npm version](https://img.shields.io/npm/v/@pnpm/plugin-commands-installation.svg)](https://www.npmjs.com/package/@pnpm/plugin-commands-installation)\n\n## Installation\n\n```sh\n<pnpm|npm|yarn> add @pnpm/plugin-commands-installation\n```\n\n## License\n\nMIT\n"
108
+ "readme": "# @pnpm/plugin-commands-installation\n\n> Commands for installation\n\n[![npm version](https://img.shields.io/npm/v/@pnpm/plugin-commands-installation.svg)](https://www.npmjs.com/package/@pnpm/plugin-commands-installation)\n\n## Installation\n\n```sh\npnpm add @pnpm/plugin-commands-installation\n```\n\n## License\n\nMIT\n"
109
109
  }