@percy/client 1.31.3 → 1.31.4-beta.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.
Files changed (2) hide show
  1. package/dist/client.js +2 -1
  2. 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",
3
+ "version": "1.31.4-beta.0",
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": "latest"
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.3",
37
- "@percy/env": "1.31.3",
38
- "@percy/logger": "1.31.3",
36
+ "@percy/config": "1.31.4-beta.0",
37
+ "@percy/env": "1.31.4-beta.0",
38
+ "@percy/logger": "1.31.4-beta.0",
39
39
  "pac-proxy-agent": "^7.0.2",
40
40
  "pako": "^2.1.0"
41
41
  },
42
- "gitHead": "e338d1f42c9c1b1ffd07c085e3d310bce4bc4a5b"
42
+ "gitHead": "20314c32f823b7eab4b5ae470b7ddfbd7a73cb91"
43
43
  }