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/LICENSE +1 -1
- package/README.md +2 -1
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/tanstack.cjs +1 -1
- package/dist/tanstack.js +1 -1
- package/package.json +1 -1
- package/src/lib/tanstack/use-tanstack-options.ts +1 -1
package/dist/tanstack.cjs
CHANGED
|
@@ -10,7 +10,7 @@ var _react = require('react');
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var _betterauthtanstack = require('
|
|
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 "
|
|
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
|
import {
|
|
2
2
|
AuthQueryContext,
|
|
3
3
|
createAuthHooks
|
|
4
|
-
} from "
|
|
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"
|