@better-auth/expo 0.8.1 → 0.8.2-beta.2

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,6 +1,6 @@
1
1
 
2
2
  
3
- > @better-auth/expo@0.8.1-beta.5 build /Users/apple/Desktop/development/better-auth-2/packages/expo
3
+ > @better-auth/expo@0.8.2-beta.1 build /Users/apple/Desktop/development/better-auth-2/packages/expo
4
4
  > tsup --dts --minify --clean
5
5
 
6
6
  CLI Building entry: {"index":"src/index.ts","client":"src/client.ts"}
@@ -11,14 +11,14 @@
11
11
  CLI Cleaning output folder
12
12
  ESM Build start
13
13
  CJS Build start
14
- CJS dist/client.js 2.95 KB
15
- CJS dist/index.js 1.20 KB
16
- CJS ⚡️ Build success in 15ms
17
14
  ESM dist/index.mjs 744.00 B
18
15
  ESM dist/client.mjs 2.32 KB
19
- ESM ⚡️ Build success in 15ms
16
+ ESM ⚡️ Build success in 13ms
17
+ CJS dist/index.js 1.20 KB
18
+ CJS dist/client.js 2.95 KB
19
+ CJS ⚡️ Build success in 13ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 3989ms
21
+ DTS ⚡️ Build success in 3650ms
22
22
  DTS dist/index.d.mts 688.00 B
23
23
  DTS dist/client.d.mts 3.96 KB
24
24
  DTS dist/index.d.ts 688.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/expo",
3
- "version": "0.8.1",
3
+ "version": "0.8.2-beta.2",
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": "0.8.1"
31
+ "better-auth": "0.8.2-beta.2"
32
32
  },
33
33
  "peerDependencies": {
34
- "better-auth": "0.8.1"
34
+ "better-auth": "0.8.2-beta.2"
35
35
  },
36
36
  "dependencies": {
37
37
  "zod": "^3.23.8"