@percy/sdk-utils 1.29.4 → 1.30.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/bundle.js CHANGED
@@ -195,6 +195,7 @@
195
195
  info.build = response.body.build;
196
196
  info.enabled = true;
197
197
  info.type = response.body.type;
198
+ info.widths = response.body.widths;
198
199
  } catch (e) {
199
200
  info.enabled = false;
200
201
  error = e;
@@ -21,6 +21,7 @@ async function isPercyEnabled() {
21
21
  _percyInfo.default.build = response.body.build;
22
22
  _percyInfo.default.enabled = true;
23
23
  _percyInfo.default.type = response.body.type;
24
+ _percyInfo.default.widths = response.body.widths;
24
25
  } catch (e) {
25
26
  _percyInfo.default.enabled = false;
26
27
  error = e;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/sdk-utils",
3
- "version": "1.29.4",
3
+ "version": "1.30.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -51,5 +51,5 @@
51
51
  ]
52
52
  }
53
53
  },
54
- "gitHead": "17468058cf55d75557451a81e82b0d6fd5c0e26b"
54
+ "gitHead": "0f9c627b5100eaf4d7262c6671764ffb38d23d33"
55
55
  }