@tap-payments/os-micro-frontend-shared 0.1.300-test.1 → 0.1.300-test.2-test.3

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.
@@ -1,4 +1,3 @@
1
1
  export { VerificationIcon } from './VerificationIcon';
2
2
  export { VerificationIconWithBg } from './VerificationIconWithBg';
3
3
  export * from './constant';
4
- export * from './type';
@@ -1,4 +1,3 @@
1
1
  export { VerificationIcon } from './VerificationIcon';
2
2
  export { VerificationIconWithBg } from './VerificationIconWithBg';
3
3
  export * from './constant';
4
- export * from './type';
@@ -152,3 +152,4 @@ export * from './PartnersFilter';
152
152
  export * from './SalesChannelFilter';
153
153
  export * from './ReferenceTypeFilter';
154
154
  export * from './ListColumnFilter';
155
+ export * from './VerificationIcon';
@@ -152,3 +152,4 @@ export * from './PartnersFilter';
152
152
  export * from './SalesChannelFilter';
153
153
  export * from './ReferenceTypeFilter';
154
154
  export * from './ListColumnFilter';
155
+ export * from './VerificationIcon';
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.300-test.1",
5
- "testVersion": 1,
4
+ "version": "0.1.300-test.2-test.3",
5
+ "testVersion": 3,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",