Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - pg-cursor@2.1.1
 - pg-pool@2.0.9
 - pg-query-stream@2.1.1
 - pg@7.16.1
  • Loading branch information
brianc committed Dec 28, 2019
1 parent 0b87d49 commit af4d054
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/pg-cursor/package.json
@@ -1,6 +1,6 @@
{
"name": "pg-cursor",
"version": "2.1.0",
"version": "2.1.1",
"description": "Query cursor extension for node-postgres",
"main": "index.js",
"directories": {
Expand All @@ -21,7 +21,7 @@
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-prettier": "^3.1.1",
"mocha": "^6.2.2",
"pg": "^7.16.0",
"pg": "^7.16.1",
"prettier": "^1.18.2"
},
"prettier": {
Expand Down
3 changes: 1 addition & 2 deletions packages/pg-pool/package.json
@@ -1,6 +1,6 @@
{
"name": "pg-pool",
"version": "2.0.8",
"version": "2.0.9",
"description": "Connection pool for node-postgres",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -33,7 +33,6 @@
"mocha": "^5.2.0",
"pg-cursor": "^1.3.0"
},
"dependencies": {},
"peerDependencies": {
"pg": ">5.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/pg-query-stream/package.json
@@ -1,6 +1,6 @@
{
"name": "pg-query-stream",
"version": "2.1.0",
"version": "2.1.1",
"description": "Postgres query result returned as readable stream",
"main": "index.js",
"scripts": {
Expand All @@ -27,12 +27,12 @@
"concat-stream": "~1.0.1",
"eslint-plugin-promise": "^3.5.0",
"mocha": "^6.2.2",
"pg": "^7.16.0",
"pg": "^7.16.1",
"stream-spec": "~0.3.5",
"stream-tester": "0.0.5",
"through": "~2.3.4"
},
"dependencies": {
"pg-cursor": "^2.1.0"
"pg-cursor": "^2.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/pg/package.json
@@ -1,6 +1,6 @@
{
"name": "pg",
"version": "7.16.0",
"version": "7.16.1",
"description": "PostgreSQL client - pure javascript & libpq with the same API",
"keywords": [
"database",
Expand All @@ -23,7 +23,7 @@
"packet-reader": "1.0.0",
"pg-connection-string": "0.1.3",
"pg-packet-stream": "^1.1.0",
"pg-pool": "^2.0.7",
"pg-pool": "^2.0.9",
"pg-types": "^2.1.0",
"pgpass": "1.x",
"semver": "4.3.2"
Expand Down

0 comments on commit af4d054

Please sign in to comment.