@gem-sdk/core 1.22.31-new-feature.2 → 1.22.31-new-feature.3

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.
@@ -7533,7 +7533,7 @@ type ShopProviderProps = {
7533
7533
  children: React.ReactNode;
7534
7534
  key?: React.Key;
7535
7535
  addons: AddonContextProps['components'];
7536
- storeOption: Omit<ShopContextProps, 'changeLocale' | 'changeCurrency' | 'changeSwatches' | 'changeLayoutSettings' | 'changeStorefrontInfo'>;
7536
+ storeOption: Omit<ShopContextProps, 'changeLocale' | 'changeStorefrontInfo' | 'changeCurrency' | 'changeSwatches' | 'changeLayoutSettings' | 'changeCreateThemeSectionCount' | 'changeShopPlan'>;
7537
7537
  queryOption?: React.ComponentProps<typeof SWRConfig>['value'];
7538
7538
  };
7539
7539
  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.22.31-new-feature.2",
3
+ "version": "1.22.31-new-feature.3",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",