@graphcommerce/docs 9.0.0-canary.57 → 9.0.0-canary.58

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.58
4
+
3
5
  ## 9.0.0-canary.57
4
6
 
5
7
  ## 9.0.0-canary.56
@@ -183,6 +183,12 @@ Enables company fields inside the checkout:
183
183
 
184
184
  Enable customer account deletion through the account section
185
185
 
186
+ #### customerXMagentoCacheIdDisable: boolean
187
+
188
+ X-Magento-Cache-Id allows Varnish to cache requests that are made in the browser while users are logged in. For example the products query can now be cached for logged in users.
189
+
190
+ This can be disabled when Varnish is running out of available memory.
191
+
186
192
  #### dataLayer: [DatalayerConfig](#DatalayerConfig)
187
193
 
188
194
  Datalayer config
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "@graphcommerce/docs",
3
3
  "homepage": "https://www.graphcommerce.org/docs",
4
4
  "repository": "github:graphcommerce-org/graphcommerce/docs",
5
- "version": "9.0.0-canary.57",
5
+ "version": "9.0.0-canary.58",
6
6
  "sideEffects": true,
7
7
  "peerDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.57"
8
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.58"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }