@gem-sdk/pages 2.0.0-dev.510 → 2.0.0-dev.549

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.
@@ -100,6 +100,7 @@ type StaticPagePropsV2 = PageBuilderPropsV2 & {
100
100
  dynamicDiscountOffer?: AppAPIType.OfferDynamicDiscount;
101
101
  publicStoreFrontData?: PublicStoreFrontData | null;
102
102
  isPreview?: boolean;
103
+ domain?: string;
103
104
  };
104
105
 
105
106
  declare const getCollectionProps: (fetcher: FetchFunc) => (handle?: string) => Promise<CollectionDetailPageProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/pages",
3
- "version": "2.0.0-dev.510",
3
+ "version": "2.0.0-dev.549",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -26,7 +26,7 @@
26
26
  "next": "14.2.20"
27
27
  },
28
28
  "devDependencies": {
29
- "@gem-sdk/core": "2.0.0-dev.508",
29
+ "@gem-sdk/core": "2.0.0-dev.540",
30
30
  "@gem-sdk/plugin-cookie-bar": "2.0.0-dev.348",
31
31
  "@gem-sdk/plugin-quick-view": "2.0.0-dev.348",
32
32
  "@gem-sdk/plugin-sticky-add-to-cart": "2.0.0-dev.348"