This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@nest-lab/fastify-multer@1.0.1
Patch Changes
0ab9b86: allow for multiple registerAsync calls
By moving the registration of the multipart content parse to a separate core module, the core module only gets activated once which allows for multiple registerAsync calls without calling the fastify.register() multiple times. This should resovle the error in #11.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@nest-lab/fastify-multer@1.0.1
Patch Changes
0ab9b86: allow for multiple
registerAsync
callsBy moving the registration of the multipart content parse to a separate core module, the core module only gets activated once which allows for multiple
registerAsync
calls without calling thefastify.register()
multiple times. This should resovle the error in #11.