Hi there,
The current v3.22.4 version throws this verbose warning in Deno 1.40.2:
After digging into the source code, it seems like these warnings are caused by out-dated Deno STD "node" module:
https://github.com/search?q=repo%3Aporsager%2Fpostgres%20132&type=code
The current source code is using v0.132.0 Deno STD while the latest one is v0.213.0, which may solves this verbose warning issue.
Hi there,
The current v3.22.4 version throws this verbose warning in Deno 1.40.2:
After digging into the source code, it seems like these warnings are caused by out-dated Deno STD "node" module:
https://github.com/search?q=repo%3Aporsager%2Fpostgres%20132&type=code
The current source code is using v0.132.0 Deno STD while the latest one is v0.213.0, which may solves this verbose warning issue.