@better-auth/expo 1.0.18 → 1.0.19

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.0.18 build /home/runner/work/better-auth/better-auth/packages/expo
2
+ > @better-auth/expo@1.0.19 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"}
@@ -12,10 +12,10 @@
12
12
  CJS Build start
13
13
  ESM dist/index.mjs 680.00 B
14
14
  ESM dist/client.mjs 2.46 KB
15
- ESM ⚡️ Build success in 22ms
15
+ ESM ⚡️ Build success in 24ms
16
16
  CJS dist/index.js 1.13 KB
17
17
  CJS dist/client.js 3.11 KB
18
- CJS ⚡️ Build success in 22ms
18
+ CJS ⚡️ Build success in 23ms
19
19
  DTS Build start
20
20
  DTS ⚡️ Build success in 4319ms
21
21
  DTS dist/index.d.mts 111.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/expo",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -28,10 +28,10 @@
28
28
  "expo-secure-store": "~13.0.2",
29
29
  "expo-web-browser": "~13.0.3",
30
30
  "vitest": "^1.6.0",
31
- "better-auth": "1.0.18"
31
+ "better-auth": "1.0.19"
32
32
  },
33
33
  "peerDependencies": {
34
- "better-auth": "1.0.18"
34
+ "better-auth": "1.0.19"
35
35
  },
36
36
  "dependencies": {
37
37
  "better-call": "^0.2.15",