auth 1.7.4 → 1.7.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/dist/index.mjs +1 -1
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
|
@@ -3135,7 +3135,7 @@ function installDependencies({ dependencies, packageManager, cwd, type = "prod",
|
|
|
3135
3135
|
}
|
|
3136
3136
|
//#endregion
|
|
3137
3137
|
//#region src/version.ts
|
|
3138
|
-
const cliVersion = "1.7.
|
|
3138
|
+
const cliVersion = "1.7.5";
|
|
3139
3139
|
//#endregion
|
|
3140
3140
|
//#region src/commands/init/configs/frameworks.config.ts
|
|
3141
3141
|
const FRAMEWORKS = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "auth",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.5",
|
|
4
4
|
"description": "The CLI for Better Auth",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -64,9 +64,9 @@
|
|
|
64
64
|
"semver": "^7.8.4",
|
|
65
65
|
"yocto-spinner": "^1.2.0",
|
|
66
66
|
"zod": "^4.5.4",
|
|
67
|
-
"@better-auth/core": "1.7.
|
|
68
|
-
"@better-auth/telemetry": "1.7.
|
|
69
|
-
"better-auth": "1.7.
|
|
67
|
+
"@better-auth/core": "1.7.5",
|
|
68
|
+
"@better-auth/telemetry": "1.7.5",
|
|
69
|
+
"better-auth": "1.7.5"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@types/better-sqlite3": "^7.6.13",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"tsx": "^4.21.0",
|
|
79
79
|
"type-fest": "^5.7.0",
|
|
80
80
|
"typescript": "^6.0.3",
|
|
81
|
-
"@better-auth/passkey": "1.7.
|
|
81
|
+
"@better-auth/passkey": "1.7.5"
|
|
82
82
|
},
|
|
83
83
|
"scripts": {
|
|
84
84
|
"build": "tsdown",
|