@riocrypto/common 1.0.1600 → 1.0.1601

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.
@@ -84,6 +84,8 @@ const humanizeOrderStatus = (status) => {
84
84
  return "Refund complete";
85
85
  case order_status_1.OrderStatus.refundInitiated:
86
86
  return "Refund initiated";
87
+ case order_status_1.OrderStatus.AwaitingOriginOrderCompletion:
88
+ return "Waiting for origin order to complete";
87
89
  default:
88
90
  return "Unknown";
89
91
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1600",
3
+ "version": "1.0.1601",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",