@tap-payments/os-micro-frontend-shared 0.1.387 → 0.1.388

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.
@@ -1009,4 +1009,3 @@ export declare const APP_ICONS: {
1009
1009
  toolbarIconUrl: string;
1010
1010
  }[];
1011
1011
  export declare const excludedApps: string[];
1012
- export declare const MF_APPS_MAPPER: ReadonlySet<string>;
@@ -490,17 +490,3 @@ export const APP_ICONS = [
490
490
  },
491
491
  ];
492
492
  export const excludedApps = ['login'];
493
- export const MF_APPS_MAPPER = new Set([
494
- APP_CODES.terminals.code,
495
- APP_CODES.billing.code,
496
- APP_CODES.account.code,
497
- APP_CODES.business.code,
498
- APP_CODES.payouts.code,
499
- APP_CODES.reports.code,
500
- APP_CODES.leads.code,
501
- APP_CODES.wallet.code,
502
- APP_CODES.acceptance.code,
503
- APP_CODES.authentication.code,
504
- APP_CODES.protect.code,
505
- APP_CODES.tokens.code,
506
- ]);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tap-payments/os-micro-frontend-shared",
3
3
  "description": "Shared components and utilities for Tap Payments micro frontends",
4
- "version": "0.1.387",
4
+ "version": "0.1.388",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",