Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Nov 21, 2022
1 parent a790646 commit 63cf21b
Show file tree
Hide file tree
Showing 3 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 v10
* ## pg-promise v10.15
* All documentation here is for the latest official release only.
*
* ### Initialization Options
Expand Down
2 changes: 1 addition & 1 deletion lib/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ module.exports = config => {
* allocated physical connection.
*
* @property {string} serverVersion
* **(Added in v10.1.0)** - Version of the PostgreSQL server to which we are connected.
* Version of the PostgreSQL server to which we are connected.
* Not available with $[Native Bindings].
*
* @property {Date} finish
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-promise",
"version": "10.15.0",
"version": "10.15.1",
"description": "PostgreSQL interface for Node.js",
"main": "lib/index.js",
"typings": "typescript/pg-promise.d.ts",
Expand Down Expand Up @@ -49,8 +49,8 @@
"@types/node": "18.11.9",
"bluebird": "3.7.2",
"coveralls": "3.1.1",
"cspell": "6.14.2",
"eslint": "8.27.0",
"cspell": "6.14.3",
"eslint": "8.28.0",
"istanbul": "0.4.5",
"jasmine-node": "3.0.0",
"jsdoc": "3.6.11",
Expand Down

0 comments on commit 63cf21b

Please sign in to comment.