@tap-payments/os-micro-frontend-shared 0.1.333-test.3 → 0.1.333-test.4

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.
@@ -2,7 +2,7 @@ import { Segment, SegmentData } from '../types/index.js';
2
2
  export declare const getSegmentData: (segments: Segment[], activeSegmentId: string, activeSegments: Segment[]) => SegmentData;
3
3
  export declare const getBusinessSegmentConfig: ({ merchantsIds, options }: {
4
4
  merchantsIds: string[];
5
- options: Record<string, unknown>;
5
+ options?: Record<string, unknown> | undefined;
6
6
  }) => {
7
7
  business?: undefined;
8
8
  } | {
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.333-test.3",
5
- "testVersion": 3,
4
+ "version": "0.1.333-test.4",
5
+ "testVersion": 4,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",