better-auth-nuxt 0.0.10-beta.20 → 0.0.10-beta.21

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "better-auth-nuxt",
3
- "version": "0.0.10-beta.20",
3
+ "version": "0.0.10-beta.21",
4
4
  "configKey": "auth",
5
5
  "compatibility": {
6
6
  "nuxt": ">=3.0.0"
package/dist/module.mjs CHANGED
@@ -11,7 +11,7 @@ import { generateDrizzleSchema as generateDrizzleSchema$1 } from '@better-auth/c
11
11
  import { getAuthTables } from 'better-auth/db';
12
12
  export { defineClientAuth, defineServerAuth } from '../dist/runtime/config.js';
13
13
 
14
- const version = "0.0.10-beta.20";
14
+ const version = "0.0.10-beta.21";
15
15
 
16
16
  function setupDevTools(nuxt) {
17
17
  nuxt.hook("devtools:customTabs", (tabs) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "better-auth-nuxt",
3
3
  "type": "module",
4
- "version": "0.0.10-beta.20",
4
+ "version": "0.0.10-beta.21",
5
5
  "description": "Nuxt module for Better Auth integration with NuxtHub, route protection, session management, and role-based access",
6
6
  "author": "onmax",
7
7
  "license": "MIT",
@@ -64,8 +64,6 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@better-auth/cli": "^1.5.0-beta.3",
67
- "@nuxt/kit": "^4.2.2",
68
- "@nuxt/ui": "^4.2.1",
69
67
  "defu": "^6.1.4",
70
68
  "jiti": "^2.4.2",
71
69
  "pathe": "^2.0.3",
@@ -81,6 +79,7 @@
81
79
  "@nuxt/module-builder": "^1.0.2",
82
80
  "@nuxt/schema": "https://pkg.pr.new/@nuxt/schema@33005",
83
81
  "@nuxt/test-utils": "^3.21.0",
82
+ "@nuxt/ui": "^4.2.1",
84
83
  "@nuxthub/core": "^0.10.5",
85
84
  "@types/better-sqlite3": "^7.6.13",
86
85
  "@types/node": "latest",