@better-auth/expo 1.0.4 → 1.0.5
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.
- package/.turbo/turbo-build.log +24 -25
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,25 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
[34mCLI[39m
|
|
7
|
-
[34mCLI[39m
|
|
8
|
-
[34mCLI[39m tsup
|
|
9
|
-
[34mCLI[39m
|
|
10
|
-
[34mCLI[39m
|
|
11
|
-
[
|
|
12
|
-
[
|
|
13
|
-
[
|
|
14
|
-
[32mESM[39m [1mdist/
|
|
15
|
-
[32mESM[39m
|
|
16
|
-
[
|
|
17
|
-
[32mCJS[39m [1mdist/client.js [22m[32m3.02 KB[39m
|
|
18
|
-
[32mCJS[39m
|
|
19
|
-
[
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
DTS dist/client.d.ts 4.45 KB
|
|
1
|
+
|
|
2
|
+
> @better-auth/expo@1.0.5 build /home/runner/work/better-auth/better-auth/packages/expo
|
|
3
|
+
> tsup --dts --minify --clean
|
|
4
|
+
|
|
5
|
+
[34mCLI[39m Building entry: {"index":"src/index.ts","client":"src/client.ts"}
|
|
6
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
+
[34mCLI[39m tsup v8.3.5
|
|
8
|
+
[34mCLI[39m Using tsup config: /home/runner/work/better-auth/better-auth/packages/expo/tsup.config.ts
|
|
9
|
+
[34mCLI[39m Target: es2022
|
|
10
|
+
[34mCLI[39m Cleaning output folder
|
|
11
|
+
[34mESM[39m Build start
|
|
12
|
+
[34mCJS[39m Build start
|
|
13
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m680.00 B[39m
|
|
14
|
+
[32mESM[39m [1mdist/client.mjs [22m[32m2.38 KB[39m
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 22ms
|
|
16
|
+
[32mCJS[39m [1mdist/index.js [22m[32m1.13 KB[39m
|
|
17
|
+
[32mCJS[39m [1mdist/client.js [22m[32m3.02 KB[39m
|
|
18
|
+
[32mCJS[39m ⚡️ Build success in 23ms
|
|
19
|
+
[34mDTS[39m Build start
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 4307ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m111.00 B[39m
|
|
22
|
+
[32mDTS[39m [1mdist/client.d.mts [22m[32m4.45 KB[39m
|
|
23
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m111.00 B[39m
|
|
24
|
+
[32mDTS[39m [1mdist/client.d.ts [22m[32m4.45 KB[39m
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@better-auth/expo",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
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": "1.0.
|
|
31
|
+
"better-auth": "1.0.5"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"better-auth": "1.0.
|
|
34
|
+
"better-auth": "1.0.5"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"better-call": "^0.2.14",
|