codeplay-common 2.0.8 → 2.0.9

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.
@@ -1089,7 +1089,7 @@ const checkAdmobConfigurationProperty=()=>{
1089
1089
 
1090
1090
  if (admobConfig.ADMOB_ENABLED)
1091
1091
  {
1092
- console.log("ℹ️ Admob is not enabled so admob-ad-configuration is skipping...");
1092
+ console.log("ℹ️ Admob is not enabled so 'admob-ad-configuration.json' checking is skipping...");
1093
1093
  return;
1094
1094
  }
1095
1095
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeplay-common",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "Common build scripts and files",
5
5
  "scripts": {
6
6
  "postinstall": "node scripts/sync-files.js",