@clonegod/ttd-sol-common 1.0.188 → 1.0.189

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