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

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,5 +2,6 @@ export declare enum ACCOUNT_SECTION {
2
2
  BRAND = "brand",
3
3
  ENTITY = "entity",
4
4
  USERS = "users",
5
- USER_ROLES = "userRoles"
5
+ USER_ROLES = "userRoles",
6
+ APP_SETTINGS = "appSettings"
6
7
  }
@@ -4,4 +4,5 @@ export var ACCOUNT_SECTION;
4
4
  ACCOUNT_SECTION["ENTITY"] = "entity";
5
5
  ACCOUNT_SECTION["USERS"] = "users";
6
6
  ACCOUNT_SECTION["USER_ROLES"] = "userRoles";
7
+ ACCOUNT_SECTION["APP_SETTINGS"] = "appSettings";
7
8
  })(ACCOUNT_SECTION || (ACCOUNT_SECTION = {}));
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.259-test.1",
5
- "testVersion": 1,
4
+ "version": "0.1.259-test.2",
5
+ "testVersion": 2,
6
6
  "type": "module",
7
7
  "main": "build/index.js",
8
8
  "module": "build/index.js",