auth 1.7.1 → 1.7.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.
- package/dist/index.mjs +2 -2
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
|
@@ -2973,7 +2973,7 @@ function installDependencies({ dependencies, packageManager, cwd, type = "prod",
|
|
|
2973
2973
|
}
|
|
2974
2974
|
//#endregion
|
|
2975
2975
|
//#region src/version.ts
|
|
2976
|
-
const cliVersion = "1.7.
|
|
2976
|
+
const cliVersion = "1.7.2";
|
|
2977
2977
|
//#endregion
|
|
2978
2978
|
//#region src/commands/init/configs/frameworks.config.ts
|
|
2979
2979
|
const FRAMEWORKS = [
|
|
@@ -4941,7 +4941,7 @@ const tempPluginsConfig = {
|
|
|
4941
4941
|
{
|
|
4942
4942
|
flag: "siwe-email-domain-name",
|
|
4943
4943
|
question: "What is the email domain name?",
|
|
4944
|
-
description: "
|
|
4944
|
+
description: "A custom email domain for wallet-derived addresses.",
|
|
4945
4945
|
skip: "prompt",
|
|
4946
4946
|
argument: {
|
|
4947
4947
|
index: 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "auth",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
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.3.6",
|
|
67
|
-
"@better-auth/core": "1.7.
|
|
68
|
-
"@better-auth/telemetry": "1.7.
|
|
69
|
-
"better-auth": "1.7.
|
|
67
|
+
"@better-auth/core": "1.7.2",
|
|
68
|
+
"@better-auth/telemetry": "1.7.2",
|
|
69
|
+
"better-auth": "1.7.2"
|
|
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.2"
|
|
82
82
|
},
|
|
83
83
|
"scripts": {
|
|
84
84
|
"build": "tsdown",
|