@better-auth/expo 1.4.0-beta.20 → 1.4.0-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/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as better_call0 from "better-call";
2
- import { z } from "zod";
2
+ import * as z from "zod";
3
3
  import * as better_auth0 from "better-auth";
4
4
 
5
5
  //#region src/index.d.ts
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { createAuthEndpoint, createAuthMiddleware } from "@better-auth/core/api";
2
2
  import { APIError } from "better-call";
3
- import { z } from "zod";
3
+ import * as z from "zod";
4
4
 
5
5
  //#region src/index.ts
6
6
  const expo = (options) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/expo",
3
- "version": "1.4.0-beta.20",
3
+ "version": "1.4.0-beta.21",
4
4
  "type": "module",
5
5
  "description": "Better Auth integration for Expo and React Native applications.",
6
6
  "main": "dist/index.mjs",
@@ -53,14 +53,14 @@
53
53
  "expo-web-browser": "~14.2.0",
54
54
  "react-native": "~0.80.2",
55
55
  "tsdown": "^0.16.0",
56
- "@better-auth/core": "1.4.0-beta.20",
57
- "better-auth": "1.4.0-beta.20"
56
+ "@better-auth/core": "1.4.0-beta.21",
57
+ "better-auth": "1.4.0-beta.21"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "expo-constants": ">=17.0.0",
61
61
  "expo-linking": ">=7.0.0",
62
62
  "expo-web-browser": ">=14.0.0",
63
- "@better-auth/core": "1.4.0-beta.20"
63
+ "@better-auth/core": "1.4.0-beta.21"
64
64
  },
65
65
  "peerDependenciesMeta": {
66
66
  "expo-constants": {