@riocrypto/common 1.0.327 → 1.0.328

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.
@@ -44,7 +44,7 @@ var OrderStatus;
44
44
  OrderStatus["FeesFailed"] = "failed_fees";
45
45
  // When failed to get deposit address
46
46
  OrderStatus["DepositAddressFailed"] = "deposit_address_failed";
47
- // Unknown error
47
+ // Unknown error(s)
48
48
  OrderStatus["Failed"] = "failed_unknown";
49
49
  // When the order is expireed
50
50
  OrderStatus["Expired"] = "expired";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.327",
3
+ "version": "1.0.328",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",