@bprotsyk/aso-core 1.2.101 → 1.2.102

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.
@@ -489,7 +489,7 @@ let findBrokenOfferStreams = async () => {
489
489
  }
490
490
  }
491
491
  };
492
- findBrokenOfferStreams();
492
+ // findBrokenOfferStreams()
493
493
  // removeBrokenDomain()
494
494
  // createFlashCampaigns(sampleApp)
495
495
  // changeSourceForFA()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "1.2.101",
3
+ "version": "1.2.102",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -528,7 +528,7 @@ let findBrokenOfferStreams = async () => {
528
528
  }
529
529
  }
530
530
 
531
- findBrokenOfferStreams()
531
+ // findBrokenOfferStreams()
532
532
 
533
533
  // removeBrokenDomain()
534
534