@jskit-ai/auth-web 0.1.22 → 0.1.24
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.descriptor.mjs +5 -5
- package/package.json +5 -5
package/package.descriptor.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export default Object.freeze({
|
|
2
2
|
"packageVersion": 1,
|
|
3
3
|
"packageId": "@jskit-ai/auth-web",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.24",
|
|
5
5
|
"kind": "runtime",
|
|
6
6
|
"description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
|
|
7
7
|
"dependsOn": [
|
|
@@ -223,10 +223,10 @@ export default Object.freeze({
|
|
|
223
223
|
"@tanstack/vue-query": "5.92.12",
|
|
224
224
|
"@mdi/js": "^7.4.47",
|
|
225
225
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
226
|
-
"@jskit-ai/auth-core": "0.1.
|
|
227
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
228
|
-
"@jskit-ai/kernel": "0.1.
|
|
229
|
-
"@jskit-ai/shell-web": "0.1.
|
|
226
|
+
"@jskit-ai/auth-core": "0.1.22",
|
|
227
|
+
"@jskit-ai/http-runtime": "0.1.22",
|
|
228
|
+
"@jskit-ai/kernel": "0.1.23",
|
|
229
|
+
"@jskit-ai/shell-web": "0.1.22",
|
|
230
230
|
"vuetify": "^4.0.0"
|
|
231
231
|
},
|
|
232
232
|
"dev": {}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jskit-ai/auth-web",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.24",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "node --test"
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@tanstack/vue-query": "^5.90.5",
|
|
21
|
-
"@jskit-ai/auth-core": "0.1.
|
|
21
|
+
"@jskit-ai/auth-core": "0.1.22",
|
|
22
22
|
"@mdi/js": "^7.4.47",
|
|
23
23
|
"@fastify/type-provider-typebox": "^6.1.0",
|
|
24
|
-
"@jskit-ai/kernel": "0.1.
|
|
25
|
-
"@jskit-ai/shell-web": "0.1.
|
|
24
|
+
"@jskit-ai/kernel": "0.1.23",
|
|
25
|
+
"@jskit-ai/shell-web": "0.1.22",
|
|
26
26
|
"vuetify": "^4.0.0",
|
|
27
|
-
"@jskit-ai/http-runtime": "0.1.
|
|
27
|
+
"@jskit-ai/http-runtime": "0.1.22"
|
|
28
28
|
}
|
|
29
29
|
}
|