@better-auth/test-utils 1.7.0-beta.3 → 1.7.0-beta.5
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.
|
@@ -229,7 +229,7 @@ const createTestSuite = (suiteName, config, tests) => {
|
|
|
229
229
|
idToken: generateId(),
|
|
230
230
|
accessTokenExpiresAt: /* @__PURE__ */ new Date(),
|
|
231
231
|
refreshTokenExpiresAt: /* @__PURE__ */ new Date(),
|
|
232
|
-
|
|
232
|
+
grantedScopes: ["test"]
|
|
233
233
|
};
|
|
234
234
|
throw new Error(`Unknown model type: ${model}`);
|
|
235
235
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@better-auth/test-utils",
|
|
3
|
-
"version": "1.7.0-beta.
|
|
3
|
+
"version": "1.7.0-beta.5",
|
|
4
4
|
"description": "Testing utilities for Better Auth adapter development",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"tsdown": "0.21.1",
|
|
35
35
|
"vitest": "^4.1.5",
|
|
36
|
-
"@better-auth/core": "1.7.0-beta.
|
|
37
|
-
"better-auth": "1.7.0-beta.
|
|
36
|
+
"@better-auth/core": "1.7.0-beta.5",
|
|
37
|
+
"better-auth": "1.7.0-beta.5"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"vitest": "^4.1.5",
|
|
41
|
-
"
|
|
42
|
-
"better-auth": "^1.7.0-beta.
|
|
41
|
+
"better-auth": "^1.7.0-beta.5",
|
|
42
|
+
"@better-auth/core": "^1.7.0-beta.5"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"build": "tsdown",
|