merchi_sdk_js 0.0.30 → 0.0.31

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "merchi_sdk_js",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "type": "module",
5
5
  "main": "src/merchi.js",
6
6
  "module": "src/merchi.js",
@@ -23,6 +23,7 @@ export function VariationField() {
23
23
  addPropertyTo(this, 'required');
24
24
  addPropertyTo(this, 'independent');
25
25
  addPropertyTo(this, 'inventoryGroup', InventoryGroup);
26
+ addPropertyTo(this, 'linkedInventoryGroup', InventoryGroup);
26
27
  addPropertyTo(this, 'variationCost');
27
28
  addPropertyTo(this, 'variationCostDiscountGroup', DiscountGroup);
28
29
  addPropertyTo(this, 'variationUnitCost');