@nsshunt/stsobservability 1.0.77 → 1.0.78
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(global2, factory) {
|
|
2
|
-
typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("lodash.clonedeep"), require("detect-node"), require("@nsshunt/stsutils"), require("tiny-emitter"), require("axios"), require("node:https"), require("vue"), require("socket.io-client")) : typeof define === "function" && define.amd ? define(["exports", "lodash.clonedeep", "detect-node", "@nsshunt/stsutils", "tiny-emitter", "axios", "node:https", "vue", "socket.io-client"], factory) : (global2 = typeof globalThis !== "undefined" ? globalThis : global2 || self, factory(global2["@nsshunt/stsobservability"] = {}, global2.lodash, global2["detect-node"], global2.stsutils, global2["tiny-emitter"], global2.axios, global2.https, global2.vue, global2.socket["io-client"]));
|
|
3
|
-
})(this, function(exports2, _cloneDeep, isNode, stsutils, tinyEmitter, axios, https, vue, socket_ioClient) {
|
|
2
|
+
typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("lodash.clonedeep"), require("detect-node"), require("@nsshunt/stsutils"), require("tiny-emitter"), require("axios"), require("node:http"), require("node:https"), require("vue"), require("socket.io-client")) : typeof define === "function" && define.amd ? define(["exports", "lodash.clonedeep", "detect-node", "@nsshunt/stsutils", "tiny-emitter", "axios", "node:http", "node:https", "vue", "socket.io-client"], factory) : (global2 = typeof globalThis !== "undefined" ? globalThis : global2 || self, factory(global2["@nsshunt/stsobservability"] = {}, global2.lodash, global2["detect-node"], global2.stsutils, global2["tiny-emitter"], global2.axios, global2.http, global2.https, global2.vue, global2.socket["io-client"]));
|
|
3
|
+
})(this, function(exports2, _cloneDeep, isNode, stsutils, tinyEmitter, axios, http, https, vue, socket_ioClient) {
|
|
4
4
|
"use strict";var __defProp = Object.defineProperty;
|
|
5
5
|
var __typeError = (msg) => {
|
|
6
6
|
throw TypeError(msg);
|
|
@@ -4556,10 +4556,10 @@ var __privateWrapper = (obj, member, setter, getter) => ({
|
|
|
4556
4556
|
var encoder = new Encoder(options);
|
|
4557
4557
|
return encoder.encodeSharedRef(value);
|
|
4558
4558
|
}
|
|
4559
|
-
const
|
|
4559
|
+
const __viteBrowserExternal = {};
|
|
4560
4560
|
const fs$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4561
4561
|
__proto__: null,
|
|
4562
|
-
default:
|
|
4562
|
+
default: __viteBrowserExternal
|
|
4563
4563
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4564
4564
|
var main$1 = { exports: {} };
|
|
4565
4565
|
const require$$3 = /* @__PURE__ */ getAugmentedNamespace(fs$1);
|