@inflector/optima 1.0.19 → 1.0.20

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -675,7 +675,6 @@ ${valuesBlock}${isReturning ? "\nRETURNING *" : ""};`;
675
675
  this.Validate(record);
676
676
  record = this.Transform(record);
677
677
  const { sql } = this.BuildInsert(this.Name, [record], data.returning);
678
- console.log(sql);
679
678
  const Result = await (await this.Connection.run(sql)).getRowObjects();
680
679
  const Res = this.FormatOut(Result);
681
680
  if (Res.length != 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inflector/optima",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "type": "module",
5
5
  "author": "Inflector",
6
6
  "main": "./dist/index.js",