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

@@ -38,7 +38,7 @@ bun run build
Tagging `vX.Y.Z` or `X.Y.Z` triggers the Gitea npm release workflow under `.gitea/workflows/npm-release.yml`.
BoxBrain now fetches IdentityDB as a remote git dependency through Bun instead of relying on a sibling local checkout, and `trustedDependencies` allows Bun to run the required lifecycle scripts for `identitydb`, `better-sqlite3`, and `esbuild` during clean installs.
BoxBrain now consumes the published `identitydb` package from npm at version `0.2.0`, and `trustedDependencies` keeps Bun lifecycle scripts enabled for `better-sqlite3` and `esbuild` during clean installs.
## Current status