- pg-connection-string@2.6.4
 - pg-cursor@2.10.5
 - pg-query-stream@4.5.5
 - pg@8.11.5
This commit is contained in:
Brian Carlson 2024-04-02 15:26:02 -05:00
parent 95655fea0b
commit a37a93bf79
4 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pg-connection-string",
"version": "2.6.3",
"version": "2.6.4",
"description": "Functions for dealing with a PostgresSQL connection string",
"main": "./index.js",
"types": "./index.d.ts",

View File

@ -1,6 +1,6 @@
{
"name": "pg-cursor",
"version": "2.10.4",
"version": "2.10.5",
"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.4"
"pg": "^8.11.5"
},
"peerDependencies": {
"pg": "^8"

View File

@ -1,6 +1,6 @@
{
"name": "pg-query-stream",
"version": "4.5.4",
"version": "4.5.5",
"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.4",
"pg": "^8.11.5",
"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.4"
"pg-cursor": "^2.10.5"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "pg",
"version": "8.11.4",
"version": "8.11.5",
"description": "PostgreSQL client - pure javascript & libpq with the same API",
"keywords": [
"database",
@ -20,7 +20,7 @@
"author": "Brian Carlson <brian.m.carlson@gmail.com>",
"main": "./lib",
"dependencies": {
"pg-connection-string": "^2.6.3",
"pg-connection-string": "^2.6.4",
"pg-pool": "^3.6.2",
"pg-protocol": "^1.6.1",
"pg-types": "^2.1.0",