@better-auth/cli 1.4.8-beta.6 → 1.4.8
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 +14 -0
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
|
@@ -2095,6 +2095,20 @@ const supportedPlugins = [
|
|
|
2095
2095
|
path: `better-auth/plugins`,
|
|
2096
2096
|
clientPath: "better-auth/client/plugins"
|
|
2097
2097
|
},
|
|
2098
|
+
{
|
|
2099
|
+
id: "oauth-provider",
|
|
2100
|
+
name: "oauthProvider",
|
|
2101
|
+
clientName: "oauthProviderClient",
|
|
2102
|
+
path: `@better-auth/oauth-provider`,
|
|
2103
|
+
clientPath: "@better-auth/oauth-provider/client"
|
|
2104
|
+
},
|
|
2105
|
+
{
|
|
2106
|
+
id: "oauth-provider-resource-client",
|
|
2107
|
+
name: "oauthProviderResource",
|
|
2108
|
+
clientName: "oauthProviderResourceClient",
|
|
2109
|
+
path: `@better-auth/oauth-provider`,
|
|
2110
|
+
clientPath: "@better-auth/oauth-provider/client"
|
|
2111
|
+
},
|
|
2098
2112
|
{
|
|
2099
2113
|
id: "oauth-proxy",
|
|
2100
2114
|
name: "oAuthProxy",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@better-auth/cli",
|
|
3
|
-
"version": "1.4.8
|
|
3
|
+
"version": "1.4.8",
|
|
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.4.8
|
|
40
|
+
"@better-auth/passkey": "1.4.8"
|
|
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/
|
|
65
|
-
"
|
|
66
|
-
"better-auth": "
|
|
64
|
+
"@better-auth/telemetry": "1.4.8",
|
|
65
|
+
"better-auth": "^1.4.8",
|
|
66
|
+
"@better-auth/core": "1.4.8"
|
|
67
67
|
},
|
|
68
68
|
"files": [
|
|
69
69
|
"dist"
|