@percy/client 1.30.9-beta.0 → 1.30.9-beta.2

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 +4 -4
package/dist/client.js CHANGED
@@ -175,7 +175,8 @@ export class PercyClient {
175
175
  tags: tagsArr,
176
176
  'cli-start-time': cliStartTime,
177
177
  source: source,
178
- 'skip-base-build': (_this$config$percy2 = this.config.percy) === null || _this$config$percy2 === void 0 ? void 0 : _this$config$percy2.skipBaseBuild
178
+ 'skip-base-build': (_this$config$percy2 = this.config.percy) === null || _this$config$percy2 === void 0 ? void 0 : _this$config$percy2.skipBaseBuild,
179
+ 'testhub-build-uuid': this.env.testhubBuildUuid
179
180
  },
180
181
  relationships: {
181
182
  resources: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/client",
3
- "version": "1.30.9-beta.0",
3
+ "version": "1.30.9-beta.2",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,10 +33,10 @@
33
33
  "test:coverage": "yarn test --coverage"
34
34
  },
35
35
  "dependencies": {
36
- "@percy/env": "1.30.9-beta.0",
37
- "@percy/logger": "1.30.9-beta.0",
36
+ "@percy/env": "1.30.9-beta.2",
37
+ "@percy/logger": "1.30.9-beta.2",
38
38
  "pac-proxy-agent": "^7.0.2",
39
39
  "pako": "^2.1.0"
40
40
  },
41
- "gitHead": "5068eefe44f4ea22427d80e538b76603fc2f5f6b"
41
+ "gitHead": "13493f9b47d1c7bc9e6f86a1499970012e4e169a"
42
42
  }