@better-auth/expo 0.8.7-beta.3 → 0.8.7-canary.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,25 +1,24 @@
1
-
2
- 
3
- > @better-auth/expo@0.8.7-beta.2 build /Users/apple/Desktop/development/better-auth-2/packages/expo
4
- > tsup --dts --minify --clean
5
-
6
- CLI Building entry: {"index":"src/index.ts","client":"src/client.ts"}
7
- CLI Using tsconfig: tsconfig.json
8
- CLI tsup v8.3.5
9
- CLI Using tsup config: /Users/apple/Desktop/development/better-auth-2/packages/expo/tsup.config.ts
10
- CLI Target: es2022
11
- CLI Cleaning output folder
12
- ESM Build start
13
- CJS Build start
14
- ESM dist/index.mjs 744.00 B
15
- ESM dist/client.mjs 2.38 KB
16
- ESM ⚡️ Build success in 16ms
17
- CJS dist/client.js 3.02 KB
18
- CJS dist/index.js 1.20 KB
19
- CJS ⚡️ Build success in 17ms
20
- DTS Build start
21
- DTS ⚡️ Build success in 3112ms
22
- DTS dist/index.d.mts 111.00 B
23
- DTS dist/client.d.mts 4.45 KB
24
- DTS dist/index.d.ts 111.00 B
25
- DTS dist/client.d.ts 4.45 KB
1
+
2
+ > @better-auth/expo@0.8.7-canary.2 build /home/runner/work/better-auth/better-auth/packages/expo
3
+ > tsup --dts --minify --clean
4
+
5
+ CLI Building entry: {"index":"src/index.ts","client":"src/client.ts"}
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.3.5
8
+ CLI Using tsup config: /home/runner/work/better-auth/better-auth/packages/expo/tsup.config.ts
9
+ CLI Target: es2022
10
+ CLI Cleaning output folder
11
+ ESM Build start
12
+ CJS Build start
13
+ CJS dist/index.js 1.20 KB
14
+ CJS dist/client.js 3.02 KB
15
+ CJS ⚡️ Build success in 21ms
16
+ ESM dist/index.mjs 744.00 B
17
+ ESM dist/client.mjs 2.38 KB
18
+ ESM ⚡️ Build success in 23ms
19
+ DTS Build start
20
+ DTS ⚡️ Build success in 4402ms
21
+ DTS dist/index.d.mts 111.00 B
22
+ DTS dist/client.d.mts 4.45 KB
23
+ DTS dist/index.d.ts 111.00 B
24
+ DTS dist/client.d.ts 4.45 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/expo",
3
- "version": "0.8.7-beta.3",
3
+ "version": "0.8.7-canary.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.7-beta.3"
31
+ "better-auth": "0.8.7-canary.2"
32
32
  },
33
33
  "peerDependencies": {
34
- "better-auth": "0.8.7-beta.3"
34
+ "better-auth": "0.8.7-canary.2"
35
35
  },
36
36
  "dependencies": {
37
37
  "better-call": "^0.2.14",