@tap-payments/os-micro-frontend-shared 0.1.96-test.11 → 0.1.96-test.12

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.
@@ -98,10 +98,8 @@ export type MFWidgetBaseProps = {
98
98
  navigation: {
99
99
  openAppService: (navigation: {
100
100
  id?: string;
101
- appId?: string;
102
101
  appCode: string;
103
102
  serviceCode: string;
104
- state?: unknown;
105
103
  }) => void;
106
104
  openApp: (app: Pick<AppDetails, 'appCode' | 'serviceCode' | 'payload'> & {
107
105
  sandboxMode?: boolean;
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.96-test.11",
5
- "testVersion": 11,
4
+ "version": "0.1.96-test.12",
5
+ "testVersion": 12,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",