@percy/client 1.31.3 → 1.31.4-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/client.js +2 -1
- package/package.json +6 -6
package/dist/client.js
CHANGED
|
@@ -198,7 +198,8 @@ export class PercyClient {
|
|
|
198
198
|
'cli-start-time': cliStartTime,
|
|
199
199
|
source: source,
|
|
200
200
|
'skip-base-build': (_this$config$percy2 = this.config.percy) === null || _this$config$percy2 === void 0 ? void 0 : _this$config$percy2.skipBaseBuild,
|
|
201
|
-
'testhub-build-uuid': this.env.testhubBuildUuid
|
|
201
|
+
'testhub-build-uuid': this.env.testhubBuildUuid,
|
|
202
|
+
'testhub-build-run-id': this.env.testhubBuildRunId
|
|
202
203
|
},
|
|
203
204
|
relationships: {
|
|
204
205
|
resources: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@percy/client",
|
|
3
|
-
"version": "1.31.
|
|
3
|
+
"version": "1.31.4-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,11 +33,11 @@
|
|
|
33
33
|
"test:coverage": "yarn test --coverage"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@percy/config": "1.31.
|
|
37
|
-
"@percy/env": "1.31.
|
|
38
|
-
"@percy/logger": "1.31.
|
|
36
|
+
"@percy/config": "1.31.4-beta.1",
|
|
37
|
+
"@percy/env": "1.31.4-beta.1",
|
|
38
|
+
"@percy/logger": "1.31.4-beta.1",
|
|
39
39
|
"pac-proxy-agent": "^7.0.2",
|
|
40
40
|
"pako": "^2.1.0"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "f277b3d944fdb17be636a12f943557baff0bd23c"
|
|
43
43
|
}
|