@tap-payments/os-micro-frontend-shared 0.1.226-test.4 → 0.1.226-test.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.
@@ -104,6 +104,7 @@ export type MFWidgetBaseProps = {
104
104
  apps: UserApp[];
105
105
  isBusinessSegment: boolean;
106
106
  isAnyMerchantHasMarketplace: boolean;
107
+ isSegmentHasMoreThanOneMerchant: boolean;
107
108
  };
108
109
  selectedSegment: {
109
110
  id: string;
package/package.json CHANGED
@@ -1,8 +1,8 @@
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.226-test.4",
5
- "testVersion": 4,
4
+ "version": "0.1.226-test.5",
5
+ "testVersion": 5,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",