@better-auth/cli 1.5.0-beta.1 → 1.5.0-beta.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
|
@@ -2915,7 +2915,7 @@ const login = new Command("login").description("Demo: Test device authorization
|
|
|
2915
2915
|
//#region src/commands/mcp.ts
|
|
2916
2916
|
async function mcpAction(options) {
|
|
2917
2917
|
const mcpUrl = "https://mcp.chonkie.ai/better-auth/better-auth-builder/mcp";
|
|
2918
|
-
const mcpName = "
|
|
2918
|
+
const mcpName = "better-auth";
|
|
2919
2919
|
if (options.cursor) await handleCursorAction(mcpUrl, mcpName);
|
|
2920
2920
|
else if (options.claudeCode) handleClaudeCodeAction(mcpUrl);
|
|
2921
2921
|
else if (options.openCode) handleOpenCodeAction(mcpUrl);
|
|
@@ -2971,7 +2971,7 @@ function handleOpenCodeAction(mcpUrl) {
|
|
|
2971
2971
|
console.log(chalk.bold.blue("🔧 Adding Better Auth MCP to Open Code..."));
|
|
2972
2972
|
const openCodeConfig = {
|
|
2973
2973
|
$schema: "https://opencode.ai/config.json",
|
|
2974
|
-
mcp: { "
|
|
2974
|
+
mcp: { "better-auth": {
|
|
2975
2975
|
type: "remote",
|
|
2976
2976
|
url: mcpUrl,
|
|
2977
2977
|
enabled: true
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@better-auth/cli",
|
|
3
|
-
"version": "1.5.0-beta.
|
|
3
|
+
"version": "1.5.0-beta.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The CLI for Better Auth",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"tsx": "^4.20.6",
|
|
38
38
|
"type-fest": "^5.2.0",
|
|
39
39
|
"typescript": "^5.9.3",
|
|
40
|
-
"@better-auth/passkey": "1.5.0-beta.
|
|
40
|
+
"@better-auth/passkey": "1.5.0-beta.2"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@babel/core": "^7.28.4",
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"semver": "^7.7.2",
|
|
62
62
|
"yocto-spinner": "^0.2.3",
|
|
63
63
|
"zod": "^4.1.12",
|
|
64
|
-
"@better-auth/core": "1.5.0-beta.
|
|
65
|
-
"better-auth": "
|
|
66
|
-
"
|
|
64
|
+
"@better-auth/core": "1.5.0-beta.2",
|
|
65
|
+
"@better-auth/telemetry": "1.5.0-beta.2",
|
|
66
|
+
"better-auth": "^1.5.0-beta.2"
|
|
67
67
|
},
|
|
68
68
|
"files": [
|
|
69
69
|
"dist"
|