pg-manipulator 1.0.4 → 1.0.5

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.
@@ -59,7 +59,7 @@ class select_factory {
59
59
  this.params.push(param);
60
60
  return `$${this.params.length}`;
61
61
  }) {
62
- const schema = (yield Promise.resolve(`${`../../../mapping/${database}/${table}.ts`}`).then(s => __importStar(require(s)))).default;
62
+ const schema = (yield Promise.resolve(`${`../../mapping/${database}/${table}.ts`}`).then(s => __importStar(require(s)))).default;
63
63
  if (children_name) {
64
64
  addQuery('(SELECT JSON_BUILD_OBJECT(');
65
65
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pg-manipulator",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "postgresql database handler",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",