@better-auth/expo 1.1.8-beta.2 → 1.1.8-beta.3

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @better-auth/expo@1.1.8-beta.2 build /home/runner/work/better-auth/better-auth/packages/expo
2
+ > @better-auth/expo@1.1.8-beta.3 build /home/runner/work/better-auth/better-auth/packages/expo
3
3
  > tsup --dts --minify --clean
4
4
 
5
5
  CLI Building entry: {"index":"src/index.ts","client":"src/client.ts"}
@@ -15,9 +15,9 @@
15
15
  CJS ⚡️ Build success in 22ms
16
16
  ESM dist/index.mjs 680.00 B
17
17
  ESM dist/client.mjs 2.53 KB
18
- ESM ⚡️ Build success in 24ms
18
+ ESM ⚡️ Build success in 22ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 4475ms
20
+ DTS ⚡️ Build success in 4342ms
21
21
  DTS dist/index.d.mts 111.00 B
22
22
  DTS dist/client.d.mts 4.48 KB
23
23
  DTS dist/index.d.ts 111.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/expo",
3
- "version": "1.1.8-beta.2",
3
+ "version": "1.1.8-beta.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -38,10 +38,10 @@
38
38
  "expo-secure-store": "~13.0.2",
39
39
  "expo-web-browser": "~13.0.3",
40
40
  "vitest": "^1.6.0",
41
- "better-auth": "1.1.8-beta.2"
41
+ "better-auth": "1.1.8-beta.3"
42
42
  },
43
43
  "peerDependencies": {
44
- "better-auth": "1.1.8-beta.2"
44
+ "better-auth": "1.1.8-beta.3"
45
45
  },
46
46
  "dependencies": {
47
47
  "better-call": "^0.2.15",