Skip to content

Commit

Permalink
repackaged driver
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Dec 28, 2019
1 parent f96ad32 commit 00d52d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-promise",
"version": "10.3.2",
"version": "10.4.0-beta0",
"description": "PostgreSQL interface for Node.js",
"main": "lib/index.js",
"typings": "typescript/pg-promise.d.ts",
Expand Down Expand Up @@ -42,12 +42,12 @@
"dependencies": {
"assert-options": "0.6.0",
"manakin": "0.5.2",
"pg": "7.14.0",
"pg": "7.16.1",
"pg-minify": "1.5.1",
"spex": "3.0.0"
},
"devDependencies": {
"@types/node": "13.1.0",
"@types/node": "13.1.1",
"JSONStream": "1.3.5",
"bluebird": "3.7.2",
"coveralls": "3.0.9",
Expand All @@ -56,7 +56,7 @@
"istanbul": "0.4.5",
"jasmine-node": "3.0.0",
"jsdoc": "3.6.3",
"pg-query-stream": "2.0.1",
"pg-query-stream": "2.1.1",
"typescript": "3.7.4"
}
}

0 comments on commit 00d52d3

Please sign in to comment.