@nsshunt/stsutils 1.19.41 → 1.19.43

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.
@@ -1,6 +1,6 @@
1
1
  (function(global, factory) {
2
2
  typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("ajv/dist/jtd.js")) : typeof define === "function" && define.amd ? define(["exports", "ajv/dist/jtd.js"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global["@nsshunt/stsutils"] = {}, global.Ajv));
3
- })(this, function(exports2, Ajv) {
3
+ })(this, (function(exports2, Ajv) {
4
4
  "use strict";
5
5
  function getDefaultExportFromCjs(x) {
6
6
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
@@ -1872,5 +1872,5 @@
1872
1872
  exports2.defaultLogger = defaultLogger;
1873
1873
  exports2.edbaction = edbaction;
1874
1874
  Object.defineProperty(exports2, Symbol.toStringTag, { value: "Module" });
1875
- });
1875
+ }));
1876
1876
  //# sourceMappingURL=stsutils.umd.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsutils",
3
- "version": "1.19.41",
3
+ "version": "1.19.43",
4
4
  "description": "STS Utils",
5
5
  "main": "./dist/stsutils.umd.js",
6
6
  "module": "./dist/stsutils.mjs",