@aptos-labs/wallet-adapter-core 5.4.0 → 5.4.1

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.
package/dist/index.mjs CHANGED
@@ -294,7 +294,7 @@ function _ts_generator(thisArg, body) {
294
294
  };
295
295
  }
296
296
  }
297
- var WALLET_ADAPTER_CORE_VERSION = "5.4.0";
297
+ var WALLET_ADAPTER_CORE_VERSION = "5.4.1";
298
298
  // src/WalletCore.ts
299
299
  import EventEmitter from "eventemitter3";
300
300
  import { AccountAddress, Aptos as Aptos2, Network as Network3, NetworkToChainId } from "@aptos-labs/ts-sdk";
@@ -1712,7 +1712,8 @@ var WalletCore = /*#__PURE__*/ function(EventEmitter) {
1712
1712
  aptos.transaction.build.simple({
1713
1713
  sender: _this._account.address,
1714
1714
  data: transactionOrPayload.data,
1715
- options: transactionOrPayload.options
1715
+ options: transactionOrPayload.options,
1716
+ withFeePayer: transactionOrPayload.withFeePayer
1716
1717
  })
1717
1718
  ];
1718
1719
  case 6: