- pg-cursor@2.1.3
 - pg-query-stream@3.0.0
 - pg@7.17.1
This commit is contained in:
Brian M. Carlson 2020-01-10 09:22:00 -06:00
parent a046a5a4a5
commit 5cf8f5f8d7
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pg-cursor",
"version": "2.1.2",
"version": "2.1.3",
"description": "Query cursor extension for node-postgres",
"main": "index.js",
"directories": {
@ -21,7 +21,7 @@
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-prettier": "^3.1.1",
"mocha": "^6.2.2",
"pg": "^7.17.0",
"pg": "^7.17.1",
"prettier": "^1.18.2"
},
"prettier": {

View File

@ -1,6 +1,6 @@
{
"name": "pg-query-stream",
"version": "2.1.2",
"version": "3.0.0",
"description": "Postgres query result returned as readable stream",
"main": "index.js",
"scripts": {
@ -27,12 +27,12 @@
"concat-stream": "~1.0.1",
"eslint-plugin-promise": "^3.5.0",
"mocha": "^6.2.2",
"pg": "^7.17.0",
"pg": "^7.17.1",
"stream-spec": "~0.3.5",
"stream-tester": "0.0.5",
"through": "~2.3.4"
},
"dependencies": {
"pg-cursor": "^2.1.2"
"pg-cursor": "^2.1.3"
}
}

View File

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