@gem-sdk/core 1.5.6 → 1.5.7

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.
@@ -5,6 +5,7 @@ const StorePropertyDocument = `
5
5
  storeProperty {
6
6
  favicon
7
7
  swatchesConfig
8
+ primaryDomain
8
9
  }
9
10
  }
10
11
  `;
@@ -3,6 +3,7 @@ const StorePropertyDocument = `
3
3
  storeProperty {
4
4
  favicon
5
5
  swatchesConfig
6
+ primaryDomain
6
7
  }
7
8
  }
8
9
  `;
@@ -7089,9 +7089,9 @@ type StorePropertyQueryVariables = Exact<{
7089
7089
  [key: string]: never;
7090
7090
  }>;
7091
7091
  type StorePropertyQueryResponse = {
7092
- storeProperty?: Maybe<Pick<StoreProperty, 'favicon' | 'swatchesConfig'>>;
7092
+ storeProperty?: Maybe<Pick<StoreProperty, 'favicon' | 'swatchesConfig' | 'primaryDomain'>>;
7093
7093
  };
7094
- declare const StorePropertyDocument = "\n query storeProperty {\n storeProperty {\n favicon\n swatchesConfig\n }\n}\n ";
7094
+ declare const StorePropertyDocument = "\n query storeProperty {\n storeProperty {\n favicon\n swatchesConfig\n primaryDomain\n }\n}\n ";
7095
7095
 
7096
7096
  type PreviewPageQueryVariables = Exact<{
7097
7097
  handleURL?: InputMaybe<Scalars['String']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",