@pnpm/plugin-commands-server 3.0.58 → 3.0.62

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 +8 -7
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  ## Installation
8
8
 
9
9
  ```sh
10
- <pnpm|npm|yarn> add @pnpm/plugin-commands-server
10
+ pnpm add @pnpm/plugin-commands-server
11
11
  ```
12
12
 
13
13
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-server",
3
- "version": "3.0.58",
3
+ "version": "3.0.62",
4
4
  "description": "Commands for controlling the store server",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -24,18 +24,19 @@
24
24
  "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-server#readme",
25
25
  "devDependencies": {
26
26
  "@pnpm/logger": "^4.0.0",
27
+ "@pnpm/plugin-commands-server": "3.0.62",
27
28
  "@types/is-windows": "^1.0.0",
28
29
  "@types/ramda": "0.27.39",
29
30
  "@types/signal-exit": "^3.0.0"
30
31
  },
31
32
  "dependencies": {
32
- "@pnpm/cli-meta": "2.0.0",
33
- "@pnpm/cli-utils": "0.6.41",
33
+ "@pnpm/cli-meta": "2.0.1",
34
+ "@pnpm/cli-utils": "0.6.44",
34
35
  "@pnpm/common-cli-options-help": "0.8.0",
35
- "@pnpm/config": "13.8.0",
36
+ "@pnpm/config": "13.10.0",
36
37
  "@pnpm/error": "2.0.0",
37
- "@pnpm/server": "11.0.16",
38
- "@pnpm/store-connection-manager": "3.2.0",
38
+ "@pnpm/server": "11.0.17",
39
+ "@pnpm/store-connection-manager": "3.2.3",
39
40
  "@pnpm/store-path": "^5.0.0",
40
41
  "@zkochan/diable": "^1.0.2",
41
42
  "delay": "^5.0.0",
@@ -56,5 +57,5 @@
56
57
  "test": "pnpm run compile",
57
58
  "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
58
59
  },
59
- "readme": "# @pnpm/plugin-commands-server\n\n> Commands for controlling the store server\n\n[![npm version](https://img.shields.io/npm/v/@pnpm/plugin-commands-server.svg)](https://www.npmjs.com/package/@pnpm/plugin-commands-server)\n\n## Installation\n\n```sh\n<pnpm|npm|yarn> add @pnpm/plugin-commands-server\n```\n\n## License\n\nMIT\n"
60
+ "readme": "# @pnpm/plugin-commands-server\n\n> Commands for controlling the store server\n\n[![npm version](https://img.shields.io/npm/v/@pnpm/plugin-commands-server.svg)](https://www.npmjs.com/package/@pnpm/plugin-commands-server)\n\n## Installation\n\n```sh\npnpm add @pnpm/plugin-commands-server\n```\n\n## License\n\nMIT\n"
60
61
  }