@wrcb/cb-common 1.0.110 → 1.0.112

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.
@@ -18,7 +18,7 @@ export declare enum TimeZone {
18
18
  Argentina = "GMT-3"
19
19
  }
20
20
  export declare enum Currency {
21
- BrasilianReal = "Real Brasileiro",
21
+ BrazilianReal = "Real Brasileiro",
22
22
  ArgentinePeso = "Peso Argentino"
23
23
  }
24
24
  export declare const countryInfoMap: Record<string, CountryInfo>;
@@ -19,13 +19,13 @@ var TimeZone;
19
19
  })(TimeZone || (exports.TimeZone = TimeZone = {}));
20
20
  var Currency;
21
21
  (function (Currency) {
22
- Currency["BrasilianReal"] = "Real Brasileiro";
22
+ Currency["BrazilianReal"] = "Real Brasileiro";
23
23
  Currency["ArgentinePeso"] = "Peso Argentino";
24
24
  })(Currency || (exports.Currency = Currency = {}));
25
25
  exports.countryInfoMap = {
26
26
  [Country.Brasil]: {
27
27
  country: Country.Brasil,
28
- currency: Currency.BrasilianReal,
28
+ currency: Currency.BrazilianReal,
29
29
  language: Language.Português,
30
30
  timeZone: TimeZone.Brasil
31
31
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrcb/cb-common",
3
- "version": "1.0.110",
3
+ "version": "1.0.112",
4
4
  "description": "Common resources between services",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",