@riocrypto/common 1.0.2509 → 1.0.2510

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.
@@ -96,6 +96,8 @@ const humanizeOrderStatus = (status) => {
96
96
  return "Time in force ended";
97
97
  case order_status_1.OrderStatus.BankPaymentDetailsAdded:
98
98
  return "Processing";
99
+ case order_status_1.OrderStatus.Queued:
100
+ return "Queued";
99
101
  default:
100
102
  if (status.toLowerCase().includes("failed")) {
101
103
  return "Failed";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.2509",
3
+ "version": "1.0.2510",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",