@graphcommerce/docs 8.1.0-canary.38 → 8.1.0-canary.40
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
|
@@ -175,6 +175,10 @@ Enables company fields inside the checkout:
|
|
|
175
175
|
- Company name
|
|
176
176
|
- VAT ID
|
|
177
177
|
|
|
178
|
+
#### customerDeleteEnabled: boolean
|
|
179
|
+
|
|
180
|
+
Enable customer account deletion through the account section
|
|
181
|
+
|
|
178
182
|
#### dataLayer: [DatalayerConfig](#DatalayerConfig)
|
|
179
183
|
|
|
180
184
|
#### debug: [GraphCommerceDebugConfig](#GraphCommerceDebugConfig)
|
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.1.0-canary.
|
|
5
|
+
"version": "8.1.0-canary.40",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "^8.1.0-canary.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "^8.1.0-canary.40"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|