@clonegod/ttd-sol-common 1.0.100 → 1.0.101

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.
@@ -94,6 +94,7 @@ const handle_order_message = (appConfig, trade, message) => __awaiter(void 0, vo
94
94
  msg: 'SUCCESS',
95
95
  txid
96
96
  };
97
+ global.event_emitter = appConfig;
97
98
  new tx_result_check_1.TransactionResultChecker(env_args, appConfig, context, txid).init_tx_status().check();
98
99
  }
99
100
  catch (err) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-sol-common",
3
- "version": "1.0.100",
3
+ "version": "1.0.101",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "types/index.d.ts",