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