@pnpm/plugin-commands-rebuild 5.4.2 → 5.4.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -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-rebuild
10
+ pnpm add @pnpm/plugin-commands-rebuild
11
11
  ```
12
12
 
13
13
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-rebuild",
3
- "version": "5.4.2",
3
+ "version": "5.4.3",
4
4
  "description": "Commands for rebuilding dependencies",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -23,9 +23,11 @@
23
23
  },
24
24
  "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-rebuild#readme",
25
25
  "devDependencies": {
26
- "@pnpm/filter-workspace-packages": "4.4.14",
26
+ "@pnpm/filter-workspace-packages": "4.4.15",
27
27
  "@pnpm/logger": "^4.0.0",
28
+ "@pnpm/plugin-commands-rebuild": "5.4.3",
28
29
  "@pnpm/prepare": "0.0.32",
30
+ "@pnpm/registry-mock": "2.12.1",
29
31
  "@pnpm/test-fixtures": "0.0.1",
30
32
  "@types/ramda": "0.27.39",
31
33
  "@types/semver": "^7.3.4",
@@ -36,12 +38,12 @@
36
38
  "write-yaml-file": "^4.2.0"
37
39
  },
38
40
  "dependencies": {
39
- "@pnpm/cli-utils": "0.6.42",
41
+ "@pnpm/cli-utils": "0.6.43",
40
42
  "@pnpm/common-cli-options-help": "0.8.0",
41
43
  "@pnpm/config": "13.9.0",
42
44
  "@pnpm/constants": "5.0.0",
43
45
  "@pnpm/core-loggers": "6.1.2",
44
- "@pnpm/find-workspace-packages": "3.1.34",
46
+ "@pnpm/find-workspace-packages": "3.1.35",
45
47
  "@pnpm/get-context": "5.3.4",
46
48
  "@pnpm/lifecycle": "12.1.3",
47
49
  "@pnpm/link-bins": "6.2.8",
@@ -79,5 +81,5 @@
79
81
  "test": "pnpm run compile && pnpm run _test",
80
82
  "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
81
83
  },
82
- "readme": "# @pnpm/plugin-commands-rebuild\n\n> Commands for rebuilding dependencies\n\n[![npm version](https://img.shields.io/npm/v/@pnpm/plugin-commands-rebuild.svg)](https://www.npmjs.com/package/@pnpm/plugin-commands-rebuild)\n\n## Installation\n\n```sh\n<pnpm|npm|yarn> add @pnpm/plugin-commands-rebuild\n```\n\n## License\n\nMIT\n"
84
+ "readme": "# @pnpm/plugin-commands-rebuild\n\n> Commands for rebuilding dependencies\n\n[![npm version](https://img.shields.io/npm/v/@pnpm/plugin-commands-rebuild.svg)](https://www.npmjs.com/package/@pnpm/plugin-commands-rebuild)\n\n## Installation\n\n```sh\npnpm add @pnpm/plugin-commands-rebuild\n```\n\n## License\n\nMIT\n"
83
85
  }