Skip to content

Commit b6d69d5

Browse files
committed
Publish
- pg-cursor@2.4.2 - pg-pool@3.2.2 - pg-query-stream@3.3.2 - pg@8.4.2
1 parent 80c500f commit b6d69d5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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.4.1",
3+
"version": "2.4.2",
44
"description": "Query cursor extension for node-postgres",
55
"main": "index.js",
66
"directories": {
@@ -17,6 +17,6 @@
1717
"license": "MIT",
1818
"devDependencies": {
1919
"mocha": "^7.1.2",
20-
"pg": "^8.4.1"
20+
"pg": "^8.4.2"
2121
}
2222
}

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.2.1",
3+
"version": "3.2.2",
44
"description": "Connection pool for node-postgres",
55
"main": "index.js",
66
"directories": {

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": "3.3.1",
3+
"version": "3.3.2",
44
"description": "Postgres query result returned as readable stream",
55
"main": "index.js",
66
"scripts": {
@@ -26,12 +26,12 @@
2626
"concat-stream": "~1.0.1",
2727
"eslint-plugin-promise": "^3.5.0",
2828
"mocha": "^7.1.2",
29-
"pg": "^8.4.1",
29+
"pg": "^8.4.2",
3030
"stream-spec": "~0.3.5",
3131
"stream-tester": "0.0.5",
3232
"through": "~2.3.4"
3333
},
3434
"dependencies": {
35-
"pg-cursor": "^2.4.1"
35+
"pg-cursor": "^2.4.2"
3636
}
3737
}

packages/pg/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg",
3-
"version": "8.4.1",
3+
"version": "8.4.2",
44
"description": "PostgreSQL client - pure javascript & libpq with the same API",
55
"keywords": [
66
"database",
@@ -22,7 +22,7 @@
2222
"buffer-writer": "2.0.0",
2323
"packet-reader": "1.0.0",
2424
"pg-connection-string": "^2.4.0",
25-
"pg-pool": "^3.2.1",
25+
"pg-pool": "^3.2.2",
2626
"pg-protocol": "^1.3.0",
2727
"pg-types": "^2.1.0",
2828
"pgpass": "1.x"

0 commit comments

Comments
 (0)