- pg-cursor@2.12.1
 - pg-query-stream@4.7.1
 - pg@8.13.1
This commit is contained in:
Brian Carlson 2024-10-24 10:40:28 -05:00
parent 072015ac0f
commit 95d7e620ef
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pg-cursor",
"version": "2.12.0",
"version": "2.12.1",
"description": "Query cursor extension for node-postgres",
"main": "index.js",
"directories": {
@ -18,7 +18,7 @@
"license": "MIT",
"devDependencies": {
"mocha": "^10.5.2",
"pg": "^8.13.0"
"pg": "^8.13.1"
},
"peerDependencies": {
"pg": "^8"

View File

@ -1,6 +1,6 @@
{
"name": "pg-query-stream",
"version": "4.7.0",
"version": "4.7.1",
"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": "^10.5.2",
"pg": "^8.13.0",
"pg": "^8.13.1",
"stream-spec": "~0.3.5",
"ts-node": "^8.5.4",
"typescript": "^4.0.3"
@ -46,6 +46,6 @@
"pg": "^8"
},
"dependencies": {
"pg-cursor": "^2.12.0"
"pg-cursor": "^2.12.1"
}
}

View File

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