mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
fix: 🚑 Patch federation library to work around a bug in Bun's bundling
Fixes build failures
This commit is contained in:
parent
5aa1c4e625
commit
24172b5138
4 changed files with 48 additions and 11 deletions
|
|
@ -111,7 +111,7 @@
|
|||
"@sentry/bun": "^8.30.0",
|
||||
"@tufjs/canonical-json": "^2.0.0",
|
||||
"@versia/client": "^0.1.0",
|
||||
"@versia/federation": "^0.1.1-rc.0",
|
||||
"@versia/federation": "^0.1.1-rc.4",
|
||||
"altcha-lib": "^1.1.0",
|
||||
"blurhash": "^2.0.5",
|
||||
"bullmq": "^5.13.0",
|
||||
|
|
@ -152,5 +152,8 @@
|
|||
"xss": "^1.0.15",
|
||||
"zod": "^3.23.8",
|
||||
"zod-validation-error": "^3.4.0"
|
||||
},
|
||||
"patchedDependencies": {
|
||||
"@versia/federation@0.1.1-rc.4": "patches/@versia%2Ffederation@0.1.1-rc.4.patch"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue