@tap-payments/os-micro-frontend-shared 0.1.385 → 0.1.386

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.
@@ -502,4 +502,5 @@ export const MF_APPS_MAPPER = new Set([
502
502
  APP_CODES.acceptance.code,
503
503
  APP_CODES.authentication.code,
504
504
  APP_CODES.protect.code,
505
+ APP_CODES.tokens.code,
505
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.385",
4
+ "version": "0.1.386",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",