codeplay-common 3.2.4 → 3.2.5

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.
@@ -369,7 +369,7 @@ import { showSubscribePopup } from './../js/Ads/IAP-x.x/IAP-check-And-LoadAd.js'
369
369
  let IAPModule = null;
370
370
  const loadIAP = async () => {
371
371
  if (!IAPModule) {
372
- IAPModule = await import('./../js/Ads/IAP-3.1/IAP-check-And-LoadAd.js');
372
+ IAPModule = await import('./../js/Ads/IAP-x.x/IAP-check-And-LoadAd.js');
373
373
  IAPModule.initIAP?.();
374
374
  }
375
375
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeplay-common",
3
- "version": "3.2.4",
3
+ "version": "3.2.5",
4
4
  "description": "Common build scripts and files",
5
5
  "scripts": {
6
6
  "postinstall": "node scripts/sync-files.js",