@nsshunt/stsobservability 1.0.141 → 1.0.142
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 +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1090,14 +1090,14 @@ var hasRequiredTimsort$1;
|
|
|
1090
1090
|
function requireTimsort$1() {
|
|
1091
1091
|
if (hasRequiredTimsort$1) return timsort$1;
|
|
1092
1092
|
hasRequiredTimsort$1 = 1;
|
|
1093
|
-
(function(
|
|
1093
|
+
(function(exports$1) {
|
|
1094
1094
|
(function(global, factory) {
|
|
1095
1095
|
{
|
|
1096
|
-
factory(
|
|
1096
|
+
factory(exports$1);
|
|
1097
1097
|
}
|
|
1098
|
-
})(timsort$1, function(
|
|
1099
|
-
|
|
1100
|
-
|
|
1098
|
+
})(timsort$1, function(exports$12) {
|
|
1099
|
+
exports$12.__esModule = true;
|
|
1100
|
+
exports$12.sort = sort;
|
|
1101
1101
|
function _classCallCheck(instance, Constructor) {
|
|
1102
1102
|
if (!(instance instanceof Constructor)) {
|
|
1103
1103
|
throw new TypeError("Cannot call a class as a function");
|