@octabits-io/nuxt-ui-kit 0.3.1 → 0.3.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@octabits-io/nuxt-ui-kit",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Frontend kit for Nuxt/Vue admin SPAs: OIDC session harness (oidc-client-ts), Eden Treaty client factory, auth/org store cores, and a route-guard builder — factory-style seams the app wires into its own plugins, stores, and middleware",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -88,7 +88,7 @@
88
88
  "typescript": "^5 || ^6 || ^7",
89
89
  "vue": "^3.5.0",
90
90
  "vue-i18n": "^11",
91
- "vue-router": "^4",
91
+ "vue-router": "^4.5.0 || ^5.0.0",
92
92
  "zod": "^4"
93
93
  },
94
94
  "peerDependenciesMeta": {