Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Mar 18, 2023
1 parent 706ae78 commit 87ebf5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let originalClientConnect;
* @module pg-promise
*
* @description
* ## pg-promise v11.0
* ## pg-promise v11.4
* All documentation here is for the latest official release only.
*
* ### Initialization Options
Expand Down
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": "11.4.2",
"version": "11.4.3",
"description": "PostgreSQL interface for Node.js",
"main": "lib/index.js",
"typings": "typescript/pg-promise.d.ts",
Expand Down Expand Up @@ -41,10 +41,10 @@
"node": ">=14.0"
},
"dependencies": {
"assert-options": "0.8.0",
"assert-options": "0.8.1",
"pg": "8.10.0",
"pg-minify": "1.6.2",
"spex": "3.2.0"
"pg-minify": "1.6.3",
"spex": "3.3.0"
},
"devDependencies": {
"@types/node": "18.15.3",
Expand Down

0 comments on commit 87ebf5f

Please sign in to comment.