@gem-sdk/core 1.45.0-dev.91 → 1.45.0-dev.93

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.
@@ -8185,7 +8185,7 @@ type PageContext = {
8185
8185
  numberOfProductOfProductList?: number;
8186
8186
  isPreviewing?: boolean;
8187
8187
  pageType?: string;
8188
- isThemeSection?: boolean;
8188
+ isTranslateWithLocale?: boolean;
8189
8189
  sectionName?: string;
8190
8190
  };
8191
8191
  type OnlyOne<T, U> = (T & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.45.0-dev.91",
3
+ "version": "1.45.0-dev.93",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",