- pg-cursor@2.5.1
 - pg-query-stream@3.4.2
 - pg@8.5.1
This commit is contained in:
Brian M. Carlson 2020-11-13 08:59:48 -06:00
parent ebe412cf24
commit 0b9bb349dc
3 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "pg-query-stream",
"version": "3.4.1",
"version": "3.4.2",
"description": "Postgres query result returned as readable stream",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@ -36,7 +36,7 @@
"concat-stream": "~1.0.1",
"eslint-plugin-promise": "^3.5.0",
"mocha": "^7.1.2",
"pg": "^8.5.0",
"pg": "^8.5.1",
"stream-spec": "~0.3.5",
"stream-tester": "0.0.5",
"through": "~2.3.4",
@ -44,6 +44,6 @@
"typescript": "^4.0.3"
},
"dependencies": {
"pg-cursor": "^2.5.0"
"pg-cursor": "^2.5.1"
}
}

View File

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