You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
replace koa-jsonapi-zod with @jsonapi-serde/integration-koa (db20f6f)
upgrade Koa to v3 and replace koa-bodyparser with @koa/bodyparser (eae0c88)
BREAKING CHANGES
Generated projects now use Koa v3, which drops
generator middleware support. All middleware must be async functions.
The koa-bodyparser dependency is replaced with @koa/bodyparser
(named export instead of default).