@percy/client 1.2.1 → 1.4.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 -0
  2. package/package.json +4 -4
package/dist/client.js CHANGED
@@ -275,6 +275,7 @@ export class PercyClient {
275
275
  async createSnapshot(buildId, {
276
276
  name,
277
277
  widths,
278
+ scope,
278
279
  minHeight,
279
280
  enableJavaScript,
280
281
  clientInfo,
@@ -296,6 +297,7 @@ export class PercyClient {
296
297
  attributes: {
297
298
  name: name || null,
298
299
  widths: widths || null,
300
+ scope: scope || null,
299
301
  'minimum-height': minHeight || null,
300
302
  'enable-javascript': enableJavaScript || null
301
303
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/client",
3
- "version": "1.2.1",
3
+ "version": "1.4.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,8 +31,8 @@
31
31
  "test:coverage": "yarn test --coverage"
32
32
  },
33
33
  "dependencies": {
34
- "@percy/env": "1.2.1",
35
- "@percy/logger": "1.2.1"
34
+ "@percy/env": "1.4.0",
35
+ "@percy/logger": "1.4.0"
36
36
  },
37
- "gitHead": "179bfce5c68f54001b92e5f332c2fb51fae48bc9"
37
+ "gitHead": "341362f3cf526db57412414aa3a9743c1a014fe1"
38
38
  }