Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - pg-cursor@2.0.2
 - pg@7.15.1
  • Loading branch information
brianc committed Dec 18, 2019
1 parent 69f30df commit cccf84e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/pg-cursor/package.json
@@ -1,6 +1,6 @@
{
"name": "pg-cursor",
"version": "2.0.1",
"version": "2.0.2",
"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.x",
"pg": "^7.15.1",
"prettier": "^1.18.2"
},
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pg/package.json
@@ -1,6 +1,6 @@
{
"name": "pg",
"version": "7.15.0",
"version": "7.15.1",
"description": "PostgreSQL client - pure javascript & libpq with the same API",
"keywords": [
"database",
Expand Down

0 comments on commit cccf84e

Please sign in to comment.