@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