@gem-sdk/core 2.0.0-dev.725 → 2.0.0-dev.726

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.
@@ -5934,6 +5934,8 @@ type PublishedThemePage$1 = {
5934
5934
  themePageOnlineStoreData?: Maybe$1<Array<Maybe$1<PublishedThemePageOnlineStoreData$1>>>;
5935
5935
  type: PublishedThemePageType$1;
5936
5936
  updatedAt?: Maybe$1<Scalars$2['Time']>;
5937
+ isPlatformDefault: boolean;
5938
+ preloadSections?: Maybe$1<Array<Scalars$2['String']>>;
5937
5939
  };
5938
5940
  type PublishedThemePageCustomSection$1 = {
5939
5941
  id: Scalars$2['ID'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-dev.725",
3
+ "version": "2.0.0-dev.726",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",