@percy/client 1.1.4 → 1.3.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.
- package/dist/client.js +2 -0
- 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.
|
|
3
|
+
"version": "1.3.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.
|
|
35
|
-
"@percy/logger": "1.
|
|
34
|
+
"@percy/env": "1.3.0",
|
|
35
|
+
"@percy/logger": "1.3.0"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "c2d8d8337867b74fb3c494e490912ec6349dbe5f"
|
|
38
38
|
}
|