pnpm 7.0.0-alpha.2 → 7.0.0-beta.0
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/bin/pnpm.cjs +3 -8
- package/dist/node_modules/.modules.yaml +2 -2
- package/dist/node_modules/.pnpm/lock.yaml +6 -7
- package/dist/node_modules/agentkeepalive/package.json +1 -1
- package/dist/node_modules/gauge/package.json +8 -9
- package/dist/pnpm.cjs +5194 -11122
- package/dist/pnpx.cjs +5198 -11125
- package/package.json +36 -32
- package/dist/node_modules/gauge/lib/demo.js +0 -45
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>
|
package/bin/pnpm.cjs
CHANGED
|
@@ -2,13 +2,8 @@
|
|
|
2
2
|
const [major, minor] = process.version.substr(1).split('.')
|
|
3
3
|
const COMPATIBILITY_PAGE = `Visit https://r.pnpm.io/comp to see the list of past pnpm versions with respective Node.js version support.`
|
|
4
4
|
|
|
5
|
-
if (major <
|
|
6
|
-
console.log(`ERROR: This version of pnpm requires at least Node.js
|
|
7
|
-
The current version of Node.js is ${process.version}
|
|
8
|
-
${COMPATIBILITY_PAGE}`)
|
|
9
|
-
process.exit(1)
|
|
10
|
-
} else if (major == 13 && minor < 7) {
|
|
11
|
-
console.log(`ERROR: This version of pnpm requires at least Node.js v13.7
|
|
5
|
+
if (major < 14 || major == 14 && minor < 19) {
|
|
6
|
+
console.log(`ERROR: This version of pnpm requires at least Node.js v14.19
|
|
12
7
|
The current version of Node.js is ${process.version}
|
|
13
8
|
${COMPATIBILITY_PAGE}`)
|
|
14
9
|
process.exit(1)
|
|
@@ -17,4 +12,4 @@ ${COMPATIBILITY_PAGE}`)
|
|
|
17
12
|
require('../dist/pnpm.cjs')
|
|
18
13
|
|
|
19
14
|
// if you want to debug at your local env, you can use this
|
|
20
|
-
// require('../lib/pnpm')
|
|
15
|
+
// require('../lib/pnpm')
|
|
@@ -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.4
|
|
11
11
|
pendingBuilds:
|
|
12
12
|
- /node-gyp/8.4.1
|
|
13
13
|
- /encoding/0.1.13
|
|
14
|
-
prunedAt:
|
|
14
|
+
prunedAt: Tue, 15 Mar 2022 22:58:50 GMT
|
|
15
15
|
publicHoistPattern:
|
|
16
16
|
- '*types*'
|
|
17
17
|
- '*eslint*'
|
|
@@ -51,8 +51,8 @@ packages:
|
|
|
51
51
|
dev: false
|
|
52
52
|
optional: true
|
|
53
53
|
|
|
54
|
-
/agentkeepalive/4.2.
|
|
55
|
-
resolution: {integrity: sha512-
|
|
54
|
+
/agentkeepalive/4.2.1:
|
|
55
|
+
resolution: {integrity: sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==}
|
|
56
56
|
engines: {node: '>= 8.0.0'}
|
|
57
57
|
dependencies:
|
|
58
58
|
debug: 4.3.3
|
|
@@ -219,11 +219,10 @@ packages:
|
|
|
219
219
|
dev: false
|
|
220
220
|
optional: true
|
|
221
221
|
|
|
222
|
-
/gauge/4.0.
|
|
223
|
-
resolution: {integrity: sha512-
|
|
222
|
+
/gauge/4.0.3:
|
|
223
|
+
resolution: {integrity: sha512-ICw1DhAwMtb22rYFwEHgJcx1JCwJGv3x6G0OQUq56Nge+H4Q8JEwr8iveS0XFlsUNSI67F5ffMGK25bK4Pmskw==}
|
|
224
224
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16}
|
|
225
225
|
dependencies:
|
|
226
|
-
ansi-regex: 5.0.1
|
|
227
226
|
aproba: 2.0.0
|
|
228
227
|
color-support: 1.1.3
|
|
229
228
|
console-control-strings: 1.1.0
|
|
@@ -363,7 +362,7 @@ packages:
|
|
|
363
362
|
resolution: {integrity: sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==}
|
|
364
363
|
engines: {node: '>= 10'}
|
|
365
364
|
dependencies:
|
|
366
|
-
agentkeepalive: 4.2.
|
|
365
|
+
agentkeepalive: 4.2.1
|
|
367
366
|
cacache: 15.3.0
|
|
368
367
|
http-cache-semantics: 4.1.0
|
|
369
368
|
http-proxy-agent: 4.0.1
|
|
@@ -511,7 +510,7 @@ packages:
|
|
|
511
510
|
dependencies:
|
|
512
511
|
are-we-there-yet: 3.0.0
|
|
513
512
|
console-control-strings: 1.1.0
|
|
514
|
-
gauge: 4.0.
|
|
513
|
+
gauge: 4.0.3
|
|
515
514
|
set-blocking: 2.0.0
|
|
516
515
|
dev: false
|
|
517
516
|
optional: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gauge",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.3",
|
|
4
4
|
"description": "A terminal based horizontal gauge",
|
|
5
5
|
"main": "lib",
|
|
6
6
|
"scripts": {
|
|
@@ -31,20 +31,19 @@
|
|
|
31
31
|
},
|
|
32
32
|
"homepage": "https://github.com/npm/gauge",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"ansi-regex": "^5.0.1",
|
|
35
34
|
"aproba": "^1.0.3 || ^2.0.0",
|
|
36
|
-
"color-support": "^1.1.
|
|
37
|
-
"console-control-strings": "^1.
|
|
35
|
+
"color-support": "^1.1.3",
|
|
36
|
+
"console-control-strings": "^1.1.0",
|
|
38
37
|
"has-unicode": "^2.0.1",
|
|
39
|
-
"signal-exit": "^3.0.
|
|
38
|
+
"signal-exit": "^3.0.7",
|
|
40
39
|
"string-width": "^4.2.3",
|
|
41
40
|
"strip-ansi": "^6.0.1",
|
|
42
|
-
"wide-align": "^1.1.
|
|
41
|
+
"wide-align": "^1.1.5"
|
|
43
42
|
},
|
|
44
43
|
"devDependencies": {
|
|
45
|
-
"@npmcli/template-oss": "^2.
|
|
44
|
+
"@npmcli/template-oss": "^2.9.2",
|
|
46
45
|
"readable-stream": "^3.6.0",
|
|
47
|
-
"tap": "^15.
|
|
46
|
+
"tap": "^15.1.6"
|
|
48
47
|
},
|
|
49
48
|
"files": [
|
|
50
49
|
"bin",
|
|
@@ -60,6 +59,6 @@
|
|
|
60
59
|
"lines": 90
|
|
61
60
|
},
|
|
62
61
|
"templateOSS": {
|
|
63
|
-
"version": "2.
|
|
62
|
+
"version": "2.9.2"
|
|
64
63
|
}
|
|
65
64
|
}
|