@percy/cli-build 1.30.3-beta.0 → 1.30.3

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.
Files changed (2) hide show
  1. package/dist/wait.js +1 -1
  2. 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('Recieving snapshots...');
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-beta.0",
3
+ "version": "1.30.3",
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": "beta"
12
+ "tag": "latest"
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-beta.0"
36
+ "@percy/cli-command": "1.30.3"
37
37
  },
38
- "gitHead": "8f5a9cb4b287900c4b053302452ea6f84d20c2f1"
38
+ "gitHead": "3daa6549ac7bd9873fb8b81b5534bac5669cef6f"
39
39
  }