@pnpm/plugin-commands-installation 8.3.0 → 8.3.4
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/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/plugin-commands-installation",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.4",
|
|
4
4
|
"description": "Commands for installation",
|
|
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/
|
|
14
|
+
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-installation",
|
|
15
15
|
"keywords": [
|
|
16
16
|
"pnpm6",
|
|
17
17
|
"pnpm"
|
|
@@ -20,16 +20,16 @@
|
|
|
20
20
|
"bugs": {
|
|
21
21
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
22
22
|
},
|
|
23
|
-
"homepage": "https://github.com/pnpm/pnpm/blob/
|
|
23
|
+
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-installation#readme",
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@pnpm/assert-project": "2.2.
|
|
25
|
+
"@pnpm/assert-project": "2.2.15",
|
|
26
26
|
"@pnpm/lockfile-types": "3.1.5",
|
|
27
27
|
"@pnpm/logger": "^4.0.0",
|
|
28
|
-
"@pnpm/modules-yaml": "9.0
|
|
29
|
-
"@pnpm/plugin-commands-installation": "8.3.
|
|
30
|
-
"@pnpm/prepare": "0.0.
|
|
28
|
+
"@pnpm/modules-yaml": "9.1.0",
|
|
29
|
+
"@pnpm/plugin-commands-installation": "8.3.4",
|
|
30
|
+
"@pnpm/prepare": "0.0.34",
|
|
31
31
|
"@pnpm/registry-mock": "2.12.1",
|
|
32
|
-
"@pnpm/test-fixtures": "0.0.
|
|
32
|
+
"@pnpm/test-fixtures": "0.0.3",
|
|
33
33
|
"@types/is-ci": "^3.0.0",
|
|
34
34
|
"@types/proxyquire": "^1.3.28",
|
|
35
35
|
"@types/ramda": "0.27.39",
|
|
@@ -46,30 +46,30 @@
|
|
|
46
46
|
"write-yaml-file": "^4.2.0"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@pnpm/cli-utils": "0.6.
|
|
49
|
+
"@pnpm/cli-utils": "0.6.47",
|
|
50
50
|
"@pnpm/colorize-semver-diff": "^1.0.1",
|
|
51
51
|
"@pnpm/command": "2.0.0",
|
|
52
52
|
"@pnpm/common-cli-options-help": "0.8.0",
|
|
53
|
-
"@pnpm/config": "13.
|
|
53
|
+
"@pnpm/config": "13.12.0",
|
|
54
54
|
"@pnpm/constants": "5.0.0",
|
|
55
|
-
"@pnpm/core": "2.
|
|
55
|
+
"@pnpm/core": "2.5.2",
|
|
56
56
|
"@pnpm/error": "2.0.0",
|
|
57
|
-
"@pnpm/filter-workspace-packages": "4.4.
|
|
57
|
+
"@pnpm/filter-workspace-packages": "4.4.19",
|
|
58
58
|
"@pnpm/find-workspace-dir": "3.0.1",
|
|
59
|
-
"@pnpm/find-workspace-packages": "3.1.
|
|
59
|
+
"@pnpm/find-workspace-packages": "3.1.39",
|
|
60
60
|
"@pnpm/graceful-fs": "1.0.0",
|
|
61
61
|
"@pnpm/manifest-utils": "2.1.7",
|
|
62
62
|
"@pnpm/matcher": "2.0.0",
|
|
63
|
-
"@pnpm/outdated": "9.0.
|
|
63
|
+
"@pnpm/outdated": "9.0.30",
|
|
64
64
|
"@pnpm/package-store": "12.1.8",
|
|
65
65
|
"@pnpm/parse-wanted-dependency": "2.0.0",
|
|
66
|
-
"@pnpm/plugin-commands-rebuild": "5.4.
|
|
66
|
+
"@pnpm/plugin-commands-rebuild": "5.4.8",
|
|
67
67
|
"@pnpm/pnpmfile": "1.2.4",
|
|
68
68
|
"@pnpm/read-project-manifest": "2.0.11",
|
|
69
69
|
"@pnpm/resolver-base": "8.1.5",
|
|
70
70
|
"@pnpm/semver-diff": "^1.0.2",
|
|
71
71
|
"@pnpm/sort-packages": "2.1.7",
|
|
72
|
-
"@pnpm/store-connection-manager": "3.2.
|
|
72
|
+
"@pnpm/store-connection-manager": "3.2.5",
|
|
73
73
|
"@pnpm/types": "7.9.0",
|
|
74
74
|
"@yarnpkg/core": "3.2.0-rc.9",
|
|
75
75
|
"@yarnpkg/lockfile": "^1.1.0",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"test:e2e": "registry-mock prepare && run-p -r registry-mock test:jest",
|
|
106
106
|
"_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7773 pnpm run test:e2e",
|
|
107
107
|
"test": "pnpm run compile && pnpm run _test",
|
|
108
|
-
"compile": "
|
|
108
|
+
"compile": "tsc --build && pnpm run lint -- --fix"
|
|
109
109
|
},
|
|
110
110
|
"readme": "# @pnpm/plugin-commands-installation\n\n> Commands for installation\n\n[](https://www.npmjs.com/package/@pnpm/plugin-commands-installation)\n\n## Installation\n\n```sh\npnpm add @pnpm/plugin-commands-installation\n```\n\n## License\n\nMIT\n"
|
|
111
111
|
}
|