apenft-js-tron 2.1.2-beta.3 → 2.1.2-beta.4

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.
@@ -299,7 +299,7 @@ var ContractSchemas = /** @class */ (function (_super) {
299
299
  if (output.receipt && output.receipt.result === 'SUCCESS') {
300
300
  console.log("defer.resolve");
301
301
  defer.eventEmitter.emit('confirmation', confirmationNumber, output, signedTransaction);
302
- defer.resolve({ txHash: signedTransaction.txID, txSend: defer.eventEmitter });
302
+ return [2 /*return*/, defer.resolve({ txHash: signedTransaction.txID, txSend: defer.eventEmitter })];
303
303
  }
304
304
  return [2 /*return*/];
305
305
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apenft-js-tron",
3
- "version": "2.1.2-beta.3",
3
+ "version": "2.1.2-beta.4",
4
4
  "description": "Javascript SDK for the APENFT ",
5
5
  "main": "dist/index.js",
6
6
  "author": "Project APENFT Developers",