Release: v0.5.3
Dependencies
Bump qs from 6.14.0 to 6.14.1 (#35)
Updated qs package (indirect dependency via express) to fix minor bugs:
- Ensure
arrayLengthapplies to[]notation as well - Fix
parseto ignore key when custom decoder returnsnull
CI Improvements
Add production dependency validation (#36)
Added report-missing-dependencies to CI pipeline to automatically detect when devDependencies are incorrectly used in production code. This prevents MODULE_NOT_FOUND errors when installing via npx.