Manually advance patch versions to re-align with lerna

This commit is contained in:
Brian Carlson 2025-04-23 13:48:13 -05:00
parent 36fd0a61db
commit 2919f28d31
9 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{
"name": "pg-cloudflare",
"version": "1.2.0",
"version": "1.2.4",
"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-connection-string",
"version": "2.8.1",
"version": "2.8.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.14.1",
"version": "2.14.4",
"description": "Query cursor extension for node-postgres",
"main": "index.js",
"exports": {

View File

@ -1,6 +1,6 @@
{
"name": "pg-esm-test",
"version": "1.1.1",
"version": "1.1.4",
"description": "A test module for PostgreSQL with ESM support",
"main": "index.js",
"type": "module",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "pg-pool",
"version": "3.9.1",
"version": "3.9.4",
"description": "Connection pool for node-postgres",
"main": "index.js",
"exports": {

View File

@ -1,6 +1,6 @@
{
"name": "pg-protocol",
"version": "1.9.0",
"version": "1.9.4",
"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.9.1",
"version": "4.9.4",
"description": "Postgres query result returned as readable stream",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View File

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