@better-auth/expo 0.7.1-beta.6 → 0.7.2-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,24 +1,24 @@
1
1
 
2
2
  
3
- > @better-auth/expo@0.7.1-beta.5 build /Users/beka/Desktop/Development/better-auth-1/packages/expo
3
+ > @better-auth/expo@0.7.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"}
7
7
  CLI Using tsconfig: tsconfig.json
8
8
  CLI tsup v8.3.5
9
- CLI Using tsup config: /Users/beka/Desktop/Development/better-auth-1/packages/expo/tsup.config.ts
9
+ CLI Using tsup config: /Users/apple/Desktop/development/better-auth-2/packages/expo/tsup.config.ts
10
10
  CLI Target: es2022
11
11
  CLI Cleaning output folder
12
12
  ESM Build start
13
13
  CJS Build start
14
- ESM dist/client.mjs 2.24 KB
15
- ESM dist/index.mjs 736.00 B
16
- ESM ⚡️ Build success in 10ms
17
- CJS dist/client.js 2.87 KB
18
14
  CJS dist/index.js 1.19 KB
19
- CJS ⚡️ Build success in 11ms
15
+ CJS dist/client.js 2.87 KB
16
+ CJS ⚡️ Build success in 16ms
17
+ ESM dist/index.mjs 736.00 B
18
+ ESM dist/client.mjs 2.24 KB
19
+ ESM ⚡️ Build success in 16ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 2217ms
21
+ DTS ⚡️ Build success in 2118ms
22
22
  DTS dist/index.d.mts 677.00 B
23
23
  DTS dist/client.d.mts 7.18 KB
24
24
  DTS dist/index.d.ts 677.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/expo",
3
- "version": "0.7.1-beta.6",
3
+ "version": "0.7.2-beta.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -27,10 +27,10 @@
27
27
  "expo-secure-store": "~13.0.2",
28
28
  "expo-web-browser": "~13.0.3",
29
29
  "vitest": "^1.6.0",
30
- "better-auth": "0.7.1-beta.6"
30
+ "better-auth": "0.7.2-beta.1"
31
31
  },
32
32
  "peerDependencies": {
33
- "better-auth": "0.7.1-beta.6"
33
+ "better-auth": "0.7.2-beta.1"
34
34
  },
35
35
  "scripts": {
36
36
  "test": "vitest",