@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.iife.js CHANGED
@@ -30275,6 +30275,8 @@ var solanaWeb3 = (function (exports) {
30275
30275
  exports.SystemInstruction = SystemInstruction;
30276
30276
  exports.SystemProgram = SystemProgram;
30277
30277
  exports.Transaction = Transaction;
30278
+ exports.TransactionExpiredBlockheightExceededError = TransactionExpiredBlockheightExceededError;
30279
+ exports.TransactionExpiredTimeoutError = TransactionExpiredTimeoutError;
30278
30280
  exports.TransactionInstruction = TransactionInstruction;
30279
30281
  exports.VALIDATOR_INFO_KEY = VALIDATOR_INFO_KEY;
30280
30282
  exports.VOTE_PROGRAM_ID = VOTE_PROGRAM_ID;