@asgardeo/nuxt 0.2.0 → 0.2.2
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/module.json +1 -1
- package/dist/module.mjs +2 -2
- package/package.json +4 -4
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { defineNuxtModule, createResolver, addServerHandler, addServerPlugin, ad
|
|
|
2
2
|
import { defu } from 'defu';
|
|
3
3
|
|
|
4
4
|
const PACKAGE_NAME = "@asgardeo/nuxt";
|
|
5
|
-
const module = defineNuxtModule({
|
|
5
|
+
const module$1 = defineNuxtModule({
|
|
6
6
|
defaults: {},
|
|
7
7
|
meta: {
|
|
8
8
|
configKey: "asgardeo",
|
|
@@ -213,4 +213,4 @@ const module = defineNuxtModule({
|
|
|
213
213
|
}
|
|
214
214
|
});
|
|
215
215
|
|
|
216
|
-
export { module as default };
|
|
216
|
+
export { module$1 as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@asgardeo/nuxt",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Nuxt module for Asgardeo - Authentication and Identity Management",
|
|
5
5
|
"author": "WSO2",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
"@nuxt/kit": "3.16.2",
|
|
71
71
|
"defu": "6.1.4",
|
|
72
72
|
"jose": "^6.0.11",
|
|
73
|
-
"@asgardeo/
|
|
74
|
-
"@asgardeo/
|
|
75
|
-
"@asgardeo/vue": "0.4.
|
|
73
|
+
"@asgardeo/node": "0.0.82",
|
|
74
|
+
"@asgardeo/browser": "0.7.9",
|
|
75
|
+
"@asgardeo/vue": "0.4.2"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"nuxt": ">=3.10.0",
|