@gem-sdk/pages 12.0.0-dev.119 → 12.0.0-dev.120

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.
@@ -108,8 +108,8 @@ type ProductPageProps = PageBuilderProps & {
108
108
  product?: ProductSelectFragment;
109
109
  };
110
110
  type StaticPagePropsV2 = PageBuilderPropsV2 & {
111
- id?: string;
112
- shopID?: string;
111
+ id?: string | null;
112
+ shopID?: string | null;
113
113
  isPostPurchase?: boolean;
114
114
  shopName?: string;
115
115
  productOffers?: ProductOffer[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/pages",
3
- "version": "12.0.0-dev.119",
3
+ "version": "12.0.0-dev.120",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",