@riocrypto/common 1.0.1121 → 1.0.1122

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.
@@ -384,6 +384,8 @@ class CountryAsset extends Asset_1.Asset {
384
384
  return "New Zealand";
385
385
  case country_of_origin_1.CountryOfOrigin.BritishVirginIslands:
386
386
  return "Virgin Islands (British)";
387
+ case country_of_origin_1.CountryOfOrigin.ElSalvador:
388
+ return "El Salvador";
387
389
  // case CountryOfOrigin.NewCaledonia:
388
390
  // return "New Caledonia";
389
391
  // case CountryOfOrigin.NewCaledonia:
@@ -45,6 +45,7 @@ export declare enum CountryOfOrigin {
45
45
  Singapore = "SG",
46
46
  Slovakia = "SK",
47
47
  Slovenia = "SI",
48
+ ElSalvador = "SV",
48
49
  SouthAfrica = "ZA",
49
50
  Panama = "PA",
50
51
  Spain = "ES",
@@ -49,6 +49,7 @@ var CountryOfOrigin;
49
49
  CountryOfOrigin["Singapore"] = "SG";
50
50
  CountryOfOrigin["Slovakia"] = "SK";
51
51
  CountryOfOrigin["Slovenia"] = "SI";
52
+ CountryOfOrigin["ElSalvador"] = "SV";
52
53
  CountryOfOrigin["SouthAfrica"] = "ZA";
53
54
  CountryOfOrigin["Panama"] = "PA";
54
55
  CountryOfOrigin["Spain"] = "ES";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1121",
3
+ "version": "1.0.1122",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",