axa-group / bauta.js

Bauta.js is an add-on for your Node.js applications such as Express.js or Fastify.
Other
42 stars 3 forks source link

feat: increase number of steps available in the pipe decorator #105

Closed Xavier-Redondo closed 1 year ago

Xavier-Redondo commented 1 year ago

we increase the number of steps available in the pipe function from current 9 to 16. This is a typing change since is typescript which complains if we try to use more steps than the ones defined in its typing.