- pg-cursor@2.4.2
 - pg-pool@3.2.2
 - pg-query-stream@3.3.2
 - pg@8.4.2
This commit is contained in:
Brian M. Carlson 2020-10-26 12:19:03 -05:00
parent 80c500ffbf
commit b6d69d5bc2
4 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pg-cursor",
"version": "2.4.1",
"version": "2.4.2",
"description": "Query cursor extension for node-postgres",
"main": "index.js",
"directories": {
@ -17,6 +17,6 @@
"license": "MIT",
"devDependencies": {
"mocha": "^7.1.2",
"pg": "^8.4.1"
"pg": "^8.4.2"
}
}

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "pg-query-stream",
"version": "3.3.1",
"version": "3.3.2",
"description": "Postgres query result returned as readable stream",
"main": "index.js",
"scripts": {
@ -26,12 +26,12 @@
"concat-stream": "~1.0.1",
"eslint-plugin-promise": "^3.5.0",
"mocha": "^7.1.2",
"pg": "^8.4.1",
"pg": "^8.4.2",
"stream-spec": "~0.3.5",
"stream-tester": "0.0.5",
"through": "~2.3.4"
},
"dependencies": {
"pg-cursor": "^2.4.1"
"pg-cursor": "^2.4.2"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "pg",
"version": "8.4.1",
"version": "8.4.2",
"description": "PostgreSQL client - pure javascript & libpq with the same API",
"keywords": [
"database",
@ -22,7 +22,7 @@
"buffer-writer": "2.0.0",
"packet-reader": "1.0.0",
"pg-connection-string": "^2.4.0",
"pg-pool": "^3.2.1",
"pg-pool": "^3.2.2",
"pg-protocol": "^1.3.0",
"pg-types": "^2.1.0",
"pgpass": "1.x"