- pg-cursor@2.14.6
 - pg-esm-test@1.1.6
 - pg-pool@3.9.6
 - pg-query-stream@4.9.6
 - pg@8.15.6
This commit is contained in:
Brian Carlson 2025-04-25 14:09:08 -05:00
parent 39e134d0b5
commit 81d875fe09
5 changed files with 14 additions and 14 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pg-cursor",
"version": "2.14.5",
"version": "2.14.6",
"description": "Query cursor extension for node-postgres",
"main": "index.js",
"exports": {
@ -25,7 +25,7 @@
"license": "MIT",
"devDependencies": {
"mocha": "^10.5.2",
"pg": "^8.15.5"
"pg": "^8.15.6"
},
"peerDependencies": {
"pg": "^8"

View File

@ -1,6 +1,6 @@
{
"name": "pg-esm-test",
"version": "1.1.5",
"version": "1.1.6",
"description": "A test module for PostgreSQL with ESM support",
"main": "index.js",
"type": "module",
@ -14,13 +14,13 @@
"test"
],
"devDependencies": {
"pg": "^8.15.5",
"pg": "^8.15.6",
"pg-cloudflare": "^1.2.5",
"pg-cursor": "^2.14.5",
"pg-cursor": "^2.14.6",
"pg-native": "^3.4.5",
"pg-pool": "^3.9.5",
"pg-pool": "^3.9.6",
"pg-protocol": "^1.9.5",
"pg-query-stream": "^4.9.5"
"pg-query-stream": "^4.9.6"
},
"author": "Brian M. Carlson <brian.m.carlson@gmail.com>",
"license": "MIT"

View File

@ -1,6 +1,6 @@
{
"name": "pg-pool",
"version": "3.9.5",
"version": "3.9.6",
"description": "Connection pool for node-postgres",
"main": "index.js",
"exports": {
@ -39,7 +39,7 @@
"expect.js": "0.3.1",
"lodash": "^4.17.11",
"mocha": "^10.5.2",
"pg-cursor": "^2.14.5"
"pg-cursor": "^2.14.6"
},
"peerDependencies": {
"pg": ">=8.0"

View File

@ -1,6 +1,6 @@
{
"name": "pg-query-stream",
"version": "4.9.5",
"version": "4.9.6",
"description": "Postgres query result returned as readable stream",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@ -45,7 +45,7 @@
"concat-stream": "~1.0.1",
"eslint-plugin-promise": "^6.0.1",
"mocha": "^10.5.2",
"pg": "^8.15.5",
"pg": "^8.15.6",
"stream-spec": "~0.3.5",
"ts-node": "^8.5.4",
"typescript": "^4.0.3"
@ -54,6 +54,6 @@
"pg": "^8"
},
"dependencies": {
"pg-cursor": "^2.14.5"
"pg-cursor": "^2.14.6"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "pg",
"version": "8.15.5",
"version": "8.15.6",
"description": "PostgreSQL client - pure javascript & libpq with the same API",
"keywords": [
"database",
@ -33,7 +33,7 @@
},
"dependencies": {
"pg-connection-string": "^2.8.5",
"pg-pool": "^3.9.5",
"pg-pool": "^3.9.6",
"pg-protocol": "^1.9.5",
"pg-types": "^2.1.0",
"pgpass": "1.x"