Skip to content

Commit 3f5bc58

Browse files
committed
Publish
- pg-connection-string@2.2.2 - pg-cursor@2.1.11 - pg-pool@3.2.0 - pg-query-stream@3.0.8 - pg@8.1.0
1 parent 70cf4dc commit 3f5bc58

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

packages/pg-connection-string/package.json

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

packages/pg-cursor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-cursor",
3-
"version": "2.1.10",
3+
"version": "2.1.11",
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": "^6.2.2",
20-
"pg": "^8.0.3"
20+
"pg": "^8.1.0"
2121
}
2222
}

packages/pg-pool/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-pool",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"description": "Connection pool for node-postgres",
55
"main": "index.js",
66
"directories": {

packages/pg-query-stream/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-query-stream",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
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": "^6.2.2",
29-
"pg": "^8.0.3",
29+
"pg": "^8.1.0",
3030
"stream-spec": "~0.3.5",
3131
"stream-tester": "0.0.5",
3232
"through": "~2.3.4"
3333
},
3434
"dependencies": {
35-
"pg-cursor": "^2.1.10"
35+
"pg-cursor": "^2.1.11"
3636
}
3737
}

packages/pg/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg",
3-
"version": "8.0.3",
3+
"version": "8.1.0",
44
"description": "PostgreSQL client - pure javascript & libpq with the same API",
55
"keywords": [
66
"database",
@@ -21,8 +21,8 @@
2121
"dependencies": {
2222
"buffer-writer": "2.0.0",
2323
"packet-reader": "1.0.0",
24-
"pg-connection-string": "^2.2.1",
25-
"pg-pool": "^3.1.1",
24+
"pg-connection-string": "^2.2.2",
25+
"pg-pool": "^3.2.0",
2626
"pg-protocol": "^1.2.2",
2727
"pg-types": "^2.1.0",
2828
"pgpass": "1.x",

0 commit comments

Comments
 (0)