@graphcommerce/docs 9.0.0-canary.114 → 9.0.0-canary.116

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,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.116
4
+
5
+ ## 9.0.0-canary.115
6
+
3
7
  ## 9.0.0-canary.114
4
8
 
5
9
  ### Patch Changes
@@ -359,6 +359,10 @@ Show a message when the product is added to the wishlist.
359
359
 
360
360
  Debug configuration for GraphCommerce
361
361
 
362
+ #### cart: boolean
363
+
364
+ Enable debugging interface to debug sessions
365
+
362
366
  #### pluginStatus: boolean
363
367
 
364
368
  Reports which plugins are enabled or disabled.
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.114",
5
+ "version": "9.0.0-canary.116",
6
6
  "sideEffects": true,
7
7
  "peerDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.114"
8
+ "@graphcommerce/prettier-config-pwa": "^9.0.0-canary.116"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }