@clonegod/ttd-sol-common 1.0.187 → 1.0.188

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.
@@ -120,11 +120,9 @@ class TransactionResultChecker {
120
120
  this.event_emitter.emit(dist_1.TRANSACTION_STATE_FAILED, trade_result);
121
121
  }
122
122
  }
123
- if (dist_1.LOG.debug) {
124
- console.log('<====================================================');
125
- console.dir(trade_result, { depth: 8 });
126
- console.log('====================================================>');
127
- }
123
+ console.log('<====================================================');
124
+ console.dir(trade_result, { depth: 8 });
125
+ console.log('====================================================>');
128
126
  }
129
127
  else {
130
128
  clearInterval(intervalId);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-sol-common",
3
- "version": "1.0.187",
3
+ "version": "1.0.188",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "types/index.d.ts",