@asgardeo/vue 0.0.6 → 0.0.7
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/cjs/index.js +35 -34
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +23 -23
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +2 -3
- package/package.json +32 -32
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Plugin } from 'vue';
|
|
2
|
-
import { AsgardeoAuthException, BasicUserInfo, IdToken, HttpClientInstance, OIDCEndpoints, HttpRequestConfig, HttpResponse, Hooks, TokenExchangeRequestConfig, SignInConfig, AuthClientConfig, Config
|
|
2
|
+
import { AuthSPAClientConfig, AsgardeoAuthException, BasicUserInfo, IdToken, HttpClientInstance, OIDCEndpoints, HttpRequestConfig, HttpResponse, Hooks, TokenExchangeRequestConfig, SignInConfig, AuthClientConfig, Config } from '@asgardeo/auth-spa';
|
|
3
3
|
export * from '@asgardeo/auth-spa';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -155,5 +155,4 @@ declare const asgardeoPlugin: Plugin;
|
|
|
155
155
|
*/
|
|
156
156
|
declare function useAsgardeo(): AuthContextInterface;
|
|
157
157
|
|
|
158
|
-
export { asgardeoPlugin, useAsgardeo };
|
|
159
|
-
export type { AuthContextInterface, AuthParams, AuthStateInterface, AuthVueConfig, VueConfig };
|
|
158
|
+
export { type AuthContextInterface, type AuthParams, type AuthStateInterface, type AuthVueConfig, type VueConfig, asgardeoPlugin, useAsgardeo };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asgardeo/vue",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "Vue SDK for Asgardeo - Authentication and Identity Management",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -35,45 +35,45 @@
|
|
|
35
35
|
"identity-management"
|
|
36
36
|
],
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@rollup/plugin-commonjs": "
|
|
39
|
-
"@rollup/plugin-image": "
|
|
40
|
-
"@rollup/plugin-node-resolve": "
|
|
41
|
-
"@rollup/plugin-typescript": "
|
|
42
|
-
"@types/node": "
|
|
38
|
+
"@rollup/plugin-commonjs": "25.0.7",
|
|
39
|
+
"@rollup/plugin-image": "3.0.3",
|
|
40
|
+
"@rollup/plugin-node-resolve": "15.2.3",
|
|
41
|
+
"@rollup/plugin-typescript": "11.1.6",
|
|
42
|
+
"@types/node": "20.12.7",
|
|
43
43
|
"@vitest/coverage-v8": "3.0.8",
|
|
44
|
-
"@vitest/web-worker": "
|
|
45
|
-
"@vue/eslint-config-prettier": "
|
|
46
|
-
"@vue/eslint-config-typescript": "
|
|
47
|
-
"@vue/test-utils": "
|
|
48
|
-
"@wso2/eslint-plugin": "https://
|
|
49
|
-
"@wso2/prettier-config": "https://
|
|
50
|
-
"@wso2/stylelint-config": "https://
|
|
44
|
+
"@vitest/web-worker": "3.0.8",
|
|
45
|
+
"@vue/eslint-config-prettier": "8.0.0",
|
|
46
|
+
"@vue/eslint-config-typescript": "12.0.0",
|
|
47
|
+
"@vue/test-utils": "2.4.6",
|
|
48
|
+
"@wso2/eslint-plugin": "git+https://github.com/brionmario/wso2-ui-configs.git#a1fc6eb570653c999828aea9f5027cba06af4391&path:packages/eslint-plugin",
|
|
49
|
+
"@wso2/prettier-config": "git+https://github.com/brionmario/wso2-ui-configs.git#a1fc6eb570653c999828aea9f5027cba06af4391&path:packages/prettier-config",
|
|
50
|
+
"@wso2/stylelint-config": "git+https://github.com/brionmario/wso2-ui-configs.git#a1fc6eb570653c999828aea9f5027cba06af4391&path:packages/stylelint-config",
|
|
51
51
|
"eslint": "8.57.0",
|
|
52
|
-
"prettier": "
|
|
53
|
-
"rollup": "
|
|
54
|
-
"rollup-plugin-dts": "
|
|
55
|
-
"rollup-plugin-polyfill-node": "
|
|
56
|
-
"rollup-plugin-styles": "
|
|
57
|
-
"sass": "
|
|
52
|
+
"prettier": "3.2.5",
|
|
53
|
+
"rollup": "4.17.2",
|
|
54
|
+
"rollup-plugin-dts": "6.1.0",
|
|
55
|
+
"rollup-plugin-polyfill-node": "0.13.0",
|
|
56
|
+
"rollup-plugin-styles": "4.0.0",
|
|
57
|
+
"sass": "1.75.0",
|
|
58
58
|
"stylelint": "15.1.0",
|
|
59
|
-
"tslib": "
|
|
59
|
+
"tslib": "2.6.2",
|
|
60
60
|
"typescript": "5.1.6",
|
|
61
|
-
"vitest": "
|
|
62
|
-
"vue-tsc": "
|
|
61
|
+
"vitest": "3.0.8",
|
|
62
|
+
"vue-tsc": "2.2.2"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@asgardeo/auth-spa": "
|
|
66
|
-
"@asgardeo/js": "
|
|
67
|
-
"@vitejs/plugin-vue": "
|
|
68
|
-
"base64url": "
|
|
69
|
-
"buffer": "
|
|
70
|
-
"clsx": "
|
|
71
|
-
"fast-sha256": "
|
|
72
|
-
"jose": "
|
|
73
|
-
"randombytes": "
|
|
65
|
+
"@asgardeo/auth-spa": "3.3.2",
|
|
66
|
+
"@asgardeo/js": "0.1.3",
|
|
67
|
+
"@vitejs/plugin-vue": "5.0.0",
|
|
68
|
+
"base64url": "3.0.1",
|
|
69
|
+
"buffer": "6.0.3",
|
|
70
|
+
"clsx": "2.1.1",
|
|
71
|
+
"fast-sha256": "1.3.0",
|
|
72
|
+
"jose": "5.3.0",
|
|
73
|
+
"randombytes": "2.1.0"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
|
-
"vue": "
|
|
76
|
+
"vue": "3.5.13"
|
|
77
77
|
},
|
|
78
78
|
"exports": {
|
|
79
79
|
"types": "./dist/index.d.ts",
|