Skip to content

Commit 0ca0000

Browse files
committed
upgrade to better-auth@1.3.43
1 parent da6e8a1 commit 0ca0000

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
lines changed

β€Ždocs/content/docs/framework-guides/expo.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description: Install and configure Convex + Better Auth for Expo.
1717

1818
```npm
1919
npm install convex@latest @convex-dev/better-auth
20-
npm install better-auth@1.3.27 @better-auth/expo@1.3.27 --save-exact
20+
npm install better-auth@1.3.34 @better-auth/expo@1.3.34 --save-exact
2121
```
2222

2323
</div>

β€Ždocs/content/docs/framework-guides/next.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ description: Install and configure Convex + Better Auth for Next.js.
2222

2323
```npm
2424
npm install convex@latest @convex-dev/better-auth
25-
npm install better-auth@1.3.27 --save-exact
25+
npm install better-auth@1.3.34 --save-exact
2626
```
2727

2828
</div>

β€Ždocs/content/docs/framework-guides/react.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ description: Install and configure Convex + Better Auth for React.
2222

2323
```npm
2424
npm install convex@latest @convex-dev/better-auth
25-
npm install better-auth@1.3.27 --save-exact
25+
npm install better-auth@1.3.34 --save-exact
2626
```
2727

2828
</div>

β€Ždocs/content/docs/framework-guides/sveltekit.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ npm install convex convex-svelte
9898

9999
```npm
100100
npm install @convex-dev/better-auth @mmailaender/convex-better-auth-svelte
101-
npm install better-auth@1.3.27 --save-exact
101+
npm install better-auth@1.3.34 --save-exact
102102
```
103103

104104
</div>

β€Ždocs/content/docs/framework-guides/tanstack-start.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ description: Install and configure Convex + Better Auth for TanStack Start.
2323

2424
```npm
2525
npm install convex@latest @convex-dev/better-auth
26-
npm install better-auth@1.3.27 --save-exact
26+
npm install better-auth@1.3.34 --save-exact
2727
```
2828

2929
</div>

β€Ždocs/content/docs/migrations/migrate-to-0-9.mdxβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description: Migrate to @convex-dev/better-auth@0.9
1919

2020
```npm
2121
npm install @convex-dev/better-auth@0.9
22-
npm install better-auth@1.3.27 --save-exact
22+
npm install better-auth@1.3.34 --save-exact
2323
```
2424

2525
</div>

β€Žexamples/next/package-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žexamples/react/package-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žexamples/react/package.jsonβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"dev": "run-p -r 'dev:*'",
88
"dev:frontend": "vite",
99
"dev:backend": "npx convex dev --typecheck-components",
10-
"dev:build": "chokidar '../../tsconfig*.json' '../../src/**/*.ts' -i '**/*.test.ts' -c 'npx convex codegen --component-dir ../../src/component && cd ../../ && npm run build' --initial",
10+
"dev:build": "chokidar '../../tsconfig*.json' '../../src/**/*.ts' '../../src/**/*.tsx' -i '**/*.test.ts' -c 'npm run build' --initial",
11+
"build": "npx convex codegen --component-dir ../../src/component && cd ../../ && npm run build",
1112
"predev": "npm run dev:backend -- --until-success",
1213
"logs": "npx convex logs",
1314
"lint": "tsc -p convex && eslint convex"

β€Žexamples/tanstack/package-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)