feat: upgrade identitydb to 0.4.0

This commit is contained in:
2026-05-19 22:31:52 +09:00
parent 8e051a12e1
commit fb89ffbc16
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.3.0"
"identitydb": "^0.4.0"
},
"devDependencies": {
"@types/bun": "latest",