@riocrypto/common 1.0.766 → 1.0.767

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.
@@ -360,6 +360,8 @@ class CountryAsset extends Asset_1.Asset {
360
360
  // return "United Arab Emirates";
361
361
  case country_1.Country.UnitedKingdom:
362
362
  return "United Kingdom";
363
+ case country_1.Country.UnitedStates:
364
+ return "United States";
363
365
  // case Country.UnitedStatesOutlyingIslands:
364
366
  // return "United States Outlying Islands";
365
367
  // case Country.WallisAndFutuna:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.766",
3
+ "version": "1.0.767",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",