pg-manipulator 1.0.18 → 1.0.19

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.
@@ -38,6 +38,7 @@ class middleware {
38
38
  }
39
39
  get(fields) {
40
40
  return __awaiter(this, void 0, void 0, function* () {
41
+ console.log(yield (new select_1.default(this.database, this.table, fields)).prepare());
41
42
  return yield (new select_1.default(this.database, this.table, fields)).prepare();
42
43
  });
43
44
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pg-manipulator",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "postgresql database handler",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",