feat: upgrade identitydb to 0.3.0

This commit is contained in:
2026-05-19 22:10:01 +09:00
parent d2a3bfcd15
commit c66b315fe5
2 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@
"prepublishOnly": "bun run check && bun run test && bun run build && bun run pack:check"
},
"dependencies": {
"identitydb": "^0.2.2"
"identitydb": "^0.3.0"
},
"devDependencies": {
"@types/bun": "latest",