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

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.
@@ -28,7 +28,7 @@ export const BUSINESS_FUNCTIONS = {
28
28
  code: 'CREATE USERS',
29
29
  },
30
30
  updateWallet: {
31
- code: 'UPDATE WALLET',
31
+ code: 'UPDATE_WALLET',
32
32
  },
33
33
  };
34
34
  export const APP_CODES = {
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.386",
4
+ "version": "0.1.387",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",