auth 1.6.10 → 1.6.11
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 +3 -0
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
|
@@ -1746,6 +1746,9 @@ function createMockAdapter$1(adapterId, dialect) {
|
|
|
1746
1746
|
deleteMany: async () => {
|
|
1747
1747
|
throw new Error("Mock adapter methods should not be called");
|
|
1748
1748
|
},
|
|
1749
|
+
consumeOne: async () => {
|
|
1750
|
+
throw new Error("Mock adapter methods should not be called");
|
|
1751
|
+
},
|
|
1749
1752
|
transaction: async (callback) => {
|
|
1750
1753
|
throw new Error("Mock adapter methods should not be called");
|
|
1751
1754
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "auth",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.11",
|
|
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.6.
|
|
64
|
-
"@better-auth/telemetry": "1.6.
|
|
65
|
-
"better-auth": "1.6.
|
|
63
|
+
"@better-auth/core": "1.6.11",
|
|
64
|
+
"@better-auth/telemetry": "1.6.11",
|
|
65
|
+
"better-auth": "1.6.11"
|
|
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.6.
|
|
78
|
+
"@better-auth/passkey": "1.6.11"
|
|
79
79
|
},
|
|
80
80
|
"scripts": {
|
|
81
81
|
"build": "tsdown",
|