@multiversx/sdk-dapp 3.0.18 → 3.0.20
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/UI/DappModal/components/DappModal.js +1 -1
- package/UI/DappModal/components/index.js +1 -1
- package/UI/DappModal/index.js +1 -1
- package/UI/Denominate/index.js +1 -1
- package/UI/ExplorerLink/ExplorerLink.js +1 -1
- package/UI/ExplorerLink/index.js +1 -1
- package/UI/FormatAmount/FormatAmount.js +1 -1
- package/UI/FormatAmount/index.js +1 -1
- package/UI/ModalContainer/ModalContainer.js +1 -1
- package/UI/ModalContainer/index.js +1 -1
- package/UI/NotificationModal/NotificationModal.js +1 -1
- package/UI/NotificationModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/ConfirmAmountLabel.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountLabel/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModal.types.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
- package/UI/SignTransactionsModals/components/index.js +1 -1
- package/UI/SignTransactionsModals/index.js +1 -1
- package/UI/TokenDetails/index.js +1 -1
- package/UI/TransactionData/TransactionData.js +1 -1
- package/UI/TransactionData/components/TransactionDataDecode.js +1 -1
- package/UI/TransactionData/components/index.js +1 -1
- package/UI/TransactionData/index.js +1 -1
- package/UI/TransactionDetails/TransactionDetails.js +1 -1
- package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
- package/UI/TransactionDetails/components/index.js +1 -1
- package/UI/TransactionDetails/index.js +1 -1
- package/UI/TransactionInfo/TransactionInfo.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/ModalLink/ModalLink.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/ModalLink/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/index.js +1 -1
- package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
- package/UI/TransactionInfo/components/EventsList/index.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
- package/UI/TransactionInfo/components/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/TransactionInfoAge.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoAge/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/TransactionInfoGasLimit.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasLimit/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/TransactionInfoGasPrice.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasPrice/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
- package/UI/TransactionInfo/index.js +1 -1
- package/UI/TransactionsTable/TransactionsTable.js +1 -1
- package/UI/TransactionsTable/components/AccountName.js +1 -1
- package/UI/TransactionsTable/components/FailedTransactions.js +1 -1
- package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/ScAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/ShardSpan.js +1 -1
- package/UI/TransactionsTable/components/TransactionHash.js +1 -1
- package/UI/TransactionsTable/components/TransactionIcon.js +1 -1
- package/UI/TransactionsTable/components/TransactionMethod.js +1 -1
- package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
- package/UI/TransactionsTable/components/TransactionRow.js +1 -1
- package/UI/TransactionsTable/components/TransactionSender.js +1 -1
- package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
- package/UI/TransactionsTable/components/index.js +1 -1
- package/UI/TransactionsTable/index.js +1 -1
- package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/DefaultToastDeleteButton.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/utils/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
- package/UI/TransactionsToastList/components/index.js +1 -1
- package/UI/TransactionsToastList/index.js +1 -1
- package/UI/Trim/Trim.js +1 -1
- package/UI/Trim/index.js +1 -1
- package/UI/UsdValue/UsdValue.js +1 -1
- package/UI/UsdValue/index.js +1 -1
- package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
- package/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
- package/UI/iframe/IframeLoginButton/index.js +1 -1
- package/UI/index.js +1 -1
- package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
- package/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/getAuthTokenText.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/helpers/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerConnect/LedgerConnect.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerConnect/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/LedgerLoading.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoading/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/UI/ledger/index.js +1 -1
- package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
- package/UI/metamask/MetamaskLoginButton/index.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/UI/pages/UnlockPage/index.js +1 -1
- package/UI/pages/index.js +1 -1
- package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
- package/UI/passkey/PasskeyLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/UI/walletConnect/index.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
- package/UI/webWallet/XaliasLoginButton/index.js +1 -1
- package/__chunks__/chunk-23W57VQI.js +2 -0
- package/__chunks__/{chunk-2IP7PG2N.js → chunk-23WC2KZD.js} +2 -2
- package/__chunks__/{chunk-G2GEDE5X.js → chunk-2EWCUWIU.js} +2 -2
- package/__chunks__/{chunk-WRXNJQIY.js → chunk-2F54G2RO.js} +2 -2
- package/__chunks__/chunk-2FAELKQI.js +2 -0
- package/__chunks__/{chunk-RWKKUCND.js → chunk-2MPHNLIR.js} +2 -2
- package/__chunks__/{chunk-A5FD7DTK.js → chunk-2PVUEXHG.js} +2 -2
- package/__chunks__/{chunk-ZPB3ZJ2J.js → chunk-2S3WLTTZ.js} +2 -2
- package/__chunks__/chunk-2W3HTAH6.js +2 -0
- package/__chunks__/{chunk-GSQ6RX24.js → chunk-2WIDHMD3.js} +2 -2
- package/__chunks__/{chunk-KKHZHP3E.js → chunk-2ZQUCJ3M.js} +2 -2
- package/__chunks__/{chunk-ZP4YU52T.js → chunk-32LDF3IW.js} +2 -2
- package/__chunks__/chunk-32MQMBNY.js +2 -0
- package/__chunks__/{chunk-YSAZC3FJ.js → chunk-35PKC5YY.js} +2 -2
- package/__chunks__/chunk-373LPU6U.js +2 -0
- package/__chunks__/{chunk-PXO3KXPV.js → chunk-374FMRMN.js} +2 -2
- package/__chunks__/{chunk-WNUN6H4T.js → chunk-37LZRS45.js} +2 -2
- package/__chunks__/{chunk-3NXEJBK7.js → chunk-3CA7ECJG.js} +2 -2
- package/__chunks__/{chunk-SOOZPADC.js → chunk-3FCH2UAZ.js} +2 -2
- package/__chunks__/chunk-3FK4DGLL.js +2 -0
- package/__chunks__/{chunk-3L3N56FB.js → chunk-3HZ45UYC.js} +2 -2
- package/__chunks__/{chunk-5B3VR2FV.js → chunk-3KLEQWPP.js} +2 -2
- package/__chunks__/{chunk-MBNT47JC.js → chunk-3MFOF236.js} +2 -2
- package/__chunks__/chunk-3MMLW2FM.js +2 -0
- package/__chunks__/{chunk-K6Q3BCRA.js → chunk-3RLOPS7A.js} +2 -2
- package/__chunks__/{chunk-ZWAI37XZ.js → chunk-3T5225YP.js} +2 -2
- package/__chunks__/{chunk-SIBZP36W.js → chunk-3Y6TKA2K.js} +2 -2
- package/__chunks__/{chunk-FLNPSKM5.js → chunk-4ANW6FS5.js} +2 -2
- package/__chunks__/{chunk-CPTGXWUV.js → chunk-4G4VB35P.js} +2 -2
- package/__chunks__/{chunk-YLPK7HAX.js → chunk-4I7E4NJZ.js} +2 -2
- package/__chunks__/{chunk-FFPSOIDK.js → chunk-4MOGFP3Q.js} +2 -2
- package/__chunks__/{chunk-BNAILBH3.js → chunk-4ROI3DNA.js} +2 -2
- package/__chunks__/{chunk-GPRQNTUG.js → chunk-4TUUC3VG.js} +2 -2
- package/__chunks__/{chunk-R666NKD7.js → chunk-4UIDHBRY.js} +2 -2
- package/__chunks__/{chunk-GC3IMAFY.js → chunk-4XP7MUPS.js} +2 -2
- package/__chunks__/{chunk-ZVNBY4BK.js → chunk-4XVLB7O2.js} +2 -2
- package/__chunks__/{chunk-HS7U64J3.js → chunk-4ZPA2ZNG.js} +2 -2
- package/__chunks__/{chunk-GCNH3RZR.js → chunk-5352BVHS.js} +2 -2
- package/__chunks__/chunk-53UDFLVS.js +2 -0
- package/__chunks__/{chunk-TRUASFOC.js → chunk-57MR6GDY.js} +2 -2
- package/__chunks__/chunk-57R6QXXS.js +2 -0
- package/__chunks__/chunk-5AG7LTJX.js +2 -0
- package/__chunks__/{chunk-BRMDGFCG.js → chunk-5BLBYHWX.js} +2 -2
- package/__chunks__/{chunk-DPD3XJBG.js → chunk-5C4JVHQ3.js} +2 -2
- package/__chunks__/{chunk-QZD5N7RZ.js → chunk-5D4CGOGE.js} +2 -2
- package/__chunks__/{chunk-BK3F643X.js → chunk-5GBKDMCE.js} +2 -2
- package/__chunks__/chunk-5L7UGYCL.js +2 -0
- package/__chunks__/{chunk-LEKYTY2K.js → chunk-5LRWSHX3.js} +2 -2
- package/__chunks__/chunk-5NREUPDN.js +2 -0
- package/__chunks__/{chunk-RC7NBVBT.js → chunk-5QJNIURL.js} +2 -2
- package/__chunks__/{chunk-XECVYP4E.js → chunk-5R22KYMS.js} +2 -2
- package/__chunks__/{chunk-K7ITUXHA.js → chunk-5SCA66ZU.js} +2 -2
- package/__chunks__/chunk-5SHZENX7.js +2 -0
- package/__chunks__/{chunk-3CINYBP7.js → chunk-5SS7NZ62.js} +2 -2
- package/__chunks__/{chunk-PBD3PMQ6.js → chunk-5UW3KHZF.js} +2 -2
- package/__chunks__/chunk-5ZTQTA57.js +2 -0
- package/__chunks__/chunk-67LZSTQG.js +2 -0
- package/__chunks__/chunk-6DLLJ73W.js +2 -0
- package/__chunks__/{chunk-BUXN3GSA.js → chunk-6EJ3CDZ2.js} +2 -2
- package/__chunks__/{chunk-KY6VRMZ7.js → chunk-6MFLNPAV.js} +2 -2
- package/__chunks__/{chunk-H2MQCKDV.js → chunk-6MSKJ2PR.js} +2 -2
- package/__chunks__/{chunk-YR74VMN6.js → chunk-6PBV75WN.js} +2 -2
- package/__chunks__/{chunk-LYB2N5RS.js → chunk-753TEHRM.js} +2 -2
- package/__chunks__/{chunk-L7JIR6OV.js → chunk-77HA2TCZ.js} +2 -2
- package/__chunks__/{chunk-45TZJ2VF.js → chunk-7AHPPG66.js} +2 -2
- package/__chunks__/chunk-7HIOJST5.js +2 -0
- package/__chunks__/chunk-7QQW7OZC.js +2 -0
- package/__chunks__/{chunk-2NCVBO6D.js → chunk-7VPFM2FM.js} +2 -2
- package/__chunks__/{chunk-XSPP3G57.js → chunk-7X6D3IN6.js} +2 -2
- package/__chunks__/{chunk-6IOVE2XD.js → chunk-A4PKFKOI.js} +2 -2
- package/__chunks__/{chunk-B2XE3XO6.js → chunk-A57Z5SS4.js} +2 -2
- package/__chunks__/{chunk-AHFVMJ7X.js → chunk-AEE3RXHB.js} +2 -2
- package/__chunks__/chunk-AEL32BBY.js +2 -0
- package/__chunks__/{chunk-M3I2BY6B.js → chunk-AELXW3UM.js} +2 -2
- package/__chunks__/{chunk-4MYDIG2C.js → chunk-AH5JZOCZ.js} +2 -2
- package/__chunks__/{chunk-HAKH2P4P.js → chunk-AMHG363J.js} +2 -2
- package/__chunks__/{chunk-ZZ3PILAG.js → chunk-AR72EQDQ.js} +2 -2
- package/__chunks__/{chunk-TIMS5S2C.js → chunk-B3RDMC5R.js} +2 -2
- package/__chunks__/{chunk-LPRQ2IYP.js → chunk-B6AES4OZ.js} +2 -2
- package/__chunks__/{chunk-ZPEVRMR3.js → chunk-BBQYRT3U.js} +2 -2
- package/__chunks__/{chunk-5TQ6M4FL.js → chunk-BGY3RENH.js} +2 -2
- package/__chunks__/{chunk-WOXPP5OG.js → chunk-BH6L3X37.js} +2 -2
- package/__chunks__/{chunk-33ZQXWGC.js → chunk-BSAFBHP4.js} +2 -2
- package/__chunks__/chunk-BSS45KE5.js +2 -0
- package/__chunks__/{chunk-UTY6BZUT.js → chunk-BSSSW6DS.js} +2 -2
- package/__chunks__/{chunk-YOZHK36J.js → chunk-BT5CQ3TL.js} +2 -2
- package/__chunks__/{chunk-HI6OFQF5.js → chunk-BVC772NI.js} +2 -2
- package/__chunks__/{chunk-L5MDW727.js → chunk-C2WXU3NW.js} +2 -2
- package/__chunks__/{chunk-XL7XIOJR.js → chunk-C3FEVXGG.js} +2 -2
- package/__chunks__/{chunk-V3TVICHS.js → chunk-C3WI7D7F.js} +2 -2
- package/__chunks__/{chunk-N2M34KLB.js → chunk-C7FBZTKK.js} +2 -2
- package/__chunks__/{chunk-DYVTV6RQ.js → chunk-C7SLWPOR.js} +2 -2
- package/__chunks__/{chunk-7UV4S7IL.js → chunk-CAWOYSSN.js} +2 -2
- package/__chunks__/{chunk-WANC2RXX.js → chunk-CH76NS43.js} +2 -2
- package/__chunks__/{chunk-6KOTAMEE.js → chunk-CLYKUTT7.js} +2 -2
- package/__chunks__/chunk-CMQ35IPJ.js +2 -0
- package/__chunks__/{chunk-CUYJAD7W.js → chunk-COI4EMDU.js} +2 -2
- package/__chunks__/{chunk-6JKT3JAV.js → chunk-CP466LLF.js} +2 -2
- package/__chunks__/chunk-D3W4OXHN.js +2 -0
- package/__chunks__/{chunk-ATGKNVBX.js → chunk-D4US64MS.js} +2 -2
- package/__chunks__/{chunk-T3SLPLBT.js → chunk-DCBM62KH.js} +2 -2
- package/__chunks__/{chunk-IUMHVMTK.js → chunk-DD4LPADX.js} +2 -2
- package/__chunks__/{chunk-3B4DWW6O.js → chunk-DDMO5HPN.js} +2 -2
- package/__chunks__/{chunk-2AIEU6LZ.js → chunk-DIM4QWEK.js} +2 -2
- package/__chunks__/{chunk-KACXL2VQ.js → chunk-DLCUTHCZ.js} +2 -2
- package/__chunks__/{chunk-BPUHN7WW.js → chunk-DLZTETOY.js} +2 -2
- package/__chunks__/{chunk-7IKDWUZY.js → chunk-DPIDKLDE.js} +2 -2
- package/__chunks__/{chunk-K34NQEQO.js → chunk-DUHIIQF3.js} +2 -2
- package/__chunks__/{chunk-J5WQX5EE.js → chunk-DUJ3I45G.js} +2 -2
- package/__chunks__/chunk-DVZPZ72H.js +2 -0
- package/__chunks__/{chunk-NW56V3MY.js → chunk-EAG3ETLP.js} +2 -2
- package/__chunks__/{chunk-BNQM3PSY.js → chunk-EBFN2JQC.js} +2 -2
- package/__chunks__/{chunk-NTZB4F5Z.js → chunk-EBR57EHR.js} +2 -2
- package/__chunks__/{chunk-GWK5BOR4.js → chunk-ECLZP7XW.js} +2 -2
- package/__chunks__/{chunk-GAMY5LR7.js → chunk-EF57BAGN.js} +2 -2
- package/__chunks__/{chunk-LZM7JQGH.js → chunk-EG6G2Y34.js} +2 -2
- package/__chunks__/{chunk-HLTYS3PQ.js → chunk-EHWKULWV.js} +2 -2
- package/__chunks__/{chunk-WJSEVDZX.js → chunk-EIMOK4HN.js} +2 -2
- package/__chunks__/{chunk-PQQY2VA2.js → chunk-EMZYG7TB.js} +2 -2
- package/__chunks__/{chunk-SJFNSQDE.js → chunk-ENOR2DGK.js} +2 -2
- package/__chunks__/chunk-EPMMOVPH.js +2 -0
- package/__chunks__/chunk-ER7U52LM.js +2 -0
- package/__chunks__/{chunk-2Y7KT3FW.js → chunk-ESGYVSGQ.js} +2 -2
- package/__chunks__/{chunk-GC24T2RU.js → chunk-EUFDZO65.js} +2 -2
- package/__chunks__/{chunk-EZ2PLUR5.js → chunk-EW26E3PC.js} +2 -2
- package/__chunks__/chunk-F4KUUGH7.js +2 -0
- package/__chunks__/{chunk-SUPKMGBY.js → chunk-F4ZVPXUD.js} +2 -2
- package/__chunks__/{chunk-OHDOIVLS.js → chunk-F5HX2V7Y.js} +2 -2
- package/__chunks__/chunk-F7TPGTAX.js +2 -0
- package/__chunks__/{chunk-NVVUEWXN.js → chunk-FDR3SFSN.js} +2 -2
- package/__chunks__/{chunk-KPFB6TA7.js → chunk-FE5MUQSZ.js} +2 -2
- package/__chunks__/{chunk-FUNIQ52G.js → chunk-FFO63W7J.js} +2 -2
- package/__chunks__/{chunk-EB7KSHVC.js → chunk-FITLB2Z5.js} +2 -2
- package/__chunks__/{chunk-XDRLF7XB.js → chunk-FNO4USUA.js} +2 -2
- package/__chunks__/chunk-FTTEVENT.js +2 -0
- package/__chunks__/{chunk-DFXCBJPX.js → chunk-FYRM2TPY.js} +2 -2
- package/__chunks__/{chunk-XLNHVIPK.js → chunk-G2QZJWIY.js} +2 -2
- package/__chunks__/chunk-GABJA3SW.js +2 -0
- package/__chunks__/{chunk-IN4SP3V2.js → chunk-GBTPD7XI.js} +2 -2
- package/__chunks__/chunk-GFBJ6KSR.js +2 -0
- package/__chunks__/{chunk-NMC25ZUJ.js → chunk-GGJYXINP.js} +2 -2
- package/__chunks__/{chunk-WQDTUJFG.js → chunk-GJPDUXUP.js} +2 -2
- package/__chunks__/{chunk-NRUQYCRY.js → chunk-GLHSSAW5.js} +2 -2
- package/__chunks__/{chunk-A4X2GOUI.js → chunk-GMBVYARR.js} +2 -2
- package/__chunks__/chunk-GOHJBIXQ.js +2 -0
- package/__chunks__/{chunk-IE3IVXRG.js → chunk-GPK5TKRY.js} +2 -2
- package/__chunks__/{chunk-BBPVQC7L.js → chunk-GYZKZJYT.js} +2 -2
- package/__chunks__/{chunk-Y4OZCVUZ.js → chunk-HC62WSPV.js} +2 -2
- package/__chunks__/{chunk-TPMTRTYF.js → chunk-HFNGX3KT.js} +2 -2
- package/__chunks__/{chunk-ABDJB5G2.js → chunk-HG4W2KMT.js} +2 -2
- package/__chunks__/{chunk-HWKORQ2K.js → chunk-HGGDLHW3.js} +2 -2
- package/__chunks__/{chunk-O7BFK3AK.js → chunk-HHOGX6TO.js} +2 -2
- package/__chunks__/{chunk-3QAMKN76.js → chunk-HHPJ6WV3.js} +2 -2
- package/__chunks__/{chunk-BL3YCAIK.js → chunk-HMF2IDRU.js} +2 -2
- package/__chunks__/{chunk-CKNPVVRA.js → chunk-HNGOWZIV.js} +2 -2
- package/__chunks__/{chunk-73TBJORY.js → chunk-HRTPY35M.js} +2 -2
- package/__chunks__/{chunk-OT7M3OPU.js → chunk-I2A5AQNP.js} +2 -2
- package/__chunks__/{chunk-H7F7QSSU.js → chunk-I3X6N7LO.js} +2 -2
- package/__chunks__/chunk-IFE6VMJ3.js +2 -0
- package/__chunks__/{chunk-AUTRTBBJ.js → chunk-IGW3VTIY.js} +2 -2
- package/__chunks__/{chunk-D75WP7GF.js → chunk-INBYDHWB.js} +2 -2
- package/__chunks__/{chunk-XI3XVOOA.js → chunk-IOPVZ45X.js} +2 -2
- package/__chunks__/{chunk-ZDIO44CA.js → chunk-IRNEDUNB.js} +2 -2
- package/__chunks__/chunk-ISZ75WJH.js +2 -0
- package/__chunks__/chunk-IV2UAHHR.js +2 -0
- package/__chunks__/{chunk-FXTYNVIR.js → chunk-IZZTMNKL.js} +2 -2
- package/__chunks__/{chunk-MG4D5Y35.js → chunk-J4B76GXU.js} +2 -2
- package/__chunks__/{chunk-NUHG6ACY.js → chunk-J6OGEOZF.js} +2 -2
- package/__chunks__/{chunk-AN3PVYB6.js → chunk-JE427V4Z.js} +2 -2
- package/__chunks__/{chunk-TFZRV4WV.js → chunk-JFEGFJYG.js} +2 -2
- package/__chunks__/{chunk-2KLEV5AU.js → chunk-JIK3LUAR.js} +2 -2
- package/__chunks__/chunk-JJTGLVUF.js +2 -0
- package/__chunks__/{chunk-36ZXKKNC.js → chunk-JLIHM4EX.js} +2 -2
- package/__chunks__/{chunk-DHRUNZEK.js → chunk-JPCER52L.js} +2 -2
- package/__chunks__/{chunk-6VEYADOE.js → chunk-JPD3QTIU.js} +2 -2
- package/__chunks__/{chunk-IOL6OMHE.js → chunk-JPDRIR4Z.js} +2 -2
- package/__chunks__/{chunk-G2TQCLY5.js → chunk-JPKVM3BC.js} +2 -2
- package/__chunks__/chunk-JQMWV6DI.js +2 -0
- package/__chunks__/{chunk-RBG6ZS7K.js → chunk-JSB4XBCL.js} +2 -2
- package/__chunks__/chunk-K6BN2PIQ.js +2 -0
- package/__chunks__/{chunk-3AOUWDRN.js → chunk-KCGGUA32.js} +2 -2
- package/__chunks__/{chunk-6DGZJKY3.js → chunk-KHPD52EJ.js} +2 -2
- package/__chunks__/{chunk-UPRCDBIL.js → chunk-KMB7EN5T.js} +2 -2
- package/__chunks__/{chunk-EQ6O7XYT.js → chunk-KQWCGLKP.js} +2 -2
- package/__chunks__/chunk-KSQWG7D6.js +2 -0
- package/__chunks__/{chunk-TLG4GXZW.js → chunk-KWHIRYM3.js} +2 -2
- package/__chunks__/{chunk-CYSLBY5U.js → chunk-KXVCKONE.js} +2 -2
- package/__chunks__/{chunk-F4PPWPLD.js → chunk-L3NF2WWJ.js} +2 -2
- package/__chunks__/{chunk-AFOBGIC6.js → chunk-LAFMXFOI.js} +2 -2
- package/__chunks__/{chunk-JSANEGSJ.js → chunk-LBUDVIWP.js} +2 -2
- package/__chunks__/{chunk-IZ2LTUAS.js → chunk-LEQ75G3A.js} +2 -2
- package/__chunks__/chunk-LFKVDONT.js +2 -0
- package/__chunks__/{chunk-GSIGCMHA.js → chunk-LGJ4VZCA.js} +2 -2
- package/__chunks__/{chunk-DEZFV57Q.js → chunk-LHRY3BCM.js} +2 -2
- package/__chunks__/{chunk-CG2QJHSL.js → chunk-LHUR76KN.js} +2 -2
- package/__chunks__/{chunk-MYP4XQY5.js → chunk-LIEOTQFR.js} +2 -2
- package/__chunks__/chunk-LLOW255X.js +2 -0
- package/__chunks__/{chunk-G7NPLNV6.js → chunk-LO5TIX3Y.js} +2 -2
- package/__chunks__/{chunk-XCEBI3EQ.js → chunk-LTYEDJJ2.js} +2 -2
- package/__chunks__/{chunk-D62OYHN4.js → chunk-LV2S4RYW.js} +2 -2
- package/__chunks__/{chunk-U7I66IZO.js → chunk-LWLTZEUR.js} +2 -2
- package/__chunks__/{chunk-GDIJ3VWC.js → chunk-M246O3B3.js} +2 -2
- package/__chunks__/{chunk-ZPAVSH7G.js → chunk-M2MGPV3G.js} +2 -2
- package/__chunks__/{chunk-A6ZSNFXP.js → chunk-M7BKKUT5.js} +2 -2
- package/__chunks__/{chunk-VDQSHSAP.js → chunk-MA2KGP7W.js} +2 -2
- package/__chunks__/chunk-MBDEDSEW.js +2 -0
- package/__chunks__/{chunk-KRAXDXND.js → chunk-MCUKOZTI.js} +2 -2
- package/__chunks__/{chunk-6AJXQNY4.js → chunk-MF2ADMXP.js} +2 -2
- package/__chunks__/{chunk-HK3BL5WJ.js → chunk-MIULHZAH.js} +2 -2
- package/__chunks__/chunk-MPUNA5XV.js +2 -0
- package/__chunks__/{chunk-NPOQRA75.js → chunk-MVCZXQXR.js} +2 -2
- package/__chunks__/{chunk-UES4R3TC.js → chunk-MX7UJG44.js} +2 -2
- package/__chunks__/{chunk-IOK2AYLN.js → chunk-MXUHVHOH.js} +2 -2
- package/__chunks__/chunk-N57EYQI7.js +2 -0
- package/__chunks__/{chunk-XCETJVG5.js → chunk-N663DLSJ.js} +2 -2
- package/__chunks__/{chunk-HFGBJ5GL.js → chunk-N66X65TX.js} +2 -2
- package/__chunks__/{chunk-YNW5XE5N.js → chunk-N6HKO3SW.js} +2 -2
- package/__chunks__/{chunk-QGCSWJ3J.js → chunk-NFZXFTIJ.js} +2 -2
- package/__chunks__/chunk-NHLOLDJR.js +2 -0
- package/__chunks__/{chunk-ZQBSKR72.js → chunk-NHROF5TT.js} +2 -2
- package/__chunks__/{chunk-XNYEQEU6.js → chunk-NIVQGF2V.js} +2 -2
- package/__chunks__/{chunk-LUGGITMH.js → chunk-NMHPPGKU.js} +2 -2
- package/__chunks__/{chunk-JMTSXEZ3.js → chunk-NNWU2XKG.js} +2 -2
- package/__chunks__/{chunk-3FRL7P2E.js → chunk-NQAHCE7L.js} +2 -2
- package/__chunks__/chunk-NVL466WG.js +2 -0
- package/__chunks__/{chunk-W6YGSEZ4.js → chunk-NXNZKTGH.js} +2 -2
- package/__chunks__/{chunk-XEEY3HDK.js → chunk-O7A3B5UL.js} +2 -2
- package/__chunks__/{chunk-I5OGC7V5.js → chunk-O7JYT45R.js} +2 -2
- package/__chunks__/{chunk-UDMQAGTD.js → chunk-OBQG7TN6.js} +2 -2
- package/__chunks__/{chunk-R53SJ3NZ.js → chunk-OC33PRLG.js} +2 -2
- package/__chunks__/{chunk-DBRTYYBP.js → chunk-OCJRSBSJ.js} +2 -2
- package/__chunks__/{chunk-L6WTPOV5.js → chunk-OHAEDCR2.js} +2 -2
- package/__chunks__/{chunk-C64OHZJI.js → chunk-OMVKOTXJ.js} +2 -2
- package/__chunks__/{chunk-XB5AV6KL.js → chunk-OPT3JYNI.js} +2 -2
- package/__chunks__/chunk-OQPJ4PWY.js +2 -0
- package/__chunks__/{chunk-2JGKGQC4.js → chunk-OT6KGZK7.js} +2 -2
- package/__chunks__/{chunk-3VDMQS32.js → chunk-OTH7NKIZ.js} +2 -2
- package/__chunks__/chunk-OUPXEHT3.js +2 -0
- package/__chunks__/{chunk-BHK3YIYA.js → chunk-OX6AVWT2.js} +2 -2
- package/__chunks__/{chunk-F74R22JL.js → chunk-OXOSM3NE.js} +2 -2
- package/__chunks__/{chunk-MKL2OLL6.js → chunk-P34RUZDS.js} +2 -2
- package/__chunks__/{chunk-Y36G3HGF.js → chunk-P6QWJR6B.js} +2 -2
- package/__chunks__/{chunk-WQPYK64A.js → chunk-PAGUMJIE.js} +2 -2
- package/__chunks__/{chunk-5IFIHV7J.js → chunk-PCOFQP2Q.js} +2 -2
- package/__chunks__/{chunk-WLELEAGK.js → chunk-PEA3BMKQ.js} +2 -2
- package/__chunks__/{chunk-YIMSX4VD.js → chunk-PKNQHUL6.js} +2 -2
- package/__chunks__/chunk-PNBNE73F.js +2 -0
- package/__chunks__/{chunk-BQZAL57Q.js → chunk-PO7Q5SP6.js} +2 -2
- package/__chunks__/{chunk-LMMPVJHS.js → chunk-PPUI3BLS.js} +2 -2
- package/__chunks__/chunk-PZ4AH7DF.js +2 -0
- package/__chunks__/{chunk-MJJOJ7DA.js → chunk-Q3ADNNYG.js} +2 -2
- package/__chunks__/{chunk-YH4AUJVA.js → chunk-Q3FE2XOG.js} +2 -2
- package/__chunks__/{chunk-ASQ3U46M.js → chunk-Q7OFESUO.js} +2 -2
- package/__chunks__/{chunk-OGQJGQSH.js → chunk-QD537MZU.js} +2 -2
- package/__chunks__/{chunk-4EMUKO3O.js → chunk-QENN6NDL.js} +2 -2
- package/__chunks__/{chunk-XBNVZQA4.js → chunk-QMDTJFU3.js} +2 -2
- package/__chunks__/{chunk-2OGUKUYW.js → chunk-QRFFMY5Q.js} +2 -2
- package/__chunks__/{chunk-OVTUQNFB.js → chunk-QVVGHLCM.js} +2 -2
- package/__chunks__/chunk-QXKMNMR3.js +2 -0
- package/__chunks__/{chunk-JA3SLGX2.js → chunk-QZEWDJAT.js} +2 -2
- package/__chunks__/{chunk-IAKCDH5D.js → chunk-R23P6IMF.js} +2 -2
- package/__chunks__/{chunk-CLMGL2UV.js → chunk-RCAOXHIW.js} +2 -2
- package/__chunks__/{chunk-ELUYAFQH.js → chunk-REB7V7GV.js} +2 -2
- package/__chunks__/{chunk-DBEM42SR.js → chunk-REW33NNZ.js} +2 -2
- package/__chunks__/chunk-RFTCPHFA.js +2 -0
- package/__chunks__/{chunk-2RG4XFAN.js → chunk-RGY3TNI6.js} +2 -2
- package/__chunks__/{chunk-HV7MRP6D.js → chunk-RH2NFBDT.js} +2 -2
- package/__chunks__/{chunk-ZIHDYJLL.js → chunk-RP3LIXMU.js} +2 -2
- package/__chunks__/{chunk-4QMNIBLK.js → chunk-RPHIP3GG.js} +2 -2
- package/__chunks__/{chunk-LX7I6YEI.js → chunk-RPTNX4QD.js} +2 -2
- package/__chunks__/{chunk-XPMQVAXE.js → chunk-RQLFNBVQ.js} +2 -2
- package/__chunks__/{chunk-NNNZOKRA.js → chunk-RSS5QMSG.js} +2 -2
- package/__chunks__/{chunk-A5DQLJGX.js → chunk-RUHCRI3J.js} +2 -2
- package/__chunks__/{chunk-JN4X6QCT.js → chunk-RUKWPAV5.js} +2 -2
- package/__chunks__/{chunk-UH2U3I5W.js → chunk-RYLWXDF3.js} +2 -2
- package/__chunks__/{chunk-2HIUA3PT.js → chunk-S3GSO657.js} +2 -2
- package/__chunks__/{chunk-E663HYOF.js → chunk-S4PQUBHR.js} +2 -2
- package/__chunks__/{chunk-ASSEYEJJ.js → chunk-S5LOOIBU.js} +2 -2
- package/__chunks__/chunk-S7JXM4IQ.js +2 -0
- package/__chunks__/{chunk-L5QBPZ5I.js → chunk-SBM5GGVT.js} +2 -2
- package/__chunks__/{chunk-KSXK7ZQS.js → chunk-SCEWAVPS.js} +2 -2
- package/__chunks__/{chunk-7MEQWRNH.js → chunk-SI6KZT6Z.js} +2 -2
- package/__chunks__/chunk-SOKDCDVQ.js +2 -0
- package/__chunks__/chunk-SSU7LQ75.js +2 -0
- package/__chunks__/chunk-SVTFFUPI.js +2 -0
- package/__chunks__/{chunk-366BFEAQ.js → chunk-SW63E4XF.js} +2 -2
- package/__chunks__/{chunk-E5O47KXV.js → chunk-SYKBZAK4.js} +2 -2
- package/__chunks__/chunk-T5QULXFT.js +2 -0
- package/__chunks__/{chunk-7XPJPXQF.js → chunk-T6QWXWTA.js} +2 -2
- package/__chunks__/{chunk-Z5T3PMJE.js → chunk-TDQPGZCU.js} +2 -2
- package/__chunks__/{chunk-T24YSU7I.js → chunk-TFUQIJSW.js} +2 -2
- package/__chunks__/{chunk-HEV2DLYP.js → chunk-THJQY7LP.js} +2 -2
- package/__chunks__/chunk-TPTVXCBM.js +2 -0
- package/__chunks__/{chunk-TOCSIKJA.js → chunk-TPWHSHYF.js} +2 -2
- package/__chunks__/{chunk-MFPKPOZT.js → chunk-TQ6QT3CV.js} +2 -2
- package/__chunks__/chunk-TQKWYQTH.js +2 -0
- package/__chunks__/{chunk-IJKIVSOH.js → chunk-TQMYGMJN.js} +2 -2
- package/__chunks__/{chunk-YPOZU6Y3.js → chunk-TWF7LLNO.js} +2 -2
- package/__chunks__/chunk-TXIATRKL.js +2 -0
- package/__chunks__/{chunk-N6NWN72A.js → chunk-TY6FMLO7.js} +2 -2
- package/__chunks__/{chunk-4YP6ER5C.js → chunk-UD77MOQO.js} +2 -2
- package/__chunks__/{chunk-CN2BS3Z5.js → chunk-UIQ6LSH7.js} +2 -2
- package/__chunks__/{chunk-XP6N4TB2.js → chunk-ULH46A2C.js} +2 -2
- package/__chunks__/{chunk-C66BVUKM.js → chunk-UMRELM7U.js} +2 -2
- package/__chunks__/{chunk-XRNT76UY.js → chunk-UQVUMEKB.js} +2 -2
- package/__chunks__/{chunk-SD2ZJL4Z.js → chunk-UVNNIJQM.js} +2 -2
- package/__chunks__/{chunk-6QMORR5K.js → chunk-V3KBU724.js} +2 -2
- package/__chunks__/{chunk-CDJPQRSF.js → chunk-V74FQV7G.js} +2 -2
- package/__chunks__/{chunk-PTP4ZK4E.js → chunk-V7FF6W7W.js} +2 -2
- package/__chunks__/chunk-VA4VLSZI.js +2 -0
- package/__chunks__/{chunk-ZIIQ5MFR.js → chunk-VCAGTDM5.js} +2 -2
- package/__chunks__/{chunk-A6Z6LN54.js → chunk-VDOK2XCW.js} +2 -2
- package/__chunks__/{chunk-DOSMNWM2.js → chunk-VDQ6Y4OL.js} +2 -2
- package/__chunks__/chunk-VGKYKXQB.js +2 -0
- package/__chunks__/{chunk-W6MOVXXY.js → chunk-VHCCDSRK.js} +2 -2
- package/__chunks__/{chunk-VLCJAOJZ.js → chunk-VHWU4HAI.js} +2 -2
- package/__chunks__/{chunk-GUBGMHIC.js → chunk-VK5UZVMC.js} +2 -2
- package/__chunks__/{chunk-AIKFVFQ3.js → chunk-VKCOXQGP.js} +2 -2
- package/__chunks__/{chunk-5ZE4DETZ.js → chunk-VNBEES2K.js} +2 -2
- package/__chunks__/{chunk-TLR5RFIN.js → chunk-VVMCY4ZQ.js} +2 -2
- package/__chunks__/{chunk-SKX4EJGO.js → chunk-VZD2OAVQ.js} +2 -2
- package/__chunks__/{chunk-GNYH4SPT.js → chunk-W2JAHF5E.js} +2 -2
- package/__chunks__/chunk-W4DKUYK4.js +2 -0
- package/__chunks__/chunk-W5BDR4MJ.js +2 -0
- package/__chunks__/{chunk-AMFNXVCM.js → chunk-WAJFNNWI.js} +2 -2
- package/__chunks__/{chunk-KBWCG46F.js → chunk-WCAGWATQ.js} +2 -2
- package/__chunks__/{chunk-2VM6SFLZ.js → chunk-WDESVFYS.js} +2 -2
- package/__chunks__/{chunk-JUNOVW6Y.js → chunk-WI3J4ZLS.js} +2 -2
- package/__chunks__/{chunk-UXY5WZPX.js → chunk-WJ6U5ICO.js} +2 -2
- package/__chunks__/{chunk-YVH24RZH.js → chunk-WJWXV2SS.js} +2 -2
- package/__chunks__/{chunk-52FCCIBT.js → chunk-WLWZKCS2.js} +2 -2
- package/__chunks__/{chunk-GDUQ43F2.js → chunk-WOYSC7TW.js} +2 -2
- package/__chunks__/{chunk-2SCHD7Y5.js → chunk-WPLVRP4T.js} +2 -2
- package/__chunks__/{chunk-5PD4V7PN.js → chunk-WQGESRXP.js} +2 -2
- package/__chunks__/{chunk-C4I5OLSZ.js → chunk-WQOSFEA5.js} +2 -2
- package/__chunks__/{chunk-BNDLAUUS.js → chunk-WSPLEEDF.js} +2 -2
- package/__chunks__/chunk-WTS4XZXU.js +2 -0
- package/__chunks__/{chunk-G6OWQ4GF.js → chunk-WYMEJDWE.js} +2 -2
- package/__chunks__/{chunk-N2CCCYOS.js → chunk-WZGQ3WJA.js} +2 -2
- package/__chunks__/{chunk-75T2I3S5.js → chunk-X6JF6LLX.js} +2 -2
- package/__chunks__/{chunk-DNPORMYG.js → chunk-X74BWI6J.js} +2 -2
- package/__chunks__/chunk-XK47X6QI.js +2 -0
- package/__chunks__/{chunk-MTF3EZIB.js → chunk-XKTWOOJ5.js} +2 -2
- package/__chunks__/{chunk-JTMWMYCS.js → chunk-XSUYLYIB.js} +2 -2
- package/__chunks__/{chunk-X7YCL332.js → chunk-XUD3HGD3.js} +2 -2
- package/__chunks__/{chunk-5Q4NNIXY.js → chunk-XVBZAHE6.js} +2 -2
- package/__chunks__/{chunk-E2S6CATO.js → chunk-XXEKL2DH.js} +2 -2
- package/__chunks__/{chunk-ZF27ANY4.js → chunk-Y35IRBFJ.js} +2 -2
- package/__chunks__/{chunk-RORU34DN.js → chunk-Y443WR2P.js} +2 -2
- package/__chunks__/{chunk-OR42DSOO.js → chunk-Y7K6U7RL.js} +2 -2
- package/__chunks__/chunk-YDINZ72C.js +2 -0
- package/__chunks__/{chunk-BCDVSSQ6.js → chunk-YGCKNH5E.js} +2 -2
- package/__chunks__/{chunk-OUSIKRNJ.js → chunk-YMMFPBKR.js} +2 -2
- package/__chunks__/{chunk-ACV6ZBKI.js → chunk-YRZRHMBY.js} +2 -2
- package/__chunks__/{chunk-IGORY6G3.js → chunk-YYBSA2IS.js} +2 -2
- package/__chunks__/{chunk-2GRCIZYF.js → chunk-YZYBMXLD.js} +2 -2
- package/__chunks__/chunk-Z2FOGQXQ.js +2 -0
- package/__chunks__/{chunk-JVKY75JG.js → chunk-Z3WGQIRQ.js} +2 -2
- package/__chunks__/{chunk-SUY4WMMQ.js → chunk-Z5UAJISV.js} +2 -2
- package/__chunks__/chunk-ZA4AXCRU.js +2 -0
- package/__chunks__/chunk-ZD4N2Y4Y.js +2 -0
- package/__chunks__/{chunk-2KGXFHHC.js → chunk-ZF5JN26G.js} +2 -2
- package/__chunks__/chunk-ZFTKBHKQ.js +2 -0
- package/__chunks__/chunk-ZGMSULLK.js +2 -0
- package/__chunks__/{chunk-2AQTAXV7.js → chunk-ZI7MNIRO.js} +2 -2
- package/__chunks__/{chunk-AS43CSOP.js → chunk-ZLKKGZC6.js} +2 -2
- package/__chunks__/{chunk-5YOFTA6Z.js → chunk-ZM73TWIN.js} +2 -2
- package/__chunks__/{chunk-3D2KUB25.js → chunk-ZMM64XFP.js} +2 -2
- package/__chunks__/{chunk-PAIRJY2N.js → chunk-ZOKTZX4J.js} +2 -2
- package/__chunks__/{chunk-7ICEDXUF.js → chunk-ZRE4EBGO.js} +2 -2
- package/__chunks__/chunk-ZSGIG23Q.js +2 -0
- package/__chunks__/chunk-ZSIT433N.js +2 -0
- package/__chunks__/{chunk-ZHHX65UY.js → chunk-ZSPWULMC.js} +2 -2
- package/__chunks__/chunk-ZYQJI6VW.js +2 -0
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +22 -22
- package/__commonjs/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +9 -9
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +3 -3
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +5 -5
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +9 -9
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +14 -14
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignWithIframeModal/index.js +4 -4
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +24 -24
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +24 -24
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +20 -20
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/index.js +22 -22
- package/__commonjs/UI/TransactionData/TransactionData.js +2 -2
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode.js +2 -2
- package/__commonjs/UI/TransactionData/components/index.js +2 -2
- package/__commonjs/UI/TransactionData/index.js +2 -2
- package/__commonjs/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/DataDecode/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +3 -3
- package/__commonjs/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +5 -5
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/components/index.js +6 -6
- package/__commonjs/UI/TransactionInfo/components/TransactionAction/index.js +4 -4
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/TransactionInfoEgldPrice.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoEgldPrice/index.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
- package/__commonjs/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
- package/__commonjs/UI/TransactionsTable/components/index.js +9 -9
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +5 -5
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +5 -5
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/index.js +6 -6
- package/__commonjs/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +5 -5
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/components/index.js +5 -5
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/utils/getToastDataStateByStatus.js +1 -1
- package/__commonjs/UI/TransactionsToastList/components/TransactionToast/utils/index.js +1 -1
- package/__commonjs/UI/index.js +11 -11
- package/__commonjs/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
- package/__commonjs/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/__commonjs/UI/ledger/index.js +1 -1
- package/__commonjs/UI/pages/UnlockPage/index.js +1 -1
- package/__commonjs/UI/pages/index.js +1 -1
- package/__commonjs/UI/walletConnect/WalletConnectLoginButton/index.js +3 -3
- package/__commonjs/UI/walletConnect/index.js +4 -4
- package/__commonjs/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +2 -2
- package/__commonjs/UI/webWallet/XaliasCrossWindowLoginButton/index.js +2 -2
- package/__commonjs/__mocks__/index.js +1 -1
- package/__commonjs/__mocks__/utils/index.js +2 -2
- package/__commonjs/__mocks__/utils/renderWithProvider.js +2 -2
- package/__commonjs/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/__commonjs/components/TransactionsTracker/index.js +1 -1
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/login/index.js +1 -1
- package/__commonjs/hooks/login/useLedgerLogin.js +1 -1
- package/__commonjs/hooks/login/useLoginService.js +1 -1
- package/__commonjs/hooks/login/useWalletConnectV2Login.js +1 -1
- package/__commonjs/hooks/login/useWebWalletLogin.js +1 -1
- package/__commonjs/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
- package/__commonjs/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
- package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/__commonjs/hooks/transactions/helpers/index.js +1 -1
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/hooks/transactions/useTransactionsTracker.js +1 -1
- package/__commonjs/hooks/websocketListener/index.js +1 -1
- package/__commonjs/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/__commonjs/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/__commonjs/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/__commonjs/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/__commonjs/types/index.js +1 -1
- package/__commonjs/types/network.types.d.ts +2 -0
- package/__commonjs/types/network.types.js +1 -1
- package/__commonjs/utils/account/getIsProviderEqualTo.js +1 -1
- package/__commonjs/utils/account/index.js +1 -1
- package/__commonjs/utils/account/refreshAccount.js +1 -1
- package/__commonjs/utils/index.js +5 -5
- package/__commonjs/utils/operations/index.js +1 -1
- package/__commonjs/utils/transactions/batch/getTransactionsStatus.js +1 -1
- package/__commonjs/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +2 -2
- package/__commonjs/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +2 -2
- package/__commonjs/utils/transactions/index.js +1 -1
- package/__commonjs/utils/transactions/parseMultiEsdtTransferData.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
- package/__commonjs/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
- package/__commonjs/wrappers/DappProvider/CustomComponents.js +2 -2
- package/__commonjs/wrappers/DappProvider/DappProvider.js +2 -2
- package/__commonjs/wrappers/DappProvider/index.js +2 -2
- package/__commonjs/wrappers/index.js +2 -2
- package/__mocks__/accountConfig.js +1 -1
- package/__mocks__/index.js +1 -1
- package/__mocks__/server.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/renderWithProvider.js +1 -1
- package/apiCalls/accounts/getAccountFromApi.js +1 -1
- package/apiCalls/accounts/index.js +1 -1
- package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
- package/apiCalls/configuration/getApiAddressForChainId.js +1 -1
- package/apiCalls/configuration/getEnvironmentForChainId.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.js +1 -1
- package/apiCalls/configuration/getServerConfigurationForEnvironment.js +1 -1
- package/apiCalls/configuration/index.js +1 -1
- package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
- package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
- package/apiCalls/economics/getEconomicsInfo.js +1 -1
- package/apiCalls/economics/index.js +1 -1
- package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
- package/apiCalls/index.js +1 -1
- package/apiCalls/tokens/getPersistedToken.js +1 -1
- package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
- package/apiCalls/transactions/index.js +1 -1
- package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
- package/apiCalls/transactions/sendSignedTransactions.js +1 -1
- package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
- package/apiCalls/utils/getCleanApiAddress.js +1 -1
- package/apiCalls/utils/getScamAddressData.js +1 -1
- package/apiCalls/utils/index.js +1 -1
- package/apiCalls/utils/useApiFetch.js +1 -1
- package/components/LogoutListener/LogoutListener.js +1 -1
- package/components/LogoutListener/helpers/index.js +1 -1
- package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
- package/components/LogoutListener/index.js +1 -1
- package/components/ProviderInitializer/ProviderInitializer.js +1 -1
- package/components/ProviderInitializer/helpers/index.js +1 -1
- package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
- package/components/ProviderInitializer/hooks/index.js +1 -1
- package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
- package/components/ProviderInitializer/index.js +1 -1
- package/components/TransactionSender/TransactionSender.js +1 -1
- package/components/TransactionSender/index.js +1 -1
- package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.js +1 -1
- package/constants/index.js +1 -1
- package/constants/network.js +1 -1
- package/hooks/account/index.js +1 -1
- package/hooks/account/useGetAccount.js +1 -1
- package/hooks/account/useGetAccountInfo.js +1 -1
- package/hooks/account/useGetAccountProvider.js +1 -1
- package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
- package/hooks/account/useGetIsLoggedIn.js +1 -1
- package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
- package/hooks/account/useGetLoginInfo.js +1 -1
- package/hooks/account/useGetWebsocketEvent.js +1 -1
- package/hooks/economics/index.js +1 -1
- package/hooks/economics/useGetEgldPrice.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/login/helpers/clearInitiatedLogins.js +1 -1
- package/hooks/login/helpers/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useCrossWindowLogin.js +1 -1
- package/hooks/login/useExtensionLogin.js +1 -1
- package/hooks/login/useGetModalLoginMethods.js +1 -1
- package/hooks/login/useIframeLogin.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.js +1 -1
- package/hooks/login/useMetamaskLogin.js +1 -1
- package/hooks/login/useOperaLogin.js +1 -1
- package/hooks/login/usePasskeyLogin.js +1 -1
- package/hooks/login/useWalletConnectV2Login.js +1 -1
- package/hooks/login/useWebViewLogin.js +1 -1
- package/hooks/login/useWebWalletLogin.js +1 -1
- package/hooks/login/useXaliasLogin.js +1 -1
- package/hooks/signMessage/index.js +1 -1
- package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
- package/hooks/signMessage/useSignMessage.js +1 -1
- package/hooks/toasts/index.js +1 -1
- package/hooks/toasts/useGetToasts.js +1 -1
- package/hooks/toasts/useTransactionsToasts.js +1 -1
- package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useUpdateBatch.js +1 -1
- package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatches.js +1 -1
- package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
- package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
- package/hooks/transactions/helpers/buildBatchId.js +1 -1
- package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/hooks/transactions/helpers/extractSessionId.js +1 -1
- package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
- package/hooks/transactions/helpers/index.js +1 -1
- package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
- package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
- package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
- package/hooks/transactions/index.js +1 -1
- package/hooks/transactions/useCancelWalletConnectAction.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
- package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
- package/hooks/transactions/useGetFailedTransactions.js +1 -1
- package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
- package/hooks/transactions/useGetPendingTransactions.js +1 -1
- package/hooks/transactions/useGetPollingInterval.js +1 -1
- package/hooks/transactions/useGetSignTransactionsError.js +1 -1
- package/hooks/transactions/useGetSignedTransactions.js +1 -1
- package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
- package/hooks/transactions/useGetTokenDetails.js +1 -1
- package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
- package/hooks/transactions/useParseMultiEsdtTransferData.js +1 -1
- package/hooks/transactions/useParseSignedTransactions.js +1 -1
- package/hooks/transactions/useSignMultipleTransactions.js +1 -1
- package/hooks/transactions/useSignTransactions.js +1 -1
- package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
- package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/hooks/transactions/useTransactionsTracker.js +1 -1
- package/hooks/useGetNetworkConfig.js +1 -1
- package/hooks/useGetNotification.js +1 -1
- package/hooks/websocketListener/index.js +1 -1
- package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/models/index.js +1 -1
- package/models/newTransaction.js +1 -1
- package/package.json +3 -3
- package/providers/accountProvider.js +1 -1
- package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
- package/providers/experimentalWebViewProvider/index.js +1 -1
- package/providers/index.js +1 -1
- package/providers/utils.js +1 -1
- package/providers/webviewProvider/index.js +1 -1
- package/providers/webviewProvider/requestMethods.js +1 -1
- package/providers/webviewProvider/webviewProvider.js +1 -1
- package/reduxStore/DappProviderContext.js +1 -1
- package/reduxStore/commonActions.js +1 -1
- package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/reduxStore/persistConfig.js +1 -1
- package/reduxStore/persistedRootReducer.js +1 -1
- package/reduxStore/reducers.js +1 -1
- package/reduxStore/rootReducer.js +1 -1
- package/reduxStore/selectors/accountInfoSelectors.js +1 -1
- package/reduxStore/selectors/index.js +1 -1
- package/reduxStore/selectors/loginInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsSelectors.js +1 -1
- package/reduxStore/slices/accountInfoSlice.js +1 -1
- package/reduxStore/slices/batchTransactionsSlice.js +1 -1
- package/reduxStore/slices/dappConfigSlice.js +1 -1
- package/reduxStore/slices/index.js +1 -1
- package/reduxStore/slices/loginInfoSlice.js +1 -1
- package/reduxStore/slices/modalsSlice.js +1 -1
- package/reduxStore/slices/networkConfigSlice.js +1 -1
- package/reduxStore/slices/signedMessageInfoSlice.js +1 -1
- package/reduxStore/slices/toastsSlice.js +1 -1
- package/reduxStore/slices/transactionsInfoSlice.js +1 -1
- package/reduxStore/slices/transactionsSlice.js +1 -1
- package/reduxStore/store.js +1 -1
- package/services/index.js +1 -1
- package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
- package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/services/transactions/clearTransactions.js +1 -1
- package/services/transactions/getBatchTransactionsStatus.js +1 -1
- package/services/transactions/getTransactionsDetails.js +1 -1
- package/services/transactions/index.js +1 -1
- package/services/transactions/isCrossShardTransaction.js +1 -1
- package/services/transactions/sendBatchTransactions.js +1 -1
- package/services/transactions/sendBatchTransactions.test.js +1 -1
- package/services/transactions/sendTransactions.js +1 -1
- package/services/transactions/signTransactions.js +1 -1
- package/services/transactions/transformAndSignTransactions.js +1 -1
- package/services/transactions/updateSignedTransactions.js +1 -1
- package/services/transactions/utils/transformTransactionsToSign.js +1 -1
- package/services/transactions/utils.js +1 -1
- package/types/index.js +1 -1
- package/types/network.types.d.ts +2 -0
- package/types/network.types.js +1 -1
- package/utils/account/getAccount.js +1 -1
- package/utils/account/getAccountBalance.js +1 -1
- package/utils/account/getAccountProviderType.js +1 -1
- package/utils/account/getAccountShard.js +1 -1
- package/utils/account/getAddress.js +1 -1
- package/utils/account/getIsProviderEqualTo.js +1 -1
- package/utils/account/getLatestNonce.js +1 -1
- package/utils/account/getShardOfAddress.js +1 -1
- package/utils/account/getWebviewToken.js +1 -1
- package/utils/account/index.js +1 -1
- package/utils/account/loginWithExternalProvider.js +1 -1
- package/utils/account/refreshAccount.js +1 -1
- package/utils/account/setNonce.js +1 -1
- package/utils/account/signMessage.js +1 -1
- package/utils/getIsLoggedIn.js +1 -1
- package/utils/index.js +1 -1
- package/utils/logout.js +1 -1
- package/utils/network/getChainID.js +1 -1
- package/utils/network/getEgldLabel.js +1 -1
- package/utils/network/getNetworkConfig.js +1 -1
- package/utils/network/index.js +1 -1
- package/utils/operations/calculateFeeInFiat.js +1 -1
- package/utils/operations/calculateFeeLimit.js +1 -1
- package/utils/operations/denominate.js +1 -1
- package/utils/operations/formatAmount.js +1 -1
- package/utils/operations/index.js +1 -1
- package/utils/operations/ledger/getLedgerVersionOptions.js +1 -1
- package/utils/operations/ledger/index.js +1 -1
- package/utils/operations/nominate.js +1 -1
- package/utils/operations/parseAmount.js +1 -1
- package/utils/smartContracts.js +1 -1
- package/utils/toasts/customToastsActions.js +1 -1
- package/utils/toasts/index.js +1 -1
- package/utils/transactions/batch/getTransactionsStatus.js +1 -1
- package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
- package/utils/transactions/builtCallbackUrl.js +1 -1
- package/utils/transactions/getAllTransactionsLink.js +1 -1
- package/utils/transactions/getAreTransactionsOnSameShard.js +1 -1
- package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getReceiptMessage.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getEgldValueData.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromActions.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromOperations.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/index.js +1 -1
- package/utils/transactions/getOperationsDetails.js +1 -1
- package/utils/transactions/getTransactionLink.js +1 -1
- package/utils/transactions/index.js +1 -1
- package/utils/transactions/isGuardianTx.js +1 -1
- package/utils/transactions/parseMultiEsdtTransferData.js +1 -1
- package/utils/transactions/parseMultiEsdtTransferDataForMultipleTransactions.js +1 -1
- package/utils/transactions/parseTransactionAfterSigning.js +1 -1
- package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getScResultsInitialDecodeMethod.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getShardText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionLinkWithLabel.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionMessages.js +1 -1
- package/utils/transactions/transactionInfoHelpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/mexUnwrapper.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
- package/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
- package/utils/transactions/transactionInfoHelpers/useDataDecodeMethod.js +1 -1
- package/utils/validation/index.js +1 -1
- package/utils/validation/maxDecimals.js +1 -1
- package/utils/validation/stringIsFloat.js +1 -1
- package/utils/waitForChainID.js +1 -1
- package/utils/walletconnect/__mocks__/sdkWalletconnectProvider.js +1 -1
- package/web/hooks/index.js +1 -1
- package/web/hooks/useIdleTimer.js +1 -1
- package/web/index.js +1 -1
- package/wrappers/AppInitializer.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/index.js +1 -1
- package/wrappers/DappProvider/CustomComponents.js +1 -1
- package/wrappers/DappProvider/DappProvider.js +1 -1
- package/wrappers/DappProvider/index.js +1 -1
- package/wrappers/index.js +1 -1
- package/__chunks__/chunk-27FH5G67.js +0 -2
- package/__chunks__/chunk-42M6IY4Z.js +0 -2
- package/__chunks__/chunk-443DT25B.js +0 -2
- package/__chunks__/chunk-4H47G34Q.js +0 -2
- package/__chunks__/chunk-52IXS66S.js +0 -2
- package/__chunks__/chunk-5YK22TET.js +0 -2
- package/__chunks__/chunk-5ZEU6QMA.js +0 -2
- package/__chunks__/chunk-6E3DEOH3.js +0 -2
- package/__chunks__/chunk-6W7DVGIL.js +0 -2
- package/__chunks__/chunk-7A55YIB6.js +0 -2
- package/__chunks__/chunk-7FJ2PHIP.js +0 -2
- package/__chunks__/chunk-7OACEH3X.js +0 -2
- package/__chunks__/chunk-AVGGN2LY.js +0 -2
- package/__chunks__/chunk-BFHMV5A6.js +0 -2
- package/__chunks__/chunk-BG5F4VLD.js +0 -2
- package/__chunks__/chunk-BMV2L5DM.js +0 -2
- package/__chunks__/chunk-BWI6T72S.js +0 -2
- package/__chunks__/chunk-CL6IW7IS.js +0 -2
- package/__chunks__/chunk-CQYDQFE4.js +0 -2
- package/__chunks__/chunk-CS3BFVVL.js +0 -2
- package/__chunks__/chunk-D4NANPZS.js +0 -2
- package/__chunks__/chunk-DL6ZH3ZM.js +0 -2
- package/__chunks__/chunk-DSNZ6WWJ.js +0 -2
- package/__chunks__/chunk-E4VQH6BK.js +0 -2
- package/__chunks__/chunk-EMIZYMPZ.js +0 -2
- package/__chunks__/chunk-FERW6O6J.js +0 -2
- package/__chunks__/chunk-FOV4YAAN.js +0 -2
- package/__chunks__/chunk-FY6ENH4F.js +0 -2
- package/__chunks__/chunk-GE6AWBV7.js +0 -2
- package/__chunks__/chunk-GYFGZGPB.js +0 -2
- package/__chunks__/chunk-HGBHLYSY.js +0 -2
- package/__chunks__/chunk-HK3IGHZP.js +0 -2
- package/__chunks__/chunk-HL5YGNOT.js +0 -2
- package/__chunks__/chunk-IXUNCHI4.js +0 -2
- package/__chunks__/chunk-KSBIKCRA.js +0 -2
- package/__chunks__/chunk-L43ZE6DO.js +0 -2
- package/__chunks__/chunk-LTQQHGJA.js +0 -2
- package/__chunks__/chunk-M3KZ5ZCM.js +0 -2
- package/__chunks__/chunk-M7QUL4WU.js +0 -2
- package/__chunks__/chunk-N5OGU3OY.js +0 -2
- package/__chunks__/chunk-NGSXPTM7.js +0 -2
- package/__chunks__/chunk-NOFGMWJX.js +0 -2
- package/__chunks__/chunk-NSUEKEPT.js +0 -2
- package/__chunks__/chunk-OBXVMKUP.js +0 -2
- package/__chunks__/chunk-OJDKSNKS.js +0 -2
- package/__chunks__/chunk-PVCQBXC5.js +0 -2
- package/__chunks__/chunk-Q4L3J62S.js +0 -2
- package/__chunks__/chunk-Q7G6IS5N.js +0 -2
- package/__chunks__/chunk-QQGKX76V.js +0 -2
- package/__chunks__/chunk-QSQMERZY.js +0 -2
- package/__chunks__/chunk-R4NOSGSY.js +0 -2
- package/__chunks__/chunk-RMSI2KAF.js +0 -2
- package/__chunks__/chunk-ROVLCWLB.js +0 -2
- package/__chunks__/chunk-RPRH53SN.js +0 -2
- package/__chunks__/chunk-S6WU7FIP.js +0 -2
- package/__chunks__/chunk-SHX5DLRE.js +0 -2
- package/__chunks__/chunk-SKQHXYAY.js +0 -2
- package/__chunks__/chunk-SMD3P2QU.js +0 -2
- package/__chunks__/chunk-SNJ63XJS.js +0 -2
- package/__chunks__/chunk-SUNJRNCA.js +0 -2
- package/__chunks__/chunk-SYEARPKN.js +0 -2
- package/__chunks__/chunk-SYYNFXUN.js +0 -2
- package/__chunks__/chunk-TELFM4OQ.js +0 -2
- package/__chunks__/chunk-VUAMGFOX.js +0 -2
- package/__chunks__/chunk-VYUSRJOU.js +0 -2
- package/__chunks__/chunk-WP6VM5J2.js +0 -2
- package/__chunks__/chunk-WWSMEEPR.js +0 -2
- package/__chunks__/chunk-XSCEIJSP.js +0 -2
- package/__chunks__/chunk-XUEKGCYZ.js +0 -2
- package/__chunks__/chunk-XVIPFZ65.js +0 -2
- package/__chunks__/chunk-YGWO7L5T.js +0 -2
- package/__chunks__/chunk-YHUSZC3I.js +0 -2
- package/__chunks__/chunk-YVGR3MVT.js +0 -2
- package/__chunks__/chunk-YWRTTCYK.js +0 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var vr=Object.create;var z=Object.defineProperty;var Tr=Object.getOwnPropertyDescriptor;var Ur=Object.getOwnPropertyNames;var Ir=Object.getPrototypeOf,Cr=Object.prototype.hasOwnProperty;var br=(t,r)=>()=>(t&&(r=t(t=0)),r);var D=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports);var rr=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of Ur(r))!Cr.call(t,i)&&i!==e&&z(t,i,{get:()=>r[i],enumerable:!(n=Tr(r,i))||n.enumerable});return t};var er=(t,r,e)=>(e=t!=null?vr(Ir(t)):{},rr(r||!t||!t.__esModule?z(e,"default",{value:t,enumerable:!0}):e,t)),Lr=t=>rr(z({},"__esModule",{value:!0}),t);var ir=D(N=>{"use strict";d();N.byteLength=kr;N.toByteArray=Mr;N.fromByteArray=Wr;var E=[],m=[],Sr=typeof Uint8Array!="undefined"?Uint8Array:Array,H="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(U=0,tr=H.length;U<tr;++U)E[U]=H[U],m[H.charCodeAt(U)]=U;var U,tr;m["-".charCodeAt(0)]=62;m["_".charCodeAt(0)]=63;function nr(t){var r=t.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");e===-1&&(e=r);var n=e===r?0:4-e%4;return[e,n]}function kr(t){var r=nr(t),e=r[0],n=r[1];return(e+n)*3/4-n}function Rr(t,r,e){return(r+e)*3/4-e}function Mr(t){var r,e=nr(t),n=e[0],i=e[1],o=new Sr(Rr(t,n,i)),u=0,h=i>0?n-4:n,f;for(f=0;f<h;f+=4)r=m[t.charCodeAt(f)]<<18|m[t.charCodeAt(f+1)]<<12|m[t.charCodeAt(f+2)]<<6|m[t.charCodeAt(f+3)],o[u++]=r>>16&255,o[u++]=r>>8&255,o[u++]=r&255;return i===2&&(r=m[t.charCodeAt(f)]<<2|m[t.charCodeAt(f+1)]>>4,o[u++]=r&255),i===1&&(r=m[t.charCodeAt(f)]<<10|m[t.charCodeAt(f+1)]<<4|m[t.charCodeAt(f+2)]>>2,o[u++]=r>>8&255,o[u++]=r&255),o}function Dr(t){return E[t>>18&63]+E[t>>12&63]+E[t>>6&63]+E[t&63]}function Nr(t,r,e){for(var n,i=[],o=r;o<e;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(Dr(n));return i.join("")}function Wr(t){for(var r,e=t.length,n=e%3,i=[],o=16383,u=0,h=e-n;u<h;u+=o)i.push(Nr(t,u,u+o>h?h:u+o));return n===1?(r=t[e-1],i.push(E[r>>2]+E[r<<4&63]+"==")):n===2&&(r=(t[e-2]<<8)+t[e-1],i.push(E[r>>10]+E[r>>4&63]+E[r<<2&63]+"=")),i.join("")}});var or=D(X=>{d();X.read=function(t,r,e,n,i){var o,u,h=i*8-n-1,f=(1<<h)-1,s=f>>1,c=-7,p=e?i-1:0,g=e?-1:1,x=t[r+p];for(p+=g,o=x&(1<<-c)-1,x>>=-c,c+=h;c>0;o=o*256+t[r+p],p+=g,c-=8);for(u=o&(1<<-c)-1,o>>=-c,c+=n;c>0;u=u*256+t[r+p],p+=g,c-=8);if(o===0)o=1-s;else{if(o===f)return u?NaN:(x?-1:1)*(1/0);u=u+Math.pow(2,n),o=o-s}return(x?-1:1)*u*Math.pow(2,o-n)};X.write=function(t,r,e,n,i,o){var u,h,f,s=o*8-i-1,c=(1<<s)-1,p=c>>1,g=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,x=n?0:o-1,b=n?1:-1,_r=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(h=isNaN(r)?1:0,u=c):(u=Math.floor(Math.log(r)/Math.LN2),r*(f=Math.pow(2,-u))<1&&(u--,f*=2),u+p>=1?r+=g/f:r+=g*Math.pow(2,1-p),r*f>=2&&(u++,f/=2),u+p>=c?(h=0,u=c):u+p>=1?(h=(r*f-1)*Math.pow(2,i),u=u+p):(h=r*Math.pow(2,p-1)*Math.pow(2,i),u=0));i>=8;t[e+x]=h&255,x+=b,h/=256,i-=8);for(u=u<<i|h,s+=i;s>0;t[e+x]=u&255,x+=b,u/=256,s-=8);t[e+x-b]|=_r*128}});var gr=D(S=>{"use strict";d();var G=ir(),L=or(),ur=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;S.Buffer=a;S.SlowBuffer=Xr;S.INSPECT_MAX_BYTES=50;var V=2147483647;S.kMaxLength=V;a.TYPED_ARRAY_SUPPORT=Vr();!a.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function Vr(){try{var t=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(t,r),t.foo()===42}catch(e){return!1}}Object.defineProperty(a.prototype,"parent",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.buffer}});Object.defineProperty(a.prototype,"offset",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.byteOffset}});function _(t){if(t>V)throw new RangeError('The value "'+t+'" is invalid for option "size"');var r=new Uint8Array(t);return Object.setPrototypeOf(r,a.prototype),r}function a(t,r,e){if(typeof t=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return K(t)}return fr(t,r,e)}a.poolSize=8192;function fr(t,r,e){if(typeof t=="string")return qr(t,r);if(ArrayBuffer.isView(t))return zr(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(F(t,ArrayBuffer)||t&&F(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(F(t,SharedArrayBuffer)||t&&F(t.buffer,SharedArrayBuffer)))return J(t,r,e);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return a.from(n,r,e);var i=Hr(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return a.from(t[Symbol.toPrimitive]("string"),r,e);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}a.from=function(t,r,e){return fr(t,r,e)};Object.setPrototypeOf(a.prototype,Uint8Array.prototype);Object.setPrototypeOf(a,Uint8Array);function pr(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function Yr(t,r,e){return pr(t),t<=0?_(t):r!==void 0?typeof e=="string"?_(t).fill(r,e):_(t).fill(r):_(t)}a.alloc=function(t,r,e){return Yr(t,r,e)};function K(t){return pr(t),_(t<0?0:Z(t)|0)}a.allocUnsafe=function(t){return K(t)};a.allocUnsafeSlow=function(t){return K(t)};function qr(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!a.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=sr(t,r)|0,n=_(e),i=n.write(t,r);return i!==e&&(n=n.slice(0,i)),n}function O(t){for(var r=t.length<0?0:Z(t.length)|0,e=_(r),n=0;n<r;n+=1)e[n]=t[n]&255;return e}function zr(t){if(F(t,Uint8Array)){var r=new Uint8Array(t);return J(r.buffer,r.byteOffset,r.byteLength)}return O(t)}function J(t,r,e){if(r<0||t.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<r+(e||0))throw new RangeError('"length" is outside of buffer bounds');var n;return r===void 0&&e===void 0?n=new Uint8Array(t):e===void 0?n=new Uint8Array(t,r):n=new Uint8Array(t,r,e),Object.setPrototypeOf(n,a.prototype),n}function Hr(t){if(a.isBuffer(t)){var r=Z(t.length)|0,e=_(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||P(t.length)?_(0):O(t);if(t.type==="Buffer"&&Array.isArray(t.data))return O(t.data)}function Z(t){if(t>=V)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+V.toString(16)+" bytes");return t|0}function Xr(t){return+t!=t&&(t=0),a.alloc(+t)}a.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==a.prototype};a.compare=function(r,e){if(F(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),F(e,Uint8Array)&&(e=a.from(e,e.offset,e.byteLength)),!a.isBuffer(r)||!a.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===e)return 0;for(var n=r.length,i=e.length,o=0,u=Math.min(n,i);o<u;++o)if(r[o]!==e[o]){n=r[o],i=e[o];break}return n<i?-1:i<n?1:0};a.isEncoding=function(r){switch(String(r).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};a.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return a.alloc(0);var n;if(e===void 0)for(e=0,n=0;n<r.length;++n)e+=r[n].length;var i=a.allocUnsafe(e),o=0;for(n=0;n<r.length;++n){var u=r[n];if(F(u,Uint8Array))o+u.length>i.length?a.from(u).copy(i,o):Uint8Array.prototype.set.call(i,u,o);else if(a.isBuffer(u))u.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=u.length}return i};function sr(t,r){if(a.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||F(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var e=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&e===0)return 0;for(var i=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":return Q(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return mr(t).length;default:if(i)return n?-1:Q(t).length;r=(""+r).toLowerCase(),i=!0}}a.byteLength=sr;function Gr(t,r,e){var n=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,r>>>=0,e<=r))return"";for(t||(t="utf8");;)switch(t){case"hex":return ee(this,r,e);case"utf8":case"utf-8":return lr(this,r,e);case"ascii":return jr(this,r,e);case"latin1":case"binary":return re(this,r,e);case"base64":return Pr(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return te(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}a.prototype._isBuffer=!0;function I(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}a.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<r;e+=2)I(this,e,e+1);return this};a.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<r;e+=4)I(this,e,e+3),I(this,e+1,e+2);return this};a.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<r;e+=8)I(this,e,e+7),I(this,e+1,e+6),I(this,e+2,e+5),I(this,e+3,e+4);return this};a.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?lr(this,0,r):Gr.apply(this,arguments)};a.prototype.toLocaleString=a.prototype.toString;a.prototype.equals=function(r){if(!a.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:a.compare(this,r)===0};a.prototype.inspect=function(){var r="",e=S.INSPECT_MAX_BYTES;return r=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(r+=" ... "),"<Buffer "+r+">"};ur&&(a.prototype[ur]=a.prototype.inspect);a.prototype.compare=function(r,e,n,i,o){if(F(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),!a.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(e===void 0&&(e=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),e<0||n>r.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&e>=n)return 0;if(i>=o)return-1;if(e>=n)return 1;if(e>>>=0,n>>>=0,i>>>=0,o>>>=0,this===r)return 0;for(var u=o-i,h=n-e,f=Math.min(u,h),s=this.slice(i,o),c=r.slice(e,n),p=0;p<f;++p)if(s[p]!==c[p]){u=s[p],h=c[p];break}return u<h?-1:h<u?1:0};function cr(t,r,e,n,i){if(t.length===0)return-1;if(typeof e=="string"?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,P(e)&&(e=i?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(i)return-1;e=t.length-1}else if(e<0)if(i)e=0;else return-1;if(typeof r=="string"&&(r=a.from(r,n)),a.isBuffer(r))return r.length===0?-1:ar(t,r,e,n,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):ar(t,[r],e,n,i);throw new TypeError("val must be string, number or Buffer")}function ar(t,r,e,n,i){var o=1,u=t.length,h=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||r.length<2)return-1;o=2,u/=2,h/=2,e/=2}function f(x,b){return o===1?x[b]:x.readUInt16BE(b*o)}var s;if(i){var c=-1;for(s=e;s<u;s++)if(f(t,s)===f(r,c===-1?0:s-c)){if(c===-1&&(c=s),s-c+1===h)return c*o}else c!==-1&&(s-=s-c),c=-1}else for(e+h>u&&(e=u-h),s=e;s>=0;s--){for(var p=!0,g=0;g<h;g++)if(f(t,s+g)!==f(r,g)){p=!1;break}if(p)return s}return-1}a.prototype.includes=function(r,e,n){return this.indexOf(r,e,n)!==-1};a.prototype.indexOf=function(r,e,n){return cr(this,r,e,n,!0)};a.prototype.lastIndexOf=function(r,e,n){return cr(this,r,e,n,!1)};function Or(t,r,e,n){e=Number(e)||0;var i=t.length-e;n?(n=Number(n),n>i&&(n=i)):n=i;var o=r.length;n>o/2&&(n=o/2);for(var u=0;u<n;++u){var h=parseInt(r.substr(u*2,2),16);if(P(h))return u;t[e+u]=h}return u}function Jr(t,r,e,n){return Y(Q(r,t.length-e),t,e,n)}function Qr(t,r,e,n){return Y(oe(r),t,e,n)}function Kr(t,r,e,n){return Y(mr(r),t,e,n)}function Zr(t,r,e,n){return Y(ue(r,t.length-e),t,e,n)}a.prototype.write=function(r,e,n,i){if(e===void 0)i="utf8",n=this.length,e=0;else if(n===void 0&&typeof e=="string")i=e,n=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-e;if((n===void 0||n>o)&&(n=o),r.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var u=!1;;)switch(i){case"hex":return Or(this,r,e,n);case"utf8":case"utf-8":return Jr(this,r,e,n);case"ascii":case"latin1":case"binary":return Qr(this,r,e,n);case"base64":return Kr(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Zr(this,r,e,n);default:if(u)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),u=!0}};a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Pr(t,r,e){return r===0&&e===t.length?G.fromByteArray(t):G.fromByteArray(t.slice(r,e))}function lr(t,r,e){e=Math.min(t.length,e);for(var n=[],i=r;i<e;){var o=t[i],u=null,h=o>239?4:o>223?3:o>191?2:1;if(i+h<=e){var f,s,c,p;switch(h){case 1:o<128&&(u=o);break;case 2:f=t[i+1],(f&192)===128&&(p=(o&31)<<6|f&63,p>127&&(u=p));break;case 3:f=t[i+1],s=t[i+2],(f&192)===128&&(s&192)===128&&(p=(o&15)<<12|(f&63)<<6|s&63,p>2047&&(p<55296||p>57343)&&(u=p));break;case 4:f=t[i+1],s=t[i+2],c=t[i+3],(f&192)===128&&(s&192)===128&&(c&192)===128&&(p=(o&15)<<18|(f&63)<<12|(s&63)<<6|c&63,p>65535&&p<1114112&&(u=p))}}u===null?(u=65533,h=1):u>65535&&(u-=65536,n.push(u>>>10&1023|55296),u=56320|u&1023),n.push(u),i+=h}return $r(n)}var hr=4096;function $r(t){var r=t.length;if(r<=hr)return String.fromCharCode.apply(String,t);for(var e="",n=0;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=hr));return e}function jr(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]&127);return n}function re(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]);return n}function ee(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var i="",o=r;o<e;++o)i+=ae[t[o]];return i}function te(t,r,e){for(var n=t.slice(r,e),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}a.prototype.slice=function(r,e){var n=this.length;r=~~r,e=e===void 0?n:~~e,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),e<r&&(e=r);var i=this.subarray(r,e);return Object.setPrototypeOf(i,a.prototype),i};function w(t,r,e){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}a.prototype.readUintLE=a.prototype.readUIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||w(r,e,this.length);for(var i=this[r],o=1,u=0;++u<e&&(o*=256);)i+=this[r+u]*o;return i};a.prototype.readUintBE=a.prototype.readUIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||w(r,e,this.length);for(var i=this[r+--e],o=1;e>0&&(o*=256);)i+=this[r+--e]*o;return i};a.prototype.readUint8=a.prototype.readUInt8=function(r,e){return r=r>>>0,e||w(r,1,this.length),this[r]};a.prototype.readUint16LE=a.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||w(r,2,this.length),this[r]|this[r+1]<<8};a.prototype.readUint16BE=a.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||w(r,2,this.length),this[r]<<8|this[r+1]};a.prototype.readUint32LE=a.prototype.readUInt32LE=function(r,e){return r=r>>>0,e||w(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};a.prototype.readUint32BE=a.prototype.readUInt32BE=function(r,e){return r=r>>>0,e||w(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};a.prototype.readIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||w(r,e,this.length);for(var i=this[r],o=1,u=0;++u<e&&(o*=256);)i+=this[r+u]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*e)),i};a.prototype.readIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||w(r,e,this.length);for(var i=e,o=1,u=this[r+--i];i>0&&(o*=256);)u+=this[r+--i]*o;return o*=128,u>=o&&(u-=Math.pow(2,8*e)),u};a.prototype.readInt8=function(r,e){return r=r>>>0,e||w(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};a.prototype.readInt16LE=function(r,e){r=r>>>0,e||w(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};a.prototype.readInt16BE=function(r,e){r=r>>>0,e||w(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};a.prototype.readInt32LE=function(r,e){return r=r>>>0,e||w(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};a.prototype.readInt32BE=function(r,e){return r=r>>>0,e||w(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};a.prototype.readFloatLE=function(r,e){return r=r>>>0,e||w(r,4,this.length),L.read(this,r,!0,23,4)};a.prototype.readFloatBE=function(r,e){return r=r>>>0,e||w(r,4,this.length),L.read(this,r,!1,23,4)};a.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||w(r,8,this.length),L.read(this,r,!0,52,8)};a.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||w(r,8,this.length),L.read(this,r,!1,52,8)};function y(t,r,e,n,i,o){if(!a.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<o)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;y(this,r,e,n,o,0)}var u=1,h=0;for(this[e]=r&255;++h<n&&(u*=256);)this[e+h]=r/u&255;return e+n};a.prototype.writeUintBE=a.prototype.writeUIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;y(this,r,e,n,o,0)}var u=n-1,h=1;for(this[e+u]=r&255;--u>=0&&(h*=256);)this[e+u]=r/h&255;return e+n};a.prototype.writeUint8=a.prototype.writeUInt8=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,1,255,0),this[e]=r&255,e+1};a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,2,65535,0),this[e]=r&255,this[e+1]=r>>>8,e+2};a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,2,65535,0),this[e]=r>>>8,this[e+1]=r&255,e+2};a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,4,4294967295,0),this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=r&255,e+4};a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,4,4294967295,0),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};a.prototype.writeIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var o=Math.pow(2,8*n-1);y(this,r,e,n,o-1,-o)}var u=0,h=1,f=0;for(this[e]=r&255;++u<n&&(h*=256);)r<0&&f===0&&this[e+u-1]!==0&&(f=1),this[e+u]=(r/h>>0)-f&255;return e+n};a.prototype.writeIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var o=Math.pow(2,8*n-1);y(this,r,e,n,o-1,-o)}var u=n-1,h=1,f=0;for(this[e+u]=r&255;--u>=0&&(h*=256);)r<0&&f===0&&this[e+u+1]!==0&&(f=1),this[e+u]=(r/h>>0)-f&255;return e+n};a.prototype.writeInt8=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,1,127,-128),r<0&&(r=255+r+1),this[e]=r&255,e+1};a.prototype.writeInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,2,32767,-32768),this[e]=r&255,this[e+1]=r>>>8,e+2};a.prototype.writeInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,2,32767,-32768),this[e]=r>>>8,this[e+1]=r&255,e+2};a.prototype.writeInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,4,2147483647,-2147483648),this[e]=r&255,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24,e+4};a.prototype.writeInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};function wr(t,r,e,n,i,o){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function yr(t,r,e,n,i){return r=+r,e=e>>>0,i||wr(t,r,e,4,34028234663852886e22,-34028234663852886e22),L.write(t,r,e,n,23,4),e+4}a.prototype.writeFloatLE=function(r,e,n){return yr(this,r,e,!0,n)};a.prototype.writeFloatBE=function(r,e,n){return yr(this,r,e,!1,n)};function xr(t,r,e,n,i){return r=+r,e=e>>>0,i||wr(t,r,e,8,17976931348623157e292,-17976931348623157e292),L.write(t,r,e,n,52,8),e+8}a.prototype.writeDoubleLE=function(r,e,n){return xr(this,r,e,!0,n)};a.prototype.writeDoubleBE=function(r,e,n){return xr(this,r,e,!1,n)};a.prototype.copy=function(r,e,n,i){if(!a.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),e>=r.length&&(e=r.length),e||(e=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),r.length-e<i-n&&(i=r.length-e+n);var o=i-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,n,i):Uint8Array.prototype.set.call(r,this.subarray(n,i),e),o};a.prototype.fill=function(r,e,n,i){if(typeof r=="string"){if(typeof e=="string"?(i=e,e=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!a.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(r.length===1){var o=r.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(r=o)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;e=e>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var u;if(typeof r=="number")for(u=e;u<n;++u)this[u]=r;else{var h=a.isBuffer(r)?r:a.from(r,i),f=h.length;if(f===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(u=0;u<n-e;++u)this[u+e]=h[u%f]}return this};var ne=/[^+/0-9A-Za-z-_]/g;function ie(t){if(t=t.split("=")[0],t=t.trim().replace(ne,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function Q(t,r){r=r||1/0;for(var e,n=t.length,i=null,o=[],u=0;u<n;++u){if(e=t.charCodeAt(u),e>55295&&e<57344){if(!i){if(e>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(u+1===n){(r-=3)>-1&&o.push(239,191,189);continue}i=e;continue}if(e<56320){(r-=3)>-1&&o.push(239,191,189),i=e;continue}e=(i-55296<<10|e-56320)+65536}else i&&(r-=3)>-1&&o.push(239,191,189);if(i=null,e<128){if((r-=1)<0)break;o.push(e)}else if(e<2048){if((r-=2)<0)break;o.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;o.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;o.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return o}function oe(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function ue(t,r){for(var e,n,i,o=[],u=0;u<t.length&&!((r-=2)<0);++u)e=t.charCodeAt(u),n=e>>8,i=e%256,o.push(i),o.push(n);return o}function mr(t){return G.toByteArray(ie(t))}function Y(t,r,e,n){for(var i=0;i<n&&!(i+e>=r.length||i>=t.length);++i)r[i+e]=t[i];return i}function F(t,r){return t instanceof r||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===r.name}function P(t){return t!==t}var ae=function(){for(var t="0123456789abcdef",r=new Array(256),e=0;e<16;++e)for(var n=e*16,i=0;i<16;++i)r[n+i]=t[e]+t[i];return r}()});var Br=D((ye,Ar)=>{d();var l=Ar.exports={},A,B;function $(){throw new Error("setTimeout has not been defined")}function j(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?A=setTimeout:A=$}catch(t){A=$}try{typeof clearTimeout=="function"?B=clearTimeout:B=j}catch(t){B=j}})();function dr(t){if(A===setTimeout)return setTimeout(t,0);if((A===$||!A)&&setTimeout)return A=setTimeout,setTimeout(t,0);try{return A(t,0)}catch(r){try{return A.call(null,t,0)}catch(e){return A.call(this,t,0)}}}function he(t){if(B===clearTimeout)return clearTimeout(t);if((B===j||!B)&&clearTimeout)return B=clearTimeout,clearTimeout(t);try{return B(t)}catch(r){try{return B.call(null,t)}catch(e){return B.call(this,t)}}}var v=[],k=!1,C,q=-1;function fe(){!k||!C||(k=!1,C.length?v=C.concat(v):q=-1,v.length&&Er())}function Er(){if(!k){var t=dr(fe);k=!0;for(var r=v.length;r;){for(C=v,v=[];++q<r;)C&&C[q].run();q=-1,r=v.length}C=null,k=!1,he(t)}}l.nextTick=function(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];v.push(new Fr(t,r)),v.length===1&&!k&&dr(Er)};function Fr(t,r){this.fun=t,this.array=r}Fr.prototype.run=function(){this.fun.apply(null,this.array)};l.title="browser";l.browser=!0;l.env={};l.argv=[];l.version="";l.versions={};function T(){}l.on=T;l.addListener=T;l.once=T;l.off=T;l.removeListener=T;l.removeAllListeners=T;l.emit=T;l.prependListener=T;l.prependOnceListener=T;l.listeners=function(t){return[]};l.binding=function(t){throw new Error("process.binding is not supported")};l.cwd=function(){return"/"};l.chdir=function(t){throw new Error("process.chdir is not supported")};l.umask=function(){return 0}});var R,M,xe,d=br(()=>{R=er(gr()),M=er(Br()),xe=function(t){function r(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return r();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:r});var e=__magic__;return e}(Object)});var pe={};module.exports=Lr(pe);d();
|
|
1
|
+
"use strict";var vr=Object.create;var z=Object.defineProperty;var Tr=Object.getOwnPropertyDescriptor;var Ur=Object.getOwnPropertyNames;var Ir=Object.getPrototypeOf,Cr=Object.prototype.hasOwnProperty;var br=(t,r)=>()=>(t&&(r=t(t=0)),r);var D=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports);var rr=(t,r,e,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of Ur(r))!Cr.call(t,i)&&i!==e&&z(t,i,{get:()=>r[i],enumerable:!(n=Tr(r,i))||n.enumerable});return t};var er=(t,r,e)=>(e=t!=null?vr(Ir(t)):{},rr(r||!t||!t.__esModule?z(e,"default",{value:t,enumerable:!0}):e,t)),kr=t=>rr(z({},"__esModule",{value:!0}),t);var ir=D(N=>{"use strict";d();N.byteLength=Sr;N.toByteArray=Mr;N.fromByteArray=Wr;var E=[],m=[],Lr=typeof Uint8Array!="undefined"?Uint8Array:Array,H="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(U=0,tr=H.length;U<tr;++U)E[U]=H[U],m[H.charCodeAt(U)]=U;var U,tr;m["-".charCodeAt(0)]=62;m["_".charCodeAt(0)]=63;function nr(t){var r=t.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=t.indexOf("=");e===-1&&(e=r);var n=e===r?0:4-e%4;return[e,n]}function Sr(t){var r=nr(t),e=r[0],n=r[1];return(e+n)*3/4-n}function Rr(t,r,e){return(r+e)*3/4-e}function Mr(t){var r,e=nr(t),n=e[0],i=e[1],o=new Lr(Rr(t,n,i)),u=0,h=i>0?n-4:n,f;for(f=0;f<h;f+=4)r=m[t.charCodeAt(f)]<<18|m[t.charCodeAt(f+1)]<<12|m[t.charCodeAt(f+2)]<<6|m[t.charCodeAt(f+3)],o[u++]=r>>16&255,o[u++]=r>>8&255,o[u++]=r&255;return i===2&&(r=m[t.charCodeAt(f)]<<2|m[t.charCodeAt(f+1)]>>4,o[u++]=r&255),i===1&&(r=m[t.charCodeAt(f)]<<10|m[t.charCodeAt(f+1)]<<4|m[t.charCodeAt(f+2)]>>2,o[u++]=r>>8&255,o[u++]=r&255),o}function Dr(t){return E[t>>18&63]+E[t>>12&63]+E[t>>6&63]+E[t&63]}function Nr(t,r,e){for(var n,i=[],o=r;o<e;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(Dr(n));return i.join("")}function Wr(t){for(var r,e=t.length,n=e%3,i=[],o=16383,u=0,h=e-n;u<h;u+=o)i.push(Nr(t,u,u+o>h?h:u+o));return n===1?(r=t[e-1],i.push(E[r>>2]+E[r<<4&63]+"==")):n===2&&(r=(t[e-2]<<8)+t[e-1],i.push(E[r>>10]+E[r>>4&63]+E[r<<2&63]+"=")),i.join("")}});var or=D(X=>{d();X.read=function(t,r,e,n,i){var o,u,h=i*8-n-1,f=(1<<h)-1,s=f>>1,c=-7,p=e?i-1:0,g=e?-1:1,x=t[r+p];for(p+=g,o=x&(1<<-c)-1,x>>=-c,c+=h;c>0;o=o*256+t[r+p],p+=g,c-=8);for(u=o&(1<<-c)-1,o>>=-c,c+=n;c>0;u=u*256+t[r+p],p+=g,c-=8);if(o===0)o=1-s;else{if(o===f)return u?NaN:(x?-1:1)*(1/0);u=u+Math.pow(2,n),o=o-s}return(x?-1:1)*u*Math.pow(2,o-n)};X.write=function(t,r,e,n,i,o){var u,h,f,s=o*8-i-1,c=(1<<s)-1,p=c>>1,g=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,x=n?0:o-1,b=n?1:-1,_r=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(h=isNaN(r)?1:0,u=c):(u=Math.floor(Math.log(r)/Math.LN2),r*(f=Math.pow(2,-u))<1&&(u--,f*=2),u+p>=1?r+=g/f:r+=g*Math.pow(2,1-p),r*f>=2&&(u++,f/=2),u+p>=c?(h=0,u=c):u+p>=1?(h=(r*f-1)*Math.pow(2,i),u=u+p):(h=r*Math.pow(2,p-1)*Math.pow(2,i),u=0));i>=8;t[e+x]=h&255,x+=b,h/=256,i-=8);for(u=u<<i|h,s+=i;s>0;t[e+x]=u&255,x+=b,u/=256,s-=8);t[e+x-b]|=_r*128}});var gr=D(L=>{"use strict";d();var G=ir(),k=or(),ur=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;L.Buffer=a;L.SlowBuffer=Xr;L.INSPECT_MAX_BYTES=50;var V=2147483647;L.kMaxLength=V;a.TYPED_ARRAY_SUPPORT=Vr();!a.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function Vr(){try{var t=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(t,r),t.foo()===42}catch(e){return!1}}Object.defineProperty(a.prototype,"parent",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.buffer}});Object.defineProperty(a.prototype,"offset",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.byteOffset}});function _(t){if(t>V)throw new RangeError('The value "'+t+'" is invalid for option "size"');var r=new Uint8Array(t);return Object.setPrototypeOf(r,a.prototype),r}function a(t,r,e){if(typeof t=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return K(t)}return fr(t,r,e)}a.poolSize=8192;function fr(t,r,e){if(typeof t=="string")return qr(t,r);if(ArrayBuffer.isView(t))return zr(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(F(t,ArrayBuffer)||t&&F(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(F(t,SharedArrayBuffer)||t&&F(t.buffer,SharedArrayBuffer)))return J(t,r,e);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return a.from(n,r,e);var i=Hr(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return a.from(t[Symbol.toPrimitive]("string"),r,e);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}a.from=function(t,r,e){return fr(t,r,e)};Object.setPrototypeOf(a.prototype,Uint8Array.prototype);Object.setPrototypeOf(a,Uint8Array);function pr(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function Yr(t,r,e){return pr(t),t<=0?_(t):r!==void 0?typeof e=="string"?_(t).fill(r,e):_(t).fill(r):_(t)}a.alloc=function(t,r,e){return Yr(t,r,e)};function K(t){return pr(t),_(t<0?0:Z(t)|0)}a.allocUnsafe=function(t){return K(t)};a.allocUnsafeSlow=function(t){return K(t)};function qr(t,r){if((typeof r!="string"||r==="")&&(r="utf8"),!a.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var e=sr(t,r)|0,n=_(e),i=n.write(t,r);return i!==e&&(n=n.slice(0,i)),n}function O(t){for(var r=t.length<0?0:Z(t.length)|0,e=_(r),n=0;n<r;n+=1)e[n]=t[n]&255;return e}function zr(t){if(F(t,Uint8Array)){var r=new Uint8Array(t);return J(r.buffer,r.byteOffset,r.byteLength)}return O(t)}function J(t,r,e){if(r<0||t.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<r+(e||0))throw new RangeError('"length" is outside of buffer bounds');var n;return r===void 0&&e===void 0?n=new Uint8Array(t):e===void 0?n=new Uint8Array(t,r):n=new Uint8Array(t,r,e),Object.setPrototypeOf(n,a.prototype),n}function Hr(t){if(a.isBuffer(t)){var r=Z(t.length)|0,e=_(r);return e.length===0||t.copy(e,0,0,r),e}if(t.length!==void 0)return typeof t.length!="number"||P(t.length)?_(0):O(t);if(t.type==="Buffer"&&Array.isArray(t.data))return O(t.data)}function Z(t){if(t>=V)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+V.toString(16)+" bytes");return t|0}function Xr(t){return+t!=t&&(t=0),a.alloc(+t)}a.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==a.prototype};a.compare=function(r,e){if(F(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),F(e,Uint8Array)&&(e=a.from(e,e.offset,e.byteLength)),!a.isBuffer(r)||!a.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===e)return 0;for(var n=r.length,i=e.length,o=0,u=Math.min(n,i);o<u;++o)if(r[o]!==e[o]){n=r[o],i=e[o];break}return n<i?-1:i<n?1:0};a.isEncoding=function(r){switch(String(r).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};a.concat=function(r,e){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return a.alloc(0);var n;if(e===void 0)for(e=0,n=0;n<r.length;++n)e+=r[n].length;var i=a.allocUnsafe(e),o=0;for(n=0;n<r.length;++n){var u=r[n];if(F(u,Uint8Array))o+u.length>i.length?a.from(u).copy(i,o):Uint8Array.prototype.set.call(i,u,o);else if(a.isBuffer(u))u.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=u.length}return i};function sr(t,r){if(a.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||F(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var e=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&e===0)return 0;for(var i=!1;;)switch(r){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":return Q(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return mr(t).length;default:if(i)return n?-1:Q(t).length;r=(""+r).toLowerCase(),i=!0}}a.byteLength=sr;function Gr(t,r,e){var n=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,r>>>=0,e<=r))return"";for(t||(t="utf8");;)switch(t){case"hex":return ee(this,r,e);case"utf8":case"utf-8":return lr(this,r,e);case"ascii":return jr(this,r,e);case"latin1":case"binary":return re(this,r,e);case"base64":return Pr(this,r,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return te(this,r,e);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}a.prototype._isBuffer=!0;function I(t,r,e){var n=t[r];t[r]=t[e],t[e]=n}a.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<r;e+=2)I(this,e,e+1);return this};a.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<r;e+=4)I(this,e,e+3),I(this,e+1,e+2);return this};a.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<r;e+=8)I(this,e,e+7),I(this,e+1,e+6),I(this,e+2,e+5),I(this,e+3,e+4);return this};a.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?lr(this,0,r):Gr.apply(this,arguments)};a.prototype.toLocaleString=a.prototype.toString;a.prototype.equals=function(r){if(!a.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:a.compare(this,r)===0};a.prototype.inspect=function(){var r="",e=L.INSPECT_MAX_BYTES;return r=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(r+=" ... "),"<Buffer "+r+">"};ur&&(a.prototype[ur]=a.prototype.inspect);a.prototype.compare=function(r,e,n,i,o){if(F(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),!a.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(e===void 0&&(e=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),e<0||n>r.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&e>=n)return 0;if(i>=o)return-1;if(e>=n)return 1;if(e>>>=0,n>>>=0,i>>>=0,o>>>=0,this===r)return 0;for(var u=o-i,h=n-e,f=Math.min(u,h),s=this.slice(i,o),c=r.slice(e,n),p=0;p<f;++p)if(s[p]!==c[p]){u=s[p],h=c[p];break}return u<h?-1:h<u?1:0};function cr(t,r,e,n,i){if(t.length===0)return-1;if(typeof e=="string"?(n=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,P(e)&&(e=i?0:t.length-1),e<0&&(e=t.length+e),e>=t.length){if(i)return-1;e=t.length-1}else if(e<0)if(i)e=0;else return-1;if(typeof r=="string"&&(r=a.from(r,n)),a.isBuffer(r))return r.length===0?-1:ar(t,r,e,n,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,r,e):Uint8Array.prototype.lastIndexOf.call(t,r,e):ar(t,[r],e,n,i);throw new TypeError("val must be string, number or Buffer")}function ar(t,r,e,n,i){var o=1,u=t.length,h=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||r.length<2)return-1;o=2,u/=2,h/=2,e/=2}function f(x,b){return o===1?x[b]:x.readUInt16BE(b*o)}var s;if(i){var c=-1;for(s=e;s<u;s++)if(f(t,s)===f(r,c===-1?0:s-c)){if(c===-1&&(c=s),s-c+1===h)return c*o}else c!==-1&&(s-=s-c),c=-1}else for(e+h>u&&(e=u-h),s=e;s>=0;s--){for(var p=!0,g=0;g<h;g++)if(f(t,s+g)!==f(r,g)){p=!1;break}if(p)return s}return-1}a.prototype.includes=function(r,e,n){return this.indexOf(r,e,n)!==-1};a.prototype.indexOf=function(r,e,n){return cr(this,r,e,n,!0)};a.prototype.lastIndexOf=function(r,e,n){return cr(this,r,e,n,!1)};function Or(t,r,e,n){e=Number(e)||0;var i=t.length-e;n?(n=Number(n),n>i&&(n=i)):n=i;var o=r.length;n>o/2&&(n=o/2);for(var u=0;u<n;++u){var h=parseInt(r.substr(u*2,2),16);if(P(h))return u;t[e+u]=h}return u}function Jr(t,r,e,n){return Y(Q(r,t.length-e),t,e,n)}function Qr(t,r,e,n){return Y(oe(r),t,e,n)}function Kr(t,r,e,n){return Y(mr(r),t,e,n)}function Zr(t,r,e,n){return Y(ue(r,t.length-e),t,e,n)}a.prototype.write=function(r,e,n,i){if(e===void 0)i="utf8",n=this.length,e=0;else if(n===void 0&&typeof e=="string")i=e,n=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-e;if((n===void 0||n>o)&&(n=o),r.length>0&&(n<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var u=!1;;)switch(i){case"hex":return Or(this,r,e,n);case"utf8":case"utf-8":return Jr(this,r,e,n);case"ascii":case"latin1":case"binary":return Qr(this,r,e,n);case"base64":return Kr(this,r,e,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Zr(this,r,e,n);default:if(u)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),u=!0}};a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Pr(t,r,e){return r===0&&e===t.length?G.fromByteArray(t):G.fromByteArray(t.slice(r,e))}function lr(t,r,e){e=Math.min(t.length,e);for(var n=[],i=r;i<e;){var o=t[i],u=null,h=o>239?4:o>223?3:o>191?2:1;if(i+h<=e){var f,s,c,p;switch(h){case 1:o<128&&(u=o);break;case 2:f=t[i+1],(f&192)===128&&(p=(o&31)<<6|f&63,p>127&&(u=p));break;case 3:f=t[i+1],s=t[i+2],(f&192)===128&&(s&192)===128&&(p=(o&15)<<12|(f&63)<<6|s&63,p>2047&&(p<55296||p>57343)&&(u=p));break;case 4:f=t[i+1],s=t[i+2],c=t[i+3],(f&192)===128&&(s&192)===128&&(c&192)===128&&(p=(o&15)<<18|(f&63)<<12|(s&63)<<6|c&63,p>65535&&p<1114112&&(u=p))}}u===null?(u=65533,h=1):u>65535&&(u-=65536,n.push(u>>>10&1023|55296),u=56320|u&1023),n.push(u),i+=h}return $r(n)}var hr=4096;function $r(t){var r=t.length;if(r<=hr)return String.fromCharCode.apply(String,t);for(var e="",n=0;n<r;)e+=String.fromCharCode.apply(String,t.slice(n,n+=hr));return e}function jr(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]&127);return n}function re(t,r,e){var n="";e=Math.min(t.length,e);for(var i=r;i<e;++i)n+=String.fromCharCode(t[i]);return n}function ee(t,r,e){var n=t.length;(!r||r<0)&&(r=0),(!e||e<0||e>n)&&(e=n);for(var i="",o=r;o<e;++o)i+=ae[t[o]];return i}function te(t,r,e){for(var n=t.slice(r,e),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}a.prototype.slice=function(r,e){var n=this.length;r=~~r,e=e===void 0?n:~~e,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),e<r&&(e=r);var i=this.subarray(r,e);return Object.setPrototypeOf(i,a.prototype),i};function w(t,r,e){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+r>e)throw new RangeError("Trying to access beyond buffer length")}a.prototype.readUintLE=a.prototype.readUIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||w(r,e,this.length);for(var i=this[r],o=1,u=0;++u<e&&(o*=256);)i+=this[r+u]*o;return i};a.prototype.readUintBE=a.prototype.readUIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||w(r,e,this.length);for(var i=this[r+--e],o=1;e>0&&(o*=256);)i+=this[r+--e]*o;return i};a.prototype.readUint8=a.prototype.readUInt8=function(r,e){return r=r>>>0,e||w(r,1,this.length),this[r]};a.prototype.readUint16LE=a.prototype.readUInt16LE=function(r,e){return r=r>>>0,e||w(r,2,this.length),this[r]|this[r+1]<<8};a.prototype.readUint16BE=a.prototype.readUInt16BE=function(r,e){return r=r>>>0,e||w(r,2,this.length),this[r]<<8|this[r+1]};a.prototype.readUint32LE=a.prototype.readUInt32LE=function(r,e){return r=r>>>0,e||w(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};a.prototype.readUint32BE=a.prototype.readUInt32BE=function(r,e){return r=r>>>0,e||w(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};a.prototype.readIntLE=function(r,e,n){r=r>>>0,e=e>>>0,n||w(r,e,this.length);for(var i=this[r],o=1,u=0;++u<e&&(o*=256);)i+=this[r+u]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*e)),i};a.prototype.readIntBE=function(r,e,n){r=r>>>0,e=e>>>0,n||w(r,e,this.length);for(var i=e,o=1,u=this[r+--i];i>0&&(o*=256);)u+=this[r+--i]*o;return o*=128,u>=o&&(u-=Math.pow(2,8*e)),u};a.prototype.readInt8=function(r,e){return r=r>>>0,e||w(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};a.prototype.readInt16LE=function(r,e){r=r>>>0,e||w(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};a.prototype.readInt16BE=function(r,e){r=r>>>0,e||w(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};a.prototype.readInt32LE=function(r,e){return r=r>>>0,e||w(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};a.prototype.readInt32BE=function(r,e){return r=r>>>0,e||w(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};a.prototype.readFloatLE=function(r,e){return r=r>>>0,e||w(r,4,this.length),k.read(this,r,!0,23,4)};a.prototype.readFloatBE=function(r,e){return r=r>>>0,e||w(r,4,this.length),k.read(this,r,!1,23,4)};a.prototype.readDoubleLE=function(r,e){return r=r>>>0,e||w(r,8,this.length),k.read(this,r,!0,52,8)};a.prototype.readDoubleBE=function(r,e){return r=r>>>0,e||w(r,8,this.length),k.read(this,r,!1,52,8)};function y(t,r,e,n,i,o){if(!a.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<o)throw new RangeError('"value" argument is out of bounds');if(e+n>t.length)throw new RangeError("Index out of range")}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;y(this,r,e,n,o,0)}var u=1,h=0;for(this[e]=r&255;++h<n&&(u*=256);)this[e+h]=r/u&255;return e+n};a.prototype.writeUintBE=a.prototype.writeUIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;y(this,r,e,n,o,0)}var u=n-1,h=1;for(this[e+u]=r&255;--u>=0&&(h*=256);)this[e+u]=r/h&255;return e+n};a.prototype.writeUint8=a.prototype.writeUInt8=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,1,255,0),this[e]=r&255,e+1};a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,2,65535,0),this[e]=r&255,this[e+1]=r>>>8,e+2};a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,2,65535,0),this[e]=r>>>8,this[e+1]=r&255,e+2};a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,4,4294967295,0),this[e+3]=r>>>24,this[e+2]=r>>>16,this[e+1]=r>>>8,this[e]=r&255,e+4};a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,4,4294967295,0),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};a.prototype.writeIntLE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var o=Math.pow(2,8*n-1);y(this,r,e,n,o-1,-o)}var u=0,h=1,f=0;for(this[e]=r&255;++u<n&&(h*=256);)r<0&&f===0&&this[e+u-1]!==0&&(f=1),this[e+u]=(r/h>>0)-f&255;return e+n};a.prototype.writeIntBE=function(r,e,n,i){if(r=+r,e=e>>>0,!i){var o=Math.pow(2,8*n-1);y(this,r,e,n,o-1,-o)}var u=n-1,h=1,f=0;for(this[e+u]=r&255;--u>=0&&(h*=256);)r<0&&f===0&&this[e+u+1]!==0&&(f=1),this[e+u]=(r/h>>0)-f&255;return e+n};a.prototype.writeInt8=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,1,127,-128),r<0&&(r=255+r+1),this[e]=r&255,e+1};a.prototype.writeInt16LE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,2,32767,-32768),this[e]=r&255,this[e+1]=r>>>8,e+2};a.prototype.writeInt16BE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,2,32767,-32768),this[e]=r>>>8,this[e+1]=r&255,e+2};a.prototype.writeInt32LE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,4,2147483647,-2147483648),this[e]=r&255,this[e+1]=r>>>8,this[e+2]=r>>>16,this[e+3]=r>>>24,e+4};a.prototype.writeInt32BE=function(r,e,n){return r=+r,e=e>>>0,n||y(this,r,e,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[e]=r>>>24,this[e+1]=r>>>16,this[e+2]=r>>>8,this[e+3]=r&255,e+4};function wr(t,r,e,n,i,o){if(e+n>t.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function yr(t,r,e,n,i){return r=+r,e=e>>>0,i||wr(t,r,e,4,34028234663852886e22,-34028234663852886e22),k.write(t,r,e,n,23,4),e+4}a.prototype.writeFloatLE=function(r,e,n){return yr(this,r,e,!0,n)};a.prototype.writeFloatBE=function(r,e,n){return yr(this,r,e,!1,n)};function xr(t,r,e,n,i){return r=+r,e=e>>>0,i||wr(t,r,e,8,17976931348623157e292,-17976931348623157e292),k.write(t,r,e,n,52,8),e+8}a.prototype.writeDoubleLE=function(r,e,n){return xr(this,r,e,!0,n)};a.prototype.writeDoubleBE=function(r,e,n){return xr(this,r,e,!1,n)};a.prototype.copy=function(r,e,n,i){if(!a.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),e>=r.length&&(e=r.length),e||(e=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),r.length-e<i-n&&(i=r.length-e+n);var o=i-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,n,i):Uint8Array.prototype.set.call(r,this.subarray(n,i),e),o};a.prototype.fill=function(r,e,n,i){if(typeof r=="string"){if(typeof e=="string"?(i=e,e=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!a.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(r.length===1){var o=r.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(r=o)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(e<0||this.length<e||this.length<n)throw new RangeError("Out of range index");if(n<=e)return this;e=e>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var u;if(typeof r=="number")for(u=e;u<n;++u)this[u]=r;else{var h=a.isBuffer(r)?r:a.from(r,i),f=h.length;if(f===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(u=0;u<n-e;++u)this[u+e]=h[u%f]}return this};var ne=/[^+/0-9A-Za-z-_]/g;function ie(t){if(t=t.split("=")[0],t=t.trim().replace(ne,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function Q(t,r){r=r||1/0;for(var e,n=t.length,i=null,o=[],u=0;u<n;++u){if(e=t.charCodeAt(u),e>55295&&e<57344){if(!i){if(e>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(u+1===n){(r-=3)>-1&&o.push(239,191,189);continue}i=e;continue}if(e<56320){(r-=3)>-1&&o.push(239,191,189),i=e;continue}e=(i-55296<<10|e-56320)+65536}else i&&(r-=3)>-1&&o.push(239,191,189);if(i=null,e<128){if((r-=1)<0)break;o.push(e)}else if(e<2048){if((r-=2)<0)break;o.push(e>>6|192,e&63|128)}else if(e<65536){if((r-=3)<0)break;o.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((r-=4)<0)break;o.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return o}function oe(t){for(var r=[],e=0;e<t.length;++e)r.push(t.charCodeAt(e)&255);return r}function ue(t,r){for(var e,n,i,o=[],u=0;u<t.length&&!((r-=2)<0);++u)e=t.charCodeAt(u),n=e>>8,i=e%256,o.push(i),o.push(n);return o}function mr(t){return G.toByteArray(ie(t))}function Y(t,r,e,n){for(var i=0;i<n&&!(i+e>=r.length||i>=t.length);++i)r[i+e]=t[i];return i}function F(t,r){return t instanceof r||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===r.name}function P(t){return t!==t}var ae=function(){for(var t="0123456789abcdef",r=new Array(256),e=0;e<16;++e)for(var n=e*16,i=0;i<16;++i)r[n+i]=t[e]+t[i];return r}()});var Br=D((ye,Ar)=>{d();var l=Ar.exports={},A,B;function $(){throw new Error("setTimeout has not been defined")}function j(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?A=setTimeout:A=$}catch(t){A=$}try{typeof clearTimeout=="function"?B=clearTimeout:B=j}catch(t){B=j}})();function dr(t){if(A===setTimeout)return setTimeout(t,0);if((A===$||!A)&&setTimeout)return A=setTimeout,setTimeout(t,0);try{return A(t,0)}catch(r){try{return A.call(null,t,0)}catch(e){return A.call(this,t,0)}}}function he(t){if(B===clearTimeout)return clearTimeout(t);if((B===j||!B)&&clearTimeout)return B=clearTimeout,clearTimeout(t);try{return B(t)}catch(r){try{return B.call(null,t)}catch(e){return B.call(this,t)}}}var v=[],S=!1,C,q=-1;function fe(){!S||!C||(S=!1,C.length?v=C.concat(v):q=-1,v.length&&Er())}function Er(){if(!S){var t=dr(fe);S=!0;for(var r=v.length;r;){for(C=v,v=[];++q<r;)C&&C[q].run();q=-1,r=v.length}C=null,S=!1,he(t)}}l.nextTick=function(t){var r=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)r[e-1]=arguments[e];v.push(new Fr(t,r)),v.length===1&&!S&&dr(Er)};function Fr(t,r){this.fun=t,this.array=r}Fr.prototype.run=function(){this.fun.apply(null,this.array)};l.title="browser";l.browser=!0;l.env={};l.argv=[];l.version="";l.versions={};function T(){}l.on=T;l.addListener=T;l.once=T;l.off=T;l.removeListener=T;l.removeAllListeners=T;l.emit=T;l.prependListener=T;l.prependOnceListener=T;l.listeners=function(t){return[]};l.binding=function(t){throw new Error("process.binding is not supported")};l.cwd=function(){return"/"};l.chdir=function(t){throw new Error("process.chdir is not supported")};l.umask=function(){return 0}});var R,M,xe,d=br(()=>{R=er(gr()),M=er(Br()),xe=function(t){function r(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return r();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:r});var e=__magic__;return e}(Object)});var pe={};module.exports=kr(pe);d();
|
|
2
2
|
/*!
|
|
3
3
|
* The buffer module from node.js, for the browser.
|
|
4
4
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var tr=Object.create;var W=Object.defineProperty;var nr=Object.getOwnPropertyDescriptor;var ir=Object.getOwnPropertyNames,de=Object.getOwnPropertySymbols,or=Object.getPrototypeOf,me=Object.prototype.hasOwnProperty,ar=Object.prototype.propertyIsEnumerable;var ge=(t,e,r)=>e in t?W(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,V=(t,e)=>{for(var r in e||(e={}))me.call(e,r)&&ge(t,r,e[r]);if(de)for(var r of de(e))ar.call(e,r)&&ge(t,r,e[r]);return t};var sr=(t,e)=>()=>(t&&(e=t(t=0)),e);var H=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),lr=(t,e)=>{for(var r in e)W(t,r,{get:e[r],enumerable:!0})},fe=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of ir(e))!me.call(t,i)&&i!==r&&W(t,i,{get:()=>e[i],enumerable:!(n=nr(e,i))||n.enumerable});return t};var he=(t,e,r)=>(r=t!=null?tr(or(t)):{},fe(e||!t||!t.__esModule?W(r,"default",{value:t,enumerable:!0}):r,t)),cr=t=>fe(W({},"__esModule",{value:!0}),t);var we=H(q=>{"use strict";l();q.byteLength=ur;q.toByteArray=gr;q.fromByteArray=hr;var A=[],T=[],pr=typeof Uint8Array!="undefined"?Uint8Array:Array,$="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(C=0,ye=$.length;C<ye;++C)A[C]=$[C],T[$.charCodeAt(C)]=C;var C,ye;T["-".charCodeAt(0)]=62;T["_".charCodeAt(0)]=63;function xe(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function ur(t){var e=xe(t),r=e[0],n=e[1];return(r+n)*3/4-n}function dr(t,e,r){return(e+r)*3/4-r}function gr(t){var e,r=xe(t),n=r[0],i=r[1],o=new pr(dr(t,n,i)),a=0,c=i>0?n-4:n,p;for(p=0;p<c;p+=4)e=T[t.charCodeAt(p)]<<18|T[t.charCodeAt(p+1)]<<12|T[t.charCodeAt(p+2)]<<6|T[t.charCodeAt(p+3)],o[a++]=e>>16&255,o[a++]=e>>8&255,o[a++]=e&255;return i===2&&(e=T[t.charCodeAt(p)]<<2|T[t.charCodeAt(p+1)]>>4,o[a++]=e&255),i===1&&(e=T[t.charCodeAt(p)]<<10|T[t.charCodeAt(p+1)]<<4|T[t.charCodeAt(p+2)]>>2,o[a++]=e>>8&255,o[a++]=e&255),o}function mr(t){return A[t>>18&63]+A[t>>12&63]+A[t>>6&63]+A[t&63]}function fr(t,e,r){for(var n,i=[],o=e;o<r;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(mr(n));return i.join("")}function hr(t){for(var e,r=t.length,n=r%3,i=[],o=16383,a=0,c=r-n;a<c;a+=o)i.push(fr(t,a,a+o>c?c:a+o));return n===1?(e=t[r-1],i.push(A[e>>2]+A[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(A[e>>10]+A[e>>4&63]+A[e<<2&63]+"=")),i.join("")}});var ve=H(Y=>{l();Y.read=function(t,e,r,n,i){var o,a,c=i*8-n-1,p=(1<<c)-1,f=p>>1,h=-7,u=r?i-1:0,b=r?-1:1,v=t[e+u];for(u+=b,o=v&(1<<-h)-1,v>>=-h,h+=c;h>0;o=o*256+t[e+u],u+=b,h-=8);for(a=o&(1<<-h)-1,o>>=-h,h+=n;h>0;a=a*256+t[e+u],u+=b,h-=8);if(o===0)o=1-f;else{if(o===p)return a?NaN:(v?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-f}return(v?-1:1)*a*Math.pow(2,o-n)};Y.write=function(t,e,r,n,i,o){var a,c,p,f=o*8-i-1,h=(1<<f)-1,u=h>>1,b=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=n?0:o-1,B=n?1:-1,rr=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,a=h):(a=Math.floor(Math.log(e)/Math.LN2),e*(p=Math.pow(2,-a))<1&&(a--,p*=2),a+u>=1?e+=b/p:e+=b*Math.pow(2,1-u),e*p>=2&&(a++,p/=2),a+u>=h?(c=0,a=h):a+u>=1?(c=(e*p-1)*Math.pow(2,i),a=a+u):(c=e*Math.pow(2,u-1)*Math.pow(2,i),a=0));i>=8;t[r+v]=c&255,v+=B,c/=256,i-=8);for(a=a<<i|c,f+=i;f>0;t[r+v]=a&255,v+=B,a/=256,f-=8);t[r+v-B]|=rr*128}});var Pe=H(D=>{"use strict";l();var K=we(),U=ve(),Te=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;D.Buffer=s;D.SlowBuffer=br;D.INSPECT_MAX_BYTES=50;var z=2147483647;D.kMaxLength=z;s.TYPED_ARRAY_SUPPORT=yr();!s.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function yr(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch(r){return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function E(t){if(t>z)throw new RangeError('The value "'+t+'" is invalid for option "size"');var e=new Uint8Array(t);return Object.setPrototypeOf(e,s.prototype),e}function s(t,e,r){if(typeof t=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ee(t)}return Ae(t,e,r)}s.poolSize=8192;function Ae(t,e,r){if(typeof t=="string")return wr(t,e);if(ArrayBuffer.isView(t))return vr(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(_(t,ArrayBuffer)||t&&_(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(_(t,SharedArrayBuffer)||t&&_(t.buffer,SharedArrayBuffer)))return Z(t,e,r);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return s.from(n,e,r);var i=Tr(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return s.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}s.from=function(t,e,r){return Ae(t,e,r)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function _e(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function xr(t,e,r){return _e(t),t<=0?E(t):e!==void 0?typeof r=="string"?E(t).fill(e,r):E(t).fill(e):E(t)}s.alloc=function(t,e,r){return xr(t,e,r)};function ee(t){return _e(t),E(t<0?0:re(t)|0)}s.allocUnsafe=function(t){return ee(t)};s.allocUnsafeSlow=function(t){return ee(t)};function wr(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!s.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=Re(t,e)|0,n=E(r),i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function J(t){for(var e=t.length<0?0:re(t.length)|0,r=E(e),n=0;n<e;n+=1)r[n]=t[n]&255;return r}function vr(t){if(_(t,Uint8Array)){var e=new Uint8Array(t);return Z(e.buffer,e.byteOffset,e.byteLength)}return J(t)}function Z(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');var n;return e===void 0&&r===void 0?n=new Uint8Array(t):r===void 0?n=new Uint8Array(t,e):n=new Uint8Array(t,e,r),Object.setPrototypeOf(n,s.prototype),n}function Tr(t){if(s.isBuffer(t)){var e=re(t.length)|0,r=E(e);return r.length===0||t.copy(r,0,0,e),r}if(t.length!==void 0)return typeof t.length!="number"||te(t.length)?E(0):J(t);if(t.type==="Buffer"&&Array.isArray(t.data))return J(t.data)}function re(t){if(t>=z)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+z.toString(16)+" bytes");return t|0}function br(t){return+t!=t&&(t=0),s.alloc(+t)}s.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==s.prototype};s.compare=function(e,r){if(_(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),_(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),!s.isBuffer(e)||!s.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;for(var n=e.length,i=r.length,o=0,a=Math.min(n,i);o<a;++o)if(e[o]!==r[o]){n=e[o],i=r[o];break}return n<i?-1:i<n?1:0};s.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};s.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return s.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var i=s.allocUnsafe(r),o=0;for(n=0;n<e.length;++n){var a=e[n];if(_(a,Uint8Array))o+a.length>i.length?s.from(a).copy(i,o):Uint8Array.prototype.set.call(i,a,o);else if(s.isBuffer(a))a.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=a.length}return i};function Re(t,e){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||_(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var r=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;for(var i=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return Q(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Ce(t).length;default:if(i)return n?-1:Q(t).length;e=(""+e).toLowerCase(),i=!0}}s.byteLength=Re;function kr(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return Pr(this,e,r);case"utf8":case"utf-8":return Se(this,e,r);case"ascii":return Nr(this,e,r);case"latin1":case"binary":return Cr(this,e,r);case"base64":return Er(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Fr(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function P(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}s.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)P(this,r,r+1);return this};s.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)P(this,r,r+3),P(this,r+1,r+2);return this};s.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)P(this,r,r+7),P(this,r+1,r+6),P(this,r+2,r+5),P(this,r+3,r+4);return this};s.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?Se(this,0,e):kr.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(e){if(!s.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:s.compare(this,e)===0};s.prototype.inspect=function(){var e="",r=D.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};Te&&(s.prototype[Te]=s.prototype.inspect);s.prototype.compare=function(e,r,n,i,o){if(_(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),r<0||n>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&r>=n)return 0;if(i>=o)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,o>>>=0,this===e)return 0;for(var a=o-i,c=n-r,p=Math.min(a,c),f=this.slice(i,o),h=e.slice(r,n),u=0;u<p;++u)if(f[u]!==h[u]){a=f[u],c=h[u];break}return a<c?-1:c<a?1:0};function Ie(t,e,r,n,i){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,te(r)&&(r=i?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(i)return-1;r=t.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof e=="string"&&(e=s.from(e,n)),s.isBuffer(e))return e.length===0?-1:be(t,e,r,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):be(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function be(t,e,r,n,i){var o=1,a=t.length,c=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;o=2,a/=2,c/=2,r/=2}function p(v,B){return o===1?v[B]:v.readUInt16BE(B*o)}var f;if(i){var h=-1;for(f=r;f<a;f++)if(p(t,f)===p(e,h===-1?0:f-h)){if(h===-1&&(h=f),f-h+1===c)return h*o}else h!==-1&&(f-=f-h),h=-1}else for(r+c>a&&(r=a-c),f=r;f>=0;f--){for(var u=!0,b=0;b<c;b++)if(p(t,f+b)!==p(e,b)){u=!1;break}if(u)return f}return-1}s.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};s.prototype.indexOf=function(e,r,n){return Ie(this,e,r,n,!0)};s.prototype.lastIndexOf=function(e,r,n){return Ie(this,e,r,n,!1)};function Ar(t,e,r,n){r=Number(r)||0;var i=t.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;var o=e.length;n>o/2&&(n=o/2);for(var a=0;a<n;++a){var c=parseInt(e.substr(a*2,2),16);if(te(c))return a;t[r+a]=c}return a}function _r(t,e,r,n){return j(Q(e,t.length-r),t,r,n)}function Rr(t,e,r,n){return j(Dr(e),t,r,n)}function Ir(t,e,r,n){return j(Ce(e),t,r,n)}function Sr(t,e,r,n){return j(Or(e,t.length-r),t,r,n)}s.prototype.write=function(e,r,n,i){if(r===void 0)i="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")i=r,n=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-r;if((n===void 0||n>o)&&(n=o),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var a=!1;;)switch(i){case"hex":return Ar(this,e,r,n);case"utf8":case"utf-8":return _r(this,e,r,n);case"ascii":case"latin1":case"binary":return Rr(this,e,r,n);case"base64":return Ir(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Sr(this,e,r,n);default:if(a)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),a=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Er(t,e,r){return e===0&&r===t.length?K.fromByteArray(t):K.fromByteArray(t.slice(e,r))}function Se(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var o=t[i],a=null,c=o>239?4:o>223?3:o>191?2:1;if(i+c<=r){var p,f,h,u;switch(c){case 1:o<128&&(a=o);break;case 2:p=t[i+1],(p&192)===128&&(u=(o&31)<<6|p&63,u>127&&(a=u));break;case 3:p=t[i+1],f=t[i+2],(p&192)===128&&(f&192)===128&&(u=(o&15)<<12|(p&63)<<6|f&63,u>2047&&(u<55296||u>57343)&&(a=u));break;case 4:p=t[i+1],f=t[i+2],h=t[i+3],(p&192)===128&&(f&192)===128&&(h&192)===128&&(u=(o&15)<<18|(p&63)<<12|(f&63)<<6|h&63,u>65535&&u<1114112&&(a=u))}}a===null?(a=65533,c=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=c}return Lr(n)}var ke=4096;function Lr(t){var e=t.length;if(e<=ke)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=ke));return r}function Nr(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]&127);return n}function Cr(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]);return n}function Pr(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var i="",o=e;o<r;++o)i+=Mr[t[o]];return i}function Fr(t,e,r){for(var n=t.slice(e,r),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}s.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var i=this.subarray(e,r);return Object.setPrototypeOf(i,s.prototype),i};function x(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e],o=1,a=0;++a<r&&(o*=256);)i+=this[e+a]*o;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e+--r],o=1;r>0&&(o*=256);)i+=this[e+--r]*o;return i};s.prototype.readUint8=s.prototype.readUInt8=function(e,r){return e=e>>>0,r||x(e,1,this.length),this[e]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||x(e,2,this.length),this[e]|this[e+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||x(e,2,this.length),this[e]<<8|this[e+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||x(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};s.prototype.readIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e],o=1,a=0;++a<r&&(o*=256);)i+=this[e+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*r)),i};s.prototype.readIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=r,o=1,a=this[e+--i];i>0&&(o*=256);)a+=this[e+--i]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*r)),a};s.prototype.readInt8=function(e,r){return e=e>>>0,r||x(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};s.prototype.readInt16LE=function(e,r){e=e>>>0,r||x(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(e,r){e=e>>>0,r||x(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};s.prototype.readInt32BE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};s.prototype.readFloatLE=function(e,r){return e=e>>>0,r||x(e,4,this.length),U.read(this,e,!0,23,4)};s.prototype.readFloatBE=function(e,r){return e=e>>>0,r||x(e,4,this.length),U.read(this,e,!1,23,4)};s.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||x(e,8,this.length),U.read(this,e,!0,52,8)};s.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||x(e,8,this.length),U.read(this,e,!1,52,8)};function w(t,e,r,n,i,o){if(!s.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<o)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;w(this,e,r,n,o,0)}var a=1,c=0;for(this[r]=e&255;++c<n&&(a*=256);)this[r+c]=e/a&255;return r+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;w(this,e,r,n,o,0)}var a=n-1,c=1;for(this[r+a]=e&255;--a>=0&&(c*=256);)this[r+a]=e/c&255;return r+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,1,255,0),this[r]=e&255,r+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};s.prototype.writeIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var o=Math.pow(2,8*n-1);w(this,e,r,n,o-1,-o)}var a=0,c=1,p=0;for(this[r]=e&255;++a<n&&(c*=256);)e<0&&p===0&&this[r+a-1]!==0&&(p=1),this[r+a]=(e/c>>0)-p&255;return r+n};s.prototype.writeIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var o=Math.pow(2,8*n-1);w(this,e,r,n,o-1,-o)}var a=n-1,c=1,p=0;for(this[r+a]=e&255;--a>=0&&(c*=256);)e<0&&p===0&&this[r+a+1]!==0&&(p=1),this[r+a]=(e/c>>0)-p&255;return r+n};s.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};s.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};s.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function Ee(t,e,r,n,i,o){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Le(t,e,r,n,i){return e=+e,r=r>>>0,i||Ee(t,e,r,4,34028234663852886e22,-34028234663852886e22),U.write(t,e,r,n,23,4),r+4}s.prototype.writeFloatLE=function(e,r,n){return Le(this,e,r,!0,n)};s.prototype.writeFloatBE=function(e,r,n){return Le(this,e,r,!1,n)};function Ne(t,e,r,n,i){return e=+e,r=r>>>0,i||Ee(t,e,r,8,17976931348623157e292,-17976931348623157e292),U.write(t,e,r,n,52,8),r+8}s.prototype.writeDoubleLE=function(e,r,n){return Ne(this,e,r,!0,n)};s.prototype.writeDoubleBE=function(e,r,n){return Ne(this,e,r,!1,n)};s.prototype.copy=function(e,r,n,i){if(!s.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),r>=e.length&&(r=e.length),r||(r=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-r<i-n&&(i=e.length-r+n);var o=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),r),o};s.prototype.fill=function(e,r,n,i){if(typeof e=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){var o=e.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(e=o)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var a;if(typeof e=="number")for(a=r;a<n;++a)this[a]=e;else{var c=s.isBuffer(e)?e:s.from(e,i),p=c.length;if(p===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(a=0;a<n-r;++a)this[a+r]=c[a%p]}return this};var Br=/[^+/0-9A-Za-z-_]/g;function Ur(t){if(t=t.split("=")[0],t=t.trim().replace(Br,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function Q(t,e){e=e||1/0;for(var r,n=t.length,i=null,o=[],a=0;a<n;++a){if(r=t.charCodeAt(a),r>55295&&r<57344){if(!i){if(r>56319){(e-=3)>-1&&o.push(239,191,189);continue}else if(a+1===n){(e-=3)>-1&&o.push(239,191,189);continue}i=r;continue}if(r<56320){(e-=3)>-1&&o.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,r<128){if((e-=1)<0)break;o.push(r)}else if(r<2048){if((e-=2)<0)break;o.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;o.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return o}function Dr(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function Or(t,e){for(var r,n,i,o=[],a=0;a<t.length&&!((e-=2)<0);++a)r=t.charCodeAt(a),n=r>>8,i=r%256,o.push(i),o.push(n);return o}function Ce(t){return K.toByteArray(Ur(t))}function j(t,e,r,n){for(var i=0;i<n&&!(i+r>=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function _(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function te(t){return t!==t}var Mr=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var n=r*16,i=0;i<16;++i)e[n+i]=t[r]+t[i];return e}()});var Oe=H((Kr,De)=>{l();var y=De.exports={},R,I;function ne(){throw new Error("setTimeout has not been defined")}function ie(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?R=setTimeout:R=ne}catch(t){R=ne}try{typeof clearTimeout=="function"?I=clearTimeout:I=ie}catch(t){I=ie}})();function Fe(t){if(R===setTimeout)return setTimeout(t,0);if((R===ne||!R)&&setTimeout)return R=setTimeout,setTimeout(t,0);try{return R(t,0)}catch(e){try{return R.call(null,t,0)}catch(r){return R.call(this,t,0)}}}function Gr(t){if(I===clearTimeout)return clearTimeout(t);if((I===ie||!I)&&clearTimeout)return I=clearTimeout,clearTimeout(t);try{return I(t)}catch(e){try{return I.call(null,t)}catch(r){return I.call(this,t)}}}var L=[],O=!1,F,X=-1;function Wr(){!O||!F||(O=!1,F.length?L=F.concat(L):X=-1,L.length&&Be())}function Be(){if(!O){var t=Fe(Wr);O=!0;for(var e=L.length;e;){for(F=L,L=[];++X<e;)F&&F[X].run();X=-1,e=L.length}F=null,O=!1,Gr(t)}}y.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];L.push(new Ue(t,e)),L.length===1&&!O&&Fe(Be)};function Ue(t,e){this.fun=t,this.array=e}Ue.prototype.run=function(){this.fun.apply(null,this.array)};y.title="browser";y.browser=!0;y.env={};y.argv=[];y.version="";y.versions={};function N(){}y.on=N;y.addListener=N;y.once=N;y.off=N;y.removeListener=N;y.removeAllListeners=N;y.emit=N;y.prependListener=N;y.prependOnceListener=N;y.listeners=function(t){return[]};y.binding=function(t){throw new Error("process.binding is not supported")};y.cwd=function(){return"/"};y.chdir=function(t){throw new Error("process.chdir is not supported")};y.umask=function(){return 0}});var d,g,Jr,l=sr(()=>{d=he(Pe()),g=he(Oe()),Jr=function(t){function e(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return e();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:e});var r=__magic__;return r}(Object)});var zr={};lr(zr,{getIsProviderEqualTo:()=>qr});module.exports=cr(zr);l();l();l();l();l();var Xe=require("@multiversx/sdk-extension-provider"),$e=require("@multiversx/sdk-hw-provider"),Ye=require("@multiversx/sdk-metamask-provider/out/metamaskProvider"),Ke=require("@multiversx/sdk-opera-provider"),Je=require("@multiversx/sdk-passkey-provider/out"),Ze=require("@multiversx/sdk-web-wallet-provider");l();l();l();l();l();l();l();l();l();l();l();l();l();l();l();var oe=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),M=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var Me=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(Me||{}),ct=V(V({},M.WindowProviderRequestEnums),Me),Ge=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(Ge||{}),pt=V(V({},M.WindowProviderResponseEnums),Ge);l();l();l();l();l();l();var ae={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:We,egldLabel:It}=ae["devnet"],{chainId:Ve,egldLabel:St}=ae["testnet"],{chainId:He,egldLabel:Et}=ae["mainnet"];var Lt={["devnet"]:We,["testnet"]:Ve,["mainnet"]:He},Nt={[We]:"devnet",[Ve]:"testnet",[He]:"mainnet"};l();l();var S=require("@multiversx/sdk-web-wallet-provider");l();l();var se=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants");var qe,ze,le=String((ze=(qe=se.safeWindow)==null?void 0:qe.navigator)==null?void 0:ze.userAgent),Dt=/^((?!chrome|android).)*safari/i.test(le),Ot=/firefox/i.test(le)&&/windows/i.test(le);l();var ce=require("@multiversx/sdk-web-wallet-iframe-provider/out"),Vr=require("@multiversx/sdk-web-wallet-iframe-provider/out/constants");l();var je=G;var Qe=t=>{switch(t==null?void 0:t.constructor){case Ze.WalletProvider:return"wallet";case je:return"walletconnectv2";case $e.HWProvider:return"ledger";case Xe.ExtensionProvider:return"extension";case Je.PasskeyProvider:return"passkey";case Ye.MetamaskProvider:return"metamask";case Ke.OperaProvider:return"opera";case oe.CrossWindowProvider:return"crossWindow";case ce.IframeProvider:return"iframe";case G:return"";default:return"extra"}};var k=t=>`Unable to perform ${t}, Provider not initialized`,G=class{init(){return Promise.resolve(!1)}getAccount(){throw new Error(k("getAccount"))}setAccount(e){throw new Error(k(`setAccount: ${e}`))}login(e){throw new Error(k(`login with options: ${e}`))}logout(e){throw new Error(k(`logout with options: ${e}`))}getAddress(){throw new Error(k("getAddress"))}isInitialized(){return!1}isConnected(){return!1}sendTransaction(e,r){throw new Error(k(`sendTransaction with transactions: ${e} options: ${r}`))}signTransaction(e,r){throw new Error(k(`signTransaction with transactions: ${e} options: ${r}`))}signTransactions(e,r){throw new Error(k(`signTransactions with transactions: ${e} options: ${r}`))}signMessage(e,r){throw new Error(k(`signTransactions with ${e} and options ${r}`))}sendCustomMessage({method:e,params:r}){throw new Error(k(`sendCustomMessage with method: ${e} params: ${r}`))}sendCustomRequest(e){throw new Error(k(`sendSessionEvent with options: ${e}`))}ping(){return Promise.resolve(!1)}},pe=new G;var Hr=pe;function ue(){return Hr||pe}function er(){let t=ue();return Qe(t)}function qr(t){return er()===t}0&&(module.exports={getIsProviderEqualTo});
|
|
1
|
+
"use strict";var tr=Object.create;var W=Object.defineProperty;var nr=Object.getOwnPropertyDescriptor;var ir=Object.getOwnPropertyNames,de=Object.getOwnPropertySymbols,or=Object.getPrototypeOf,me=Object.prototype.hasOwnProperty,ar=Object.prototype.propertyIsEnumerable;var ge=(t,e,r)=>e in t?W(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r,V=(t,e)=>{for(var r in e||(e={}))me.call(e,r)&&ge(t,r,e[r]);if(de)for(var r of de(e))ar.call(e,r)&&ge(t,r,e[r]);return t};var sr=(t,e)=>()=>(t&&(e=t(t=0)),e);var H=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),lr=(t,e)=>{for(var r in e)W(t,r,{get:e[r],enumerable:!0})},fe=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of ir(e))!me.call(t,i)&&i!==r&&W(t,i,{get:()=>e[i],enumerable:!(n=nr(e,i))||n.enumerable});return t};var he=(t,e,r)=>(r=t!=null?tr(or(t)):{},fe(e||!t||!t.__esModule?W(r,"default",{value:t,enumerable:!0}):r,t)),cr=t=>fe(W({},"__esModule",{value:!0}),t);var we=H(q=>{"use strict";l();q.byteLength=ur;q.toByteArray=gr;q.fromByteArray=hr;var A=[],b=[],pr=typeof Uint8Array!="undefined"?Uint8Array:Array,$="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(C=0,ye=$.length;C<ye;++C)A[C]=$[C],b[$.charCodeAt(C)]=C;var C,ye;b["-".charCodeAt(0)]=62;b["_".charCodeAt(0)]=63;function xe(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function ur(t){var e=xe(t),r=e[0],n=e[1];return(r+n)*3/4-n}function dr(t,e,r){return(e+r)*3/4-r}function gr(t){var e,r=xe(t),n=r[0],i=r[1],o=new pr(dr(t,n,i)),a=0,c=i>0?n-4:n,p;for(p=0;p<c;p+=4)e=b[t.charCodeAt(p)]<<18|b[t.charCodeAt(p+1)]<<12|b[t.charCodeAt(p+2)]<<6|b[t.charCodeAt(p+3)],o[a++]=e>>16&255,o[a++]=e>>8&255,o[a++]=e&255;return i===2&&(e=b[t.charCodeAt(p)]<<2|b[t.charCodeAt(p+1)]>>4,o[a++]=e&255),i===1&&(e=b[t.charCodeAt(p)]<<10|b[t.charCodeAt(p+1)]<<4|b[t.charCodeAt(p+2)]>>2,o[a++]=e>>8&255,o[a++]=e&255),o}function mr(t){return A[t>>18&63]+A[t>>12&63]+A[t>>6&63]+A[t&63]}function fr(t,e,r){for(var n,i=[],o=e;o<r;o+=3)n=(t[o]<<16&16711680)+(t[o+1]<<8&65280)+(t[o+2]&255),i.push(mr(n));return i.join("")}function hr(t){for(var e,r=t.length,n=r%3,i=[],o=16383,a=0,c=r-n;a<c;a+=o)i.push(fr(t,a,a+o>c?c:a+o));return n===1?(e=t[r-1],i.push(A[e>>2]+A[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(A[e>>10]+A[e>>4&63]+A[e<<2&63]+"=")),i.join("")}});var ve=H(Y=>{l();Y.read=function(t,e,r,n,i){var o,a,c=i*8-n-1,p=(1<<c)-1,f=p>>1,h=-7,u=r?i-1:0,T=r?-1:1,v=t[e+u];for(u+=T,o=v&(1<<-h)-1,v>>=-h,h+=c;h>0;o=o*256+t[e+u],u+=T,h-=8);for(a=o&(1<<-h)-1,o>>=-h,h+=n;h>0;a=a*256+t[e+u],u+=T,h-=8);if(o===0)o=1-f;else{if(o===p)return a?NaN:(v?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-f}return(v?-1:1)*a*Math.pow(2,o-n)};Y.write=function(t,e,r,n,i,o){var a,c,p,f=o*8-i-1,h=(1<<f)-1,u=h>>1,T=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,v=n?0:o-1,B=n?1:-1,rr=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(c=isNaN(e)?1:0,a=h):(a=Math.floor(Math.log(e)/Math.LN2),e*(p=Math.pow(2,-a))<1&&(a--,p*=2),a+u>=1?e+=T/p:e+=T*Math.pow(2,1-u),e*p>=2&&(a++,p/=2),a+u>=h?(c=0,a=h):a+u>=1?(c=(e*p-1)*Math.pow(2,i),a=a+u):(c=e*Math.pow(2,u-1)*Math.pow(2,i),a=0));i>=8;t[r+v]=c&255,v+=B,c/=256,i-=8);for(a=a<<i|c,f+=i;f>0;t[r+v]=a&255,v+=B,a/=256,f-=8);t[r+v-B]|=rr*128}});var Pe=H(D=>{"use strict";l();var K=we(),U=ve(),be=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;D.Buffer=s;D.SlowBuffer=Tr;D.INSPECT_MAX_BYTES=50;var z=2147483647;D.kMaxLength=z;s.TYPED_ARRAY_SUPPORT=yr();!s.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function yr(){try{var t=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(t,e),t.foo()===42}catch(r){return!1}}Object.defineProperty(s.prototype,"parent",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.buffer}});Object.defineProperty(s.prototype,"offset",{enumerable:!0,get:function(){if(!!s.isBuffer(this))return this.byteOffset}});function E(t){if(t>z)throw new RangeError('The value "'+t+'" is invalid for option "size"');var e=new Uint8Array(t);return Object.setPrototypeOf(e,s.prototype),e}function s(t,e,r){if(typeof t=="number"){if(typeof e=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return ee(t)}return Ae(t,e,r)}s.poolSize=8192;function Ae(t,e,r){if(typeof t=="string")return wr(t,e);if(ArrayBuffer.isView(t))return vr(t);if(t==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t);if(_(t,ArrayBuffer)||t&&_(t.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(_(t,SharedArrayBuffer)||t&&_(t.buffer,SharedArrayBuffer)))return Z(t,e,r);if(typeof t=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=t.valueOf&&t.valueOf();if(n!=null&&n!==t)return s.from(n,e,r);var i=br(t);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof t[Symbol.toPrimitive]=="function")return s.from(t[Symbol.toPrimitive]("string"),e,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof t)}s.from=function(t,e,r){return Ae(t,e,r)};Object.setPrototypeOf(s.prototype,Uint8Array.prototype);Object.setPrototypeOf(s,Uint8Array);function _e(t){if(typeof t!="number")throw new TypeError('"size" argument must be of type number');if(t<0)throw new RangeError('The value "'+t+'" is invalid for option "size"')}function xr(t,e,r){return _e(t),t<=0?E(t):e!==void 0?typeof r=="string"?E(t).fill(e,r):E(t).fill(e):E(t)}s.alloc=function(t,e,r){return xr(t,e,r)};function ee(t){return _e(t),E(t<0?0:re(t)|0)}s.allocUnsafe=function(t){return ee(t)};s.allocUnsafeSlow=function(t){return ee(t)};function wr(t,e){if((typeof e!="string"||e==="")&&(e="utf8"),!s.isEncoding(e))throw new TypeError("Unknown encoding: "+e);var r=Re(t,e)|0,n=E(r),i=n.write(t,e);return i!==r&&(n=n.slice(0,i)),n}function J(t){for(var e=t.length<0?0:re(t.length)|0,r=E(e),n=0;n<e;n+=1)r[n]=t[n]&255;return r}function vr(t){if(_(t,Uint8Array)){var e=new Uint8Array(t);return Z(e.buffer,e.byteOffset,e.byteLength)}return J(t)}function Z(t,e,r){if(e<0||t.byteLength<e)throw new RangeError('"offset" is outside of buffer bounds');if(t.byteLength<e+(r||0))throw new RangeError('"length" is outside of buffer bounds');var n;return e===void 0&&r===void 0?n=new Uint8Array(t):r===void 0?n=new Uint8Array(t,e):n=new Uint8Array(t,e,r),Object.setPrototypeOf(n,s.prototype),n}function br(t){if(s.isBuffer(t)){var e=re(t.length)|0,r=E(e);return r.length===0||t.copy(r,0,0,e),r}if(t.length!==void 0)return typeof t.length!="number"||te(t.length)?E(0):J(t);if(t.type==="Buffer"&&Array.isArray(t.data))return J(t.data)}function re(t){if(t>=z)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+z.toString(16)+" bytes");return t|0}function Tr(t){return+t!=t&&(t=0),s.alloc(+t)}s.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==s.prototype};s.compare=function(e,r){if(_(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),_(r,Uint8Array)&&(r=s.from(r,r.offset,r.byteLength)),!s.isBuffer(e)||!s.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(e===r)return 0;for(var n=e.length,i=r.length,o=0,a=Math.min(n,i);o<a;++o)if(e[o]!==r[o]){n=e[o],i=r[o];break}return n<i?-1:i<n?1:0};s.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};s.concat=function(e,r){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(e.length===0)return s.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<e.length;++n)r+=e[n].length;var i=s.allocUnsafe(r),o=0;for(n=0;n<e.length;++n){var a=e[n];if(_(a,Uint8Array))o+a.length>i.length?s.from(a).copy(i,o):Uint8Array.prototype.set.call(i,a,o);else if(s.isBuffer(a))a.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=a.length}return i};function Re(t,e){if(s.isBuffer(t))return t.length;if(ArrayBuffer.isView(t)||_(t,ArrayBuffer))return t.byteLength;if(typeof t!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof t);var r=t.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;for(var i=!1;;)switch(e){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return Q(t).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Ce(t).length;default:if(i)return n?-1:Q(t).length;e=(""+e).toLowerCase(),i=!0}}s.byteLength=Re;function kr(t,e,r){var n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,e>>>=0,r<=e))return"";for(t||(t="utf8");;)switch(t){case"hex":return Pr(this,e,r);case"utf8":case"utf-8":return Se(this,e,r);case"ascii":return Nr(this,e,r);case"latin1":case"binary":return Cr(this,e,r);case"base64":return Er(this,e,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Fr(this,e,r);default:if(n)throw new TypeError("Unknown encoding: "+t);t=(t+"").toLowerCase(),n=!0}}s.prototype._isBuffer=!0;function P(t,e,r){var n=t[e];t[e]=t[r],t[r]=n}s.prototype.swap16=function(){var e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var r=0;r<e;r+=2)P(this,r,r+1);return this};s.prototype.swap32=function(){var e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var r=0;r<e;r+=4)P(this,r,r+3),P(this,r+1,r+2);return this};s.prototype.swap64=function(){var e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var r=0;r<e;r+=8)P(this,r,r+7),P(this,r+1,r+6),P(this,r+2,r+5),P(this,r+3,r+4);return this};s.prototype.toString=function(){var e=this.length;return e===0?"":arguments.length===0?Se(this,0,e):kr.apply(this,arguments)};s.prototype.toLocaleString=s.prototype.toString;s.prototype.equals=function(e){if(!s.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:s.compare(this,e)===0};s.prototype.inspect=function(){var e="",r=D.INSPECT_MAX_BYTES;return e=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(e+=" ... "),"<Buffer "+e+">"};be&&(s.prototype[be]=s.prototype.inspect);s.prototype.compare=function(e,r,n,i,o){if(_(e,Uint8Array)&&(e=s.from(e,e.offset,e.byteLength)),!s.isBuffer(e))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof e);if(r===void 0&&(r=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),r<0||n>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&r>=n)return 0;if(i>=o)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,i>>>=0,o>>>=0,this===e)return 0;for(var a=o-i,c=n-r,p=Math.min(a,c),f=this.slice(i,o),h=e.slice(r,n),u=0;u<p;++u)if(f[u]!==h[u]){a=f[u],c=h[u];break}return a<c?-1:c<a?1:0};function Ie(t,e,r,n,i){if(t.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,te(r)&&(r=i?0:t.length-1),r<0&&(r=t.length+r),r>=t.length){if(i)return-1;r=t.length-1}else if(r<0)if(i)r=0;else return-1;if(typeof e=="string"&&(e=s.from(e,n)),s.isBuffer(e))return e.length===0?-1:Te(t,e,r,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(t,e,r):Uint8Array.prototype.lastIndexOf.call(t,e,r):Te(t,[e],r,n,i);throw new TypeError("val must be string, number or Buffer")}function Te(t,e,r,n,i){var o=1,a=t.length,c=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(t.length<2||e.length<2)return-1;o=2,a/=2,c/=2,r/=2}function p(v,B){return o===1?v[B]:v.readUInt16BE(B*o)}var f;if(i){var h=-1;for(f=r;f<a;f++)if(p(t,f)===p(e,h===-1?0:f-h)){if(h===-1&&(h=f),f-h+1===c)return h*o}else h!==-1&&(f-=f-h),h=-1}else for(r+c>a&&(r=a-c),f=r;f>=0;f--){for(var u=!0,T=0;T<c;T++)if(p(t,f+T)!==p(e,T)){u=!1;break}if(u)return f}return-1}s.prototype.includes=function(e,r,n){return this.indexOf(e,r,n)!==-1};s.prototype.indexOf=function(e,r,n){return Ie(this,e,r,n,!0)};s.prototype.lastIndexOf=function(e,r,n){return Ie(this,e,r,n,!1)};function Ar(t,e,r,n){r=Number(r)||0;var i=t.length-r;n?(n=Number(n),n>i&&(n=i)):n=i;var o=e.length;n>o/2&&(n=o/2);for(var a=0;a<n;++a){var c=parseInt(e.substr(a*2,2),16);if(te(c))return a;t[r+a]=c}return a}function _r(t,e,r,n){return j(Q(e,t.length-r),t,r,n)}function Rr(t,e,r,n){return j(Dr(e),t,r,n)}function Ir(t,e,r,n){return j(Ce(e),t,r,n)}function Sr(t,e,r,n){return j(Or(e,t.length-r),t,r,n)}s.prototype.write=function(e,r,n,i){if(r===void 0)i="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")i=r,n=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-r;if((n===void 0||n>o)&&(n=o),e.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var a=!1;;)switch(i){case"hex":return Ar(this,e,r,n);case"utf8":case"utf-8":return _r(this,e,r,n);case"ascii":case"latin1":case"binary":return Rr(this,e,r,n);case"base64":return Ir(this,e,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Sr(this,e,r,n);default:if(a)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),a=!0}};s.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Er(t,e,r){return e===0&&r===t.length?K.fromByteArray(t):K.fromByteArray(t.slice(e,r))}function Se(t,e,r){r=Math.min(t.length,r);for(var n=[],i=e;i<r;){var o=t[i],a=null,c=o>239?4:o>223?3:o>191?2:1;if(i+c<=r){var p,f,h,u;switch(c){case 1:o<128&&(a=o);break;case 2:p=t[i+1],(p&192)===128&&(u=(o&31)<<6|p&63,u>127&&(a=u));break;case 3:p=t[i+1],f=t[i+2],(p&192)===128&&(f&192)===128&&(u=(o&15)<<12|(p&63)<<6|f&63,u>2047&&(u<55296||u>57343)&&(a=u));break;case 4:p=t[i+1],f=t[i+2],h=t[i+3],(p&192)===128&&(f&192)===128&&(h&192)===128&&(u=(o&15)<<18|(p&63)<<12|(f&63)<<6|h&63,u>65535&&u<1114112&&(a=u))}}a===null?(a=65533,c=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=c}return Lr(n)}var ke=4096;function Lr(t){var e=t.length;if(e<=ke)return String.fromCharCode.apply(String,t);for(var r="",n=0;n<e;)r+=String.fromCharCode.apply(String,t.slice(n,n+=ke));return r}function Nr(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]&127);return n}function Cr(t,e,r){var n="";r=Math.min(t.length,r);for(var i=e;i<r;++i)n+=String.fromCharCode(t[i]);return n}function Pr(t,e,r){var n=t.length;(!e||e<0)&&(e=0),(!r||r<0||r>n)&&(r=n);for(var i="",o=e;o<r;++o)i+=Mr[t[o]];return i}function Fr(t,e,r){for(var n=t.slice(e,r),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}s.prototype.slice=function(e,r){var n=this.length;e=~~e,r=r===void 0?n:~~r,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<e&&(r=e);var i=this.subarray(e,r);return Object.setPrototypeOf(i,s.prototype),i};function x(t,e,r){if(t%1!==0||t<0)throw new RangeError("offset is not uint");if(t+e>r)throw new RangeError("Trying to access beyond buffer length")}s.prototype.readUintLE=s.prototype.readUIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e],o=1,a=0;++a<r&&(o*=256);)i+=this[e+a]*o;return i};s.prototype.readUintBE=s.prototype.readUIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e+--r],o=1;r>0&&(o*=256);)i+=this[e+--r]*o;return i};s.prototype.readUint8=s.prototype.readUInt8=function(e,r){return e=e>>>0,r||x(e,1,this.length),this[e]};s.prototype.readUint16LE=s.prototype.readUInt16LE=function(e,r){return e=e>>>0,r||x(e,2,this.length),this[e]|this[e+1]<<8};s.prototype.readUint16BE=s.prototype.readUInt16BE=function(e,r){return e=e>>>0,r||x(e,2,this.length),this[e]<<8|this[e+1]};s.prototype.readUint32LE=s.prototype.readUInt32LE=function(e,r){return e=e>>>0,r||x(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};s.prototype.readUint32BE=s.prototype.readUInt32BE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};s.prototype.readIntLE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=this[e],o=1,a=0;++a<r&&(o*=256);)i+=this[e+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*r)),i};s.prototype.readIntBE=function(e,r,n){e=e>>>0,r=r>>>0,n||x(e,r,this.length);for(var i=r,o=1,a=this[e+--i];i>0&&(o*=256);)a+=this[e+--i]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*r)),a};s.prototype.readInt8=function(e,r){return e=e>>>0,r||x(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};s.prototype.readInt16LE=function(e,r){e=e>>>0,r||x(e,2,this.length);var n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};s.prototype.readInt16BE=function(e,r){e=e>>>0,r||x(e,2,this.length);var n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};s.prototype.readInt32LE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};s.prototype.readInt32BE=function(e,r){return e=e>>>0,r||x(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};s.prototype.readFloatLE=function(e,r){return e=e>>>0,r||x(e,4,this.length),U.read(this,e,!0,23,4)};s.prototype.readFloatBE=function(e,r){return e=e>>>0,r||x(e,4,this.length),U.read(this,e,!1,23,4)};s.prototype.readDoubleLE=function(e,r){return e=e>>>0,r||x(e,8,this.length),U.read(this,e,!0,52,8)};s.prototype.readDoubleBE=function(e,r){return e=e>>>0,r||x(e,8,this.length),U.read(this,e,!1,52,8)};function w(t,e,r,n,i,o){if(!s.isBuffer(t))throw new TypeError('"buffer" argument must be a Buffer instance');if(e>i||e<o)throw new RangeError('"value" argument is out of bounds');if(r+n>t.length)throw new RangeError("Index out of range")}s.prototype.writeUintLE=s.prototype.writeUIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;w(this,e,r,n,o,0)}var a=1,c=0;for(this[r]=e&255;++c<n&&(a*=256);)this[r+c]=e/a&255;return r+n};s.prototype.writeUintBE=s.prototype.writeUIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;w(this,e,r,n,o,0)}var a=n-1,c=1;for(this[r+a]=e&255;--a>=0&&(c*=256);)this[r+a]=e/c&255;return r+n};s.prototype.writeUint8=s.prototype.writeUInt8=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,1,255,0),this[r]=e&255,r+1};s.prototype.writeUint16LE=s.prototype.writeUInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,65535,0),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeUint16BE=s.prototype.writeUInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,65535,0),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeUint32LE=s.prototype.writeUInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,4294967295,0),this[r+3]=e>>>24,this[r+2]=e>>>16,this[r+1]=e>>>8,this[r]=e&255,r+4};s.prototype.writeUint32BE=s.prototype.writeUInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,4294967295,0),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};s.prototype.writeIntLE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var o=Math.pow(2,8*n-1);w(this,e,r,n,o-1,-o)}var a=0,c=1,p=0;for(this[r]=e&255;++a<n&&(c*=256);)e<0&&p===0&&this[r+a-1]!==0&&(p=1),this[r+a]=(e/c>>0)-p&255;return r+n};s.prototype.writeIntBE=function(e,r,n,i){if(e=+e,r=r>>>0,!i){var o=Math.pow(2,8*n-1);w(this,e,r,n,o-1,-o)}var a=n-1,c=1,p=0;for(this[r+a]=e&255;--a>=0&&(c*=256);)e<0&&p===0&&this[r+a+1]!==0&&(p=1),this[r+a]=(e/c>>0)-p&255;return r+n};s.prototype.writeInt8=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,1,127,-128),e<0&&(e=255+e+1),this[r]=e&255,r+1};s.prototype.writeInt16LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,32767,-32768),this[r]=e&255,this[r+1]=e>>>8,r+2};s.prototype.writeInt16BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,2,32767,-32768),this[r]=e>>>8,this[r+1]=e&255,r+2};s.prototype.writeInt32LE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,2147483647,-2147483648),this[r]=e&255,this[r+1]=e>>>8,this[r+2]=e>>>16,this[r+3]=e>>>24,r+4};s.prototype.writeInt32BE=function(e,r,n){return e=+e,r=r>>>0,n||w(this,e,r,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[r]=e>>>24,this[r+1]=e>>>16,this[r+2]=e>>>8,this[r+3]=e&255,r+4};function Ee(t,e,r,n,i,o){if(r+n>t.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function Le(t,e,r,n,i){return e=+e,r=r>>>0,i||Ee(t,e,r,4,34028234663852886e22,-34028234663852886e22),U.write(t,e,r,n,23,4),r+4}s.prototype.writeFloatLE=function(e,r,n){return Le(this,e,r,!0,n)};s.prototype.writeFloatBE=function(e,r,n){return Le(this,e,r,!1,n)};function Ne(t,e,r,n,i){return e=+e,r=r>>>0,i||Ee(t,e,r,8,17976931348623157e292,-17976931348623157e292),U.write(t,e,r,n,52,8),r+8}s.prototype.writeDoubleLE=function(e,r,n){return Ne(this,e,r,!0,n)};s.prototype.writeDoubleBE=function(e,r,n){return Ne(this,e,r,!1,n)};s.prototype.copy=function(e,r,n,i){if(!s.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),r>=e.length&&(r=e.length),r||(r=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-r<i-n&&(i=e.length-r+n);var o=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),r),o};s.prototype.fill=function(e,r,n,i){if(typeof e=="string"){if(typeof r=="string"?(i=r,r=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!s.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){var o=e.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(e=o)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);var a;if(typeof e=="number")for(a=r;a<n;++a)this[a]=e;else{var c=s.isBuffer(e)?e:s.from(e,i),p=c.length;if(p===0)throw new TypeError('The value "'+e+'" is invalid for argument "value"');for(a=0;a<n-r;++a)this[a+r]=c[a%p]}return this};var Br=/[^+/0-9A-Za-z-_]/g;function Ur(t){if(t=t.split("=")[0],t=t.trim().replace(Br,""),t.length<2)return"";for(;t.length%4!==0;)t=t+"=";return t}function Q(t,e){e=e||1/0;for(var r,n=t.length,i=null,o=[],a=0;a<n;++a){if(r=t.charCodeAt(a),r>55295&&r<57344){if(!i){if(r>56319){(e-=3)>-1&&o.push(239,191,189);continue}else if(a+1===n){(e-=3)>-1&&o.push(239,191,189);continue}i=r;continue}if(r<56320){(e-=3)>-1&&o.push(239,191,189),i=r;continue}r=(i-55296<<10|r-56320)+65536}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,r<128){if((e-=1)<0)break;o.push(r)}else if(r<2048){if((e-=2)<0)break;o.push(r>>6|192,r&63|128)}else if(r<65536){if((e-=3)<0)break;o.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((e-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return o}function Dr(t){for(var e=[],r=0;r<t.length;++r)e.push(t.charCodeAt(r)&255);return e}function Or(t,e){for(var r,n,i,o=[],a=0;a<t.length&&!((e-=2)<0);++a)r=t.charCodeAt(a),n=r>>8,i=r%256,o.push(i),o.push(n);return o}function Ce(t){return K.toByteArray(Ur(t))}function j(t,e,r,n){for(var i=0;i<n&&!(i+r>=e.length||i>=t.length);++i)e[i+r]=t[i];return i}function _(t,e){return t instanceof e||t!=null&&t.constructor!=null&&t.constructor.name!=null&&t.constructor.name===e.name}function te(t){return t!==t}var Mr=function(){for(var t="0123456789abcdef",e=new Array(256),r=0;r<16;++r)for(var n=r*16,i=0;i<16;++i)e[n+i]=t[r]+t[i];return e}()});var Oe=H((Kr,De)=>{l();var y=De.exports={},R,I;function ne(){throw new Error("setTimeout has not been defined")}function ie(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?R=setTimeout:R=ne}catch(t){R=ne}try{typeof clearTimeout=="function"?I=clearTimeout:I=ie}catch(t){I=ie}})();function Fe(t){if(R===setTimeout)return setTimeout(t,0);if((R===ne||!R)&&setTimeout)return R=setTimeout,setTimeout(t,0);try{return R(t,0)}catch(e){try{return R.call(null,t,0)}catch(r){return R.call(this,t,0)}}}function Gr(t){if(I===clearTimeout)return clearTimeout(t);if((I===ie||!I)&&clearTimeout)return I=clearTimeout,clearTimeout(t);try{return I(t)}catch(e){try{return I.call(null,t)}catch(r){return I.call(this,t)}}}var L=[],O=!1,F,X=-1;function Wr(){!O||!F||(O=!1,F.length?L=F.concat(L):X=-1,L.length&&Be())}function Be(){if(!O){var t=Fe(Wr);O=!0;for(var e=L.length;e;){for(F=L,L=[];++X<e;)F&&F[X].run();X=-1,e=L.length}F=null,O=!1,Gr(t)}}y.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)e[r-1]=arguments[r];L.push(new Ue(t,e)),L.length===1&&!O&&Fe(Be)};function Ue(t,e){this.fun=t,this.array=e}Ue.prototype.run=function(){this.fun.apply(null,this.array)};y.title="browser";y.browser=!0;y.env={};y.argv=[];y.version="";y.versions={};function N(){}y.on=N;y.addListener=N;y.once=N;y.off=N;y.removeListener=N;y.removeAllListeners=N;y.emit=N;y.prependListener=N;y.prependOnceListener=N;y.listeners=function(t){return[]};y.binding=function(t){throw new Error("process.binding is not supported")};y.cwd=function(){return"/"};y.chdir=function(t){throw new Error("process.chdir is not supported")};y.umask=function(){return 0}});var d,g,Jr,l=sr(()=>{d=he(Pe()),g=he(Oe()),Jr=function(t){function e(){var n=this||self;return delete t.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return e();t.defineProperty(t.prototype,"__magic__",{configurable:!0,get:e});var r=__magic__;return r}(Object)});var zr={};lr(zr,{getIsProviderEqualTo:()=>qr});module.exports=cr(zr);l();l();l();l();l();var Xe=require("@multiversx/sdk-extension-provider"),$e=require("@multiversx/sdk-hw-provider"),Ye=require("@multiversx/sdk-metamask-provider/out/metamaskProvider"),Ke=require("@multiversx/sdk-opera-provider"),Je=require("@multiversx/sdk-passkey-provider/out"),Ze=require("@multiversx/sdk-web-wallet-provider");l();l();l();l();l();l();l();l();l();l();l();l();l();l();l();var oe=require("@multiversx/sdk-web-wallet-cross-window-provider/out/CrossWindowProvider/CrossWindowProvider"),M=require("@multiversx/sdk-web-wallet-cross-window-provider/out/enums");var Me=(r=>(r.signTransactionsWithGuardianResponse="SIGN_TRANSACTIONS_WITH_GUARDIAN_RESPONSE",r.reloginRequest="RELOGIN_REQUEST",r))(Me||{}),ct=V(V({},M.WindowProviderRequestEnums),Me),Ge=(e=>(e.reloginResponse="RELOGIN_RESPONSE",e))(Ge||{}),pt=V(V({},M.WindowProviderResponseEnums),Ge);l();l();l();l();l();l();var ae={devnet:{id:"devnet",chainId:"D",name:"Devnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://devnet-wallet.multiversx.com",xAliasAddress:"https://devnet.xalias.com",apiAddress:"https://devnet-api.multiversx.com",explorerAddress:"http://devnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://devnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},testnet:{id:"testnet",chainId:"T",name:"Testnet",egldLabel:"xEGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://testnet-wallet.multiversx.com",xAliasAddress:"https://testnet.xalias.com",apiAddress:"https://testnet-api.multiversx.com",explorerAddress:"http://testnet-explorer.multiversx.com",metamaskSnapWalletAddress:"https://testnet-iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3},mainnet:{id:"mainnet",chainId:"1",name:"Mainnet",egldLabel:"EGLD",decimals:"18",digits:"4",gasPerDataByte:"1500",walletConnectDeepLink:"https://maiar.page.link/?apn=com.elrond.maiar.wallet&isi=1519405832&ibi=com.elrond.maiar.wallet&link=https://xportal.com/",walletConnectBridgeAddresses:["https://bridge.walletconnect.org"],walletConnectV2RelayAddresses:["wss://relay.walletconnect.com"],walletAddress:"https://wallet.multiversx.com",xAliasAddress:"https://xalias.com",apiAddress:"https://api.multiversx.com",explorerAddress:"https://explorer.multiversx.com",metamaskSnapWalletAddress:"https://iframe-wallet.multiversx.com",apiTimeout:"4000",roundDuration:6e3}},{chainId:We,egldLabel:It}=ae["devnet"],{chainId:Ve,egldLabel:St}=ae["testnet"],{chainId:He,egldLabel:Et}=ae["mainnet"];var Lt={["devnet"]:We,["testnet"]:Ve,["mainnet"]:He},Nt={[We]:"devnet",[Ve]:"testnet",[He]:"mainnet"};l();l();var S=require("@multiversx/sdk-web-wallet-provider");l();l();var se=require("@multiversx/sdk-dapp-utils/out/constants/browserConstants");var qe,ze,le=String((ze=(qe=se.safeWindow)==null?void 0:qe.navigator)==null?void 0:ze.userAgent),Dt=/^((?!chrome|android).)*safari/i.test(le),Ot=/firefox/i.test(le)&&/windows/i.test(le);l();var ce=require("@multiversx/sdk-web-wallet-iframe-provider/out"),Vr=require("@multiversx/sdk-web-wallet-iframe-provider/out/constants");l();var je=G;var Qe=t=>{switch(t==null?void 0:t.constructor){case Ze.WalletProvider:return"wallet";case je:return"walletconnectv2";case $e.HWProvider:return"ledger";case Xe.ExtensionProvider:return"extension";case Je.PasskeyProvider:return"passkey";case Ye.MetamaskProvider:return"metamask";case Ke.OperaProvider:return"opera";case oe.CrossWindowProvider:return"crossWindow";case ce.IframeProvider:return"iframe";case G:return"";default:return"extra"}};var k=t=>`Unable to perform ${t}, Provider not initialized`,G=class{init(){return Promise.resolve(!1)}getAccount(){throw new Error(k("getAccount"))}setAccount(e){throw new Error(k(`setAccount: ${e}`))}login(e){throw new Error(k(`login with options: ${e}`))}logout(e){throw new Error(k(`logout with options: ${e}`))}getAddress(){throw new Error(k("getAddress"))}isInitialized(){return!1}isConnected(){return!1}sendTransaction(e,r){throw new Error(k(`sendTransaction with transactions: ${e} options: ${r}`))}signTransaction(e,r){throw new Error(k(`signTransaction with transactions: ${e} options: ${r}`))}signTransactions(e,r){throw new Error(k(`signTransactions with transactions: ${e} options: ${r}`))}signMessage(e,r){throw new Error(k(`signTransactions with ${e} and options ${r}`))}sendCustomMessage({method:e,params:r}){throw new Error(k(`sendCustomMessage with method: ${e} params: ${r}`))}sendCustomRequest(e){throw new Error(k(`sendSessionEvent with options: ${e}`))}ping(){return Promise.resolve(!1)}},pe=new G;var Hr=pe;function ue(){return Hr||pe}function er(){let t=ue();return Qe(t)}function qr(t){return er()===t}0&&(module.exports={getIsProviderEqualTo});
|
|
2
2
|
/*!
|
|
3
3
|
* The buffer module from node.js, for the browser.
|
|
4
4
|
*
|