@percy/client 1.19.2 → 1.20.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/client.js +1 -1
- package/package.json +4 -4
package/dist/client.js
CHANGED
|
@@ -445,7 +445,7 @@ export class PercyClient {
|
|
|
445
445
|
validateId('comparison', comparisonId);
|
|
446
446
|
this.log.debug(`Verifying comparison tile with sha: ${sha}`);
|
|
447
447
|
try {
|
|
448
|
-
return await this.
|
|
448
|
+
return await this.post(`comparisons/${comparisonId}/tiles/verify`, {
|
|
449
449
|
data: {
|
|
450
450
|
type: 'tiles',
|
|
451
451
|
attributes: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@percy/client",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"test:coverage": "yarn test --coverage"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@percy/env": "1.
|
|
35
|
-
"@percy/logger": "1.
|
|
34
|
+
"@percy/env": "1.20.0",
|
|
35
|
+
"@percy/logger": "1.20.0"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "261bef3e9abe7716ecfe2b9ad2eae9db2979d200"
|
|
38
38
|
}
|