@icgio/icg-exchanges-wrapper 1.9.112 → 1.9.114

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.
@@ -316,7 +316,7 @@ module.exports = class Orders {
316
316
  order.order_type + ' cannot-be-canceled'
317
317
  )
318
318
  setTimeout(() => {
319
- this.delete_order_info(exchange, pair, order.type, order.order_id, order.order_type + 'cannot-be-canceled')
319
+ this.delete_order_info(exchange, pair, order.type, order.order_id, order.order_type + ' cannot-be-canceled')
320
320
  }, this.delete_finished_orders_timeout)
321
321
  } else {
322
322
  console.error('cancel order:', exchange, pair, order, res)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/icg-exchanges-wrapper",
3
- "version": "1.9.112",
3
+ "version": "1.9.114",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -17,9 +17,9 @@
17
17
  },
18
18
  "homepage": "https://github.com/icgio/icg-exchanges-wrapper#readme",
19
19
  "dependencies": {
20
- "@icgio/icg-exchanges": "^1.27.89",
20
+ "@icgio/icg-exchanges": "^1.27.91",
21
21
  "@icgio/icg-exchanges-data": "^1.6.45",
22
- "@icgio/icg-utils": "^1.7.19",
22
+ "@icgio/icg-utils": "^1.7.21",
23
23
  "influx": "^5.7.0",
24
24
  "lodash": "^4.17.20",
25
25
  "uuid": "^8.3.2",