Skip to content

Commit 92b4d37

Browse files
committed
Publish
- pg-cursor@2.7.1 - pg-pool@3.4.1 - pg-query-stream@4.2.1 - pg@8.7.1
1 parent 86d31a6 commit 92b4d37

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.7.0",
3+
"version": "2.7.1",
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.7.0"
21+
"pg": "^8.7.1"
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.4.0",
3+
"version": "3.4.1",
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": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Postgres query result returned as readable stream",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -37,13 +37,13 @@
3737
"concat-stream": "~1.0.1",
3838
"eslint-plugin-promise": "^3.5.0",
3939
"mocha": "^7.1.2",
40-
"pg": "^8.7.0",
40+
"pg": "^8.7.1",
4141
"stream-spec": "~0.3.5",
4242
"stream-tester": "0.0.5",
4343
"ts-node": "^8.5.4",
4444
"typescript": "^4.0.3"
4545
},
4646
"dependencies": {
47-
"pg-cursor": "^2.7.0"
47+
"pg-cursor": "^2.7.1"
4848
}
4949
}

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.7.0",
3+
"version": "8.7.1",
44
"description": "PostgreSQL client - pure javascript & libpq with the same API",
55
"keywords": [
66
"database",
@@ -23,7 +23,7 @@
2323
"buffer-writer": "2.0.0",
2424
"packet-reader": "1.0.0",
2525
"pg-connection-string": "^2.5.0",
26-
"pg-pool": "^3.4.0",
26+
"pg-pool": "^3.4.1",
2727
"pg-protocol": "^1.5.0",
2828
"pg-types": "^2.1.0",
2929
"pgpass": "1.x"

0 commit comments

Comments
 (0)