codeplay-common 4.1.2 → 4.1.3

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/README.md CHANGED
@@ -11,6 +11,10 @@ Make it to ionic project
11
11
  Donate to get full code including many common functions
12
12
  https://ko-fi.com/codeplay
13
13
 
14
+
15
+ Version 4.1.3
16
+ "consentDebug": false automatically adds if not
17
+
14
18
  Version 4.1.2
15
19
  Speedup
16
20
 
@@ -2710,7 +2710,8 @@ const ADMOB_NEXTGEN_DEFAULTS = {
2710
2710
  appOpenStartupDelayMs: "",
2711
2711
  useAndroidPreloadAds: true,
2712
2712
  useAndroidBannerPreloadAds: false,
2713
- preloadBufferSize: 1
2713
+ preloadBufferSize: 1,
2714
+ consentDebug: false
2714
2715
  },
2715
2716
  testid: {
2716
2717
  nativeid: "",
@@ -3519,9 +3520,10 @@ const checkAdmobConfigurationProperty=()=>{
3519
3520
 
3520
3521
 
3521
3522
  const REQUIRED_CONFIG_KEYS = [
3522
- "isKidsApp",
3523
- "isTesting",
3524
- "isConsoleLogEnabled",
3523
+ "isKidsApp",
3524
+ "isTesting",
3525
+ "consentDebug",
3526
+ "isConsoleLogEnabled",
3525
3527
  "bannerEnabled",
3526
3528
  "interstitialEnabled",
3527
3529
  "appOpenEnabled",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeplay-common",
3
- "version": "4.1.2",
3
+ "version": "4.1.3",
4
4
  "description": "Common build scripts and files",
5
5
  "scripts": {
6
6
  "postinstall": "node scripts/sync-files.js",