@better-auth/expo 0.6.3-beta.4 → 0.7.0-beta.1

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.6.3-beta.3 build /Users/beka/Desktop/Development/better-auth-1/packages/expo
3
+ > @better-auth/expo@0.6.3-beta.5 build /Users/beka/Desktop/Development/better-auth-1/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/index.js 1.06 KB
15
+ CJS dist/client.js 2.86 KB
16
+ CJS ⚡️ Build success in 38ms
14
17
  ESM dist/index.mjs 603.00 B
15
18
  ESM dist/client.mjs 2.23 KB
16
- ESM ⚡️ Build success in 56ms
17
- CJS dist/client.js 2.86 KB
18
- CJS dist/index.js 1.06 KB
19
- CJS ⚡️ Build success in 56ms
19
+ ESM ⚡️ Build success in 42ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 3788ms
21
+ DTS ⚡️ Build success in 4229ms
22
22
  DTS dist/index.d.mts 558.00 B
23
23
  DTS dist/client.d.mts 7.18 KB
24
24
  DTS dist/index.d.ts 558.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/expo",
3
- "version": "0.6.3-beta.4",
3
+ "version": "0.7.0-beta.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -22,17 +22,18 @@
22
22
  "devDependencies": {
23
23
  "better-sqlite3": "^11.5.0",
24
24
  "expo-constants": "~16.0.2",
25
+ "expo-crypto": "^13.0.2",
25
26
  "expo-linking": "~6.3.1",
26
27
  "expo-secure-store": "~13.0.2",
27
28
  "expo-web-browser": "~13.0.3",
28
29
  "vitest": "^1.6.0",
29
- "better-auth": "0.6.3-beta.4"
30
+ "better-auth": "0.7.0-beta.1"
30
31
  },
31
32
  "dependencies": {
32
33
  "nanostores": "^0.11.2"
33
34
  },
34
35
  "peerDependencies": {
35
- "better-auth": "0.6.3-beta.4"
36
+ "better-auth": "0.7.0-beta.1"
36
37
  },
37
38
  "scripts": {
38
39
  "test": "vitest",