@percy/sdk-utils 1.6.2 → 1.7.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 +1 -1
- package/package.json +2 -2
- package/test/client.js +1 -1
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.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
]
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "f1418fb1effdaad2d32c65d1a358282ab1f9ec32"
|
|
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
|
}
|