@nsshunt/stsoauth2plugin 1.0.171 → 1.0.173

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.
Files changed (2) hide show
  1. package/dist/index.cjs +4 -4
  2. 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.171",
3
+ "version": "1.0.173",
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.7",
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.25",
56
- "@nsshunt/stsobservability": "^1.0.155",
57
- "@nsshunt/stsutils": "^1.19.98",
58
- "@nsshunt/stsvueutils": "^2.0.93",
55
+ "@nsshunt/stsinstrumentmanagerclient": "^1.0.27",
56
+ "@nsshunt/stsobservability": "^1.0.157",
57
+ "@nsshunt/stsutils": "^1.19.101",
58
+ "@nsshunt/stsvueutils": "^2.0.95",
59
59
  "axios": "^1.15.0",
60
60
  "chalk": "^5.6.2",
61
61
  "crypto-js": "^4.2.0",