Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Nov 30, 2020
1 parent 5de36c7 commit fa4549a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/pg-cursor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-cursor",
"version": "2.5.1",
"version": "2.5.2",
"description": "Query cursor extension for node-postgres",
"main": "index.js",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions packages/pg-query-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-query-stream",
"version": "3.4.2",
"version": "4.0.0",
"description": "Postgres query result returned as readable stream",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -44,6 +44,6 @@
"typescript": "^4.0.3"
},
"dependencies": {
"pg-cursor": "^2.5.1"
"pg-cursor": "^2.5.2"
}
}

0 comments on commit fa4549a

Please sign in to comment.