@better-auth/cli 1.4.0-beta.15 → 1.4.0-beta.16

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.js +2 -2
  2. package/package.json +6 -5
package/dist/index.js CHANGED
@@ -1759,8 +1759,8 @@ const supportedPlugins = [
1759
1759
  id: "passkey",
1760
1760
  name: "passkey",
1761
1761
  clientName: "passkeyClient",
1762
- path: `better-auth/plugins/passkey`,
1763
- clientPath: "better-auth/client/plugins"
1762
+ path: `@better-auth/passkey`,
1763
+ clientPath: "@better-auth/passkey/client"
1764
1764
  },
1765
1765
  {
1766
1766
  id: "generic-oauth",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/cli",
3
- "version": "1.4.0-beta.15",
3
+ "version": "1.4.0-beta.16",
4
4
  "type": "module",
5
5
  "description": "The CLI for Better Auth",
6
6
  "module": "dist/index.js",
@@ -28,9 +28,12 @@
28
28
  "bin": "./dist/index.js",
29
29
  "devDependencies": {
30
30
  "@types/semver": "^7.7.1",
31
+ "@types/better-sqlite3": "^7.6.13",
32
+ "@types/prompts": "^2.4.9",
31
33
  "tsdown": "^0.15.11",
32
34
  "tsx": "^4.20.6",
33
- "typescript": "^5.9.3"
35
+ "typescript": "^5.9.3",
36
+ "@better-auth/passkey": "1.4.0-beta.16"
34
37
  },
35
38
  "dependencies": {
36
39
  "@babel/core": "^7.28.4",
@@ -40,8 +43,6 @@
40
43
  "@clack/prompts": "^0.11.0",
41
44
  "@mrleebo/prisma-ast": "^0.13.0",
42
45
  "@prisma/client": "^5.22.0",
43
- "@types/better-sqlite3": "^7.6.13",
44
- "@types/prompts": "^2.4.9",
45
46
  "better-sqlite3": "^12.2.0",
46
47
  "c12": "^3.2.0",
47
48
  "chalk": "^5.6.2",
@@ -58,7 +59,7 @@
58
59
  "tinyexec": "^0.3.2",
59
60
  "yocto-spinner": "^0.2.3",
60
61
  "zod": "^4.1.5",
61
- "better-auth": "1.4.0-beta.15"
62
+ "better-auth": "1.4.0-beta.16"
62
63
  },
63
64
  "files": [
64
65
  "dist"