exegesis-js / exegesis

Tools for implementing server-side OpenAPI 3.0.0
MIT License
139 stars 36 forks source link

feat: qs -> neoqs #499

Open PuruVJ opened 1 month ago

PuruVJ commented 1 month ago

Changes

Removed qs in favor of neoqs. https://github.com/PuruVJ/neoqs

Context

As part of the ongoing ecosystem cleanup, we are migrating various projects to use lighter/faster packages.

In this case, moving from qs to neoqs.

The current dependency graph is this:

CleanShot 2024-08-07 at 18 22 46

The entire branch related to qs will be removed(In conjugation with body-parser moving to neoqs)