@percy/client 1.28.2-beta.2 → 1.28.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 +3 -1
  2. package/package.json +5 -5
package/dist/client.js CHANGED
@@ -354,6 +354,7 @@ export class PercyClient {
354
354
  environmentInfo,
355
355
  sync,
356
356
  testCase,
357
+ thTestCaseExecutionId,
357
358
  resources = []
358
359
  } = {}) {
359
360
  validateId('build', buildId);
@@ -379,7 +380,8 @@ export class PercyClient {
379
380
  'scope-options': scopeOptions || {},
380
381
  'minimum-height': minHeight || null,
381
382
  'enable-javascript': enableJavaScript || null,
382
- 'enable-layout': enableLayout || false
383
+ 'enable-layout': enableLayout || false,
384
+ 'th-test-case-execution-id': thTestCaseExecutionId || null
383
385
  },
384
386
  relationships: {
385
387
  resources: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/client",
3
- "version": "1.28.2-beta.2",
3
+ "version": "1.28.2",
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"
@@ -32,8 +32,8 @@
32
32
  "test:coverage": "yarn test --coverage"
33
33
  },
34
34
  "dependencies": {
35
- "@percy/env": "1.28.2-beta.2",
36
- "@percy/logger": "1.28.2-beta.2"
35
+ "@percy/env": "1.28.2",
36
+ "@percy/logger": "1.28.2"
37
37
  },
38
- "gitHead": "7c2bdccd896be9da7d07dd30ead802fbb4ca9fab"
38
+ "gitHead": "88105fef569632b816955fcd1320bcc4b218bf67"
39
39
  }