@infrab4a/connect-angular 5.5.0-beta.6 → 5.5.0-beta.8

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.
@@ -2059,6 +2059,7 @@ class ProductFieldsHelper {
2059
2059
  'name',
2060
2060
  'slug',
2061
2061
  'images',
2062
+ 'imagesCard',
2062
2063
  'miniatures',
2063
2064
  'price',
2064
2065
  'stock',
@@ -2081,6 +2082,7 @@ class ProductFieldsHelper {
2081
2082
  'label',
2082
2083
  'outlet',
2083
2084
  'group',
2085
+ 'variantSlug',
2084
2086
  ];
2085
2087
  }
2086
2088
  }