@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.
@@ -23,6 +23,7 @@ import isNode from "detect-node";
23
23
  import { STSOptionsBase } from "@nsshunt/stsutils";
24
24
  import { TinyEmitter } from "tiny-emitter";
25
25
  import axios from "axios";
26
+ import http from "node:http";
26
27
  import https from "node:https";
27
28
  import { inject } from "vue";
28
29
  import { io } from "socket.io-client";
@@ -4560,10 +4561,10 @@ function encode(value, options) {
4560
4561
  var encoder = new Encoder(options);
4561
4562
  return encoder.encodeSharedRef(value);
4562
4563
  }
4563
- const http = {};
4564
+ const __viteBrowserExternal = {};
4564
4565
  const fs$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4565
4566
  __proto__: null,
4566
- default: http
4567
+ default: __viteBrowserExternal
4567
4568
  }, Symbol.toStringTag, { value: "Module" }));
4568
4569
  var main$1 = { exports: {} };
4569
4570
  const require$$3 = /* @__PURE__ */ getAugmentedNamespace(fs$1);