pnpm 7.0.0-alpha.3 → 7.0.0-alpha.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/README.md +3 -0
- package/dist/node_modules/.modules.yaml +2 -2
- package/dist/node_modules/.pnpm/lock.yaml +3 -3
- package/dist/node_modules/gauge/package.json +6 -6
- package/dist/pnpm.cjs +34841 -51563
- package/dist/pnpx.cjs +34865 -51587
- package/package.json +23 -23
package/README.md
CHANGED
|
@@ -41,6 +41,9 @@ To quote the [Rush](https://rushjs.io/) team:
|
|
|
41
41
|
<td align="center" valign="middle">
|
|
42
42
|
<a href="https://leniolabs.com" target="_blank"><img src="https://raw.githubusercontent.com/pnpm/pnpm.github.io/main/static/img/users/leniolabs.jpg" width="80"></a>
|
|
43
43
|
</td>
|
|
44
|
+
<td align="center" valign="middle">
|
|
45
|
+
<a href="https://vercel.com" target="_blank"><img src="https://raw.githubusercontent.com/pnpm/pnpm.github.io/main/static/img/users/vercel.svg" width="180"></a>
|
|
46
|
+
</td>
|
|
44
47
|
</tr>
|
|
45
48
|
</tbody>
|
|
46
49
|
</table>
|
|
@@ -7,11 +7,11 @@ included:
|
|
|
7
7
|
injectedDeps: {}
|
|
8
8
|
layoutVersion: 5
|
|
9
9
|
nodeLinker: hoisted
|
|
10
|
-
packageManager: pnpm@7.0.0-alpha.
|
|
10
|
+
packageManager: pnpm@7.0.0-alpha.3
|
|
11
11
|
pendingBuilds:
|
|
12
12
|
- /node-gyp/8.4.1
|
|
13
13
|
- /encoding/0.1.13
|
|
14
|
-
prunedAt:
|
|
14
|
+
prunedAt: Mon, 07 Mar 2022 14:51:23 GMT
|
|
15
15
|
publicHoistPattern:
|
|
16
16
|
- '*types*'
|
|
17
17
|
- '*eslint*'
|
|
@@ -219,8 +219,8 @@ packages:
|
|
|
219
219
|
dev: false
|
|
220
220
|
optional: true
|
|
221
221
|
|
|
222
|
-
/gauge/4.0.
|
|
223
|
-
resolution: {integrity: sha512-
|
|
222
|
+
/gauge/4.0.2:
|
|
223
|
+
resolution: {integrity: sha512-aSPRm2CvA9R8QyU5eXMFPd+cYkyxLsXHd2l5/FOH2V/eml//M04G6KZOmTap07O1PvEwNcl2NndyLfK8g3QrKA==}
|
|
224
224
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16}
|
|
225
225
|
dependencies:
|
|
226
226
|
ansi-regex: 5.0.1
|
|
@@ -511,7 +511,7 @@ packages:
|
|
|
511
511
|
dependencies:
|
|
512
512
|
are-we-there-yet: 3.0.0
|
|
513
513
|
console-control-strings: 1.1.0
|
|
514
|
-
gauge: 4.0.
|
|
514
|
+
gauge: 4.0.2
|
|
515
515
|
set-blocking: 2.0.0
|
|
516
516
|
dev: false
|
|
517
517
|
optional: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gauge",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "A terminal based horizontal gauge",
|
|
5
5
|
"main": "lib",
|
|
6
6
|
"scripts": {
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"ansi-regex": "^5.0.1",
|
|
35
35
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
36
|
-
"color-support": "^1.1.
|
|
37
|
-
"console-control-strings": "^1.
|
|
36
|
+
"color-support": "^1.1.3",
|
|
37
|
+
"console-control-strings": "^1.1.0",
|
|
38
38
|
"has-unicode": "^2.0.1",
|
|
39
|
-
"signal-exit": "^3.0.
|
|
39
|
+
"signal-exit": "^3.0.7",
|
|
40
40
|
"string-width": "^4.2.3",
|
|
41
41
|
"strip-ansi": "^6.0.1",
|
|
42
|
-
"wide-align": "^1.1.
|
|
42
|
+
"wide-align": "^1.1.5"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@npmcli/template-oss": "^2.7.1",
|
|
46
46
|
"readable-stream": "^3.6.0",
|
|
47
|
-
"tap": "^15.
|
|
47
|
+
"tap": "^15.1.6"
|
|
48
48
|
},
|
|
49
49
|
"files": [
|
|
50
50
|
"bin",
|