@solana/web3.js 1.44.0 → 1.44.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/lib/index.cjs.js CHANGED
@@ -9942,6 +9942,8 @@ exports.Struct = Struct;
9942
9942
  exports.SystemInstruction = SystemInstruction;
9943
9943
  exports.SystemProgram = SystemProgram;
9944
9944
  exports.Transaction = Transaction;
9945
+ exports.TransactionExpiredBlockheightExceededError = TransactionExpiredBlockheightExceededError;
9946
+ exports.TransactionExpiredTimeoutError = TransactionExpiredTimeoutError;
9945
9947
  exports.TransactionInstruction = TransactionInstruction;
9946
9948
  exports.VALIDATOR_INFO_KEY = VALIDATOR_INFO_KEY;
9947
9949
  exports.VOTE_PROGRAM_ID = VOTE_PROGRAM_ID;