@infrab4a/connect 5.3.0-beta.19 → 5.3.0-beta.20

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.
package/index.cjs.js CHANGED
@@ -8034,7 +8034,7 @@ const fieldsConfiguration$2 = [
8034
8034
  },
8035
8035
  { tagsProfile: { columnName: 'tags_profile' } },
8036
8036
  { tagsCollection: { columnName: 'tags_collection' } },
8037
- { variantSlug: { columnName: 'variant_slug' } },
8037
+ // { variantSlug: { columnName: 'variant_slug' } },
8038
8038
  {
8039
8039
  reviews: {
8040
8040
  columnName: 'reviews',
package/index.esm.js CHANGED
@@ -8010,7 +8010,7 @@ const fieldsConfiguration$2 = [
8010
8010
  },
8011
8011
  { tagsProfile: { columnName: 'tags_profile' } },
8012
8012
  { tagsCollection: { columnName: 'tags_collection' } },
8013
- { variantSlug: { columnName: 'variant_slug' } },
8013
+ // { variantSlug: { columnName: 'variant_slug' } },
8014
8014
  {
8015
8015
  reviews: {
8016
8016
  columnName: 'reviews',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infrab4a/connect",
3
- "version": "5.3.0-beta.19",
3
+ "version": "5.3.0-beta.20",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },
@@ -40,7 +40,6 @@ export declare class ProductBase<T extends ProductBase<T, I>, I = ProductIdentif
40
40
  group?: number;
41
41
  validity: boolean;
42
42
  daysOfUse?: number;
43
- variantSlug?: string;
44
43
  category: Category;
45
44
  kitProducts?: KitProduct[];
46
45
  reviews?: ProductReview[];