@percy/sdk-utils 1.6.1 → 1.6.4

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
@@ -347,7 +347,7 @@
347
347
  }).call(window);
348
348
 
349
349
  if (typeof define === "function" && define.amd) {
350
- define([], () => window.PercySDKUtils);
350
+ define("@percy/sdk-utils", [], () => window.PercySDKUtils);
351
351
  } else if (typeof module === "object" && module.exports) {
352
352
  module.exports = window.PercySDKUtils;
353
353
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@percy/sdk-utils",
3
- "version": "1.6.1",
3
+ "version": "1.6.4",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -56,5 +56,5 @@
56
56
  ]
57
57
  }
58
58
  },
59
- "gitHead": "87e8afc35605110fa7c7bde2100be18e6e74826b"
59
+ "gitHead": "651c0fad62f128053723f9b8d565c69496dc51e4"
60
60
  }
package/test/client.js CHANGED
@@ -222,7 +222,7 @@
222
222
  }).call(window);
223
223
 
224
224
  if (typeof define === "function" && define.amd) {
225
- define([], () => window.PercySDKUtils.TestHelpers);
225
+ define("@percy/sdk-utils", [], () => window.PercySDKUtils.TestHelpers);
226
226
  } else if (typeof module === "object" && module.exports) {
227
227
  module.exports = window.PercySDKUtils.TestHelpers;
228
228
  }