@better-auth/expo 1.0.21 → 1.0.22-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,5 +1,5 @@
1
1
 
2
- > @better-auth/expo@1.0.21 build /home/runner/work/better-auth/better-auth/packages/expo
2
+ > @better-auth/expo@1.0.22-beta.1 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,12 +12,12 @@
12
12
  CJS Build start
13
13
  CJS dist/index.js 1.13 KB
14
14
  CJS dist/client.js 3.11 KB
15
- CJS ⚡️ Build success in 23ms
15
+ CJS ⚡️ Build success in 20ms
16
16
  ESM dist/index.mjs 680.00 B
17
17
  ESM dist/client.mjs 2.46 KB
18
- ESM ⚡️ Build success in 25ms
18
+ ESM ⚡️ Build success in 21ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 4330ms
20
+ DTS ⚡️ Build success in 4322ms
21
21
  DTS dist/index.d.mts 111.00 B
22
22
  DTS dist/client.d.mts 4.45 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.0.21",
3
+ "version": "1.0.22-beta.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -16,6 +16,16 @@
16
16
  "require": "./dist/client.js"
17
17
  }
18
18
  },
19
+ "typesVersions": {
20
+ "*": {
21
+ "*": [
22
+ "./dist/index.d.ts"
23
+ ],
24
+ "client": [
25
+ "./dist/client.d.ts"
26
+ ]
27
+ }
28
+ },
19
29
  "keywords": [],
20
30
  "author": "",
21
31
  "license": "ISC",
@@ -28,10 +38,10 @@
28
38
  "expo-secure-store": "~13.0.2",
29
39
  "expo-web-browser": "~13.0.3",
30
40
  "vitest": "^1.6.0",
31
- "better-auth": "1.0.21"
41
+ "better-auth": "1.0.22-beta.1"
32
42
  },
33
43
  "peerDependencies": {
34
- "better-auth": "1.0.21"
44
+ "better-auth": "1.0.22-beta.1"
35
45
  },
36
46
  "dependencies": {
37
47
  "better-call": "^0.2.15",