@nsshunt/stsoauth2plugin 1.0.161 → 1.0.162

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.mjs CHANGED
@@ -2093,7 +2093,7 @@ var require_browser$1 = /* @__PURE__ */ __commonJSMin$2(((exports, module) => {
2093
2093
  }));
2094
2094
  //#endregion
2095
2095
  //#region src/stsoauth2types.ts
2096
- var import_source = /* @__PURE__ */ __toESM$2(require_source());
2096
+ var import_source = /* @__PURE__ */ __toESM$2(require_source(), 1);
2097
2097
  var import_browser = /* @__PURE__ */ __toESM$2(require_browser$1(), 1);
2098
2098
  var AuthorizeOptionsResponseType = /* @__PURE__ */ function(AuthorizeOptionsResponseType) {
2099
2099
  AuthorizeOptionsResponseType["CODE"] = "code";
@@ -7310,8 +7310,8 @@ var require_enc_base64 = /* @__PURE__ */ __commonJSMin$2(((exports, module) => {
7310
7310
  }));
7311
7311
  //#endregion
7312
7312
  //#region src/Utils/CryptoUtils.ts
7313
- var import_sha256 = /* @__PURE__ */ __toESM$2(require_sha256());
7314
- var import_enc_base64 = /* @__PURE__ */ __toESM$2(require_enc_base64());
7313
+ var import_sha256 = /* @__PURE__ */ __toESM$2(require_sha256(), 1);
7314
+ var import_enc_base64 = /* @__PURE__ */ __toESM$2(require_enc_base64(), 1);
7315
7315
  var CryptoUtils = class {
7316
7316
  #crypto;
7317
7317
  constructor() {