- pg-cursor@2.10.3
 - pg-query-stream@4.5.3
 - pg@8.11.3
This commit is contained in:
Brian Carlson 2023-08-16 16:50:05 -07:00
parent b5c5e52aa0
commit a84ebb3fe8
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pg-cursor",
"version": "2.10.2",
"version": "2.10.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.11.2"
"pg": "^8.11.3"
},
"peerDependencies": {
"pg": "^8"

View File

@ -1,6 +1,6 @@
{
"name": "pg-query-stream",
"version": "4.5.2",
"version": "4.5.3",
"description": "Postgres query result returned as readable stream",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@ -37,7 +37,7 @@
"concat-stream": "~1.0.1",
"eslint-plugin-promise": "^6.0.1",
"mocha": "^7.1.2",
"pg": "^8.11.2",
"pg": "^8.11.3",
"stream-spec": "~0.3.5",
"ts-node": "^8.5.4",
"typescript": "^4.0.3"
@ -46,6 +46,6 @@
"pg": "^8"
},
"dependencies": {
"pg-cursor": "^2.10.2"
"pg-cursor": "^2.10.3"
}
}

View File

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