@graphcommerce/docs 7.1.0-canary.66 → 7.1.0-canary.68
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 +4 -0
- package/framework/config.md +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/framework/config.md
CHANGED
|
@@ -311,6 +311,10 @@ Debug configuration for GraphCommerce
|
|
|
311
311
|
|
|
312
312
|
Reports which plugins are enabled or disabled.
|
|
313
313
|
|
|
314
|
+
#### sessions: boolean
|
|
315
|
+
|
|
316
|
+
Enable debugging interface to debug sessions
|
|
317
|
+
|
|
314
318
|
#### webpackCircularDependencyPlugin: boolean
|
|
315
319
|
|
|
316
320
|
Cyclic dependencies can cause memory issues and other strange bugs.
|
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": "7.1.0-canary.
|
|
5
|
+
"version": "7.1.0-canary.68",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "^7.1.0-canary.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "^7.1.0-canary.68"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|