@pnpm/plugin-commands-server 3.0.64 → 3.0.68

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.
package/lib/index.js CHANGED
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,iDAAkC;AAEzB,wBAAM"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,iDAAkC;AAEzB,wBAAM"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-server",
3
- "version": "3.0.64",
3
+ "version": "3.0.68",
4
4
  "description": "Commands for controlling the store server",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -11,7 +11,7 @@
11
11
  "engines": {
12
12
  "node": ">=12.17"
13
13
  },
14
- "repository": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-server",
14
+ "repository": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-server",
15
15
  "keywords": [
16
16
  "pnpm6",
17
17
  "pnpm",
@@ -21,22 +21,22 @@
21
21
  "bugs": {
22
22
  "url": "https://github.com/pnpm/pnpm/issues"
23
23
  },
24
- "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-server#readme",
24
+ "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-server#readme",
25
25
  "devDependencies": {
26
26
  "@pnpm/logger": "^4.0.0",
27
- "@pnpm/plugin-commands-server": "3.0.64",
27
+ "@pnpm/plugin-commands-server": "3.0.68",
28
28
  "@types/is-windows": "^1.0.0",
29
29
  "@types/ramda": "0.27.39",
30
30
  "@types/signal-exit": "^3.0.0"
31
31
  },
32
32
  "dependencies": {
33
33
  "@pnpm/cli-meta": "2.0.1",
34
- "@pnpm/cli-utils": "0.6.46",
34
+ "@pnpm/cli-utils": "0.6.48",
35
35
  "@pnpm/common-cli-options-help": "0.8.0",
36
- "@pnpm/config": "13.11.0",
36
+ "@pnpm/config": "13.13.0",
37
37
  "@pnpm/error": "2.0.0",
38
38
  "@pnpm/server": "11.0.17",
39
- "@pnpm/store-connection-manager": "3.2.4",
39
+ "@pnpm/store-connection-manager": "3.2.8",
40
40
  "@pnpm/store-path": "^5.0.0",
41
41
  "@zkochan/diable": "^1.0.2",
42
42
  "delay": "^5.0.0",
@@ -55,7 +55,7 @@
55
55
  "scripts": {
56
56
  "lint": "eslint src/**/*.ts",
57
57
  "test": "pnpm run compile",
58
- "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
58
+ "compile": "tsc --build && pnpm run lint -- --fix"
59
59
  },
60
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"
61
61
  }