@nsshunt/stsoauth2plugin 0.1.49 → 0.1.52
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.
|
@@ -7219,11 +7219,6 @@ function o(e2, r2) {
|
|
|
7219
7219
|
}
|
|
7220
7220
|
n.prototype = new Error(), n.prototype.name = "InvalidTokenError";
|
|
7221
7221
|
const debug$1 = Debug(`proc:${{}.pid}:stsoauth2manager.ts`);
|
|
7222
|
-
const StsOauth2LauncherFactor = () => {
|
|
7223
|
-
return new Worker("/assets/stsoauth2launcher.d4f1da70.js", {
|
|
7224
|
-
type: "module"
|
|
7225
|
-
});
|
|
7226
|
-
};
|
|
7227
7222
|
class STSOAuth2Manager {
|
|
7228
7223
|
constructor(app, options) {
|
|
7229
7224
|
__privateAdd(this, _storageManager, void 0);
|
|
@@ -7488,7 +7483,7 @@ class STSOAuth2Manager {
|
|
|
7488
7483
|
__privateSet(this, _aic, app.config.globalProperties.$sts.aic.PrimaryPublishInstrumentController);
|
|
7489
7484
|
__privateSet(this, _router, app.config.globalProperties.$router);
|
|
7490
7485
|
__privateSet(this, _transactionStore, new ClientStorageFactory({ clientStorageType: ClientStorageType.SESSION_STORAGE }).GetStorage());
|
|
7491
|
-
__privateSet(this, _worker,
|
|
7486
|
+
__privateSet(this, _worker, __privateGet(this, _options).workerFactory());
|
|
7492
7487
|
__privateGet(this, _worker).onmessage = (data2) => {
|
|
7493
7488
|
console.log(`this.#worker.onmessage = [${data2}]`);
|
|
7494
7489
|
};
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stsoauth2manager.d.ts","sourceRoot":"","sources":["../src/stsoauth2manager.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAuB,MAAM,mBAAmB,CAAC;AAKpE,OAAO,EACN,wBAAwB,EACiD,MAAM,kBAAkB,CAAA;
|
|
1
|
+
{"version":3,"file":"stsoauth2manager.d.ts","sourceRoot":"","sources":["../src/stsoauth2manager.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAuB,MAAM,mBAAmB,CAAC;AAKpE,OAAO,EACN,wBAAwB,EACiD,MAAM,kBAAkB,CAAA;AASlG,qBAAa,gBAAgB;;gBAkBhB,GAAG,KAAA,EAAE,OAAO,EAAE,wBAAwB;IAmRlD,cAAc,QAAY,QAAQ,OAAO,CAAC,CAQzC;IAED,SAAS,QAAa,QAAQ,IAAI,CAAC,CASlC;IAED,cAAc,cAAqB,UAAU,KAAG,QAAQ,OAAO,CAAC,CAoB/D;IAED,MAAM,QAAa,QAAQ,OAAO,CAAC,CAQlC;CACD"}
|