@better-auth/expo 1.6.32 → 1.6.33
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.ts
CHANGED
|
@@ -130,7 +130,6 @@ declare const expoClient: (opts: ExpoClientOptions) => {
|
|
|
130
130
|
onSuccess(context: _$_better_fetch_fetch0.SuccessContext<any>): Promise<void>;
|
|
131
131
|
};
|
|
132
132
|
init(url: string, options: ({
|
|
133
|
-
priority?: RequestPriority | undefined;
|
|
134
133
|
method?: string | undefined;
|
|
135
134
|
redirect?: RequestRedirect | undefined;
|
|
136
135
|
window?: null | undefined;
|
|
@@ -139,6 +138,7 @@ declare const expoClient: (opts: ExpoClientOptions) => {
|
|
|
139
138
|
integrity?: string | undefined;
|
|
140
139
|
keepalive?: boolean | undefined;
|
|
141
140
|
mode?: RequestMode | undefined;
|
|
141
|
+
priority?: RequestPriority | undefined;
|
|
142
142
|
referrer?: string | undefined;
|
|
143
143
|
referrerPolicy?: ReferrerPolicy | undefined;
|
|
144
144
|
signal?: (AbortSignal | null) | undefined;
|
package/dist/client.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as PACKAGE_VERSION } from "./version-
|
|
1
|
+
import { t as PACKAGE_VERSION } from "./version-IpFCIr2m.js";
|
|
2
2
|
import { safeJSONParse } from "@better-auth/core/utils/json";
|
|
3
3
|
import { SECURE_COOKIE_PREFIX, parseSetCookieHeader, parseSetCookieHeader as parseSetCookieHeader$1, stripSecureCookiePrefix } from "better-auth/cookies";
|
|
4
4
|
import Constants from "expo-constants";
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as PACKAGE_VERSION } from "./version-
|
|
1
|
+
import { t as PACKAGE_VERSION } from "./version-IpFCIr2m.js";
|
|
2
2
|
import { createAuthMiddleware } from "@better-auth/core/api";
|
|
3
3
|
import { HIDE_METADATA } from "better-auth";
|
|
4
4
|
import { APIError, createAuthEndpoint } from "better-auth/api";
|
package/dist/plugins/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@better-auth/expo",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.33",
|
|
4
4
|
"description": "Better Auth integration for Expo and React Native applications.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -70,16 +70,16 @@
|
|
|
70
70
|
"expo-web-browser": "~55.0.9",
|
|
71
71
|
"react-native": "~0.84.1",
|
|
72
72
|
"tsdown": "0.21.10",
|
|
73
|
-
"@better-auth/core": "1.6.
|
|
74
|
-
"better-auth": "1.6.
|
|
73
|
+
"@better-auth/core": "1.6.33",
|
|
74
|
+
"better-auth": "1.6.33"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"expo-constants": ">=17.0.0",
|
|
78
78
|
"expo-linking": ">=7.0.0",
|
|
79
79
|
"expo-network": ">=8.0.7",
|
|
80
80
|
"expo-web-browser": ">=14.0.0",
|
|
81
|
-
"@better-auth/core": "^1.6.
|
|
82
|
-
"better-auth": "^1.6.
|
|
81
|
+
"@better-auth/core": "^1.6.33",
|
|
82
|
+
"better-auth": "^1.6.33"
|
|
83
83
|
},
|
|
84
84
|
"peerDependenciesMeta": {
|
|
85
85
|
"expo-constants": {
|