@percy/client 1.27.6-alpha.0 → 1.27.6-beta.1

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 +5 -5
package/dist/client.js CHANGED
@@ -298,6 +298,7 @@ export class PercyClient {
298
298
  name,
299
299
  widths,
300
300
  scope,
301
+ scopeOptions,
301
302
  minHeight,
302
303
  enableJavaScript,
303
304
  enableLayout,
@@ -323,6 +324,7 @@ export class PercyClient {
323
324
  name: name || null,
324
325
  widths: widths || null,
325
326
  scope: scope || null,
327
+ 'scope-options': scopeOptions || {},
326
328
  'minimum-height': minHeight || null,
327
329
  'enable-javascript': enableJavaScript || null,
328
330
  'enable-layout': enableLayout || false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/client",
3
- "version": "1.27.6-alpha.0",
3
+ "version": "1.27.6-beta.1",
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": "alpha"
12
+ "tag": "beta"
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.27.6-alpha.0",
36
- "@percy/logger": "1.27.6-alpha.0"
35
+ "@percy/env": "1.27.6-beta.1",
36
+ "@percy/logger": "1.27.6-beta.1"
37
37
  },
38
- "gitHead": "415a083dc13e9453990b042a41d6676f6618df0c"
38
+ "gitHead": "1a3bf9e775769215ef590faa40502ce0ee0a6f78"
39
39
  }