@icgio/icg-exchanges-wrapper 1.14.6 → 1.14.8

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.
@@ -426,6 +426,7 @@ module.exports = class Orders {
426
426
  type: type,
427
427
  order_id: order_id,
428
428
  order_type: order.order_type,
429
+ status: order.status,
429
430
  price: order.price,
430
431
  amount: order.amount,
431
432
  f_amount: order.f_amount,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.14.6",
3
+ "version": "1.14.8",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,12 +17,12 @@
17
17
  },
18
18
  "homepage": "https://github.com/icgio/icg-exchanges-wrapper#readme",
19
19
  "dependencies": {
20
- "@icgio/icg-exchanges": "^1.32.3",
21
- "@icgio/icg-exchanges-data": "^1.10.2",
22
- "@icgio/icg-utils": "^1.9.0",
20
+ "@icgio/icg-exchanges": "^1.32.4",
21
+ "@icgio/icg-exchanges-data": "^1.10.3",
22
+ "@icgio/icg-utils": "^1.9.1",
23
23
  "influx": "^5.10.0",
24
24
  "lodash": "^4.17.20",
25
- "uuid": "^9.0.1",
25
+ "uuid": "^11.1.0",
26
26
  "ws": "^8.18.1"
27
27
  }
28
28
  }