Skip to content

Commit 56e2862

Browse files
committed
Publish
- pg-cloudflare@1.2.5 - pg-connection-string@2.8.5 - pg-cursor@2.14.5 - pg-esm-test@1.1.5 - pg-native@3.4.5 - pg-pool@3.9.5 - pg-protocol@1.9.5 - pg-query-stream@4.9.5 - pg@8.15.5
1 parent 2919f28 commit 56e2862

File tree

9 files changed

+24
-24
lines changed

9 files changed

+24
-24
lines changed

packages/pg-cloudflare/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-cloudflare",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "A socket implementation that can run on Cloudflare Workers using native TCP connections.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/pg-connection-string/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-connection-string",
3-
"version": "2.8.4",
3+
"version": "2.8.5",
44
"description": "Functions for dealing with a PostgresSQL connection string",
55
"main": "./index.js",
66
"types": "./index.d.ts",

packages/pg-cursor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-cursor",
3-
"version": "2.14.4",
3+
"version": "2.14.5",
44
"description": "Query cursor extension for node-postgres",
55
"main": "index.js",
66
"exports": {
@@ -25,7 +25,7 @@
2525
"license": "MIT",
2626
"devDependencies": {
2727
"mocha": "^10.5.2",
28-
"pg": "^8.15.1"
28+
"pg": "^8.15.5"
2929
},
3030
"peerDependencies": {
3131
"pg": "^8"

packages/pg-esm-test/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-esm-test",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "A test module for PostgreSQL with ESM support",
55
"main": "index.js",
66
"type": "module",
@@ -14,13 +14,13 @@
1414
"test"
1515
],
1616
"devDependencies": {
17-
"pg": "^8.15.1",
18-
"pg-cloudflare": "^1.2.0",
19-
"pg-cursor": "^2.14.1",
20-
"pg-native": "^3.4.0",
21-
"pg-pool": "^3.9.1",
22-
"pg-query-stream": "^4.9.1",
23-
"pg-protocol": "^1.9.0"
17+
"pg": "^8.15.5",
18+
"pg-cloudflare": "^1.2.5",
19+
"pg-cursor": "^2.14.5",
20+
"pg-native": "^3.4.5",
21+
"pg-pool": "^3.9.5",
22+
"pg-protocol": "^1.9.5",
23+
"pg-query-stream": "^4.9.5"
2424
},
2525
"author": "Brian M. Carlson <brian.m.carlson@gmail.com>",
2626
"license": "MIT"

packages/pg-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-native",
3-
"version": "3.4.4",
3+
"version": "3.4.5",
44
"description": "A slightly nicer interface to Postgres over node-libpq",
55
"main": "index.js",
66
"exports": {

packages/pg-pool/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-pool",
3-
"version": "3.9.4",
3+
"version": "3.9.5",
44
"description": "Connection pool for node-postgres",
55
"main": "index.js",
66
"exports": {
@@ -39,7 +39,7 @@
3939
"expect.js": "0.3.1",
4040
"lodash": "^4.17.11",
4141
"mocha": "^10.5.2",
42-
"pg-cursor": "^2.14.1"
42+
"pg-cursor": "^2.14.5"
4343
},
4444
"peerDependencies": {
4545
"pg": ">=8.0"

packages/pg-protocol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-protocol",
3-
"version": "1.9.4",
3+
"version": "1.9.5",
44
"description": "The postgres client/server binary protocol, implemented in TypeScript",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/pg-query-stream/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-query-stream",
3-
"version": "4.9.4",
3+
"version": "4.9.5",
44
"description": "Postgres query result returned as readable stream",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -45,7 +45,7 @@
4545
"concat-stream": "~1.0.1",
4646
"eslint-plugin-promise": "^6.0.1",
4747
"mocha": "^10.5.2",
48-
"pg": "^8.15.1",
48+
"pg": "^8.15.5",
4949
"stream-spec": "~0.3.5",
5050
"ts-node": "^8.5.4",
5151
"typescript": "^4.0.3"
@@ -54,6 +54,6 @@
5454
"pg": "^8"
5555
},
5656
"dependencies": {
57-
"pg-cursor": "^2.14.1"
57+
"pg-cursor": "^2.14.5"
5858
}
5959
}

packages/pg/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg",
3-
"version": "8.15.4",
3+
"version": "8.15.5",
44
"description": "PostgreSQL client - pure javascript & libpq with the same API",
55
"keywords": [
66
"database",
@@ -32,9 +32,9 @@
3232
}
3333
},
3434
"dependencies": {
35-
"pg-connection-string": "^2.8.1",
36-
"pg-pool": "^3.9.1",
37-
"pg-protocol": "^1.9.0",
35+
"pg-connection-string": "^2.8.5",
36+
"pg-pool": "^3.9.5",
37+
"pg-protocol": "^1.9.5",
3838
"pg-types": "^2.1.0",
3939
"pgpass": "1.x"
4040
},
@@ -51,7 +51,7 @@
5151
"wrangler": "^3.x"
5252
},
5353
"optionalDependencies": {
54-
"pg-cloudflare": "^1.2.0"
54+
"pg-cloudflare": "^1.2.5"
5555
},
5656
"peerDependencies": {
5757
"pg-native": ">=3.0.1"

0 commit comments

Comments
 (0)