@tap-payments/os-micro-frontend-shared 0.1.229 → 0.1.230

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.
@@ -46,7 +46,7 @@ export declare const API_LIST_CONSTANTS: {
46
46
  readonly page: 1;
47
47
  };
48
48
  readonly brands: {
49
- readonly limit: 20;
49
+ readonly limit: 50;
50
50
  };
51
51
  readonly MerchantsList: {
52
52
  readonly limit: 50;
@@ -46,7 +46,7 @@ export const API_LIST_CONSTANTS = {
46
46
  page: 1,
47
47
  },
48
48
  brands: {
49
- limit: 20,
49
+ limit: 50,
50
50
  },
51
51
  MerchantsList: {
52
52
  limit: API_BASE_LIMIT,
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.229",
4
+ "version": "0.1.230",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",