Skip to content

Commit b03c071

Browse files
committed
Publish
- pg-connection-string@2.6.3 - pg-cursor@2.10.4 - pg-pool@3.6.2 - pg-protocol@1.6.1 - pg-query-stream@4.5.4 - pg@8.11.4
1 parent 5807a00 commit b03c071

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

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.6.2",
3+
"version": "2.6.3",
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.10.3",
3+
"version": "2.10.4",
44
"description": "Query cursor extension for node-postgres",
55
"main": "index.js",
66
"directories": {
@@ -18,7 +18,7 @@
1818
"license": "MIT",
1919
"devDependencies": {
2020
"mocha": "^7.1.2",
21-
"pg": "^8.11.3"
21+
"pg": "^8.11.4"
2222
},
2323
"peerDependencies": {
2424
"pg": "^8"

packages/pg-pool/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-pool",
3-
"version": "3.6.1",
3+
"version": "3.6.2",
44
"description": "Connection pool for node-postgres",
55
"main": "index.js",
66
"directories": {

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.6.0",
3+
"version": "1.6.1",
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.5.3",
3+
"version": "4.5.4",
44
"description": "Postgres query result returned as readable stream",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -37,7 +37,7 @@
3737
"concat-stream": "~1.0.1",
3838
"eslint-plugin-promise": "^6.0.1",
3939
"mocha": "^7.1.2",
40-
"pg": "^8.11.3",
40+
"pg": "^8.11.4",
4141
"stream-spec": "~0.3.5",
4242
"ts-node": "^8.5.4",
4343
"typescript": "^4.0.3"
@@ -46,6 +46,6 @@
4646
"pg": "^8"
4747
},
4848
"dependencies": {
49-
"pg-cursor": "^2.10.3"
49+
"pg-cursor": "^2.10.4"
5050
}
5151
}

packages/pg/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg",
3-
"version": "8.11.3",
3+
"version": "8.11.4",
44
"description": "PostgreSQL client - pure javascript & libpq with the same API",
55
"keywords": [
66
"database",
@@ -20,9 +20,9 @@
2020
"author": "Brian Carlson <brian.m.carlson@gmail.com>",
2121
"main": "./lib",
2222
"dependencies": {
23-
"pg-connection-string": "^2.6.2",
24-
"pg-pool": "^3.6.1",
25-
"pg-protocol": "^1.6.0",
23+
"pg-connection-string": "^2.6.3",
24+
"pg-pool": "^3.6.2",
25+
"pg-protocol": "^1.6.1",
2626
"pg-types": "^2.1.0",
2727
"pgpass": "1.x"
2828
},

0 commit comments

Comments
 (0)