@nsshunt/stsoauth2plugin 1.0.38 → 1.0.40
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.
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
(function(global2, factory) {
|
|
2
|
+
typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("vue"), require("debug"), require("node:worker_threads"), require("@nsshunt/stsutils"), require("@nsshunt/stsvueutils"), require("pinia"), require("@nsshunt/stspublisherserver"), require("node:https"), require("colors"), require("axios"), require("@nsshunt/stsinstrumentation")) : typeof define === "function" && define.amd ? define(["exports", "vue", "debug", "node:worker_threads", "@nsshunt/stsutils", "@nsshunt/stsvueutils", "pinia", "@nsshunt/stspublisherserver", "node:https", "colors", "axios", "@nsshunt/stsinstrumentation"], factory) : (global2 = typeof globalThis !== "undefined" ? globalThis : global2 || self, factory(global2["@nsshunt/stsoauth2plugin"] = {}, global2.vue, global2.debug, global2.worker_threads, global2.stsutils, global2.stsvueutils, global2.pinia, global2.stspublisherserver, global2.https, null, global2.axios, global2.stsinstrumentation));
|
|
3
|
+
})(this, function(exports2, vue, Debug, wt, stsutils, stsvueutils, pinia, stspublisherserver, https, colors, axios, stsinstrumentation) {
|
|
4
|
+
"use strict";var __defProp = Object.defineProperty;
|
|
2
5
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
6
|
var __publicField = (obj, key, value) => {
|
|
4
7
|
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
@@ -30,11 +33,8 @@ var __privateWrapper = (obj, member, setter, getter) => ({
|
|
|
30
33
|
return __privateGet(obj, member, getter);
|
|
31
34
|
}
|
|
32
35
|
});
|
|
33
|
-
|
|
34
|
-
typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("vue"), require("debug"), require("node:worker_threads"), require("@nsshunt/stsutils"), require("@nsshunt/stsvueutils"), require("pinia"), require("@nsshunt/stspublisherserver"), require("node:https"), require("colors"), require("axios"), require("@nsshunt/stsinstrumentation")) : typeof define === "function" && define.amd ? define(["exports", "vue", "debug", "node:worker_threads", "@nsshunt/stsutils", "@nsshunt/stsvueutils", "pinia", "@nsshunt/stspublisherserver", "node:https", "colors", "axios", "@nsshunt/stsinstrumentation"], factory) : (global2 = typeof globalThis !== "undefined" ? globalThis : global2 || self, factory(global2["@nsshunt/stsoauth2plugin"] = {}, global2.vue, global2.debug, global2.worker_threads, global2.stsutils, global2.stsvueutils, global2.pinia, global2.stspublisherserver, global2.https, null, global2.axios, global2.stsinstrumentation));
|
|
35
|
-
})(this, function(exports2, vue, Debug, wt, stsutils, stsvueutils, pinia, stspublisherserver, https, colors, axios, stsinstrumentation) {
|
|
36
|
+
|
|
36
37
|
var _crypto, _router, _cUtils, _qParams, _STORAGE_AUTHORIZE_OPTIONS_KEY, _STORAGE_SESSION_KEY, _aic, _options, _messages, _oauth2ManagerPort, _messageId, _messageHandlers, _messageTimeout, _worker, _transactionStore, _operationSemaphore, _maxSemaphoreRetries, _semaphoreRetrySleep, _ProcessMessageResponse, _PostMessage, _HandleLogEvent, _HandleUpdateInstrumentEvent, _GetStore, _HandleErrorEvent, _HandleAuthenticateEvent, _SetupRoute, _clientSessionStore, _cUtils2, _qParams2, _STORAGE_SESSION_KEY2, _oauthWorkerPort, _options2, _httpsAgent, _HandleAuthenticateEvent2, _HandleErrorEvent2, _LogMessage, _GetAccessToken, _GetCookies, _UpdateInstrument, _ProcessCommand, _RestoreSession, _Authorize, _HandleRedirect, _GetTokenFromBroker, _GetToken, _RefreshToken, _Logout;
|
|
37
|
-
"use strict";
|
|
38
38
|
function _interopNamespaceDefault(e2) {
|
|
39
39
|
const n2 = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
40
40
|
if (e2) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nsshunt/stsoauth2plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.40",
|
|
4
4
|
"description": "STS OAuth2 VUE Plugin",
|
|
5
5
|
"main": "./dist/stsoauth2plugin.umd.js",
|
|
6
6
|
"module": "./dist/stsoauth2plugin.mjs",
|
|
@@ -47,20 +47,20 @@
|
|
|
47
47
|
"@types/js-cookie": "^3.0.6",
|
|
48
48
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
49
49
|
"@typescript-eslint/parser": "^6.11.0",
|
|
50
|
-
"eslint": "^8.
|
|
50
|
+
"eslint": "^8.54.0",
|
|
51
51
|
"jest": "^29.7.0",
|
|
52
52
|
"rollup-plugin-visualizer": "^5.9.2",
|
|
53
53
|
"supertest": "^6.3.3",
|
|
54
54
|
"ts-loader": "^9.5.1",
|
|
55
55
|
"typescript": "^5.2.2",
|
|
56
|
-
"vite": "^
|
|
56
|
+
"vite": "^5.0.0",
|
|
57
57
|
"vue": "^3.3.8"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@nsshunt/stsinstrumentation": "^7.0.
|
|
61
|
-
"@nsshunt/stspublisherserver": "^2.0.
|
|
62
|
-
"@nsshunt/stsutils": "^1.16.
|
|
63
|
-
"@nsshunt/stsvueutils": "^1.0.
|
|
60
|
+
"@nsshunt/stsinstrumentation": "^7.0.7",
|
|
61
|
+
"@nsshunt/stspublisherserver": "^2.0.38",
|
|
62
|
+
"@nsshunt/stsutils": "^1.16.17",
|
|
63
|
+
"@nsshunt/stsvueutils": "^1.0.54",
|
|
64
64
|
"axios": "^1.6.2",
|
|
65
65
|
"colors": "^1.4.0",
|
|
66
66
|
"crypto-js": "^4.2.0",
|