@riocrypto/common 1.0.1403 → 1.0.1406

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.
@@ -92,6 +92,8 @@ class CountryAsset extends Asset_1.Asset {
92
92
  // return "Albania";
93
93
  case country_of_origin_1.CountryOfOrigin.Algeria:
94
94
  return "Algeria";
95
+ case country_of_origin_1.CountryOfOrigin.CaymanIslands:
96
+ return "Cayman Islands";
95
97
  // case CountryOfOrigin.AmericanSamoa:
96
98
  // return "American Samoa";
97
99
  // case CountryOfOrigin.Andorra:
@@ -7,6 +7,7 @@ export declare enum CountryOfOrigin {
7
7
  Bolivia = "BO",
8
8
  Brazil = "BR",
9
9
  Canada = "CA",
10
+ CaymanIslands = "KY",
10
11
  Chile = "CL",
11
12
  Colombia = "CO",
12
13
  CostaRica = "CR",
@@ -11,6 +11,7 @@ var CountryOfOrigin;
11
11
  CountryOfOrigin["Bolivia"] = "BO";
12
12
  CountryOfOrigin["Brazil"] = "BR";
13
13
  CountryOfOrigin["Canada"] = "CA";
14
+ CountryOfOrigin["CaymanIslands"] = "KY";
14
15
  CountryOfOrigin["Chile"] = "CL";
15
16
  CountryOfOrigin["Colombia"] = "CO";
16
17
  CountryOfOrigin["CostaRica"] = "CR";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1403",
3
+ "version": "1.0.1406",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",