@gem-sdk/core 1.5.23 → 1.5.24

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.
@@ -6928,7 +6928,7 @@ type ShopProviderProps = {
6928
6928
  children: React.ReactNode;
6929
6929
  key?: React.Key;
6930
6930
  addons: AddonContextProps['components'];
6931
- storeOption: Omit<ShopContextProps, 'changeLocale' | 'changeCurrency' | 'changeSwatches' | 'changeStorefrontInfo'>;
6931
+ storeOption: Omit<ShopContextProps, 'changeLocale' | 'changeCurrency' | 'changeSwatches' | 'changeLayoutSettings' | 'changeStorefrontInfo'>;
6932
6932
  queryOption?: React.ComponentProps<typeof SWRConfig>['value'];
6933
6933
  };
6934
6934
  declare const ShopProvider: React.FC<ShopProviderProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.5.23",
3
+ "version": "1.5.24",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",