@graphcommerce/docs 8.0.0-canary.91 → 8.0.0-canary.92
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 +2 -0
- package/framework/config.md +1 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/framework/config.md
CHANGED
|
@@ -253,8 +253,7 @@ yarn graphcommerce hygraph-migrate
|
|
|
253
253
|
|
|
254
254
|
Limit the static generation of SSG when building.
|
|
255
255
|
|
|
256
|
-
By default GraphCommerce will statically generate all product and category pages during build.
|
|
257
|
-
This can take quite a long time, to skip this step set this value to true.
|
|
256
|
+
By default GraphCommerce will statically generate all product and category pages during build. This can take quite a long time, to skip this step set this value to true.
|
|
258
257
|
|
|
259
258
|
#### previewSecret: string
|
|
260
259
|
|
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": "8.0.0-canary.
|
|
5
|
+
"version": "8.0.0-canary.92",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.0-canary.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.0-canary.92"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|