- pg-cursor@2.7.3
 - pg-pool@3.5.1
 - pg-query-stream@4.2.3
 - pg@8.7.3
This commit is contained in:
Brian Carlson 2022-02-04 10:28:01 -06:00
parent 9a61e9ac58
commit 4fa7ee891a
4 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pg-cursor",
"version": "2.7.2",
"version": "2.7.3",
"description": "Query cursor extension for node-postgres",
"main": "index.js",
"directories": {
@ -18,7 +18,7 @@
"license": "MIT",
"devDependencies": {
"mocha": "^7.1.2",
"pg": "^8.7.2"
"pg": "^8.7.3"
},
"peerDependencies": {
"pg": "^8"

View File

@ -1,6 +1,6 @@
{
"name": "pg-pool",
"version": "3.5.0",
"version": "3.5.1",
"description": "Connection pool for node-postgres",
"main": "index.js",
"directories": {

View File

@ -1,6 +1,6 @@
{
"name": "pg-query-stream",
"version": "4.2.2",
"version": "4.2.3",
"description": "Postgres query result returned as readable stream",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@ -37,13 +37,13 @@
"concat-stream": "~1.0.1",
"eslint-plugin-promise": "^3.5.0",
"mocha": "^7.1.2",
"pg": "^8.7.2",
"pg": "^8.7.3",
"stream-spec": "~0.3.5",
"stream-tester": "0.0.5",
"ts-node": "^8.5.4",
"typescript": "^4.0.3"
},
"dependencies": {
"pg-cursor": "^2.7.2"
"pg-cursor": "^2.7.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "pg",
"version": "8.7.2",
"version": "8.7.3",
"description": "PostgreSQL client - pure javascript & libpq with the same API",
"keywords": [
"database",
@ -23,7 +23,7 @@
"buffer-writer": "2.0.0",
"packet-reader": "1.0.0",
"pg-connection-string": "^2.5.0",
"pg-pool": "^3.5.0",
"pg-pool": "^3.5.1",
"pg-protocol": "^1.5.0",
"pg-types": "^2.1.0",
"pgpass": "1.x"