@jskit-ai/auth-web 0.1.67 → 0.1.68

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.
@@ -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.67",
4
+ "version": "0.1.68",
5
5
  "kind": "runtime",
6
6
  "description": "Auth web module: Fastify auth routes plus web login/sign-out scaffolds.",
7
7
  "dependsOn": [
@@ -246,13 +246,11 @@ export default Object.freeze({
246
246
  "mutations": {
247
247
  "dependencies": {
248
248
  "runtime": {
249
- "@tanstack/vue-query": "5.92.12",
250
249
  "@mdi/js": "^7.4.47",
251
- "@jskit-ai/auth-core": "0.1.65",
252
- "@jskit-ai/http-runtime": "0.1.65",
253
- "@jskit-ai/kernel": "0.1.66",
254
- "@jskit-ai/shell-web": "0.1.65",
255
- "vuetify": "^4.0.0"
250
+ "@jskit-ai/auth-core": "0.1.66",
251
+ "@jskit-ai/http-runtime": "0.1.66",
252
+ "@jskit-ai/kernel": "0.1.67",
253
+ "@jskit-ai/shell-web": "0.1.66"
256
254
  },
257
255
  "dev": {}
258
256
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/auth-web",
3
- "version": "0.1.67",
3
+ "version": "0.1.68",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -18,17 +18,17 @@
18
18
  "./client/runtime/useSignOut": "./src/client/runtime/useSignOut.js"
19
19
  },
20
20
  "dependencies": {
21
- "@tanstack/vue-query": "^5.90.5",
22
- "@jskit-ai/auth-core": "0.1.65",
21
+ "@jskit-ai/auth-core": "0.1.66",
23
22
  "@mdi/js": "^7.4.47",
24
- "@jskit-ai/kernel": "0.1.66",
25
- "@jskit-ai/shell-web": "0.1.65",
26
- "pinia": "^3.0.4",
27
- "vuetify": "^4.0.0",
28
- "@jskit-ai/http-runtime": "0.1.65"
23
+ "@jskit-ai/kernel": "0.1.67",
24
+ "@jskit-ai/shell-web": "0.1.66",
25
+ "@jskit-ai/http-runtime": "0.1.66"
29
26
  },
30
27
  "peerDependencies": {
28
+ "@tanstack/vue-query": "^5.90.5",
29
+ "pinia": "^3.0.4",
31
30
  "vue": "^3.5.13",
32
- "vue-router": "^5.0.4"
31
+ "vue-router": "^5.0.4",
32
+ "vuetify": "^4.0.0"
33
33
  }
34
34
  }