@riocrypto/common 1.0.684 → 1.0.685

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.
@@ -24,6 +24,8 @@ class CountryAsset extends Asset_1.Asset {
24
24
  return "Italy";
25
25
  case country_1.Country.Japan:
26
26
  return "Japan";
27
+ case country_1.Country.Panama:
28
+ return "Panama";
27
29
  // case Country.RussianFederation:
28
30
  // return "Russia";
29
31
  // case Country.China:
@@ -46,6 +46,7 @@ export declare enum Country {
46
46
  Slovakia = "SK",
47
47
  Slovenia = "SI",
48
48
  SouthAfrica = "ZA",
49
+ Panama = "PA",
49
50
  Spain = "ES",
50
51
  Sweden = "SE",
51
52
  Switzerland = "CH",
@@ -50,6 +50,7 @@ var Country;
50
50
  Country["Slovakia"] = "SK";
51
51
  Country["Slovenia"] = "SI";
52
52
  Country["SouthAfrica"] = "ZA";
53
+ Country["Panama"] = "PA";
53
54
  Country["Spain"] = "ES";
54
55
  Country["Sweden"] = "SE";
55
56
  Country["Switzerland"] = "CH";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.684",
3
+ "version": "1.0.685",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",