@nsshunt/stsoauth2plugin 0.1.12 → 0.1.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nsshunt/stsoauth2plugin",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "STS OAuth2 VUE Plugin",
5
5
  "files": [
6
6
  "dist",
@@ -17,6 +17,8 @@ import { IStsStorage, ClientStorageType, ClientStorageFactory } from './stsStora
17
17
  import jwt_decode from "jwt-decode";
18
18
  //import { transformWithEsbuild } from "vite";
19
19
 
20
+ declare module "./stsoauth2worker?*"
21
+
20
22
  import MyWorker from './stsoauth2worker?worker&inline'
21
23
 
22
24
  // STS Client SDK for SPAs