build: use identitydb 0.2.0 from npm

This commit is contained in:
2026-05-11 19:17:28 +09:00
parent 4bcd80c33d
commit 684b6af5be
4 changed files with 8 additions and 16 deletions

View File

@@ -37,7 +37,7 @@
"simulation"
],
"dependencies": {
"identitydb": "git+https://git.psw.kr/p-sw/IdentityDB.git#664d0582bc6b10faaccd2db61f2400bac81c5af5"
"identitydb": "0.2.0"
},
"devDependencies": {
"@types/node": "^24.0.0",
@@ -47,7 +47,6 @@
},
"trustedDependencies": [
"better-sqlite3",
"esbuild",
"identitydb"
"esbuild"
]
}