betterauth-dynamodb-adapter 0.1.0 → 0.1.1
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/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "betterauth-dynamodb-adapter",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "DynamoDB adapter for Better Auth — single-table design with full CRUD, filtering, and sorting support",
|
|
5
5
|
"author": "rokku-x",
|
|
6
6
|
"type": "module",
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@changesets/cli": "^2.30.0",
|
|
62
|
+
"aws-sdk-client-mock": "^4.1.0",
|
|
62
63
|
"tsdown": "^0.21.7",
|
|
63
64
|
"typescript": "^5.0.0",
|
|
64
65
|
"vitest": "^1.0.0"
|