@pnpm/plugin-commands-store 9.2.4 → 9.2.6
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/storeStatus/index.js +1 -1
- package/package.json +18 -18
package/lib/storeStatus/index.js
CHANGED
|
@@ -30,7 +30,7 @@ exports.storeStatus = void 0;
|
|
|
30
30
|
const path_1 = __importDefault(require("path"));
|
|
31
31
|
const store_cafs_1 = require("@pnpm/store.cafs");
|
|
32
32
|
const get_context_1 = require("@pnpm/get-context");
|
|
33
|
-
const lockfile_utils_1 = require("@pnpm/lockfile
|
|
33
|
+
const lockfile_utils_1 = require("@pnpm/lockfile.utils");
|
|
34
34
|
const logger_1 = require("@pnpm/logger");
|
|
35
35
|
const dp = __importStar(require("@pnpm/dependency-path"));
|
|
36
36
|
const dint_1 = __importDefault(require("dint"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/plugin-commands-store",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.6",
|
|
4
4
|
"description": "Commands for controlling the store",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/store/plugin-commands-store#readme",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@pnpm/registry-mock": "3.
|
|
26
|
+
"@pnpm/registry-mock": "3.40.0",
|
|
27
27
|
"@types/archy": "0.0.33",
|
|
28
28
|
"@types/ramda": "0.29.12",
|
|
29
29
|
"@types/ssri": "^7.1.5",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"execa": "npm:safe-execa@0.1.2",
|
|
32
32
|
"ssri": "10.0.5",
|
|
33
33
|
"tempy": "^1.0.1",
|
|
34
|
-
"@pnpm/assert-store": "1.0.
|
|
35
|
-
"@pnpm/lockfile
|
|
36
|
-
"@pnpm/plugin-commands-script-runners": "11.0.
|
|
37
|
-
"@pnpm/prepare": "0.0.
|
|
38
|
-
"@pnpm/plugin-commands-store": "9.2.
|
|
34
|
+
"@pnpm/assert-store": "1.0.88",
|
|
35
|
+
"@pnpm/lockfile.fs": "1.0.1",
|
|
36
|
+
"@pnpm/plugin-commands-script-runners": "11.0.2",
|
|
37
|
+
"@pnpm/prepare": "0.0.100",
|
|
38
|
+
"@pnpm/plugin-commands-store": "9.2.6"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"archy": "^1.0.0",
|
|
@@ -44,20 +44,20 @@
|
|
|
44
44
|
"p-filter": "^2.1.0",
|
|
45
45
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
46
46
|
"render-help": "^1.0.3",
|
|
47
|
-
"@pnpm/
|
|
48
|
-
"@pnpm/config": "21.6.2",
|
|
49
|
-
"@pnpm/dependency-path": "5.1.3",
|
|
47
|
+
"@pnpm/dependency-path": "5.1.4",
|
|
50
48
|
"@pnpm/error": "6.0.1",
|
|
51
|
-
"@pnpm/
|
|
52
|
-
"@pnpm/
|
|
53
|
-
"@pnpm/
|
|
49
|
+
"@pnpm/config": "21.7.0",
|
|
50
|
+
"@pnpm/cli-utils": "3.1.7",
|
|
51
|
+
"@pnpm/get-context": "12.0.3",
|
|
52
|
+
"@pnpm/lockfile.utils": "1.0.1",
|
|
53
|
+
"@pnpm/normalize-registries": "6.0.5",
|
|
54
54
|
"@pnpm/parse-wanted-dependency": "6.0.0",
|
|
55
|
-
"@pnpm/pick-registry-for-package": "6.0.
|
|
56
|
-
"@pnpm/store-connection-manager": "8.3.
|
|
57
|
-
"@pnpm/store-controller-types": "18.1.
|
|
55
|
+
"@pnpm/pick-registry-for-package": "6.0.5",
|
|
56
|
+
"@pnpm/store-connection-manager": "8.3.5",
|
|
57
|
+
"@pnpm/store-controller-types": "18.1.4",
|
|
58
58
|
"@pnpm/store-path": "9.0.1",
|
|
59
|
-
"@pnpm/store.cafs": "3.0.
|
|
60
|
-
"@pnpm/types": "
|
|
59
|
+
"@pnpm/store.cafs": "3.0.7",
|
|
60
|
+
"@pnpm/types": "12.0.0"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"@pnpm/logger": "^5.0.0"
|