@pnpm/plugin-commands-setup 1000.1.8 → 1000.1.10

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.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import * as setup from './setup';
1
+ import * as setup from './setup.js';
2
2
  export { setup };
package/lib/index.js CHANGED
@@ -24,6 +24,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.setup = void 0;
27
- const setup = __importStar(require("./setup"));
27
+ const setup = __importStar(require("./setup.js"));
28
28
  exports.setup = setup;
29
29
  //# sourceMappingURL=index.js.map
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAAgC;AAEvB,sBAAK"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kDAAmC;AAE1B,sBAAK"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/plugin-commands-setup",
3
- "version": "1000.1.8",
3
+ "version": "1000.1.10",
4
4
  "description": "pnpm commands for setting up pnpm",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -28,17 +28,18 @@
28
28
  "@pnpm/os.env.path-extender": "^2.0.3",
29
29
  "@zkochan/rimraf": "^3.0.2",
30
30
  "render-help": "^1.0.3",
31
- "@pnpm/cli-utils": "1001.1.0",
32
- "@pnpm/cli-meta": "1000.0.9"
31
+ "@pnpm/cli-meta": "1000.0.9",
32
+ "@pnpm/cli-utils": "1001.1.2"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@pnpm/logger": ">=1001.0.0 <1002.0.0"
36
36
  },
37
37
  "devDependencies": {
38
+ "@jest/globals": "29.7.0",
38
39
  "@pnpm/logger": "1001.0.0",
39
40
  "@pnpm/error": "1000.0.4",
40
- "@pnpm/plugin-commands-setup": "1000.1.8",
41
- "@pnpm/prepare": "0.0.123"
41
+ "@pnpm/plugin-commands-setup": "1000.1.10",
42
+ "@pnpm/prepare": "1000.0.0"
42
43
  },
43
44
  "engines": {
44
45
  "node": ">=18.12"