@cheetah.js/orm 0.1.82 → 0.1.83

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.
@@ -211,7 +211,6 @@ class SqlBuilder {
211
211
  return parseInt(result.query.rows[0].count);
212
212
  }
213
213
  logExecution(result) {
214
- console.log(result.sql);
215
214
  this.logger.debug(`SQL: ${result.sql} [${Date.now() - result.startTime}ms]`);
216
215
  }
217
216
  async inTransaction(callback) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cheetah.js/orm",
3
- "version": "0.1.82",
3
+ "version": "0.1.83",
4
4
  "description": "A simple ORM for Cheetah.js",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",
@@ -55,5 +55,5 @@
55
55
  "bun",
56
56
  "value-object"
57
57
  ],
58
- "gitHead": "bc8ee01d635193e3785bbb1e67525afb5b6bfd34"
58
+ "gitHead": "68ad3f3b572a4a833cc56bb78db496c600a1d06d"
59
59
  }