@nsshunt/stsinstrumentmanagerclient 1.0.4 → 1.0.5
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/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -2681,9 +2681,9 @@ function requireTimsort$1() {
|
|
|
2681
2681
|
{
|
|
2682
2682
|
factory(exports$1);
|
|
2683
2683
|
}
|
|
2684
|
-
})(timsort$1, function(
|
|
2685
|
-
|
|
2686
|
-
|
|
2684
|
+
})(timsort$1, function(exports$12) {
|
|
2685
|
+
exports$12.__esModule = true;
|
|
2686
|
+
exports$12.sort = sort;
|
|
2687
2687
|
function _classCallCheck(instance, Constructor) {
|
|
2688
2688
|
if (!(instance instanceof Constructor)) {
|
|
2689
2689
|
throw new TypeError("Cannot call a class as a function");
|