@tap-payments/os-micro-frontend-shared 0.1.76 → 0.1.78

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.
@@ -13,6 +13,7 @@ export const SUPPORTED_CURRENCY_DETAILS = {
13
13
  USD: { decimals: 2, country: 'US' },
14
14
  GBP: { decimals: 2, country: 'GB' },
15
15
  EUR: { decimals: 2, country: 'GR' },
16
+ QAR: { decimals: 2, country: 'QA' },
16
17
  };
17
18
  export const SUPPORTED_CURRENCY_CODES = ['SAR', 'KWD', 'OMR', 'EGP', 'BHD', 'USD', 'AED', 'QAR', 'PKR', 'JOD', 'EUR', 'INR', 'GBP'];
18
19
  export const CATEGORIZED_CURRENCY_CODES = {
@@ -42,4 +42,5 @@ export const COUNTRIES_TIMEZONES = [
42
42
  { countryCode: 'PK', label: '(GMT:+0500) Pakistan', timezone: 'Asia/Karachi', offset: 5 },
43
43
  { countryCode: 'IN', label: '(GMT:-0500) India', timezone: 'America/Indiana/Indianapolis', offset: -5 },
44
44
  { countryCode: 'SG', label: '(GMT:+0800) Singapore', timezone: 'Asia/Singapore', offset: 8 },
45
+ { countryCode: 'US', label: '(GMT:-0500) Eastern Time (US & Canada)', timezone: 'America/New_York', offset: -5 },
45
46
  ];
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.76",
4
+ "version": "0.1.78",
5
5
  "testVersion": 1,
6
6
  "type": "module",
7
7
  "main": "build/index.js",