@percy/client 1.28.1-alpha.2 → 1.28.1-alpha.3

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 -0
  2. package/package.json +4 -4
package/dist/client.js CHANGED
@@ -339,6 +339,7 @@ export class PercyClient {
339
339
  clientInfo,
340
340
  environmentInfo,
341
341
  sync,
342
+ testCase,
342
343
  resources = []
343
344
  } = {}) {
344
345
  validateId('build', buildId);
@@ -360,6 +361,7 @@ export class PercyClient {
360
361
  widths: widths || null,
361
362
  scope: scope || null,
362
363
  sync: !!sync,
364
+ 'test-case': testCase || null,
363
365
  'scope-options': scopeOptions || {},
364
366
  'minimum-height': minHeight || null,
365
367
  'enable-javascript': enableJavaScript || null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/client",
3
- "version": "1.28.1-alpha.2",
3
+ "version": "1.28.1-alpha.3",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,8 +32,8 @@
32
32
  "test:coverage": "yarn test --coverage"
33
33
  },
34
34
  "dependencies": {
35
- "@percy/env": "1.28.1-alpha.2",
36
- "@percy/logger": "1.28.1-alpha.2"
35
+ "@percy/env": "1.28.1-alpha.3",
36
+ "@percy/logger": "1.28.1-alpha.3"
37
37
  },
38
- "gitHead": "a3f2e709d0a6445e15a1128686578b1659243a95"
38
+ "gitHead": "46d1e874e1092fee45899d70cd97cf793db17de5"
39
39
  }