@tstdl/base 0.92.74 → 0.92.75

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.
@@ -446,7 +446,7 @@ let EntityRepository = class EntityRepository {
446
446
  if (isUndefined(attributes)) {
447
447
  return undefined;
448
448
  }
449
- return sql `${this.table.attributes} || '${JSON.stringify(attributes)}'::jsonb`;
449
+ return sql `${this.table.attributes} || ${JSON.stringify(attributes)}::jsonb`;
450
450
  }
451
451
  async getTransformContext() {
452
452
  if (isUndefined(this.#transformContext)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tstdl/base",
3
- "version": "0.92.74",
3
+ "version": "0.92.75",
4
4
  "author": "Patrick Hein",
5
5
  "publishConfig": {
6
6
  "access": "public"