rerobe-js-orm 4.5.4 → 4.5.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.
@@ -309,8 +309,8 @@ class Product extends Base_1.default {
309
309
  tracked: true,
310
310
  measurement: {
311
311
  weight: {
312
- weight: parseFloat(this.attributes.weight) || parseFloat('999'),
313
- weightUnit: weightUnit || 'GRAMS',
312
+ value: parseFloat(this.attributes.weight) || parseFloat('999'),
313
+ unit: weightUnit || 'GRAMS',
314
314
  },
315
315
  },
316
316
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rerobe-js-orm",
3
- "version": "4.5.4",
3
+ "version": "4.5.5",
4
4
  "description": "ReRobe's Javascript ORM Framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",