@gem-sdk/core 1.58.0-dev.52 → 1.58.0-dev.53

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.
@@ -125,7 +125,8 @@ function composeAdvanceStyle(data, tag, pageType) {
125
125
  'ProductDescription',
126
126
  'ProductPrice',
127
127
  'ProductVendor',
128
- 'Product'
128
+ 'Product',
129
+ 'ProductSku'
129
130
  ];
130
131
  const listElementShadowV2 = [
131
132
  ...baseElements,
@@ -123,7 +123,8 @@ function composeAdvanceStyle(data, tag, pageType) {
123
123
  'ProductDescription',
124
124
  'ProductPrice',
125
125
  'ProductVendor',
126
- 'Product'
126
+ 'Product',
127
+ 'ProductSku'
127
128
  ];
128
129
  const listElementShadowV2 = [
129
130
  ...baseElements,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.58.0-dev.52",
3
+ "version": "1.58.0-dev.53",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",
@@ -27,8 +27,8 @@
27
27
  "type-check": "yarn tsc --noEmit"
28
28
  },
29
29
  "devDependencies": {
30
- "@gem-sdk/adapter-shopify": "1.58.0-dev.13",
31
- "@gem-sdk/styles": "1.58.0-dev.51",
30
+ "@gem-sdk/adapter-shopify": "1.58.0-dev.53",
31
+ "@gem-sdk/styles": "1.58.0-dev.53",
32
32
  "@types/classnames": "^2.3.1"
33
33
  },
34
34
  "dependencies": {