@nsshunt/stsoauth2plugin 1.0.171 → 1.0.172
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 +4 -4
- package/package.json +6 -6
package/dist/index.cjs
CHANGED
|
@@ -24,18 +24,18 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
24
24
|
//#endregion
|
|
25
25
|
let vue = require("vue");
|
|
26
26
|
let node_worker_threads = require("node:worker_threads");
|
|
27
|
-
node_worker_threads = __toESM(node_worker_threads);
|
|
27
|
+
node_worker_threads = __toESM(node_worker_threads, 1);
|
|
28
28
|
let _nsshunt_stsutils = require("@nsshunt/stsutils");
|
|
29
29
|
let _nsshunt_stsvueutils = require("@nsshunt/stsvueutils");
|
|
30
30
|
let pinia = require("pinia");
|
|
31
31
|
let _nsshunt_stsinstrumentmanagerclient = require("@nsshunt/stsinstrumentmanagerclient");
|
|
32
32
|
let axios = require("axios");
|
|
33
|
-
axios = __toESM(axios);
|
|
33
|
+
axios = __toESM(axios, 1);
|
|
34
34
|
let _nsshunt_stsobservability = require("@nsshunt/stsobservability");
|
|
35
35
|
let node_http = require("node:http");
|
|
36
|
-
node_http = __toESM(node_http);
|
|
36
|
+
node_http = __toESM(node_http, 1);
|
|
37
37
|
let node_https = require("node:https");
|
|
38
|
-
node_https = __toESM(node_https);
|
|
38
|
+
node_https = __toESM(node_https, 1);
|
|
39
39
|
//#region src/stsPluginKeys.ts
|
|
40
40
|
var STSOAuth2ManagerPluginKey = Symbol();
|
|
41
41
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nsshunt/stsoauth2plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.172",
|
|
4
4
|
"description": "STS OAuth2 VUE Plugin",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -47,15 +47,15 @@
|
|
|
47
47
|
"eslint": "^10.2.0",
|
|
48
48
|
"globals": "^17.4.0",
|
|
49
49
|
"typescript": "^6.0.2",
|
|
50
|
-
"vite": "^8.0.
|
|
50
|
+
"vite": "^8.0.8",
|
|
51
51
|
"vitest": "^4.1.3",
|
|
52
52
|
"vue": "^3.5.32"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@nsshunt/stsinstrumentmanagerclient": "^1.0.
|
|
56
|
-
"@nsshunt/stsobservability": "^1.0.
|
|
57
|
-
"@nsshunt/stsutils": "^1.19.
|
|
58
|
-
"@nsshunt/stsvueutils": "^2.0.
|
|
55
|
+
"@nsshunt/stsinstrumentmanagerclient": "^1.0.26",
|
|
56
|
+
"@nsshunt/stsobservability": "^1.0.156",
|
|
57
|
+
"@nsshunt/stsutils": "^1.19.100",
|
|
58
|
+
"@nsshunt/stsvueutils": "^2.0.94",
|
|
59
59
|
"axios": "^1.15.0",
|
|
60
60
|
"chalk": "^5.6.2",
|
|
61
61
|
"crypto-js": "^4.2.0",
|