@escapenavigator/utils 1.9.23 → 1.9.25

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.
@@ -17,14 +17,19 @@ const getCurrency = (currency) => {
17
17
  [profile_currency_1.ProfileCurrencyEnum.BGN]: 'лв',
18
18
  [profile_currency_1.ProfileCurrencyEnum.CAD]: 'C$',
19
19
  [profile_currency_1.ProfileCurrencyEnum.AUD]: '$',
20
- // [ProfileCurrencyEnum.NOK]: 'kr', // Норвежская крона
21
- // [ProfileCurrencyEnum.HRK]: 'kn', // Хорватская куна (до 2023 года)
22
- // [ProfileCurrencyEnum.RON]: 'lei', // Румынский лей
23
- // [ProfileCurrencyEnum.BGN]: 'лв', // Болгарский лев
24
- // [ProfileCurrencyEnum.RSD]: 'дин', // Сербский динар
25
- // [ProfileCurrencyEnum.ALL]: 'L', // Албанский лек
26
- // [ProfileCurrencyEnum.MKD]: 'ден', // Македонский денар
27
- // [ProfileCurrencyEnum.BAM]: 'KM', // Боснийская марка
20
+ [profile_currency_1.ProfileCurrencyEnum.NOK]: 'kr',
21
+ [profile_currency_1.ProfileCurrencyEnum.HRK]: 'kn',
22
+ [profile_currency_1.ProfileCurrencyEnum.RON]: 'lei',
23
+ [profile_currency_1.ProfileCurrencyEnum.RSD]: 'дин',
24
+ [profile_currency_1.ProfileCurrencyEnum.ALL]: 'L',
25
+ [profile_currency_1.ProfileCurrencyEnum.MKD]: 'ден',
26
+ [profile_currency_1.ProfileCurrencyEnum.BAM]: 'KM',
27
+ [profile_currency_1.ProfileCurrencyEnum.TRY]: '',
28
+ [profile_currency_1.ProfileCurrencyEnum.GEL]: '',
29
+ [profile_currency_1.ProfileCurrencyEnum.MDL]: '',
30
+ [profile_currency_1.ProfileCurrencyEnum.BYN]: '',
31
+ [profile_currency_1.ProfileCurrencyEnum.UAH]: '',
32
+ [profile_currency_1.ProfileCurrencyEnum.ISK]: '',
28
33
  };
29
34
  return res[currency] || currency;
30
35
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@escapenavigator/utils",
3
- "version": "1.9.23",
3
+ "version": "1.9.25",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -14,7 +14,7 @@
14
14
  "test": "jest"
15
15
  },
16
16
  "dependencies": {
17
- "@escapenavigator/types": "^1.9.23",
17
+ "@escapenavigator/types": "^1.9.25",
18
18
  "axios": "^0.21.4",
19
19
  "class-transformer": "^0.5.1",
20
20
  "class-validator": "^0.13.2",
@@ -55,5 +55,5 @@
55
55
  "node_modules"
56
56
  ]
57
57
  },
58
- "gitHead": "6fb500593fc1293ad6a3622cdf447af8b06252b0"
58
+ "gitHead": "78fa7ab00d971e9786bb2772fc2c012dd3900673"
59
59
  }