Skip to content

Commit

Permalink
update the package
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Mar 20, 2024
1 parent 8f30428 commit 79199d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions lib/query.js
Expand Up @@ -263,9 +263,7 @@ function $query(ctx, query, values, qrm, config) {
}

// Extends Result to provide iterable for the rows;
//
// To be removed once the following PR is merged amd released:
// https://github.com/brianc/node-postgres/pull/2861
// See: https://github.com/brianc/node-postgres/pull/2861
function makeIterable(r) {
r[Symbol.iterator] = function () {
return this.rows.values();
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "pg-promise",
"version": "11.5.4",
"version": "11.5.5",
"description": "PostgreSQL interface for Node.js",
"main": "lib/index.js",
"typings": "typescript/pg-promise.d.ts",
Expand Down Expand Up @@ -50,14 +50,14 @@
"@types/node": "20.5.2",
"bluebird": "3.7.2",
"coveralls": "3.1.1",
"cspell": "7.0.1",
"eslint": "8.47.0",
"cspell": "8.6.0",
"eslint": "8.57.0",
"istanbul": "0.4.5",
"jasmine-node": "3.0.0",
"jsdoc": "4.0.2",
"JSONStream": "1.3.5",
"pg-query-stream": "4.5.3",
"tslint": "6.1.3",
"typescript": "5.1.6"
"typescript": "5.4.3"
}
}

0 comments on commit 79199d4

Please sign in to comment.