- pg-bundler-test@0.0.2
 - pg-cloudflare@1.2.7
 - pg-cursor@2.15.3
 - pg-esm-test@1.2.3
 - pg-native@3.5.2
 - pg-protocol@1.10.3
 - pg-query-stream@4.10.3
 - pg@8.16.3
This commit is contained in:
Brian Carlson 2025-06-27 09:51:27 -05:00
parent f0d1c4868a
commit 8f8e7315e8
8 changed files with 20 additions and 20 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pg-bundler-test",
"version": "0.0.1",
"version": "0.0.2",
"description": "Test bundlers with pg-cloudflare, https://github.com/brianc/node-postgres/issues/3452",
"license": "MIT",
"private": true,
@ -9,7 +9,7 @@
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"esbuild": "^0.25.5",
"pg-cloudflare": "^1.2.6",
"pg-cloudflare": "^1.2.7",
"rollup": "^4.41.1",
"vite": "^6.3.5",
"webpack": "^5.99.9",

View File

@ -1,6 +1,6 @@
{
"name": "pg-cloudflare",
"version": "1.2.6",
"version": "1.2.7",
"description": "A socket implementation that can run on Cloudflare Workers using native TCP connections.",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "pg-esm-test",
"version": "1.2.2",
"version": "1.2.3",
"description": "A test module for PostgreSQL with ESM support",
"main": "index.js",
"type": "module",
@ -14,13 +14,13 @@
"test"
],
"devDependencies": {
"pg": "^8.16.2",
"pg-cloudflare": "^1.2.6",
"pg-cursor": "^2.15.2",
"pg-native": "^3.5.1",
"pg": "^8.16.3",
"pg-cloudflare": "^1.2.7",
"pg-cursor": "^2.15.3",
"pg-native": "^3.5.2",
"pg-pool": "^3.10.1",
"pg-protocol": "^1.10.2",
"pg-query-stream": "^4.10.2"
"pg-protocol": "^1.10.3",
"pg-query-stream": "^4.10.3"
},
"author": "Brian M. Carlson <brian.m.carlson@gmail.com>",
"license": "MIT"

View File

@ -1,6 +1,6 @@
{
"name": "pg-native",
"version": "3.5.1",
"version": "3.5.2",
"description": "A slightly nicer interface to Postgres over node-libpq",
"main": "index.js",
"exports": {

View File

@ -1,6 +1,6 @@
{
"name": "pg-protocol",
"version": "1.10.2",
"version": "1.10.3",
"description": "The postgres client/server binary protocol, implemented in TypeScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@ -1,6 +1,6 @@
{
"name": "pg-query-stream",
"version": "4.10.2",
"version": "4.10.3",
"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": "^7.2.1",
"mocha": "^10.5.2",
"pg": "^8.16.2",
"pg": "^8.16.3",
"stream-spec": "~0.3.5",
"ts-node": "^8.5.4",
"typescript": "^4.0.3"
@ -54,6 +54,6 @@
"pg": "^8"
},
"dependencies": {
"pg-cursor": "^2.15.2"
"pg-cursor": "^2.15.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "pg",
"version": "8.16.2",
"version": "8.16.3",
"description": "PostgreSQL client - pure javascript & libpq with the same API",
"keywords": [
"database",
@ -34,7 +34,7 @@
"dependencies": {
"pg-connection-string": "^2.9.1",
"pg-pool": "^3.10.1",
"pg-protocol": "^1.10.2",
"pg-protocol": "^1.10.3",
"pg-types": "2.2.0",
"pgpass": "1.0.5"
},
@ -50,7 +50,7 @@
"wrangler": "^3.x"
},
"optionalDependencies": {
"pg-cloudflare": "^1.2.6"
"pg-cloudflare": "^1.2.7"
},
"peerDependencies": {
"pg-native": ">=3.0.1"