Description
pg-query-stream
has been fully revamped in the latest release, with at least one breaking change - changing the class name again, from PgQueryStream
to QueryStream
(see PR #2476).
There are libraries out there that validate the object by its class name, so those would all need to be updated.
The request is here that pg-query-stream
version should have been upped to 4.0.0, or not with the minor version increment.
Please, either bring the version to 4.0.0 (preferable), or rename the class back to PgQueryStream
(this will require TypeScript update as well, so the first option is better).
Note that this is the second time such a change happens. Which means there should be a test added for the class name, to make sure people stop changing it. Internal class names are often important, being the only way an object instance can be validated.