@clonegod/ttd-core 3.0.12 → 3.0.13

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.
@@ -59,7 +59,8 @@ const try_lock_order_msg = (appConfig, order_msg) => __awaiter(void 0, void 0, v
59
59
  exports.try_lock_order_msg = try_lock_order_msg;
60
60
  const order_trace_id_set = new Set();
61
61
  const handle_order_message = (trade_appconfig, trade_instance, tx_result_checker_factory, recv_order_msg) => __awaiter(void 0, void 0, void 0, function* () {
62
- console.log(`\n\n\n================================== NEW ORDER ==================================`);
62
+ (0, __1.new_line)(2);
63
+ console.log(`================================== NEW ORDER ==================================`);
63
64
  let order_event_message;
64
65
  try {
65
66
  order_event_message = JSON.parse(recv_order_msg);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "3.0.12",
3
+ "version": "3.0.13",
4
4
  "description": "Common types and utilities for trading systems - use `npm run push` to publish",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",