@gem-sdk/core 1.56.0-staging.24 → 1.56.0-staging.26

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.
@@ -95,6 +95,13 @@ const overrideSettings = (tag, currentSetting, appSetting)=>{
95
95
  selected_product: appSetting?.['productHandle'] || '{{ product }}'
96
96
  };
97
97
  }
98
+ case 'WhatmoreShoppableVideosreel':
99
+ {
100
+ return {
101
+ ...currentSetting,
102
+ ['show-views']: appSetting?.showViews
103
+ };
104
+ }
98
105
  default:
99
106
  return currentSetting;
100
107
  }
@@ -93,6 +93,13 @@ const overrideSettings = (tag, currentSetting, appSetting)=>{
93
93
  selected_product: appSetting?.['productHandle'] || '{{ product }}'
94
94
  };
95
95
  }
96
+ case 'WhatmoreShoppableVideosreel':
97
+ {
98
+ return {
99
+ ...currentSetting,
100
+ ['show-views']: appSetting?.showViews
101
+ };
102
+ }
96
103
  default:
97
104
  return currentSetting;
98
105
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.56.0-staging.24",
3
+ "version": "1.56.0-staging.26",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",