🚀 Major — Moleculer 0.15
This version only supports Moleculer 0.15 and requires Node.js ≥ 22.
If you are on Moleculer 0.14, install the dedicated dist-tag to keep getting fixes:
npm install @spailybot/moleculer-auto-openapi@moleculer-0.14-backports
✨ Changes
- Migrated typings to Moleculer 0.15 and fixed the cache keygen for the new signature.
- The
openapimixin is exposed with Moleculer's defaultServiceSchemashape somixins: [OpenApiMixin]type-checks cleanly. - Regeneration throttle moved to the
$api.aliases.regeneratedevent (native Moleculer event throttle). - OAuth2 redirect page fixed:
swagger-ui-distnow shipsoauth2-redirect.jsseparately; it is inlined into the served page so the authorization popup no longer 404s.