@pnpm/plugin-commands-publishing 4.3.1 → 4.3.2

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 +6 -4
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  ## Installation
8
8
 
9
9
  ```sh
10
- <pnpm|npm|yarn> add @pnpm/plugin-commands-publishing
10
+ pnpm add @pnpm/plugin-commands-publishing
11
11
  ```
12
12
 
13
13
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-publishing",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
4
4
  "description": "The pack and publish commands of pnpm",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -24,9 +24,11 @@
24
24
  },
25
25
  "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-publishing#readme",
26
26
  "devDependencies": {
27
- "@pnpm/filter-workspace-packages": "4.4.14",
27
+ "@pnpm/filter-workspace-packages": "4.4.15",
28
28
  "@pnpm/logger": "^4.0.0",
29
+ "@pnpm/plugin-commands-publishing": "4.3.2",
29
30
  "@pnpm/prepare": "0.0.32",
31
+ "@pnpm/registry-mock": "2.12.1",
30
32
  "@types/cross-spawn": "^6.0.2",
31
33
  "@types/npm-packlist": "^1.1.2",
32
34
  "@types/proxyquire": "^1.3.28",
@@ -43,7 +45,7 @@
43
45
  "write-yaml-file": "^4.2.0"
44
46
  },
45
47
  "dependencies": {
46
- "@pnpm/cli-utils": "0.6.42",
48
+ "@pnpm/cli-utils": "0.6.43",
47
49
  "@pnpm/client": "6.1.0",
48
50
  "@pnpm/config": "13.9.0",
49
51
  "@pnpm/error": "2.0.0",
@@ -81,5 +83,5 @@
81
83
  "test": "pnpm run compile && pnpm run _test",
82
84
  "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
83
85
  },
84
- "readme": "# @pnpm/plugin-commands-publishing\n\n> The pack and publish commands of pnpm\n\n[![npm version](https://img.shields.io/npm/v/@pnpm/plugin-commands-publishing.svg)](https://www.npmjs.com/package/@pnpm/plugin-commands-publishing)\n\n## Installation\n\n```sh\n<pnpm|npm|yarn> add @pnpm/plugin-commands-publishing\n```\n\n## License\n\nMIT\n"
86
+ "readme": "# @pnpm/plugin-commands-publishing\n\n> The pack and publish commands of pnpm\n\n[![npm version](https://img.shields.io/npm/v/@pnpm/plugin-commands-publishing.svg)](https://www.npmjs.com/package/@pnpm/plugin-commands-publishing)\n\n## Installation\n\n```sh\npnpm add @pnpm/plugin-commands-publishing\n```\n\n## License\n\nMIT\n"
85
87
  }