@better-auth/expo 1.4.0-beta.25 → 1.4.0-beta.28
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/client.d.mts +2 -3
- package/dist/client.mjs +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +5 -5
package/dist/client.d.mts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as _better_fetch_fetch0 from "@better-fetch/fetch";
|
|
2
|
-
import {
|
|
3
|
-
import { ClientStore } from "@better-auth/core";
|
|
2
|
+
import { ClientFetchOption, ClientStore } from "@better-auth/core";
|
|
4
3
|
import { FocusManager, OnlineManager } from "better-auth/client";
|
|
5
4
|
|
|
6
5
|
//#region src/focus-manager.d.ts
|
|
@@ -160,7 +159,7 @@ declare const expoClient: (opts: ExpoClientOptions) => {
|
|
|
160
159
|
disableValidation?: boolean | undefined;
|
|
161
160
|
} | undefined): Promise<{
|
|
162
161
|
url: string;
|
|
163
|
-
options:
|
|
162
|
+
options: ClientFetchOption;
|
|
164
163
|
}>;
|
|
165
164
|
}[];
|
|
166
165
|
};
|
package/dist/client.mjs
CHANGED
|
@@ -17,7 +17,7 @@ const SPECIAL_VALUES = {
|
|
|
17
17
|
};
|
|
18
18
|
|
|
19
19
|
//#endregion
|
|
20
|
-
//#region ../better-auth/dist/proxy-
|
|
20
|
+
//#region ../better-auth/dist/proxy-DZR0bcsP.mjs
|
|
21
21
|
const kBroadcastChannel = Symbol.for("better-auth:broadcast-channel");
|
|
22
22
|
const kFocusManager = Symbol.for("better-auth:focus-manager");
|
|
23
23
|
const kOnlineManager = Symbol.for("better-auth:online-manager");
|
package/dist/index.d.mts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@better-auth/expo",
|
|
3
|
-
"version": "1.4.0-beta.
|
|
3
|
+
"version": "1.4.0-beta.28",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Better Auth integration for Expo and React Native applications.",
|
|
6
6
|
"main": "dist/index.mjs",
|
|
@@ -54,15 +54,15 @@
|
|
|
54
54
|
"expo-web-browser": "~14.2.0",
|
|
55
55
|
"react-native": "~0.80.2",
|
|
56
56
|
"tsdown": "^0.16.0",
|
|
57
|
-
"@better-auth/core": "1.4.0-beta.
|
|
58
|
-
"better-auth": "1.4.0-beta.
|
|
57
|
+
"@better-auth/core": "1.4.0-beta.28",
|
|
58
|
+
"better-auth": "1.4.0-beta.28"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"expo-constants": ">=17.0.0",
|
|
62
62
|
"expo-linking": ">=7.0.0",
|
|
63
63
|
"expo-network": "^8.0.7",
|
|
64
64
|
"expo-web-browser": ">=14.0.0",
|
|
65
|
-
"@better-auth/core": "1.4.0-beta.
|
|
65
|
+
"@better-auth/core": "1.4.0-beta.28"
|
|
66
66
|
},
|
|
67
67
|
"peerDependenciesMeta": {
|
|
68
68
|
"expo-constants": {
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"@better-fetch/fetch": "1.1.18",
|
|
83
|
-
"better-call": "1.0
|
|
83
|
+
"better-call": "1.1.0",
|
|
84
84
|
"zod": "^4.1.12"
|
|
85
85
|
},
|
|
86
86
|
"files": [
|