- pg-cursor@2.3.3
 - pg-query-stream@3.2.3
 - pg@8.3.3
This commit is contained in:
Brian M. Carlson 2020-08-26 15:59:37 -05:00
parent 1f0d3d567f
commit 95b5daadaa
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "pg-query-stream",
"version": "3.2.2",
"version": "3.2.3",
"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.3.2",
"pg": "^8.3.3",
"stream-spec": "~0.3.5",
"stream-tester": "0.0.5",
"through": "~2.3.4"
},
"dependencies": {
"pg-cursor": "^2.3.2"
"pg-cursor": "^2.3.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "pg",
"version": "8.3.2",
"version": "8.3.3",
"description": "PostgreSQL client - pure javascript & libpq with the same API",
"keywords": [
"database",