slonik-interceptor-query-logging
Advanced tools
Comparing version 46.1.0 to 46.2.0
# slonik-interceptor-query-logging | ||
## 46.2.0 | ||
## 46.1.0 | ||
@@ -4,0 +6,0 @@ |
@@ -26,7 +26,7 @@ { | ||
"ava": "^6.1.3", | ||
"eslint": "^8.57.0", | ||
"eslint-config-canonical": "^42.8.1", | ||
"slonik": "^46.1.0", | ||
"eslint": "^9.14.0", | ||
"slonik": "^46.2.0", | ||
"ts-node": "^10.4.0", | ||
"typescript": "^5.4.5" | ||
"typescript": "^5.6.3", | ||
"@slonik/eslint-config": "^46.2.0" | ||
}, | ||
@@ -52,3 +52,3 @@ "engines": { | ||
"typings": "./dist/index.d.ts", | ||
"version": "46.1.0", | ||
"version": "46.2.0", | ||
"scripts": { | ||
@@ -55,0 +55,0 @@ "build": "rm -fr ./dist && tsc", |
@@ -38,3 +38,3 @@ import { getAutoExplainPayload } from '../utilities/getAutoExplainPayload'; | ||
afterQueryExecution: (context, query, result) => { | ||
let rowCount: number | null = null; | ||
let rowCount: null | number = null; | ||
@@ -41,0 +41,0 @@ if (result.rowCount) { |
34604
37
349