doix-db 1.0.75 → 1.0.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/DbCall.js CHANGED
@@ -112,14 +112,6 @@ class DbCall extends EventEmitter {
112
112
 
113
113
  }
114
114
 
115
- get [Tracker.LOGGING_DETAILS] () {
116
-
117
- const {params} = this
118
-
119
- return {params}
120
-
121
- }
122
-
123
115
  get objectMode () {
124
116
 
125
117
  return this.options.rowMode === MD_OBJECT
package/lib/DbClient.js CHANGED
@@ -55,7 +55,7 @@ class DbClient extends EventEmitter {
55
55
  start: {
56
56
  level: 'info',
57
57
  message: function () {return this.sql},
58
- details: {},
58
+ details: function () {return this.params},
59
59
  },
60
60
 
61
61
  finish: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doix-db",
3
- "version": "1.0.75",
3
+ "version": "1.0.77",
4
4
  "description": "Shared database related code for doix",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "homepage": "https://github.com/do-/node-doix-db#readme",
42
42
  "peerDependencies": {
43
- "doix": "^1.0.52"
43
+ "doix": "^1.0.57"
44
44
  },
45
45
  "devDependencies": {
46
46
  "jest": "^29.6.1"