@solana/web3.js 1.41.2 → 1.41.3

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
@@ -30040,7 +30040,9 @@ var solanaWeb3 = (function (exports) {
30040
30040
  exports.Message = Message;
30041
30041
  exports.NONCE_ACCOUNT_LENGTH = NONCE_ACCOUNT_LENGTH;
30042
30042
  exports.NonceAccount = NonceAccount;
30043
+ exports.PACKET_DATA_SIZE = PACKET_DATA_SIZE;
30043
30044
  exports.PublicKey = PublicKey;
30045
+ exports.SIGNATURE_LENGTH_IN_BYTES = SIGNATURE_LENGTH_IN_BYTES;
30044
30046
  exports.SOLANA_SCHEMA = SOLANA_SCHEMA;
30045
30047
  exports.STAKE_CONFIG_ID = STAKE_CONFIG_ID;
30046
30048
  exports.STAKE_INSTRUCTION_LAYOUTS = STAKE_INSTRUCTION_LAYOUTS;