@magento/peregrine 12.5.0 → 12.5.1-alpha.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.
@@ -88,6 +88,7 @@ export const GET_STORE_CONFIG_DATA = gql`
88
88
  query getStoreConfigData {
89
89
  # eslint-disable-next-line @graphql-eslint/require-id-when-available
90
90
  storeConfig {
91
+ store_code
91
92
  product_url_suffix
92
93
  }
93
94
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magento/peregrine",
3
- "version": "12.5.0",
3
+ "version": "12.5.1-alpha.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },