Skip to content

Commit cccf84e

Browse files
committed
1 parent 69f30df commit cccf84e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0.1",
3+
"version": "2.0.2",
44
"description": "Query cursor extension for node-postgres",
55
"main": "index.js",
66
"directories": {
@@ -21,7 +21,7 @@
2121
"eslint-config-prettier": "^6.4.0",
2222
"eslint-plugin-prettier": "^3.1.1",
2323
"mocha": "^6.2.2",
24-
"pg": "7.x",
24+
"pg": "^7.15.1",
2525
"prettier": "^1.18.2"
2626
},
2727
"prettier": {

packages/pg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg",
3-
"version": "7.15.0",
3+
"version": "7.15.1",
44
"description": "PostgreSQL client - pure javascript & libpq with the same API",
55
"keywords": [
66
"database",

0 commit comments

Comments
 (0)