@pnpm/cache.commands 1000.0.31 → 1000.0.33

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 cache from './cache.cmd';
1
+ import * as cache from './cache.cmd.js';
2
2
  export { cache };
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.cache = void 0;
27
- const cache = __importStar(require("./cache.cmd"));
27
+ const cache = __importStar(require("./cache.cmd.js"));
28
28
  exports.cache = cache;
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,mDAAoC;AAE3B,sBAAK"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sDAAuC;AAE9B,sBAAK"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/cache.commands",
3
- "version": "1000.0.31",
3
+ "version": "1000.0.33",
4
4
  "description": "Commands for controlling the cache",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -28,8 +28,8 @@
28
28
  "ramda": "npm:@pnpm/ramda@0.28.1",
29
29
  "render-help": "^1.0.3",
30
30
  "@pnpm/cache.api": "1000.0.28",
31
+ "@pnpm/cli-utils": "1001.1.1",
31
32
  "@pnpm/config": "1004.2.1",
32
- "@pnpm/cli-utils": "1001.0.3",
33
33
  "@pnpm/constants": "1001.3.0",
34
34
  "@pnpm/error": "1000.0.4",
35
35
  "@pnpm/store-path": "1000.0.4"
@@ -38,13 +38,13 @@
38
38
  "@pnpm/logger": ">=1001.0.0 <1002.0.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@pnpm/registry-mock": "4.7.1",
41
+ "@pnpm/registry-mock": "5.0.0",
42
42
  "@types/ramda": "0.29.12",
43
43
  "@zkochan/rimraf": "^3.0.2",
44
44
  "execa": "npm:safe-execa@0.1.2",
45
- "@pnpm/cache.commands": "1000.0.31",
46
- "@pnpm/prepare": "0.0.123",
47
- "@pnpm/logger": "1001.0.0"
45
+ "@pnpm/cache.commands": "1000.0.33",
46
+ "@pnpm/logger": "1001.0.0",
47
+ "@pnpm/prepare": "1000.0.0"
48
48
  },
49
49
  "engines": {
50
50
  "node": ">=18.12"