@graphcommerce/docs 9.0.0-canary.105 → 9.0.0-canary.107
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 +16 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/framework/config.md
CHANGED
|
@@ -223,6 +223,10 @@ Provide a value to enable Google Analytics for your store.
|
|
|
223
223
|
|
|
224
224
|
To override the value for a specific locale, configure in i18n config.
|
|
225
225
|
|
|
226
|
+
#### googlePlaystore: [GraphCommerceGooglePlaystoreConfig](#GraphCommerceGooglePlaystoreConfig)
|
|
227
|
+
|
|
228
|
+
To create an assetlinks.json file for the Android app.
|
|
229
|
+
|
|
226
230
|
#### googleRecaptchaKey: string
|
|
227
231
|
|
|
228
232
|
Google reCAPTCHA site key.
|
|
@@ -370,6 +374,18 @@ Issues that this can cause are:
|
|
|
370
374
|
- The same package is included multiple times in the bundle, increasing the bundle size.
|
|
371
375
|
- The Typescript types of the package are not compatible with each other, causing Typescript errors.
|
|
372
376
|
|
|
377
|
+
### GraphCommerceGooglePlaystoreConfig
|
|
378
|
+
|
|
379
|
+
See https://developer.android.com/training/app-links/verify-android-applinks#web-assoc
|
|
380
|
+
|
|
381
|
+
#### packageName: string (required)
|
|
382
|
+
|
|
383
|
+
The package name of the Android app.
|
|
384
|
+
|
|
385
|
+
#### sha256CertificateFingerprint: string (required)
|
|
386
|
+
|
|
387
|
+
The sha256 certificate fingerprint of the Android app.
|
|
388
|
+
|
|
373
389
|
### GraphCommercePermissions
|
|
374
390
|
|
|
375
391
|
Permissions input
|
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.
|
|
5
|
+
"version": "9.0.0-canary.107",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.107"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|