rerobe-js-orm 3.2.4 → 3.2.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.
@@ -476,7 +476,7 @@ class Product extends Base_1.default {
476
476
  acc = acc.concat(cur);
477
477
  }
478
478
  return acc;
479
- }, '');
479
+ }, this.attributes.description);
480
480
  }
481
481
  generateSchemaForTypesense(name = 'prod_products_20220503') {
482
482
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rerobe-js-orm",
3
- "version": "3.2.4",
3
+ "version": "3.2.5",
4
4
  "description": "ReRobe's Javascript ORM Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",