@magento/peregrine 12.4.0-alpha.1 → 12.4.0-beta.1

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.
@@ -22,6 +22,10 @@ export const ProductsFragment = gql`
22
22
  currency
23
23
  value
24
24
  }
25
+ regular_price {
26
+ currency
27
+ value
28
+ }
25
29
  }
26
30
  }
27
31
  sku
@@ -52,6 +52,10 @@ export const PRODUCT_SEARCH = gql`
52
52
  currency
53
53
  value
54
54
  }
55
+ regular_price {
56
+ currency
57
+ value
58
+ }
55
59
  }
56
60
  }
57
61
  sku
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magento/peregrine",
3
- "version": "12.4.0-alpha.1",
3
+ "version": "12.4.0-beta.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },