pnpm 7.6.0 → 7.7.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/dist/node_modules/.modules.yaml +2 -2
- package/dist/node_modules/.pnpm/lock.yaml +4 -4
- package/dist/node_modules/are-we-there-yet/lib/tracker-group.js +1 -1
- package/dist/node_modules/are-we-there-yet/package.json +12 -13
- package/dist/pnpm.cjs +3091 -1542
- package/dist/pnpx.cjs +3090 -1541
- package/package.json +2 -2
|
@@ -7,11 +7,11 @@ included:
|
|
|
7
7
|
injectedDeps: {}
|
|
8
8
|
layoutVersion: 5
|
|
9
9
|
nodeLinker: hoisted
|
|
10
|
-
packageManager: pnpm@7.
|
|
10
|
+
packageManager: pnpm@7.7.0-1
|
|
11
11
|
pendingBuilds:
|
|
12
12
|
- /node-gyp/8.4.1
|
|
13
13
|
- /encoding/0.1.13
|
|
14
|
-
prunedAt:
|
|
14
|
+
prunedAt: Fri, 29 Jul 2022 12:13:57 GMT
|
|
15
15
|
publicHoistPattern:
|
|
16
16
|
- '*eslint*'
|
|
17
17
|
- '*prettier*'
|
|
@@ -83,9 +83,9 @@ packages:
|
|
|
83
83
|
dev: false
|
|
84
84
|
optional: true
|
|
85
85
|
|
|
86
|
-
/are-we-there-yet/3.0.
|
|
87
|
-
resolution: {integrity: sha512-
|
|
88
|
-
engines: {node: ^12.13.0 || ^14.15.0 || >=16}
|
|
86
|
+
/are-we-there-yet/3.0.1:
|
|
87
|
+
resolution: {integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==}
|
|
88
|
+
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
89
89
|
dependencies:
|
|
90
90
|
delegates: 1.0.0
|
|
91
91
|
readable-stream: 3.6.0
|
|
@@ -512,7 +512,7 @@ packages:
|
|
|
512
512
|
resolution: {integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==}
|
|
513
513
|
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
|
514
514
|
dependencies:
|
|
515
|
-
are-we-there-yet: 3.0.
|
|
515
|
+
are-we-there-yet: 3.0.1
|
|
516
516
|
console-control-strings: 1.1.0
|
|
517
517
|
gauge: 4.0.4
|
|
518
518
|
set-blocking: 2.0.0
|
|
@@ -103,7 +103,7 @@ TrackerGroup.prototype.finish = function () {
|
|
|
103
103
|
var buffer = ' '
|
|
104
104
|
TrackerGroup.prototype.debug = function (depth) {
|
|
105
105
|
depth = depth || 0
|
|
106
|
-
var indent = depth ? buffer.
|
|
106
|
+
var indent = depth ? buffer.slice(0, depth) : ''
|
|
107
107
|
var output = indent + (this.name || 'top') + ': ' + this.completed() + '\n'
|
|
108
108
|
this.trackers.forEach(function (tracker) {
|
|
109
109
|
if (tracker instanceof TrackerGroup) {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "are-we-there-yet",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Keep track of the overall completion of many disparate processes",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "tap",
|
|
8
8
|
"npmclilint": "npmcli-lint",
|
|
9
|
-
"lint": "eslint
|
|
9
|
+
"lint": "eslint \"**/*.js\"",
|
|
10
10
|
"lintfix": "npm run lint -- --fix",
|
|
11
11
|
"posttest": "npm run lint",
|
|
12
12
|
"postsnap": "npm run lintfix --",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"postversion": "npm publish",
|
|
15
15
|
"prepublishOnly": "git push origin --follow-tags",
|
|
16
16
|
"snap": "tap",
|
|
17
|
-
"postlint": "
|
|
18
|
-
"template-
|
|
17
|
+
"postlint": "template-oss-check",
|
|
18
|
+
"template-oss-apply": "template-oss-apply --force"
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
@@ -28,22 +28,20 @@
|
|
|
28
28
|
},
|
|
29
29
|
"homepage": "https://github.com/npm/are-we-there-yet",
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@npmcli/eslint-config": "^
|
|
32
|
-
"@npmcli/template-oss": "
|
|
33
|
-
"
|
|
34
|
-
"eslint-plugin-node": "^11.1.0",
|
|
35
|
-
"tap": "^15.0.9"
|
|
31
|
+
"@npmcli/eslint-config": "^3.0.1",
|
|
32
|
+
"@npmcli/template-oss": "3.5.0",
|
|
33
|
+
"tap": "^16.0.1"
|
|
36
34
|
},
|
|
37
35
|
"dependencies": {
|
|
38
36
|
"delegates": "^1.0.0",
|
|
39
37
|
"readable-stream": "^3.6.0"
|
|
40
38
|
},
|
|
41
39
|
"files": [
|
|
42
|
-
"bin",
|
|
43
|
-
"lib"
|
|
40
|
+
"bin/",
|
|
41
|
+
"lib/"
|
|
44
42
|
],
|
|
45
43
|
"engines": {
|
|
46
|
-
"node": "^12.13.0 || ^14.15.0 || >=16"
|
|
44
|
+
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
47
45
|
},
|
|
48
46
|
"tap": {
|
|
49
47
|
"branches": 68,
|
|
@@ -52,6 +50,7 @@
|
|
|
52
50
|
"lines": 92
|
|
53
51
|
},
|
|
54
52
|
"templateOSS": {
|
|
55
|
-
"
|
|
53
|
+
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
|
|
54
|
+
"version": "3.5.0"
|
|
56
55
|
}
|
|
57
56
|
}
|