@percy/cli-build 1.30.3-alpha.5 → 1.30.3-beta.1
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/wait.js +1 -1
- package/package.json +4 -4
package/dist/wait.js
CHANGED
|
@@ -84,7 +84,7 @@ function logProgress({
|
|
|
84
84
|
case undefined:
|
|
85
85
|
return log.progress('Waiting for build...');
|
|
86
86
|
case 'pending':
|
|
87
|
-
return log.progress('
|
|
87
|
+
return log.progress('Receiving snapshots...');
|
|
88
88
|
case 'processing':
|
|
89
89
|
return log.progress(`Processing ${count} snapshots - ` + (finished === total ? 'finishing up...' : `${finished} of ${total} comparisons finished...`));
|
|
90
90
|
case 'finished':
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@percy/cli-build",
|
|
3
|
-
"version": "1.30.3-
|
|
3
|
+
"version": "1.30.3-beta.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public",
|
|
12
|
-
"tag": "
|
|
12
|
+
"tag": "beta"
|
|
13
13
|
},
|
|
14
14
|
"engines": {
|
|
15
15
|
"node": ">=14"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
]
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@percy/cli-command": "1.30.3-
|
|
36
|
+
"@percy/cli-command": "1.30.3-beta.1"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "ef0d87e52a4010b4a59eb5e0161319826f34f97b"
|
|
39
39
|
}
|