auth 1.7.0-beta.0 → 1.7.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 +1 -8
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
|
@@ -3528,14 +3528,7 @@ const tempPluginsConfig = {
|
|
|
3528
3528
|
isNamedImport: false
|
|
3529
3529
|
}]
|
|
3530
3530
|
},
|
|
3531
|
-
authClient:
|
|
3532
|
-
function: "genericOAuthClient",
|
|
3533
|
-
imports: [{
|
|
3534
|
-
path: "better-auth/client/plugins",
|
|
3535
|
-
imports: [createImport({ name: "genericOAuthClient" })],
|
|
3536
|
-
isNamedImport: false
|
|
3537
|
-
}]
|
|
3538
|
-
}
|
|
3531
|
+
authClient: null
|
|
3539
3532
|
},
|
|
3540
3533
|
anonymous: {
|
|
3541
3534
|
displayName: "Anonymous",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "auth",
|
|
3
|
-
"version": "1.7.0-beta.
|
|
3
|
+
"version": "1.7.0-beta.2",
|
|
4
4
|
"description": "The CLI for Better Auth",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"semver": "^7.7.4",
|
|
61
61
|
"yocto-spinner": "^0.2.3",
|
|
62
62
|
"zod": "^4.3.6",
|
|
63
|
-
"@better-auth/core": "1.7.0-beta.
|
|
64
|
-
"@better-auth/telemetry": "1.7.0-beta.
|
|
65
|
-
"better-auth": "1.7.0-beta.
|
|
63
|
+
"@better-auth/core": "1.7.0-beta.2",
|
|
64
|
+
"@better-auth/telemetry": "1.7.0-beta.2",
|
|
65
|
+
"better-auth": "1.7.0-beta.2"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@types/better-sqlite3": "^7.6.13",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"tsx": "^4.21.0",
|
|
76
76
|
"type-fest": "^5.4.4",
|
|
77
77
|
"typescript": "^5.9.3",
|
|
78
|
-
"@better-auth/passkey": "1.7.0-beta.
|
|
78
|
+
"@better-auth/passkey": "1.7.0-beta.2"
|
|
79
79
|
},
|
|
80
80
|
"scripts": {
|
|
81
81
|
"build": "tsdown",
|