@nsshunt/stsoauth2plugin 1.0.115 → 1.0.116

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.
@@ -25,6 +25,7 @@ import { ClientStorageFactory, ClientStorageType } from "@nsshunt/stsvueutils";
25
25
  import { defineStore } from "pinia";
26
26
  import { STSInstrumentControllerPluginKey, Gauge } from "@nsshunt/stsobservability";
27
27
  import axios from "axios";
28
+ import http from "node:http";
28
29
  import https from "node:https";
29
30
  const STSOAuth2ManagerPluginKey = Symbol();
30
31
  var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
@@ -1995,10 +1996,10 @@ function commonjsRequire(path2) {
1995
1996
  throw new Error('Could not dynamically require "' + path2 + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
1996
1997
  }
1997
1998
  var core = { exports: {} };
1998
- const http = {};
1999
+ const __viteBrowserExternal = {};
1999
2000
  const fs$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2000
2001
  __proto__: null,
2001
- default: http
2002
+ default: __viteBrowserExternal
2002
2003
  }, Symbol.toStringTag, { value: "Module" }));
2003
2004
  const require$$3 = /* @__PURE__ */ getAugmentedNamespace(fs$1);
2004
2005
  var hasRequiredCore;