better-auth-ui 3.2.5 → 3.2.6

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/tanstack.cjs CHANGED
@@ -10,7 +10,7 @@ var _react = require('react');
10
10
 
11
11
 
12
12
 
13
- var _betterauthtanstack = require('@daveyplate/better-auth-tanstack');
13
+ var _betterauthtanstack = require('better-auth-tanstack');
14
14
  var _reactquery = require('@tanstack/react-query');
15
15
 
16
16
  function useTanstackOptions({
package/dist/tanstack.js CHANGED
@@ -10,7 +10,7 @@ import { useCallback as useCallback2, useMemo as useMemo2 } from "react";
10
10
  import {
11
11
  AuthQueryContext,
12
12
  createAuthHooks
13
- } from "@daveyplate/better-auth-tanstack";
13
+ } from "better-auth-tanstack";
14
14
  import { useIsRestoring, useQueryClient } from "@tanstack/react-query";
15
15
  import { useCallback, useContext, useMemo } from "react";
16
16
  function useTanstackOptions({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "better-auth-ui",
3
3
  "homepage": "https://better-auth-ui.com",
4
- "version": "3.2.5",
4
+ "version": "3.2.6",
5
5
  "description": "Plug & play shadcn/ui components for better-auth",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  AuthQueryContext,
3
3
  createAuthHooks
4
- } from "@daveyplate/better-auth-tanstack"
4
+ } from "better-auth-tanstack"
5
5
  import { useIsRestoring, useQueryClient } from "@tanstack/react-query"
6
6
  import { useCallback, useContext, useMemo } from "react"
7
7
  import type { AuthHooks } from "../../types/auth-hooks"