@bprotsyk/aso-core 2.1.129 → 2.1.131

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "2.1.129",
3
+ "version": "2.1.131",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -28,7 +28,6 @@ export interface IGeoSyncSummary {
28
28
  errors: string[];
29
29
  }
30
30
 
31
-
32
31
  /**
33
32
  * Отримує всі кампанії з Keitaro
34
33
  */
@@ -365,7 +364,6 @@ export async function getAppsNeedingGeoUpdate(apps: IApp[]): Promise<IGeoUpdateD
365
364
  return summary.updates;
366
365
  }
367
366
 
368
-
369
367
  /**
370
368
  * Експортуємо основні функції
371
369
  */