intentjs / intent

The Intent Framework
https://tryintent.com
MIT License
357 stars 13 forks source link

Bugfix/v0.1.22 #8

Closed vinayak25 closed 3 months ago

vinayak25 commented 3 months ago

Found a few bugs which are fixed in this

  1. BodyParsers are not available to functional global middleware when creating servers - Solved it by explicitly enabling body-parser for json, text and urlencoded format.
  2. Turned-Off @typescript-eslint/no-explicit-any
  3. Corrected file name.