@better-auth/cli 1.4.15 → 1.4.17

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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -2
  2. package/package.json +6 -6
package/dist/index.mjs CHANGED
@@ -2436,8 +2436,8 @@ function handleOpenCodeAction(installLocal, installRemote) {
2436
2436
  enabled: true
2437
2437
  };
2438
2438
  if (installLocal) mcpConfig["better-auth"] = {
2439
- type: "stdio",
2440
- command: LOCAL_MCP_COMMAND,
2439
+ type: "local",
2440
+ command: [LOCAL_MCP_COMMAND],
2441
2441
  enabled: true
2442
2442
  };
2443
2443
  const openCodeConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/cli",
3
- "version": "1.4.15",
3
+ "version": "1.4.17",
4
4
  "type": "module",
5
5
  "description": "The CLI for Better Auth",
6
6
  "module": "dist/index.mjs",
@@ -50,7 +50,7 @@
50
50
  "tsx": "^4.20.6",
51
51
  "type-fest": "^5.2.0",
52
52
  "typescript": "^5.9.3",
53
- "@better-auth/passkey": "1.4.15"
53
+ "@better-auth/passkey": "1.4.17"
54
54
  },
55
55
  "dependencies": {
56
56
  "@babel/core": "^7.28.4",
@@ -73,10 +73,10 @@
73
73
  "prompts": "^2.4.2",
74
74
  "semver": "^7.7.2",
75
75
  "yocto-spinner": "^0.2.3",
76
- "zod": "^4.1.12",
77
- "@better-auth/telemetry": "1.4.15",
78
- "better-auth": "^1.4.15",
79
- "@better-auth/core": "1.4.15"
76
+ "zod": "^4.3.5",
77
+ "@better-auth/core": "1.4.17",
78
+ "@better-auth/telemetry": "1.4.17",
79
+ "better-auth": "^1.4.17"
80
80
  },
81
81
  "files": [
82
82
  "dist"