From 957267517c61fbdf34981d74b6118f63282a89b2 Mon Sep 17 00:00:00 2001 From: piobab Date: Wed, 5 Jun 2024 11:04:04 +0200 Subject: [PATCH] General cleanup (#398) * Clean fixme. * Bump JS deps. * Fix deployment. * Bump cw deps. --- Cargo.lock | 158 +- Cargo.toml | 28 +- .../addresses/pion-1-deployer-owner.json | 17 +- scripts/deploy/base/deployer.ts | 52 +- scripts/deploy/base/index.ts | 20 +- scripts/deploy/neutron/mainnet-config.ts | 8 +- scripts/deploy/neutron/testnet-config.ts | 8 +- .../dist/assets/index-0d6505f2.js | 1114 +++--- scripts/package.json | 34 +- scripts/types/config.ts | 6 + .../mars-account-nft/MarsAccountNft.client.ts | 6 +- .../MarsAccountNft.react-query.ts | 177 +- .../mars-account-nft/MarsAccountNft.types.ts | 2 +- .../generated/mars-account-nft/bundle.ts | 8 +- .../MarsAddressProvider.client.ts | 6 +- .../MarsAddressProvider.react-query.ts | 47 +- .../MarsAddressProvider.types.ts | 2 +- .../generated/mars-address-provider/bundle.ts | 8 +- .../MarsCreditManager.client.ts | 6 +- .../MarsCreditManager.react-query.ts | 103 +- .../MarsCreditManager.types.ts | 2 +- .../generated/mars-credit-manager/bundle.ts | 8 +- .../mars-incentives/MarsIncentives.client.ts | 6 +- .../MarsIncentives.react-query.ts | 105 +- .../mars-incentives/MarsIncentives.types.ts | 2 +- .../types/generated/mars-incentives/bundle.ts | 8 +- .../mars-mock-vault/MarsMockVault.client.ts | 6 +- .../MarsMockVault.react-query.ts | 98 +- .../mars-mock-vault/MarsMockVault.types.ts | 2 +- .../types/generated/mars-mock-vault/bundle.ts | 8 +- .../MarsOracleOsmosis.client.ts | 6 +- .../MarsOracleOsmosis.react-query.ts | 66 +- .../MarsOracleOsmosis.types.ts | 2 +- .../generated/mars-oracle-osmosis/bundle.ts | 8 +- .../mars-oracle-wasm/MarsOracleWasm.client.ts | 6 +- .../MarsOracleWasm.react-query.ts | 70 +- .../mars-oracle-wasm/MarsOracleWasm.types.ts | 2 +- .../generated/mars-oracle-wasm/bundle.ts | 8 +- .../mars-params/MarsParams.client.ts | 6 +- .../mars-params/MarsParams.react-query.ts | 127 +- .../generated/mars-params/MarsParams.types.ts | 2 +- scripts/types/generated/mars-params/bundle.ts | 8 +- .../mars-red-bank/MarsRedBank.client.ts | 6 +- .../mars-red-bank/MarsRedBank.react-query.ts | 175 +- .../mars-red-bank/MarsRedBank.types.ts | 2 +- .../types/generated/mars-red-bank/bundle.ts | 8 +- .../MarsRewardsCollectorBase.client.ts | 6 +- .../MarsRewardsCollectorBase.react-query.ts | 20 +- .../MarsRewardsCollectorBase.types.ts | 2 +- .../mars-rewards-collector-base/bundle.ts | 8 +- .../MarsRoverHealthComputer.client.ts | 2 +- .../MarsRoverHealthComputer.react-query.ts | 2 +- .../MarsRoverHealthComputer.types.ts | 2 +- .../mars-rover-health-computer/bundle.ts | 8 +- .../MarsRoverHealth.client.ts | 6 +- .../MarsRoverHealth.react-query.ts | 44 +- .../MarsRoverHealth.types.ts | 2 +- .../generated/mars-rover-health/bundle.ts | 8 +- .../MarsSwapperAstroport.client.ts | 6 +- .../MarsSwapperAstroport.react-query.ts | 58 +- .../MarsSwapperAstroport.types.ts | 2 +- .../mars-swapper-astroport/bundle.ts | 8 +- .../MarsSwapperBase.client.ts | 6 +- .../MarsSwapperBase.react-query.ts | 66 +- .../MarsSwapperBase.types.ts | 2 +- .../generated/mars-swapper-base/bundle.ts | 8 +- .../MarsSwapperOsmosis.client.ts | 6 +- .../MarsSwapperOsmosis.react-query.ts | 58 +- .../MarsSwapperOsmosis.types.ts | 2 +- .../generated/mars-swapper-osmosis/bundle.ts | 8 +- .../generated/mars-vault/MarsVault.client.ts | 6 +- .../mars-vault/MarsVault.react-query.ts | 106 +- .../generated/mars-vault/MarsVault.types.ts | 2 +- scripts/types/generated/mars-vault/bundle.ts | 8 +- .../mars-zapper-base/MarsZapperBase.client.ts | 6 +- .../MarsZapperBase.react-query.ts | 19 +- .../mars-zapper-base/MarsZapperBase.types.ts | 2 +- .../generated/mars-zapper-base/bundle.ts | 8 +- scripts/yarn.lock | 3310 ++++++++--------- 79 files changed, 3614 insertions(+), 2750 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b06e4b04..bb48fb95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,9 +39,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.80" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "apollo-cw-asset" @@ -488,6 +488,12 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445" +[[package]] +name = "bech32" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d" + [[package]] name = "bindgen" version = "0.69.4" @@ -765,7 +771,7 @@ version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32560304ab4c365791fd307282f76637213d8083c1a98490c35159cd67852237" dependencies = [ - "prost 0.12.3", + "prost 0.12.6", "prost-types 0.12.3", "tendermint-proto 0.34.1", ] @@ -793,9 +799,9 @@ dependencies = [ [[package]] name = "cosmwasm-crypto" -version = "1.5.4" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6b4c3f9c4616d6413d4b5fc4c270a4cc32a374b9be08671e80e1a019f805d8f" +checksum = "dd50718a2b6830ce9eb5d465de5a018a12e71729d66b70807ce97e6dd14f931d" dependencies = [ "digest 0.10.7", "ecdsa 0.16.8", @@ -807,18 +813,18 @@ dependencies = [ [[package]] name = "cosmwasm-derive" -version = "1.5.4" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c586ced10c3b00e809ee664a895025a024f60d65d34fe4c09daed4a4db68a3f3" +checksum = "242e98e7a231c122e08f300d9db3262d1007b51758a8732cd6210b3e9faa4f3a" dependencies = [ "syn 1.0.109", ] [[package]] name = "cosmwasm-schema" -version = "1.5.3" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac3e3a2136e2a60e8b6582f5dffca5d1a683ed77bf38537d330bc1dfccd69010" +checksum = "7879036156092ad1c22fe0d7316efc5a5eceec2bc3906462a2560215f2a2f929" dependencies = [ "cosmwasm-schema-derive", "schemars", @@ -829,9 +835,9 @@ dependencies = [ [[package]] name = "cosmwasm-schema-derive" -version = "1.5.3" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5d803bea6bd9ed61bd1ee0b4a2eb09ee20dbb539cc6e0b8795614d20952ebb1" +checksum = "0bb57855fbfc83327f8445ae0d413b1a05ac0d68c396ab4d122b2abd7bb82cb6" dependencies = [ "proc-macro2", "quote", @@ -840,12 +846,12 @@ dependencies = [ [[package]] name = "cosmwasm-std" -version = "1.5.4" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "712fe58f39d55c812f7b2c84e097cdede3a39d520f89b6dc3153837e31741927" +checksum = "78c1556156fdf892a55cced6115968b961eaaadd6f724a2c2cb7d1e168e32dd3" dependencies = [ "base64 0.21.7", - "bech32", + "bech32 0.9.1", "bnum", "cosmwasm-crypto", "cosmwasm-derive", @@ -1017,7 +1023,7 @@ dependencies = [ "osmosis-std 0.22.0", "osmosis-test-tube", "paste", - "prost 0.12.3", + "prost 0.12.6", "regex", "serde", "strum 0.24.1", @@ -1032,13 +1038,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67fff029689ae89127cf6d7655809a68d712f3edbdb9686c70b018ba438b26ca" dependencies = [ "anyhow", - "bech32", + "bech32 0.9.1", "cosmwasm-std", "cw-storage-plus 1.2.0", "cw-utils 1.0.3", "derivative", "itertools 0.12.1", - "prost 0.12.3", + "prost 0.12.6", "schemars", "serde", "sha2 0.10.8", @@ -2002,6 +2008,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.9" @@ -2133,7 +2148,7 @@ dependencies = [ name = "mars-address-provider" version = "2.0.0" dependencies = [ - "bech32", + "bech32 0.11.0", "cosmwasm-schema", "cosmwasm-std", "cw-storage-plus 1.2.0", @@ -2160,7 +2175,7 @@ dependencies = [ "cw2 1.1.2", "cw721 0.18.0", "cw721-base 0.18.0", - "itertools 0.12.1", + "itertools 0.13.0", "mars-account-nft", "mars-address-provider", "mars-liquidation", @@ -2404,7 +2419,7 @@ dependencies = [ "cosmwasm-schema", "cosmwasm-std", "osmosis-std 0.22.0", - "prost 0.12.3", + "prost 0.12.6", "serde", ] @@ -2706,7 +2721,7 @@ dependencies = [ "mars-vault", "mars-zapper-mock", "osmosis-std 0.22.0", - "prost 0.12.3", + "prost 0.12.6", "pyth-sdk-cw", "regex", "schemars", @@ -2728,7 +2743,7 @@ dependencies = [ "mars-owner 2.0.0", "mars-utils 2.0.0", "serde-json-wasm 1.0.1", - "strum 0.26.1", + "strum 0.26.2", "thiserror", "tsify", "wasm-bindgen", @@ -2884,20 +2899,21 @@ dependencies = [ [[package]] name = "neutron-sdk" -version = "0.8.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46f60e477bd71007d9ff78ae020ec1c6b3b47798578af6151429434d86472efc" +checksum = "26fb513aae0c82b3185228e96664d8312e79c3aa763f6ebdc70cf4b8d513d533" dependencies = [ - "bech32", + "bech32 0.9.1", "cosmos-sdk-proto 0.20.0", "cosmwasm-schema", "cosmwasm-std", - "prost 0.12.3", + "prost 0.12.6", "prost-types 0.12.3", "protobuf 3.3.0", "schemars", "serde", "serde-json-wasm 1.0.1", + "serde_json", "speedate", "tendermint-proto 0.34.1", "thiserror", @@ -3015,7 +3031,7 @@ dependencies = [ "chrono", "cosmwasm-std", "osmosis-std-derive 0.20.1", - "prost 0.12.3", + "prost 0.12.6", "prost-types 0.12.3", "schemars", "serde", @@ -3059,7 +3075,7 @@ dependencies = [ "cosmrs", "cosmwasm-std", "osmosis-std 0.22.0", - "prost 0.12.3", + "prost 0.12.6", "serde", "serde_json", "test-tube", @@ -3308,12 +3324,12 @@ dependencies = [ [[package]] name = "prost" -version = "0.12.3" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a" +checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" dependencies = [ "bytes", - "prost-derive 0.12.3", + "prost-derive 0.12.6", ] [[package]] @@ -3344,12 +3360,12 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.12.3" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e" +checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.1", "proc-macro2", "quote", "syn 2.0.50", @@ -3370,7 +3386,7 @@ version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "193898f59edcf43c26227dcd4c8427f00d99d61e95dcde58dabd49fa291d470e" dependencies = [ - "prost 0.12.3", + "prost 0.12.6", ] [[package]] @@ -3744,9 +3760,9 @@ dependencies = [ [[package]] name = "schemars" -version = "0.8.16" +version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45a28f4c49489add4ce10783f7911893516f15afe45d015608d41faca6bc4d29" +checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" dependencies = [ "dyn-clone", "schemars_derive", @@ -3756,14 +3772,14 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "0.8.16" +version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c767fd6fa65d9ccf9cf026122c1b555f2ef9a4f0cea69da4d7dbc3e258d30967" +checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" dependencies = [ "proc-macro2", "quote", - "serde_derive_internals 0.26.0", - "syn 1.0.109", + "serde_derive_internals 0.29.1", + "syn 2.0.50", ] [[package]] @@ -3835,9 +3851,9 @@ checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" [[package]] name = "serde" -version = "1.0.197" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" +checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" dependencies = [ "serde_derive", ] @@ -3880,9 +3896,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.197" +version = "1.0.203" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" +checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" dependencies = [ "proc-macro2", "quote", @@ -3891,20 +3907,20 @@ dependencies = [ [[package]] name = "serde_derive_internals" -version = "0.26.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c" +checksum = "e578a843d40b4189a4d66bba51d7684f57da5bd7c304c64e14bd63efbef49509" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.50", ] [[package]] name = "serde_derive_internals" -version = "0.28.0" +version = "0.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e578a843d40b4189a4d66bba51d7684f57da5bd7c304c64e14bd63efbef49509" +checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" dependencies = [ "proc-macro2", "quote", @@ -3913,9 +3929,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.114" +version = "1.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" +checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" dependencies = [ "itoa", "ryu", @@ -4107,9 +4123,9 @@ dependencies = [ [[package]] name = "strum" -version = "0.26.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "723b93e8addf9aa965ebe2d11da6d7540fa2283fcea14b3371ff055f7ba13f5f" +checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" dependencies = [ "strum_macros 0.26.1", ] @@ -4251,7 +4267,7 @@ dependencies = [ "k256 0.13.1", "num-traits", "once_cell", - "prost 0.12.3", + "prost 0.12.6", "prost-types 0.12.3", "ripemd", "serde", @@ -4309,7 +4325,7 @@ dependencies = [ "flex-error", "num-derive", "num-traits", - "prost 0.12.3", + "prost 0.12.6", "prost-types 0.12.3", "serde", "serde_bytes", @@ -4395,7 +4411,7 @@ dependencies = [ "cosmrs", "cosmwasm-std", "osmosis-std 0.22.0", - "prost 0.12.3", + "prost 0.12.6", "serde", "serde_json", "thiserror", @@ -4403,18 +4419,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.57" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" +checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.57" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" +checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ "proc-macro2", "quote", @@ -4687,9 +4703,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.91" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f" +checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" dependencies = [ "cfg-if", "wasm-bindgen-macro", @@ -4697,9 +4713,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.91" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b" +checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" dependencies = [ "bumpalo", "log", @@ -4724,9 +4740,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.91" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed" +checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -4734,9 +4750,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.91" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66" +checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" dependencies = [ "proc-macro2", "quote", @@ -4747,9 +4763,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.91" +version = "0.2.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838" +checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" [[package]] name = "web-sys" diff --git a/Cargo.toml b/Cargo.toml index 3248994e..31216b84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,15 +55,15 @@ documentation = "https://docs.marsprotocol.io/" keywords = ["mars", "cosmos", "cosmwasm"] [workspace.dependencies] -anyhow = "1.0.80" +anyhow = "1.0.86" apollo-cw-asset = { version = "0.1.2", features = ["astroport"] } apollo-utils = "0.1.2" astroport = "2.8.0" # TODO: update with official release once ready astroport-v5 = { package = "astroport", version = "=5.0.0-rc.1-tokenfactory" } -bech32 = "0.9.1" -cosmwasm-schema = "1.5.3" -cosmwasm-std = "1.5.4" +bech32 = "0.11.0" +cosmwasm-schema = "1.5.5" +cosmwasm-std = "1.5.5" cw2 = "1.1.2" cw721 = { git = "https://github.com/CosmWasm/cw-nfts/", branch = "main" } cw721-base = { git = "https://github.com/CosmWasm/cw-nfts/", branch = "main", features = ["library"] } @@ -73,22 +73,22 @@ cw-storage-plus = "1.2.0" cw-utils = "1.0.3" cw-vault-standard = { version = "0.4.0", features = ["lockup", "force-unlock"] } ica-oracle = { git = "https://github.com/Stride-Labs/ica-oracle", rev = "2fdf76f", features = ["library"] } -itertools = "0.12.1" +itertools = "0.13.0" mars-owner = { version = "2.0.0", features = ["emergency-owner"] } -neutron-sdk = "0.8.0" +neutron-sdk = "0.10.0" osmosis-std = "0.22.0" -prost = { version = "0.12.3", default-features = false } +prost = { version = "0.12.6", default-features = false } pyth-sdk-cw = "1.2.0" regex = "1.10.4" -schemars = "0.8.16" -serde = { version = "1.0.197", default-features = false } -serde_json = "1.0.114" +schemars = "0.8.21" +serde = { version = "1.0.203", default-features = false } +serde_json = "1.0.117" serde-json-wasm = "1.0.1" -serde-wasm-bindgen = "0.6.4" -strum = "0.26.1" -thiserror = "1.0.57" +serde-wasm-bindgen = "0.6.5" +strum = "0.26.2" +thiserror = "1.0.61" tsify = "0.4.5" -wasm-bindgen = "0.2.91" +wasm-bindgen = "0.2.92" # dev-dependencies cw-multi-test = { version = "0.20.0", features = ["cosmwasm_1_1"] } diff --git a/scripts/deploy/addresses/pion-1-deployer-owner.json b/scripts/deploy/addresses/pion-1-deployer-owner.json index aa66c6ee..f0ebde74 100644 --- a/scripts/deploy/addresses/pion-1-deployer-owner.json +++ b/scripts/deploy/addresses/pion-1-deployer-owner.json @@ -1,8 +1,13 @@ { - "address-provider": "neutron187fjlesys2c0z7xzhu43we4rx7tc4twnr5m6r2u7u5hpm03wvjqs0gk2lp", - "red-bank": "neutron15dn9w9vcdkpp2kfjuz4suqh2w8ajyqsgujlykm9x58hsjss5ff7qpmhlln", - "incentives": "neutron187hw8pqfhmxt4tk9star7tkjhu438k566jtgjskz4889pndp2vysh73ezh", - "oracle": "neutron1g4samkydfdyjec424ccucvjcuuls0ql8mfp2glf739mg0uqr74yqhdx9kn", - "rewards-collector": "neutron1re4v85k6kr8r7f3j4s4vrk3dvlyefc3xeg7jetv2jlpskahs5xrs8d6vw5", - "swapper": "neutron16xdh5w4dynfjrvnfuhv9h2znks94fyt4gp448jhtmjs3xd6smjvqumh9x2" + "addressProvider": "neutron1flekqdht5rsvad7pa67ndfr29xzzc735xvgq7u0hyu0nza4rad9qzxjgsz", + "redBank": "neutron1gstclf8hp7t9njzv5czl8c206ax0p4zkqfvwnv62hz3y3666dqysff33g8", + "incentives": "neutron1m2qf6c27m7qgdfdszu89zm69p5l57x0s4ryk9f9fems5pcuxwfvq3gjdd8", + "oracle": "neutron13vmzg7z402tc2xhesgf9afzmme4nfz059w7ejcftxvafkwzmwxxq5286nu", + "rewardsCollector": "neutron1x3xhqku3uymfztjxxh4ygneknyj68q4gapcvt3fnsv4rmjm60e2seypse0", + "swapper": "neutron1hka6ejaxdnwaz2rk2l7ysscn0lyzqe3ugljtcrd0lfkx7fthy03qe67kv4", + "params": "neutron1u9ahluvknuhvz3ptmlq6a5yvdzw76px04x92gq6sxqn2gy4kfvmsyl0jp4", + "zapper": "neutron1xkpakdplj6mrw7m87c0ysehtfqd4es4sk0d3y79r0vhtm3skzecsp7tv55", + "health": "neutron1d76ke6a2yz2tgqs4qgq64zg7yxfg438dnpgqcah9565mgqw5rusqdm0y6t", + "creditManager": "neutron1sw2t0pfwpuu56p674qyu2qd76q828tgkg43w40yxsdp0z92ug57sfe3emf", + "accountNft": "neutron1xf7wjf4ku3lek3s86ptaknt8u3cd7arcgvrkh602r35hhx9xxyjsm59l88" } diff --git a/scripts/deploy/base/deployer.ts b/scripts/deploy/base/deployer.ts index 6581625c..a3a2dd18 100644 --- a/scripts/deploy/base/deployer.ts +++ b/scripts/deploy/base/deployer.ts @@ -1,6 +1,7 @@ import { SigningCosmWasmClient } from '@cosmjs/cosmwasm-stargate' import { AssetConfig, + AstroportConfig, DeploymentConfig, OracleConfig, SwapperExecuteMsg, @@ -20,7 +21,10 @@ import { ExecuteMsg as CreditManagerExecute, InstantiateMsg as RoverInstantiateMsg, } from '../../types/generated/mars-credit-manager/MarsCreditManager.types' -import { InstantiateMsg as AstroportSwapperInstantiateMsg } from '../../types/generated/mars-swapper-astroport/MarsSwapperAstroport.types' +import { + InstantiateMsg as AstroportSwapperInstantiateMsg, + AstroportConfig as SwapperAstroportConfig, +} from '../../types/generated/mars-swapper-astroport/MarsSwapperAstroport.types' import { InstantiateMsg as OsmosisSwapperInstantiateMsg } from '../../types/generated/mars-swapper-osmosis/MarsSwapperOsmosis.types' import { InstantiateMsg as ParamsInstantiateMsg } from '../../types/generated/mars-params/MarsParams.types' import { ExecuteMsg as ParamsExecuteMsg } from '../../types/generated/mars-params/MarsParams.types' @@ -282,33 +286,6 @@ export class Deployer { ) } - async grantCreditLines() { - if (this.storage.actions.grantedCreditLines) { - printGray('Credit lines already granted') - return - } - - const wallet = await getWallet(this.config.deployerMnemonic, this.config.chain.prefix) - const client = await setupClient(this.config, wallet) - const addr = await getAddress(wallet) - - for (const creditLineCoin of this.config.creditLineCoins) { - const msg = { - update_uncollateralized_loan_limit: { - user: this.storage.addresses.creditManager, - denom: creditLineCoin.denom, - new_limit: creditLineCoin.creditLine, - }, - } - printBlue( - `Granting credit line to Rover for: ${creditLineCoin.creditLine} ${creditLineCoin.denom}`, - ) - await client.execute(addr, this.storage.addresses.redBank!, msg, 'auto') - } - - this.storage.actions.grantedCreditLines = true - } - async updateCreditManagerOwner() { if (!this.config.multisigAddr) throw new Error('No multisig addresses to transfer ownership to') @@ -531,6 +508,25 @@ export class Deployer { this.storage.actions.vaultsSet.push(vaultConfig.vault.addr) } + async updateSwapperAstroportConfig(config: AstroportConfig) { + printBlue(`Updating swapper astroport config...`) + + const swapperConfig: SwapperAstroportConfig = { + router: config.router, + factory: config.factory, + oracle: this.storage.addresses.oracle!, + } + + await this.cwClient.execute( + this.deployerAddr, + this.storage.addresses.swapper!, + { update_config: { config: swapperConfig } }, + 'auto', + ) + + printYellow(`Swapper astroport config updated.`) + } + async setRoutes() { printBlue('Setting Swapper Routes') for (const route of this.config.swapper.routes) { diff --git a/scripts/deploy/base/index.ts b/scripts/deploy/base/index.ts index ebc32223..b67fc901 100644 --- a/scripts/deploy/base/index.ts +++ b/scripts/deploy/base/index.ts @@ -15,16 +15,16 @@ export const taskRunner = async ({ config, label }: TaskRunnerProps) => { await deployer.assertDeployerBalance() // Upload contracts - await deployer.upload('redBank', 'mars_red_bank.wasm') - await deployer.upload('addressProvider', 'mars_address_provider.wasm') - await deployer.upload('incentives', 'mars_incentives.wasm') - await deployer.upload('oracle', `mars_oracle_${config.oracle.name}.wasm`) + await deployer.upload('redBank', wasmFile('mars_red_bank')) + await deployer.upload('addressProvider', wasmFile('mars_address_provider')) + await deployer.upload('incentives', wasmFile('mars_incentives')) + await deployer.upload('oracle', wasmFile(`mars_oracle_${config.oracle.name}`)) await deployer.upload( 'rewardsCollector', - `mars_rewards_collector_${config.rewardsCollector.name}.wasm`, + wasmFile(`mars_rewards_collector_${config.rewardsCollector.name}`), ) - await deployer.upload('swapper', `mars_swapper_${config.swapper.name}.wasm`) - await deployer.upload('params', `mars_params.wasm`) + await deployer.upload('swapper', wasmFile(`mars_swapper_${config.swapper.name}`)) + await deployer.upload('params', wasmFile(`mars_params`)) await deployer.upload('accountNft', wasmFile('mars_account_nft')) await deployer.upload('mockVault', wasmFile('mars_mock_vault')) await deployer.upload('zapper', wasmFile(config.zapperContractName)) @@ -51,6 +51,10 @@ export const taskRunner = async ({ config, label }: TaskRunnerProps) => { await deployer.updateAddressProvider() + if (config.swapper.name == 'astroport') { + await deployer.updateSwapperAstroportConfig(config.astroportConfig!) + } + // setup for (const asset of config.assets) { await deployer.updateAssetParams(asset) @@ -64,8 +68,6 @@ export const taskRunner = async ({ config, label }: TaskRunnerProps) => { } await deployer.setRoutes() - await deployer.grantCreditLines() - // Test basic user flows if (config.runTests && config.testActions) { await deployer.executeDeposit() diff --git a/scripts/deploy/neutron/mainnet-config.ts b/scripts/deploy/neutron/mainnet-config.ts index 86f184e1..94aa4a91 100644 --- a/scripts/deploy/neutron/mainnet-config.ts +++ b/scripts/deploy/neutron/mainnet-config.ts @@ -75,8 +75,8 @@ export const atomOracle: OracleConfig = { price_feed_id: pythAtomID, denom_decimals: 6, max_staleness: 60, - max_confidence: '0.1', // FIXME: provide correct values - max_deviation: '0.1', // FIXME: provide correct values + max_confidence: '0.1', + max_deviation: '0.15', }, }, } @@ -89,8 +89,8 @@ export const axlUSDCOracle: OracleConfig = { price_feed_id: pythUsdcID, denom_decimals: 6, max_staleness: 60, - max_confidence: '0.1', // FIXME: provide correct values - max_deviation: '0.1', // FIXME: provide correct values + max_confidence: '0.1', + max_deviation: '0.15', }, }, } diff --git a/scripts/deploy/neutron/testnet-config.ts b/scripts/deploy/neutron/testnet-config.ts index 5c88b92e..6afdccf8 100644 --- a/scripts/deploy/neutron/testnet-config.ts +++ b/scripts/deploy/neutron/testnet-config.ts @@ -9,7 +9,7 @@ const protocolAdminAddr = 'neutron1ke0vqqzyymlp5esr8gjwuzh94ysnpvj8er5hm7' const marsNeutronChannelId = 'channel-97' const chainId = 'pion-1' -const rpcEndpoint = 'https://testnet-neutron-rpc.marsprotocol.io:443' +const rpcEndpoint = 'https://rpc-palvus.pion-1.ntrn.tech' // Astroport configuration const astroportFactory = 'neutron1jj0scx400pswhpjes589aujlqagxgcztw04srynmhf0f6zplzn2qqmhwj7' @@ -323,7 +323,7 @@ export const neutronTestnetConfig: DeploymentConfig = { feeCollectorAddr: feeCollectorAddr, chain: { baseDenom: 'untrn', - defaultGasPrice: 0.01, + defaultGasPrice: 0.02, id: chainId, prefix: 'neutron', rpcEndpoint: rpcEndpoint, @@ -363,4 +363,8 @@ export const neutronTestnetConfig: DeploymentConfig = { assets: [ntrnAsset, atomAsset, axlUSDCAsset], vaults: [], oracleConfigs: [usdOracle, axlUSDCOracle, atomOracle, ntrnOracle], + astroportConfig: { + factory: astroportFactory, + router: astroportRouter, + }, } diff --git a/scripts/health/example-react/dist/assets/index-0d6505f2.js b/scripts/health/example-react/dist/assets/index-0d6505f2.js index e14e51fc..84ebb287 100644 --- a/scripts/health/example-react/dist/assets/index-0d6505f2.js +++ b/scripts/health/example-react/dist/assets/index-0d6505f2.js @@ -15,8 +15,8 @@ $.crossorigin === 'use-credentials' ? (en.credentials = 'include') : $.crossorigin === 'anonymous' - ? (en.credentials = 'omit') - : (en.credentials = 'same-origin'), + ? (en.credentials = 'omit') + : (en.credentials = 'same-origin'), en ) } @@ -31,12 +31,12 @@ var commonjsGlobal = typeof globalThis < 'u' ? globalThis : typeof window < 'u' - ? window - : typeof global < 'u' - ? global - : typeof self < 'u' - ? self - : {} + ? window + : typeof global < 'u' + ? global + : typeof self < 'u' + ? self + : {} function getDefaultExportFromCjs(e) { return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, 'default') ? e.default : e } @@ -842,8 +842,8 @@ function pa(e, o, _, b) { return b ? !1 : _ !== null - ? !_.acceptsBooleans - : ((e = e.toLowerCase().slice(0, 5)), e !== 'data-' && e !== 'aria-') + ? !_.acceptsBooleans + : ((e = e.toLowerCase().slice(0, 5)), e !== 'data-' && e !== 'aria-') default: return !1 } @@ -948,14 +948,14 @@ function ta(e, o, _, b) { b || $ === null ? oa(o) && (_ === null ? e.removeAttribute(o) : e.setAttribute(o, '' + _)) : $.mustUseProperty - ? (e[$.propertyName] = _ === null ? ($.type === 3 ? !1 : '') : _) - : ((o = $.attributeName), - (b = $.attributeNamespace), - _ === null - ? e.removeAttribute(o) - : (($ = $.type), - (_ = $ === 3 || ($ === 4 && _ === !0) ? '' : '' + _), - b ? e.setAttributeNS(b, o, _) : e.setAttribute(o, _)))) + ? (e[$.propertyName] = _ === null ? ($.type === 3 ? !1 : '') : _) + : ((o = $.attributeName), + (b = $.attributeNamespace), + _ === null + ? e.removeAttribute(o) + : (($ = $.type), + (_ = $ === 3 || ($ === 4 && _ === !0) ? '' : '' + _), + b ? e.setAttributeNS(b, o, _) : e.setAttribute(o, _)))) } var ua = aa.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, va = Symbol.for('react.element'), @@ -1396,8 +1396,8 @@ function lb(e, o) { return e == null || e === 'http://www.w3.org/1999/xhtml' ? kb(o) : e === 'http://www.w3.org/2000/svg' && o === 'foreignObject' - ? 'http://www.w3.org/1999/xhtml' - : e + ? 'http://www.w3.org/1999/xhtml' + : e } var mb, nb = (function (e) { @@ -1487,8 +1487,8 @@ function rb(e, o, _) { return o == null || typeof o == 'boolean' || o === '' ? '' : _ || typeof o != 'number' || o === 0 || (pb.hasOwnProperty(e) && pb[e]) - ? ('' + o).trim() - : o + 'px' + ? ('' + o).trim() + : o + 'px' } function sb(e, o) { e = e.style @@ -2458,8 +2458,8 @@ var Qd = A({}, ud, { return e.type === 'keypress' ? ((e = od(e)), e === 13 ? 'Enter' : String.fromCharCode(e)) : e.type === 'keydown' || e.type === 'keyup' - ? Nd[e.keyCode] || 'Unidentified' - : '' + ? Nd[e.keyCode] || 'Unidentified' + : '' }, code: 0, location: 0, @@ -2480,8 +2480,8 @@ var Qd = A({}, ud, { return e.type === 'keypress' ? od(e) : e.type === 'keydown' || e.type === 'keyup' - ? e.keyCode - : 0 + ? e.keyCode + : 0 }, }), Rd = rd(Qd), @@ -2519,10 +2519,10 @@ var Qd = A({}, ud, { return 'deltaY' in e ? e.deltaY : 'wheelDeltaY' in e - ? -e.wheelDeltaY - : 'wheelDelta' in e - ? -e.wheelDelta - : 0 + ? -e.wheelDeltaY + : 'wheelDelta' in e + ? -e.wheelDelta + : 0 }, deltaZ: 0, deltaMode: 0, @@ -2707,14 +2707,14 @@ function Le(e, o) { ? e === o ? !0 : e && e.nodeType === 3 - ? !1 - : o && o.nodeType === 3 - ? Le(e, o.parentNode) - : 'contains' in e - ? e.contains(o) - : e.compareDocumentPosition - ? !!(e.compareDocumentPosition(o) & 16) - : !1 + ? !1 + : o && o.nodeType === 3 + ? Le(e, o.parentNode) + : 'contains' in e + ? e.contains(o) + : e.compareDocumentPosition + ? !!(e.compareDocumentPosition(o) & 16) + : !1 : !1 } function Me() { @@ -2962,8 +2962,8 @@ function pf(e, o, _, b) { ? e.addEventListener(o, _, { capture: !0, passive: $ }) : e.addEventListener(o, _, !0) : $ !== void 0 - ? e.addEventListener(o, _, { passive: $ }) - : e.addEventListener(o, _, !1) + ? e.addEventListener(o, _, { passive: $ }) + : e.addEventListener(o, _, !1) } function hd(e, o, _, b, $) { var en = b @@ -3113,8 +3113,8 @@ function hd(e, o, _, b, $) { Jn.window === Jn ? Jn : (Kn = Jn.ownerDocument) - ? Kn.defaultView || Kn.parentWindow - : window), + ? Kn.defaultView || Kn.parentWindow + : window), an ? ((xn = _.relatedTarget || _.toElement), (an = In), @@ -3328,10 +3328,10 @@ var Ff = typeof setTimeout == 'function' ? setTimeout : void 0, typeof queueMicrotask == 'function' ? queueMicrotask : typeof Hf < 'u' - ? function (e) { - return Hf.resolve(null).then(e).catch(If) - } - : Ff + ? function (e) { + return Hf.resolve(null).then(e).catch(If) + } + : Ff function If(e) { setTimeout(function () { throw e @@ -3972,8 +3972,8 @@ function oh(e, o, _, b, $, en, nn) { typeof e.shouldComponentUpdate == 'function' ? e.shouldComponentUpdate(b, en, nn) : o.prototype && o.prototype.isPureReactComponent - ? !Ie(_, b) || !Ie($, en) - : !0 + ? !Ie(_, b) || !Ie($, en) + : !0 ) } function ph(e, o, _) { @@ -4107,13 +4107,13 @@ function vh(e) { return Tn === ya ? Jn(kn, ln, yn.props.children, Cn, yn.key) : ln !== null && - (ln.elementType === Tn || - (typeof Tn == 'object' && Tn !== null && Tn.$$typeof === Ha && uh(Tn) === ln.type)) - ? ((Cn = $(ln, yn.props)), (Cn.ref = sh$1(kn, ln, yn)), (Cn.return = kn), Cn) - : ((Cn = yh(yn.type, yn.key, yn.props, null, kn.mode, Cn)), - (Cn.ref = sh$1(kn, ln, yn)), - (Cn.return = kn), - Cn) + (ln.elementType === Tn || + (typeof Tn == 'object' && Tn !== null && Tn.$$typeof === Ha && uh(Tn) === ln.type)) + ? ((Cn = $(ln, yn.props)), (Cn.ref = sh$1(kn, ln, yn)), (Cn.return = kn), Cn) + : ((Cn = yh(yn.type, yn.key, yn.props, null, kn.mode, Cn)), + (Cn.ref = sh$1(kn, ln, yn)), + (Cn.return = kn), + Cn) } function In(kn, ln, yn, Cn) { return ln === null || @@ -5368,20 +5368,20 @@ function sj(e, o, _, b, $, en, nn) { return o.flags & 256 ? ((o.flags &= -257), (b = Li(Error(p(422)))), tj(e, o, nn, b)) : o.memoizedState !== null - ? ((o.child = e.child), (o.flags |= 128), null) - : ((en = b.fallback), - ($ = o.mode), - (b = qj({ mode: 'visible', children: b.children }, $, 0, null)), - (en = Ah(en, $, nn, null)), - (en.flags |= 2), - (b.return = o), - (en.return = o), - (b.sibling = en), - (o.child = b), - o.mode & 1 && Bh(o, e.child, null, nn), - (o.child.memoizedState = oj(nn)), - (o.memoizedState = nj), - en) + ? ((o.child = e.child), (o.flags |= 128), null) + : ((en = b.fallback), + ($ = o.mode), + (b = qj({ mode: 'visible', children: b.children }, $, 0, null)), + (en = Ah(en, $, nn, null)), + (en.flags |= 2), + (b.return = o), + (en.return = o), + (b.sibling = en), + (o.child = b), + o.mode & 1 && Bh(o, e.child, null, nn), + (o.child.memoizedState = oj(nn)), + (o.memoizedState = nj), + en) if (!(o.mode & 1)) return tj(e, o, nn, null) if ($.data === '$!') { if (((b = $.nextSibling && $.nextSibling.dataset), b)) var sn = b.dgst @@ -5560,8 +5560,8 @@ function zj(e, o, _) { return b.dehydrated !== null ? (G(M, M.current & 1), (o.flags |= 128), null) : _ & o.child.childLanes - ? pj(e, o, _) - : (G(M, M.current & 1), (e = $i(e, o, _)), e !== null ? e.sibling : null) + ? pj(e, o, _) + : (G(M, M.current & 1), (e = $i(e, o, _)), e !== null ? e.sibling : null) G(M, M.current & 1) break case 19: @@ -5651,12 +5651,14 @@ Cj = function (e, o, _, b) { (sn = sn ? sn.__html : void 0), gn != null && sn !== gn && (en = en || []).push(In, gn)) : In === 'children' - ? (typeof gn != 'string' && typeof gn != 'number') || (en = en || []).push(In, '' + gn) - : In !== 'suppressContentEditableWarning' && - In !== 'suppressHydrationWarning' && - (ea.hasOwnProperty(In) - ? (gn != null && In === 'onScroll' && D('scroll', e), en || sn === gn || (en = [])) - : (en = en || []).push(In, gn)) + ? (typeof gn != 'string' && typeof gn != 'number') || + (en = en || []).push(In, '' + gn) + : In !== 'suppressContentEditableWarning' && + In !== 'suppressHydrationWarning' && + (ea.hasOwnProperty(In) + ? (gn != null && In === 'onScroll' && D('scroll', e), + en || sn === gn || (en = [])) + : (en = en || []).push(In, gn)) } _ && (en = en || []).push('style', _) var In = en @@ -5822,10 +5824,10 @@ function Fj(e, o, _) { (e.innerHTML = ''), (e = e.removeChild(e.firstChild))) : typeof b.is == 'string' - ? (e = nn.createElement(_, { is: b.is })) - : ((e = nn.createElement(_)), - _ === 'select' && - ((nn = e), b.multiple ? (nn.multiple = !0) : b.size && (nn.size = b.size))) + ? (e = nn.createElement(_, { is: b.is })) + : ((e = nn.createElement(_)), + _ === 'select' && + ((nn = e), b.multiple ? (nn.multiple = !0) : b.size && (nn.size = b.size))) : (e = nn.createElementNS(e, _)), (e[Of] = o), (e[Pf] = b), @@ -5881,17 +5883,17 @@ function Fj(e, o, _) { en === 'style' ? sb(e, gn) : en === 'dangerouslySetInnerHTML' - ? ((gn = gn ? gn.__html : void 0), gn != null && nb(e, gn)) - : en === 'children' - ? typeof gn == 'string' - ? (_ !== 'textarea' || gn !== '') && ob(e, gn) - : typeof gn == 'number' && ob(e, '' + gn) - : en !== 'suppressContentEditableWarning' && - en !== 'suppressHydrationWarning' && - en !== 'autoFocus' && - (ea.hasOwnProperty(en) - ? gn != null && en === 'onScroll' && D('scroll', e) - : gn != null && ta(e, en, gn, nn)) + ? ((gn = gn ? gn.__html : void 0), gn != null && nb(e, gn)) + : en === 'children' + ? typeof gn == 'string' + ? (_ !== 'textarea' || gn !== '') && ob(e, gn) + : typeof gn == 'number' && ob(e, '' + gn) + : en !== 'suppressContentEditableWarning' && + en !== 'suppressHydrationWarning' && + en !== 'autoFocus' && + (ea.hasOwnProperty(en) + ? gn != null && en === 'onScroll' && D('scroll', e) + : gn != null && ta(e, en, gn, nn)) } switch (_) { case 'input': @@ -6517,10 +6519,10 @@ function ek(e, o) { Jn === 'style' ? sb($, qn) : Jn === 'dangerouslySetInnerHTML' - ? nb($, qn) - : Jn === 'children' - ? ob($, qn) - : ta($, Jn, qn, In) + ? nb($, qn) + : Jn === 'children' + ? ob($, qn) + : ta($, Jn, qn, In) } switch (sn) { case 'input': @@ -6732,8 +6734,8 @@ function jk(e, o, _) { nn.tag === 22 && nn.memoizedState !== null ? kk($) : gn !== null - ? ((gn.return = nn), (V = gn)) - : kk($) + ? ((gn.return = nn), (V = gn)) + : kk($) for (; en !== null; ) (V = en), jk(en), (en = en.sibling) ;(V = $), (Kj = sn), (U = In) } @@ -6948,8 +6950,8 @@ function lh(e) { ? K$1 & 2 && Z !== 0 ? Z & -Z : Kg.transition !== null - ? (Ck === 0 && (Ck = yc()), Ck) - : ((e = C), e !== 0 || ((e = window.event), (e = e === void 0 ? 16 : jd(e.type))), e) + ? (Ck === 0 && (Ck = yc()), Ck) + : ((e = C), e !== 0 || ((e = window.event), (e = e === void 0 ? 16 : jd(e.type))), e) : 1 } function mh(e, o, _, b) { @@ -7063,16 +7065,16 @@ function Hk(e, o) { (120 > b ? 120 : 480 > b - ? 480 - : 1080 > b - ? 1080 - : 1920 > b - ? 1920 - : 3e3 > b - ? 3e3 - : 4320 > b - ? 4320 - : 1960 * mk(b / 1960)) - b), + ? 480 + : 1080 > b + ? 1080 + : 1920 > b + ? 1920 + : 3e3 > b + ? 3e3 + : 4320 > b + ? 4320 + : 1960 * mk(b / 1960)) - b), 10 < b) ) { e.timeoutHandle = Ff(Qk.bind(null, e, uk, vk), b) @@ -8667,12 +8669,12 @@ function partialDeepEqual(e, o) { return e === o ? !0 : typeof e != typeof o - ? !1 - : e && o && typeof e == 'object' && typeof o == 'object' - ? !Object.keys(o).some(function (_) { - return !partialDeepEqual(e[_], o[_]) - }) - : !1 + ? !1 + : e && o && typeof e == 'object' && typeof o == 'object' + ? !Object.keys(o).some(function (_) { + return !partialDeepEqual(e[_], o[_]) + }) + : !1 } function replaceEqualDeep(e, o) { if (e === o) return e @@ -8787,8 +8789,8 @@ var FocusManager = (function (e) { return typeof this.focused == 'boolean' ? this.focused : typeof document > 'u' - ? !0 - : [void 0, 'visible', 'prerender'].includes(document.visibilityState) + ? !0 + : [void 0, 'visible', 'prerender'].includes(document.visibilityState) }), o ) @@ -8850,8 +8852,8 @@ var FocusManager = (function (e) { return typeof this.online == 'boolean' ? this.online : typeof navigator > 'u' || typeof navigator.onLine > 'u' - ? !0 - : navigator.onLine + ? !0 + : navigator.onLine }), o ) @@ -10205,8 +10207,8 @@ var QueryClient$1 = (function () { return typeof this.options.refetchInterval == 'function' ? this.options.refetchInterval(this.currentResult.data, this.currentQuery) : ($ = this.options.refetchInterval) != null - ? $ - : !1 + ? $ + : !1 }), (_.updateRefetchInterval = function ($) { var en = this @@ -11424,10 +11426,10 @@ const __viteBrowserExternal = {}, dn < 67108864 ? ((this.words = [dn & 67108863]), (this.length = 1)) : dn < 4503599627370496 - ? ((this.words = [dn & 67108863, (dn / 67108864) & 67108863]), (this.length = 2)) - : (b(dn < 9007199254740992), - (this.words = [dn & 67108863, (dn / 67108864) & 67108863, 1]), - (this.length = 3)), + ? ((this.words = [dn & 67108863, (dn / 67108864) & 67108863]), (this.length = 2)) + : (b(dn < 9007199254740992), + (this.words = [dn & 67108863, (dn / 67108864) & 67108863, 1]), + (this.length = 3)), fn === 'le' && this._initArray(this.toArray(), Nn, fn) }), (en.prototype._initArray = function (dn, Nn, fn) { @@ -11629,8 +11631,8 @@ const __viteBrowserExternal = {}, this.length === 2 ? (dn += this.words[1] * 67108864) : this.length === 3 && this.words[2] === 1 - ? (dn += 4503599627370496 + this.words[1] * 67108864) - : this.length > 2 && b(!1, 'Number can only safely store up to 53 bits'), + ? (dn += 4503599627370496 + this.words[1] * 67108864) + : this.length > 2 && b(!1, 'Number can only safely store up to 53 bits'), this.negative !== 0 ? -dn : dn ) }), @@ -11838,10 +11840,10 @@ const __viteBrowserExternal = {}, return dn.negative !== 0 && this.negative === 0 ? ((dn.negative = 0), (Nn = this.sub(dn)), (dn.negative ^= 1), Nn) : dn.negative === 0 && this.negative !== 0 - ? ((this.negative = 0), (Nn = dn.sub(this)), (this.negative = 1), Nn) - : this.length > dn.length - ? this.clone().iadd(dn) - : dn.clone().iadd(this) + ? ((this.negative = 0), (Nn = dn.sub(this)), (this.negative = 1), Nn) + : this.length > dn.length + ? this.clone().iadd(dn) + : dn.clone().iadd(this) }), (en.prototype.isub = function (dn) { if (dn.negative !== 0) { @@ -12491,10 +12493,10 @@ const __viteBrowserExternal = {}, this.length === 10 && dn.length === 10 ? (fn = ln(this, dn, Nn)) : _n < 63 - ? (fn = kn(this, dn, Nn)) - : _n < 1024 - ? (fn = yn(this, dn, Nn)) - : (fn = Cn(this, dn, Nn)), + ? (fn = kn(this, dn, Nn)) + : _n < 1024 + ? (fn = yn(this, dn, Nn)) + : (fn = Cn(this, dn, Nn)), fn ) }), @@ -12639,10 +12641,10 @@ const __viteBrowserExternal = {}, dn < 0 ? this.isubn(-dn) : this.negative !== 0 - ? this.length === 1 && (this.words[0] | 0) <= dn - ? ((this.words[0] = dn - (this.words[0] | 0)), (this.negative = 0), this) - : ((this.negative = 0), this.isubn(dn), (this.negative = 1), this) - : this._iaddn(dn) + ? this.length === 1 && (this.words[0] | 0) <= dn + ? ((this.words[0] = dn - (this.words[0] | 0)), (this.negative = 0), this) + : ((this.negative = 0), this.isubn(dn), (this.negative = 1), this) + : this._iaddn(dn) ) }), (en.prototype._iaddn = function (dn) { @@ -12739,22 +12741,22 @@ const __viteBrowserExternal = {}, Nn !== 'div' && ((Ln = zn.mod.neg()), fn && Ln.negative !== 0 && Ln.iadd(dn)), { div: _n, mod: Ln }) : this.negative === 0 && dn.negative !== 0 - ? ((zn = this.divmod(dn.neg(), Nn)), - Nn !== 'mod' && (_n = zn.div.neg()), - { div: _n, mod: zn.mod }) - : this.negative & dn.negative - ? ((zn = this.neg().divmod(dn.neg(), Nn)), - Nn !== 'div' && ((Ln = zn.mod.neg()), fn && Ln.negative !== 0 && Ln.isub(dn)), - { div: zn.div, mod: Ln }) - : dn.length > this.length || this.cmp(dn) < 0 - ? { div: new en(0), mod: this } - : dn.length === 1 - ? Nn === 'div' - ? { div: this.divn(dn.words[0]), mod: null } - : Nn === 'mod' - ? { div: null, mod: new en(this.modrn(dn.words[0])) } - : { div: this.divn(dn.words[0]), mod: new en(this.modrn(dn.words[0])) } - : this._wordDiv(dn, Nn) + ? ((zn = this.divmod(dn.neg(), Nn)), + Nn !== 'mod' && (_n = zn.div.neg()), + { div: _n, mod: zn.mod }) + : this.negative & dn.negative + ? ((zn = this.neg().divmod(dn.neg(), Nn)), + Nn !== 'div' && ((Ln = zn.mod.neg()), fn && Ln.negative !== 0 && Ln.isub(dn)), + { div: zn.div, mod: Ln }) + : dn.length > this.length || this.cmp(dn) < 0 + ? { div: new en(0), mod: this } + : dn.length === 1 + ? Nn === 'div' + ? { div: this.divn(dn.words[0]), mod: null } + : Nn === 'mod' + ? { div: null, mod: new en(this.modrn(dn.words[0])) } + : { div: this.divn(dn.words[0]), mod: new en(this.modrn(dn.words[0])) } + : this._wordDiv(dn, Nn) }), (en.prototype.div = function (dn) { return this.divmod(dn, 'div', !1).div @@ -12775,8 +12777,8 @@ const __viteBrowserExternal = {}, return zn < 0 || (Ln === 1 && zn === 0) ? Nn.div : Nn.div.negative !== 0 - ? Nn.div.isubn(1) - : Nn.div.iaddn(1) + ? Nn.div.isubn(1) + : Nn.div.iaddn(1) }), (en.prototype.modrn = function (dn) { var Nn = dn < 0 @@ -13073,10 +13075,10 @@ const __viteBrowserExternal = {}, _n === 0 ? ((Nn.words[0] = 0), (Nn.length = 1)) : _n > 0 - ? Nn.isub(this.p) - : Nn.strip !== void 0 - ? Nn.strip() - : Nn._strip(), + ? Nn.isub(this.p) + : Nn.strip !== void 0 + ? Nn.strip() + : Nn._strip(), Nn ) }), @@ -13847,8 +13849,8 @@ function factory(e) { ? NaN : sn * (1 / 0) : gn === 0 - ? sn * 1401298464324817e-60 * In - : sn * Math.pow(2, gn - 150) * (In + 8388608) + ? sn * 1401298464324817e-60 * In + : sn * Math.pow(2, gn - 150) * (In + 8388608) } ;(e.readFloatLE = _.bind(null, readUintLE)), (e.readFloatBE = _.bind(null, readUintBE)) })(), @@ -13948,8 +13950,8 @@ function factory(e) { ? NaN : Jn * (1 / 0) : qn === 0 - ? Jn * 5e-324 * Kn - : Jn * Math.pow(2, qn - 1075) * (Kn + 4503599627370496) + ? Jn * 5e-324 * Kn + : Jn * Math.pow(2, qn - 1075) * (Kn + 4503599627370496) } ;(e.readDoubleLE = _.bind(null, readUintLE, 0, 4)), (e.readDoubleBE = _.bind(null, readUintBE, 4, 0)) @@ -13992,10 +13994,10 @@ var utf8$2 = {} en < 128 ? ($ += 1) : en < 2048 - ? ($ += 2) - : (en & 64512) === 55296 && (b.charCodeAt(nn + 1) & 64512) === 56320 - ? (++nn, ($ += 4)) - : ($ += 3) + ? ($ += 2) + : (en & 64512) === 55296 && (b.charCodeAt(nn + 1) & 64512) === 56320 + ? (++nn, ($ += 4)) + : ($ += 3) return $ }), (o.read = function (b, $, en) { @@ -14006,14 +14008,17 @@ var utf8$2 = {} Jn < 128 ? (gn[In++] = Jn) : Jn > 191 && Jn < 224 - ? (gn[In++] = ((Jn & 31) << 6) | (b[$++] & 63)) - : Jn > 239 && Jn < 365 - ? ((Jn = - (((Jn & 7) << 18) | ((b[$++] & 63) << 12) | ((b[$++] & 63) << 6) | (b[$++] & 63)) - - 65536), - (gn[In++] = 55296 + (Jn >> 10)), - (gn[In++] = 56320 + (Jn & 1023))) - : (gn[In++] = ((Jn & 15) << 12) | ((b[$++] & 63) << 6) | (b[$++] & 63)), + ? (gn[In++] = ((Jn & 31) << 6) | (b[$++] & 63)) + : Jn > 239 && Jn < 365 + ? ((Jn = + (((Jn & 7) << 18) | + ((b[$++] & 63) << 12) | + ((b[$++] & 63) << 6) | + (b[$++] & 63)) - + 65536), + (gn[In++] = 55296 + (Jn >> 10)), + (gn[In++] = 56320 + (Jn & 1023))) + : (gn[In++] = ((Jn & 15) << 12) | ((b[$++] & 63) << 6) | (b[$++] & 63)), In > 8191 && ((sn || (sn = [])).push(String.fromCharCode.apply(String, gn)), (In = 0)) return sn ? (In && sn.push(String.fromCharCode.apply(String, gn.slice(0, In))), sn.join('')) @@ -14025,17 +14030,17 @@ var utf8$2 = {} sn < 128 ? ($[en++] = sn) : sn < 2048 - ? (($[en++] = (sn >> 6) | 192), ($[en++] = (sn & 63) | 128)) - : (sn & 64512) === 55296 && ((gn = b.charCodeAt(In + 1)) & 64512) === 56320 - ? ((sn = 65536 + ((sn & 1023) << 10) + (gn & 1023)), - ++In, - ($[en++] = (sn >> 18) | 240), - ($[en++] = ((sn >> 12) & 63) | 128), - ($[en++] = ((sn >> 6) & 63) | 128), - ($[en++] = (sn & 63) | 128)) - : (($[en++] = (sn >> 12) | 224), - ($[en++] = ((sn >> 6) & 63) | 128), - ($[en++] = (sn & 63) | 128)) + ? (($[en++] = (sn >> 6) | 192), ($[en++] = (sn & 63) | 128)) + : (sn & 64512) === 55296 && ((gn = b.charCodeAt(In + 1)) & 64512) === 56320 + ? ((sn = 65536 + ((sn & 1023) << 10) + (gn & 1023)), + ++In, + ($[en++] = (sn >> 18) | 240), + ($[en++] = ((sn >> 12) & 63) | 128), + ($[en++] = ((sn >> 6) & 63) | 128), + ($[en++] = (sn & 63) | 128)) + : (($[en++] = (sn >> 12) | 224), + ($[en++] = ((sn >> 6) & 63) | 128), + ($[en++] = (sn & 63) | 128)) return en - nn }) })(utf8$2) @@ -14163,18 +14168,18 @@ function requireLongbits() { ? 1 : 2 : nn < 2097152 - ? 3 - : 4 + ? 3 + : 4 : sn < 16384 - ? sn < 128 - ? 5 - : 6 - : sn < 2097152 - ? 7 - : 8 + ? sn < 128 + ? 5 + : 6 + : sn < 2097152 + ? 7 + : 8 : gn < 128 - ? 9 - : 10 + ? 9 + : 10 }), longbits ) @@ -14243,10 +14248,10 @@ function requireMinimal() { ? o._Buffer_allocUnsafe(en) : new o.Array(en) : o.Buffer - ? o._Buffer_from(en) - : typeof Uint8Array > 'u' - ? en - : new Uint8Array(en) + ? o._Buffer_from(en) + : typeof Uint8Array > 'u' + ? en + : new Uint8Array(en) }), (o.Array = typeof Uint8Array < 'u' ? Uint8Array : Array), (o.Long = @@ -14667,8 +14672,8 @@ Reader$1.prototype.bytes = function e() { Array.isArray(this.buf) ? this.buf.slice(_, b) : _ === b - ? new this.buf.constructor(0) - : this._slice.call(this.buf, _, b) + ? new this.buf.constructor(0) + : this._slice.call(this.buf, _, b) ) } Reader$1.prototype.string = function e() { @@ -14914,8 +14919,8 @@ function fromValue$3(e, o) { return typeof e == 'number' ? fromNumber$3(e, o) : typeof e == 'string' - ? fromString$3(e, o) - : fromBits$3(e.low, e.high, typeof o == 'boolean' ? o : e.unsigned) + ? fromString$3(e, o) + : fromBits$3(e.low, e.high, typeof o == 'boolean' ? o : e.unsigned) } Long$3.fromValue = fromValue$3 var TWO_PWR_16_DBL$3 = 1 << 16, @@ -15040,14 +15045,14 @@ LongPrototype$3.compare = function e(o) { return _ && !b ? -1 : !_ && b - ? 1 - : this.unsigned - ? o.high >>> 0 > this.high >>> 0 || (o.high === this.high && o.low >>> 0 > this.low >>> 0) - ? -1 - : 1 - : this.sub(o).isNegative() - ? -1 - : 1 + ? 1 + : this.unsigned + ? o.high >>> 0 > this.high >>> 0 || (o.high === this.high && o.low >>> 0 > this.low >>> 0) + ? -1 + : 1 + : this.sub(o).isNegative() + ? -1 + : 1 } LongPrototype$3.comp = LongPrototype$3.compare LongPrototype$3.negate = function e() { @@ -15220,8 +15225,8 @@ LongPrototype$3.shiftLeft = function e(o) { (o &= 63) === 0 ? this : o < 32 - ? fromBits$3(this.low << o, (this.high << o) | (this.low >>> (32 - o)), this.unsigned) - : fromBits$3(0, this.low << (o - 32), this.unsigned) + ? fromBits$3(this.low << o, (this.high << o) | (this.low >>> (32 - o)), this.unsigned) + : fromBits$3(0, this.low << (o - 32), this.unsigned) ) } LongPrototype$3.shl = LongPrototype$3.shiftLeft @@ -15231,8 +15236,8 @@ LongPrototype$3.shiftRight = function e(o) { (o &= 63) === 0 ? this : o < 32 - ? fromBits$3((this.low >>> o) | (this.high << (32 - o)), this.high >> o, this.unsigned) - : fromBits$3(this.high >> (o - 32), this.high >= 0 ? 0 : -1, this.unsigned) + ? fromBits$3((this.low >>> o) | (this.high << (32 - o)), this.high >> o, this.unsigned) + : fromBits$3(this.high >> (o - 32), this.high >= 0 ? 0 : -1, this.unsigned) ) } LongPrototype$3.shr = LongPrototype$3.shiftRight @@ -15446,8 +15451,8 @@ function fromJsonTimestamp(e) { return e instanceof Date ? toTimestamp(e) : typeof e == 'string' - ? toTimestamp(new Date(e)) - : timestampFromJSON(e) + ? toTimestamp(new Date(e)) + : timestampFromJSON(e) } helpers.fromJsonTimestamp = fromJsonTimestamp function numberToLong(e) { @@ -43485,9 +43490,8 @@ function requireLibsodiumSumo() { ((g = h) - (h = Vs(a))) | 0) >>> 0 < 2 || - ((pn[ - 0 | (d = (a + h) | 0) - ] = 36), + ((pn[0 | (d = (a + h) | 0)] = + 36), (pn[(d + 1) | 0] = 0), (d = Nr( (d + 1) | 0, @@ -67506,10 +67510,10 @@ function requireLibsodiumSumo() { ar >= 240 ? ((nr = 4), (Dt = !0)) : ar >= 224 - ? ((nr = 3), (Dt = !0)) - : ar >= 192 - ? ((nr = 2), (Dt = !0)) - : ar < 128 && ((nr = 1), (Dt = !0)) + ? ((nr = 3), (Dt = !0)) + : ar >= 192 + ? ((nr = 2), (Dt = !0)) + : ar < 128 && ((nr = 1), (Dt = !0)) } while (!Dt) for (var kr = nr - (Et.length - Yt), Nr = 0; Nr < kr; Nr++) lt--, Et.pop() it += Jn(Et) @@ -67619,8 +67623,8 @@ function requireLibsodiumSumo() { ct instanceof Uint8Array ? ct : typeof ct == 'string' - ? In(ct) - : void Sn(ot, 'unsupported input type for ' + ut) + ? In(ct) + : void Sn(ot, 'unsupported input type for ' + ut) ) } function En(ot, ct, ut, it, lt, vt) { @@ -70895,12 +70899,12 @@ function f$1(e, o, _, b) { return e === 0 ? o ^ _ ^ b : e === 1 - ? (o & _) | (~o & b) - : e === 2 - ? (o | ~_) ^ b - : e === 3 - ? (o & b) | (_ & ~b) - : o ^ (_ | ~b) + ? (o & _) | (~o & b) + : e === 2 + ? (o | ~_) ^ b + : e === 3 + ? (o & b) | (_ & ~b) + : o ^ (_ | ~b) } const BUF = new Uint32Array(16) let RIPEMD160$1 = class extends _sha2_js_1.SHA2 { @@ -71115,10 +71119,10 @@ var utils$x = {}, Hn < 67108864 ? ((this.words = [Hn & 67108863]), (this.length = 1)) : Hn < 4503599627370496 - ? ((this.words = [Hn & 67108863, (Hn / 67108864) & 67108863]), (this.length = 2)) - : (b(Hn < 9007199254740992), - (this.words = [Hn & 67108863, (Hn / 67108864) & 67108863, 1]), - (this.length = 3)), + ? ((this.words = [Hn & 67108863, (Hn / 67108864) & 67108863]), (this.length = 2)) + : (b(Hn < 9007199254740992), + (this.words = [Hn & 67108863, (Hn / 67108864) & 67108863, 1]), + (this.length = 3)), dn === 'le' && this._initArray(this.toArray(), un, dn) }), (en.prototype._initArray = function (Hn, un, dn) { @@ -71298,8 +71302,8 @@ var utils$x = {}, this.length === 2 ? (Hn += this.words[1] * 67108864) : this.length === 3 && this.words[2] === 1 - ? (Hn += 4503599627370496 + this.words[1] * 67108864) - : this.length > 2 && b(!1, 'Number can only safely store up to 53 bits'), + ? (Hn += 4503599627370496 + this.words[1] * 67108864) + : this.length > 2 && b(!1, 'Number can only safely store up to 53 bits'), this.negative !== 0 ? -Hn : Hn ) }), @@ -71491,10 +71495,10 @@ var utils$x = {}, return Hn.negative !== 0 && this.negative === 0 ? ((Hn.negative = 0), (un = this.sub(Hn)), (Hn.negative ^= 1), un) : Hn.negative === 0 && this.negative !== 0 - ? ((this.negative = 0), (un = Hn.sub(this)), (this.negative = 1), un) - : this.length > Hn.length - ? this.clone().iadd(Hn) - : Hn.clone().iadd(this) + ? ((this.negative = 0), (un = Hn.sub(this)), (this.negative = 1), un) + : this.length > Hn.length + ? this.clone().iadd(Hn) + : Hn.clone().iadd(this) }), (en.prototype.isub = function (Hn) { if (Hn.negative !== 0) { @@ -72145,10 +72149,10 @@ var utils$x = {}, this.length === 10 && Hn.length === 10 ? (dn = mn(this, Hn, un)) : Nn < 63 - ? (dn = xn(this, Hn, un)) - : Nn < 1024 - ? (dn = Bn(this, Hn, un)) - : (dn = kn(this, Hn, un)), + ? (dn = xn(this, Hn, un)) + : Nn < 1024 + ? (dn = Bn(this, Hn, un)) + : (dn = kn(this, Hn, un)), dn ) } @@ -72403,10 +72407,10 @@ var utils$x = {}, Hn < 0 ? this.isubn(-Hn) : this.negative !== 0 - ? this.length === 1 && (this.words[0] | 0) < Hn - ? ((this.words[0] = Hn - (this.words[0] | 0)), (this.negative = 0), this) - : ((this.negative = 0), this.isubn(Hn), (this.negative = 1), this) - : this._iaddn(Hn) + ? this.length === 1 && (this.words[0] | 0) < Hn + ? ((this.words[0] = Hn - (this.words[0] | 0)), (this.negative = 0), this) + : ((this.negative = 0), this.isubn(Hn), (this.negative = 1), this) + : this._iaddn(Hn) ) }), (en.prototype._iaddn = function (Hn) { @@ -72503,22 +72507,22 @@ var utils$x = {}, un !== 'div' && ((fn = _n.mod.neg()), dn && fn.negative !== 0 && fn.iadd(Hn)), { div: Nn, mod: fn }) : this.negative === 0 && Hn.negative !== 0 - ? ((_n = this.divmod(Hn.neg(), un)), - un !== 'mod' && (Nn = _n.div.neg()), - { div: Nn, mod: _n.mod }) - : this.negative & Hn.negative - ? ((_n = this.neg().divmod(Hn.neg(), un)), - un !== 'div' && ((fn = _n.mod.neg()), dn && fn.negative !== 0 && fn.isub(Hn)), - { div: _n.div, mod: fn }) - : Hn.length > this.length || this.cmp(Hn) < 0 - ? { div: new en(0), mod: this } - : Hn.length === 1 - ? un === 'div' - ? { div: this.divn(Hn.words[0]), mod: null } - : un === 'mod' - ? { div: null, mod: new en(this.modn(Hn.words[0])) } - : { div: this.divn(Hn.words[0]), mod: new en(this.modn(Hn.words[0])) } - : this._wordDiv(Hn, un) + ? ((_n = this.divmod(Hn.neg(), un)), + un !== 'mod' && (Nn = _n.div.neg()), + { div: Nn, mod: _n.mod }) + : this.negative & Hn.negative + ? ((_n = this.neg().divmod(Hn.neg(), un)), + un !== 'div' && ((fn = _n.mod.neg()), dn && fn.negative !== 0 && fn.isub(Hn)), + { div: _n.div, mod: fn }) + : Hn.length > this.length || this.cmp(Hn) < 0 + ? { div: new en(0), mod: this } + : Hn.length === 1 + ? un === 'div' + ? { div: this.divn(Hn.words[0]), mod: null } + : un === 'mod' + ? { div: null, mod: new en(this.modn(Hn.words[0])) } + : { div: this.divn(Hn.words[0]), mod: new en(this.modn(Hn.words[0])) } + : this._wordDiv(Hn, un) }), (en.prototype.div = function (Hn) { return this.divmod(Hn, 'div', !1).div @@ -72539,8 +72543,8 @@ var utils$x = {}, return _n < 0 || (fn === 1 && _n === 0) ? un.div : un.div.negative !== 0 - ? un.div.isubn(1) - : un.div.iaddn(1) + ? un.div.isubn(1) + : un.div.iaddn(1) }), (en.prototype.modn = function (Hn) { b(Hn <= 67108863) @@ -72832,10 +72836,10 @@ var utils$x = {}, Nn === 0 ? ((un.words[0] = 0), (un.length = 1)) : Nn > 0 - ? un.isub(this.p) - : un.strip !== void 0 - ? un.strip() - : un._strip(), + ? un.isub(this.p) + : un.strip !== void 0 + ? un.strip() + : un._strip(), un ) }), @@ -73230,14 +73234,14 @@ if (typeof self == 'object') return self.crypto.getRandomValues(_), _ }) : self.msCrypto && self.msCrypto.getRandomValues - ? (Rand.prototype._rand = function (o) { - var _ = new Uint8Array(o) - return self.msCrypto.getRandomValues(_), _ - }) - : typeof window == 'object' && - (Rand.prototype._rand = function () { - throw new Error('Not implemented yet') - }) + ? (Rand.prototype._rand = function (o) { + var _ = new Uint8Array(o) + return self.msCrypto.getRandomValues(_), _ + }) + : typeof window == 'object' && + (Rand.prototype._rand = function () { + throw new Error('Not implemented yet') + }) else try { var crypto = require$$0$2 @@ -73327,8 +73331,8 @@ BaseCurve.prototype._wnafMul = function e(o, _) { ? (sn = sn.mixedAdd(en[(Jn - 1) >> 1])) : (sn = sn.mixedAdd(en[(-Jn - 1) >> 1].neg())) : Jn > 0 - ? (sn = sn.add(en[(Jn - 1) >> 1])) - : (sn = sn.add(en[(-Jn - 1) >> 1].neg())) + ? (sn = sn.add(en[(Jn - 1) >> 1])) + : (sn = sn.add(en[(-Jn - 1) >> 1].neg())) } return o.type === 'affine' ? sn.toP() : sn } @@ -73359,8 +73363,8 @@ BaseCurve.prototype._wnafMulAdd = function e(o, _, b, $, en) { _[xn].y.cmp(_[mn].y) === 0 ? ((Bn[1] = _[xn].add(_[mn])), (Bn[2] = _[xn].toJ().mixedAdd(_[mn].neg()))) : _[xn].y.cmp(_[mn].y.redNeg()) === 0 - ? ((Bn[1] = _[xn].toJ().mixedAdd(_[mn])), (Bn[2] = _[xn].add(_[mn].neg()))) - : ((Bn[1] = _[xn].toJ().mixedAdd(_[mn])), (Bn[2] = _[xn].toJ().mixedAdd(_[mn].neg()))) + ? ((Bn[1] = _[xn].toJ().mixedAdd(_[mn])), (Bn[2] = _[xn].add(_[mn].neg()))) + : ((Bn[1] = _[xn].toJ().mixedAdd(_[mn])), (Bn[2] = _[xn].toJ().mixedAdd(_[mn].neg()))) var kn = [-3, -1, -5, -7, 0, 7, 5, 1, 3], ln = getJSF(b[xn], b[mn]) for ( @@ -73753,10 +73757,10 @@ Point$2.prototype.mul = function e(o) { this.isInfinity() ? this : this._hasDoubles(o) - ? this.curve._fixedNafMul(this, o) - : this.curve.endo - ? this.curve._endoWnafMulAdd([this], [o]) - : this.curve._wnafMul(this, o) + ? this.curve._fixedNafMul(this, o) + : this.curve.endo + ? this.curve._endoWnafMulAdd([this], [o]) + : this.curve._wnafMul(this, o) ) } Point$2.prototype.mulAdd = function e(o, _, b) { @@ -73897,10 +73901,10 @@ JPoint.prototype.dbl = function e() { return this.isInfinity() ? this : this.curve.zeroA - ? this._zeroDbl() - : this.curve.threeA - ? this._threeDbl() - : this._dbl() + ? this._zeroDbl() + : this.curve.threeA + ? this._threeDbl() + : this._dbl() } JPoint.prototype._zeroDbl = function e() { var o, _, b @@ -74359,10 +74363,10 @@ Point.prototype.add = function e(o) { return this.isInfinity() ? o : o.isInfinity() - ? this - : this.curve.extended - ? this._extAdd(o) - : this._projAdd(o) + ? this + : this.curve.extended + ? this._extAdd(o) + : this._projAdd(o) } Point.prototype.mul = function e(o) { return this._hasDoubles(o) ? this.curve._fixedNafMul(this, o) : this.curve._wnafMul(this, o) @@ -74441,16 +74445,16 @@ function toArray(e, o) { en < 128 ? (_[b++] = en) : en < 2048 - ? ((_[b++] = (en >> 6) | 192), (_[b++] = (en & 63) | 128)) - : isSurrogatePair(e, $) - ? ((en = 65536 + ((en & 1023) << 10) + (e.charCodeAt(++$) & 1023)), - (_[b++] = (en >> 18) | 240), - (_[b++] = ((en >> 12) & 63) | 128), - (_[b++] = ((en >> 6) & 63) | 128), - (_[b++] = (en & 63) | 128)) - : ((_[b++] = (en >> 12) | 224), - (_[b++] = ((en >> 6) & 63) | 128), - (_[b++] = (en & 63) | 128)) + ? ((_[b++] = (en >> 6) | 192), (_[b++] = (en & 63) | 128)) + : isSurrogatePair(e, $) + ? ((en = 65536 + ((en & 1023) << 10) + (e.charCodeAt(++$) & 1023)), + (_[b++] = (en >> 18) | 240), + (_[b++] = ((en >> 12) & 63) | 128), + (_[b++] = ((en >> 6) & 63) | 128), + (_[b++] = (en & 63) | 128)) + : ((_[b++] = (en >> 12) | 224), + (_[b++] = ((en >> 6) & 63) | 128), + (_[b++] = (en & 63) | 128)) } else for ($ = 0; $ < e.length; $++) _[$] = e[$] | 0 return _ @@ -74482,18 +74486,18 @@ function zero8(e) { return e.length === 7 ? '0' + e : e.length === 6 - ? '00' + e - : e.length === 5 - ? '000' + e - : e.length === 4 - ? '0000' + e - : e.length === 3 - ? '00000' + e - : e.length === 2 - ? '000000' + e - : e.length === 1 - ? '0000000' + e - : e + ? '00' + e + : e.length === 5 + ? '000' + e + : e.length === 4 + ? '0000' + e + : e.length === 3 + ? '00000' + e + : e.length === 2 + ? '000000' + e + : e.length === 1 + ? '0000000' + e + : e } utils$r.zero8 = zero8 function join32(e, o, _, b) { @@ -75168,34 +75172,34 @@ function f(e, o, _, b) { return e <= 15 ? o ^ _ ^ b : e <= 31 - ? (o & _) | (~o & b) - : e <= 47 - ? (o | ~_) ^ b - : e <= 63 - ? (o & b) | (_ & ~b) - : o ^ (_ | ~b) + ? (o & _) | (~o & b) + : e <= 47 + ? (o | ~_) ^ b + : e <= 63 + ? (o & b) | (_ & ~b) + : o ^ (_ | ~b) } function K(e) { return e <= 15 ? 0 : e <= 31 - ? 1518500249 - : e <= 47 - ? 1859775393 - : e <= 63 - ? 2400959708 - : 2840853838 + ? 1518500249 + : e <= 47 + ? 1859775393 + : e <= 63 + ? 2400959708 + : 2840853838 } function Kh(e) { return e <= 15 ? 1352829926 : e <= 31 - ? 1548603684 - : e <= 47 - ? 1836072691 - : e <= 63 - ? 2053994217 - : 0 + ? 1548603684 + : e <= 47 + ? 1836072691 + : e <= 63 + ? 2053994217 + : 0 } var r = [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 7, 4, 13, 1, 10, 6, 15, 3, 12, 0, 9, 5, 2, @@ -76055,8 +76059,8 @@ function requireSecp256k1() { In.type === 'short' ? (this.curve = new b.short(In)) : In.type === 'edwards' - ? (this.curve = new b.edwards(In)) - : (this.curve = new b.mont(In)), + ? (this.curve = new b.edwards(In)) + : (this.curve = new b.mont(In)), (this.g = this.curve.g), (this.n = this.curve.n), (this.hash = In.hash), @@ -76282,10 +76286,10 @@ KeyPair$3.prototype.validate = function e() { return o.isInfinity() ? { result: !1, reason: 'Invalid public key' } : o.validate() - ? o.mul(this.ec.curve.n).isInfinity() - ? { result: !0, reason: null } - : { result: !1, reason: 'Public key * N != O' } - : { result: !1, reason: 'Public key is not a point' } + ? o.mul(this.ec.curve.n).isInfinity() + ? { result: !0, reason: null } + : { result: !1, reason: 'Public key * N != O' } + : { result: !1, reason: 'Public key is not a point' } } KeyPair$3.prototype.getPublic = function e(o, _) { return ( @@ -78193,8 +78197,8 @@ function fromValue$2(e, o) { return typeof e == 'number' ? fromNumber$2(e, o) : typeof e == 'string' - ? fromString$2(e, o) - : fromBits$2(e.low, e.high, typeof o == 'boolean' ? o : e.unsigned) + ? fromString$2(e, o) + : fromBits$2(e.low, e.high, typeof o == 'boolean' ? o : e.unsigned) } Long$2.fromValue = fromValue$2 var TWO_PWR_16_DBL$2 = 1 << 16, @@ -78319,14 +78323,14 @@ LongPrototype$2.compare = function e(o) { return _ && !b ? -1 : !_ && b - ? 1 - : this.unsigned - ? o.high >>> 0 > this.high >>> 0 || (o.high === this.high && o.low >>> 0 > this.low >>> 0) - ? -1 - : 1 - : this.sub(o).isNegative() - ? -1 - : 1 + ? 1 + : this.unsigned + ? o.high >>> 0 > this.high >>> 0 || (o.high === this.high && o.low >>> 0 > this.low >>> 0) + ? -1 + : 1 + : this.sub(o).isNegative() + ? -1 + : 1 } LongPrototype$2.comp = LongPrototype$2.compare LongPrototype$2.negate = function e() { @@ -78499,8 +78503,8 @@ LongPrototype$2.shiftLeft = function e(o) { (o &= 63) === 0 ? this : o < 32 - ? fromBits$2(this.low << o, (this.high << o) | (this.low >>> (32 - o)), this.unsigned) - : fromBits$2(0, this.low << (o - 32), this.unsigned) + ? fromBits$2(this.low << o, (this.high << o) | (this.low >>> (32 - o)), this.unsigned) + : fromBits$2(0, this.low << (o - 32), this.unsigned) ) } LongPrototype$2.shl = LongPrototype$2.shiftLeft @@ -78510,8 +78514,8 @@ LongPrototype$2.shiftRight = function e(o) { (o &= 63) === 0 ? this : o < 32 - ? fromBits$2((this.low >>> o) | (this.high << (32 - o)), this.high >> o, this.unsigned) - : fromBits$2(this.high >> (o - 32), this.high >= 0 ? 0 : -1, this.unsigned) + ? fromBits$2((this.low >>> o) | (this.high << (32 - o)), this.high >> o, this.unsigned) + : fromBits$2(this.high >> (o - 32), this.high >= 0 ? 0 : -1, this.unsigned) ) } LongPrototype$2.shr = LongPrototype$2.shiftRight @@ -82883,16 +82887,16 @@ $root.ics23 = (function () { $.bytes === String ? $util.base64.encode(b.key, 0, b.key.length) : $.bytes === Array - ? Array.prototype.slice.call(b.key) - : b.key), + ? Array.prototype.slice.call(b.key) + : b.key), b.value != null && b.hasOwnProperty('value') && (en.value = $.bytes === String ? $util.base64.encode(b.value, 0, b.value.length) : $.bytes === Array - ? Array.prototype.slice.call(b.value) - : b.value), + ? Array.prototype.slice.call(b.value) + : b.value), b.leaf != null && b.hasOwnProperty('leaf') && (en.leaf = $root.ics23.LeafOp.toObject(b.leaf, $)), @@ -83026,8 +83030,8 @@ $root.ics23 = (function () { $.bytes === String ? $util.base64.encode(b.key, 0, b.key.length) : $.bytes === Array - ? Array.prototype.slice.call(b.key) - : b.key), + ? Array.prototype.slice.call(b.key) + : b.key), b.left != null && b.hasOwnProperty('left') && (en.left = $root.ics23.ExistenceProof.toObject(b.left, $)), @@ -83509,8 +83513,8 @@ $root.ics23 = (function () { $.bytes === String ? $util.base64.encode(b.prefix, 0, b.prefix.length) : $.bytes === Array - ? Array.prototype.slice.call(b.prefix) - : b.prefix), + ? Array.prototype.slice.call(b.prefix) + : b.prefix), en ) }), @@ -83593,10 +83597,10 @@ $root.ics23 = (function () { !((b.prefix && typeof b.prefix.length == 'number') || $util.isString(b.prefix)) ? 'prefix: buffer expected' : b.suffix != null && - b.hasOwnProperty('suffix') && - !((b.suffix && typeof b.suffix.length == 'number') || $util.isString(b.suffix)) - ? 'suffix: buffer expected' - : null + b.hasOwnProperty('suffix') && + !((b.suffix && typeof b.suffix.length == 'number') || $util.isString(b.suffix)) + ? 'suffix: buffer expected' + : null }), (o.fromObject = function (b) { if (b instanceof $root.ics23.InnerOp) return b @@ -83673,16 +83677,16 @@ $root.ics23 = (function () { $.bytes === String ? $util.base64.encode(b.prefix, 0, b.prefix.length) : $.bytes === Array - ? Array.prototype.slice.call(b.prefix) - : b.prefix), + ? Array.prototype.slice.call(b.prefix) + : b.prefix), b.suffix != null && b.hasOwnProperty('suffix') && (en.suffix = $.bytes === String ? $util.base64.encode(b.suffix, 0, b.suffix.length) : $.bytes === Array - ? Array.prototype.slice.call(b.suffix) - : b.suffix), + ? Array.prototype.slice.call(b.suffix) + : b.suffix), en ) }), @@ -83767,8 +83771,8 @@ $root.ics23 = (function () { return b.maxDepth != null && b.hasOwnProperty('maxDepth') && !$util.isInteger(b.maxDepth) ? 'maxDepth: integer expected' : b.minDepth != null && b.hasOwnProperty('minDepth') && !$util.isInteger(b.minDepth) - ? 'minDepth: integer expected' - : null + ? 'minDepth: integer expected' + : null }), (o.fromObject = function (b) { if (b instanceof $root.ics23.ProofSpec) return b @@ -84025,8 +84029,8 @@ $root.ics23 = (function () { $.bytes === String ? $util.base64.encode(b.emptyChild, 0, b.emptyChild.length) : $.bytes === Array - ? Array.prototype.slice.call(b.emptyChild) - : b.emptyChild), + ? Array.prototype.slice.call(b.emptyChild) + : b.emptyChild), b.hash != null && b.hasOwnProperty('hash') && (en.hash = $.enums === String ? $root.ics23.HashOp[b.hash] : b.hash), @@ -84615,16 +84619,16 @@ $root.ics23 = (function () { $.bytes === String ? $util.base64.encode(b.key, 0, b.key.length) : $.bytes === Array - ? Array.prototype.slice.call(b.key) - : b.key), + ? Array.prototype.slice.call(b.key) + : b.key), b.value != null && b.hasOwnProperty('value') && (en.value = $.bytes === String ? $util.base64.encode(b.value, 0, b.value.length) : $.bytes === Array - ? Array.prototype.slice.call(b.value) - : b.value), + ? Array.prototype.slice.call(b.value) + : b.value), b.leaf != null && b.hasOwnProperty('leaf') && (en.leaf = $root.ics23.LeafOp.toObject(b.leaf, $)), @@ -84758,8 +84762,8 @@ $root.ics23 = (function () { $.bytes === String ? $util.base64.encode(b.key, 0, b.key.length) : $.bytes === Array - ? Array.prototype.slice.call(b.key) - : b.key), + ? Array.prototype.slice.call(b.key) + : b.key), b.left != null && b.hasOwnProperty('left') && (en.left = $root.ics23.CompressedExistenceProof.toObject(b.left, $)), @@ -85883,8 +85887,8 @@ var defineProperties_1 = defineProperties$1, typeof self < 'u' ? (implementation_browser.exports = self) : typeof window < 'u' - ? (implementation_browser.exports = window) - : (implementation_browser.exports = Function('return this')()) + ? (implementation_browser.exports = window) + : (implementation_browser.exports = Function('return this')()) var implementation$1 = implementation_browserExports, polyfill$1 = function e() { return typeof commonjsGlobal != 'object' || @@ -87368,8 +87372,8 @@ function fromValue$1(e, o) { return typeof e == 'number' ? fromNumber$1(e, o) : typeof e == 'string' - ? fromString$1(e, o) - : fromBits$1(e.low, e.high, typeof o == 'boolean' ? o : e.unsigned) + ? fromString$1(e, o) + : fromBits$1(e.low, e.high, typeof o == 'boolean' ? o : e.unsigned) } Long$1.fromValue = fromValue$1 var TWO_PWR_16_DBL$1 = 1 << 16, @@ -87494,14 +87498,14 @@ LongPrototype$1.compare = function e(o) { return _ && !b ? -1 : !_ && b - ? 1 - : this.unsigned - ? o.high >>> 0 > this.high >>> 0 || (o.high === this.high && o.low >>> 0 > this.low >>> 0) - ? -1 - : 1 - : this.sub(o).isNegative() - ? -1 - : 1 + ? 1 + : this.unsigned + ? o.high >>> 0 > this.high >>> 0 || (o.high === this.high && o.low >>> 0 > this.low >>> 0) + ? -1 + : 1 + : this.sub(o).isNegative() + ? -1 + : 1 } LongPrototype$1.comp = LongPrototype$1.compare LongPrototype$1.negate = function e() { @@ -87674,8 +87678,8 @@ LongPrototype$1.shiftLeft = function e(o) { (o &= 63) === 0 ? this : o < 32 - ? fromBits$1(this.low << o, (this.high << o) | (this.low >>> (32 - o)), this.unsigned) - : fromBits$1(0, this.low << (o - 32), this.unsigned) + ? fromBits$1(this.low << o, (this.high << o) | (this.low >>> (32 - o)), this.unsigned) + : fromBits$1(0, this.low << (o - 32), this.unsigned) ) } LongPrototype$1.shl = LongPrototype$1.shiftLeft @@ -87685,8 +87689,8 @@ LongPrototype$1.shiftRight = function e(o) { (o &= 63) === 0 ? this : o < 32 - ? fromBits$1((this.low >>> o) | (this.high << (32 - o)), this.high >> o, this.unsigned) - : fromBits$1(this.high >> (o - 32), this.high >= 0 ? 0 : -1, this.unsigned) + ? fromBits$1((this.low >>> o) | (this.high << (32 - o)), this.high >> o, this.unsigned) + : fromBits$1(this.high >> (o - 32), this.high >= 0 ? 0 : -1, this.unsigned) ) } LongPrototype$1.shr = LongPrototype$1.shiftRight @@ -129375,10 +129379,10 @@ function merge() { isPlainObject(e[en]) && isPlainObject($) ? (e[en] = merge(e[en], $)) : isPlainObject($) - ? (e[en] = merge({}, $)) - : isArray($) - ? (e[en] = $.slice()) - : (e[en] = $) + ? (e[en] = merge({}, $)) + : isArray($) + ? (e[en] = $.slice()) + : (e[en] = $) } for (var _ = 0, b = arguments.length; _ < b; _++) forEach(arguments[_], o) return e @@ -129854,13 +129858,13 @@ var defaults$3 = { utils$5.isBlob(o) ? o : utils$5.isArrayBufferView(o) - ? o.buffer - : utils$5.isURLSearchParams(o) - ? (setContentTypeIfUnset(_, 'application/x-www-form-urlencoded;charset=utf-8'), - o.toString()) - : utils$5.isObject(o) || (_ && _['Content-Type'] === 'application/json') - ? (setContentTypeIfUnset(_, 'application/json'), stringifySafely(o)) - : o + ? o.buffer + : utils$5.isURLSearchParams(o) + ? (setContentTypeIfUnset(_, 'application/x-www-form-urlencoded;charset=utf-8'), + o.toString()) + : utils$5.isObject(o) || (_ && _['Content-Type'] === 'application/json') + ? (setContentTypeIfUnset(_, 'application/json'), stringifySafely(o)) + : o ) }, ], @@ -129996,10 +130000,10 @@ var dispatchRequest$1 = function e(o) { return utils$2.isPlainObject(Kn) && utils$2.isPlainObject(an) ? utils$2.merge(Kn, an) : utils$2.isPlainObject(an) - ? utils$2.merge({}, an) - : utils$2.isArray(an) - ? an.slice() - : an + ? utils$2.merge({}, an) + : utils$2.isArray(an) + ? an.slice() + : an } function In(Kn) { utils$2.isUndefined(_[Kn]) @@ -130177,8 +130181,8 @@ Axios$1.prototype.request = function e(o) { o.method ? (o.method = o.method.toLowerCase()) : this.defaults.method - ? (o.method = this.defaults.method.toLowerCase()) - : (o.method = 'get') + ? (o.method = this.defaults.method.toLowerCase()) + : (o.method = 'get') var _ = o.transitional _ !== void 0 && validator.assertOptions( @@ -130481,12 +130485,12 @@ var websocketclient = {}, typeof WebSocket < 'u' ? (ws = WebSocket) : typeof MozWebSocket < 'u' - ? (ws = MozWebSocket) - : typeof commonjsGlobal < 'u' - ? (ws = commonjsGlobal.WebSocket || commonjsGlobal.MozWebSocket) - : typeof window < 'u' - ? (ws = window.WebSocket || window.MozWebSocket) - : typeof self < 'u' && (ws = self.WebSocket || self.MozWebSocket) + ? (ws = MozWebSocket) + : typeof commonjsGlobal < 'u' + ? (ws = commonjsGlobal.WebSocket || commonjsGlobal.MozWebSocket) + : typeof window < 'u' + ? (ws = window.WebSocket || window.MozWebSocket) + : typeof self < 'u' && (ws = self.WebSocket || self.MozWebSocket) var browser = ws, __importDefault$2 = (commonjsGlobal && commonjsGlobal.__importDefault) || @@ -135339,8 +135343,8 @@ function fromValue(e, o) { return typeof e == 'number' ? fromNumber(e, o) : typeof e == 'string' - ? fromString(e, o) - : fromBits(e.low, e.high, typeof o == 'boolean' ? o : e.unsigned) + ? fromString(e, o) + : fromBits(e.low, e.high, typeof o == 'boolean' ? o : e.unsigned) } Long.fromValue = fromValue var TWO_PWR_16_DBL = 1 << 16, @@ -135465,14 +135469,14 @@ LongPrototype.compare = function e(o) { return _ && !b ? -1 : !_ && b - ? 1 - : this.unsigned - ? o.high >>> 0 > this.high >>> 0 || (o.high === this.high && o.low >>> 0 > this.low >>> 0) - ? -1 - : 1 - : this.sub(o).isNegative() - ? -1 - : 1 + ? 1 + : this.unsigned + ? o.high >>> 0 > this.high >>> 0 || (o.high === this.high && o.low >>> 0 > this.low >>> 0) + ? -1 + : 1 + : this.sub(o).isNegative() + ? -1 + : 1 } LongPrototype.comp = LongPrototype.compare LongPrototype.negate = function e() { @@ -135642,8 +135646,8 @@ LongPrototype.shiftLeft = function e(o) { (o &= 63) === 0 ? this : o < 32 - ? fromBits(this.low << o, (this.high << o) | (this.low >>> (32 - o)), this.unsigned) - : fromBits(0, this.low << (o - 32), this.unsigned) + ? fromBits(this.low << o, (this.high << o) | (this.low >>> (32 - o)), this.unsigned) + : fromBits(0, this.low << (o - 32), this.unsigned) ) } LongPrototype.shl = LongPrototype.shiftLeft @@ -135653,8 +135657,8 @@ LongPrototype.shiftRight = function e(o) { (o &= 63) === 0 ? this : o < 32 - ? fromBits((this.low >>> o) | (this.high << (32 - o)), this.high >> o, this.unsigned) - : fromBits(this.high >> (o - 32), this.high >= 0 ? 0 : -1, this.unsigned) + ? fromBits((this.low >>> o) | (this.high << (32 - o)), this.high >> o, this.unsigned) + : fromBits(this.high >> (o - 32), this.high >= 0 ? 0 : -1, this.unsigned) ) } LongPrototype.shr = LongPrototype.shiftRight @@ -139166,8 +139170,8 @@ var mainExports = {}, typeof window < 'u' && window.Math == Math ? window : typeof self < 'u' && self.Math == Math - ? self - : Function('return this')()) + ? self + : Function('return this')()) typeof __g == 'number' && (__g = en) }, function (b, $, en) { @@ -139283,28 +139287,28 @@ var mainExports = {}, yn && typeof En[mn] != 'function' ? xn[mn] : Gn && Bn - ? gn(kn, nn) - : Sn && En[mn] == kn - ? (function (Mn) { - var Hn = function (un, dn, Nn) { - if (this instanceof Mn) { - switch (arguments.length) { - case 0: - return new Mn() - case 1: - return new Mn(un) - case 2: - return new Mn(un, dn) + ? gn(kn, nn) + : Sn && En[mn] == kn + ? (function (Mn) { + var Hn = function (un, dn, Nn) { + if (this instanceof Mn) { + switch (arguments.length) { + case 0: + return new Mn() + case 1: + return new Mn(un) + case 2: + return new Mn(un, dn) + } + return new Mn(un, dn, Nn) + } + return Mn.apply(this, arguments) } - return new Mn(un, dn, Nn) - } - return Mn.apply(this, arguments) - } - return (Hn.prototype = Mn.prototype), Hn - })(kn) - : Tn && typeof kn == 'function' - ? gn(Function.call, kn) - : kn), + return (Hn.prototype = Mn.prototype), Hn + })(kn) + : Tn && typeof kn == 'function' + ? gn(Function.call, kn) + : kn), Tn && (((Zn.virtual || (Zn.virtual = {}))[mn] = kn), Kn & qn.R && tn && !tn[mn] && In(tn, mn, kn))) @@ -139641,18 +139645,18 @@ var mainExports = {}, return In === void 0 ? 'Undefined' : In === null - ? 'Null' - : typeof (qn = (function (an, xn) { - try { - return an[xn] - } catch {} - })((Jn = Object(In)), sn)) == 'string' - ? qn - : gn - ? nn(Jn) - : (Kn = nn(Jn)) == 'Object' && typeof Jn.callee == 'function' - ? 'Arguments' - : Kn + ? 'Null' + : typeof (qn = (function (an, xn) { + try { + return an[xn] + } catch {} + })((Jn = Object(In)), sn)) == 'string' + ? qn + : gn + ? nn(Jn) + : (Kn = nn(Jn)) == 'Object' && typeof Jn.callee == 'function' + ? 'Arguments' + : Kn } }, function (b, $) { @@ -139817,9 +139821,9 @@ var mainExports = {}, typeof _n == 'string' ? (fn.className = [fn.className, _n].filter(Boolean).join(' ')) : (_n === void 0 ? 'undefined' : (0, nn.default)(_n)) === 'object' - ? (fn.style = (0, sn.default)({}, fn.style, _n)) - : typeof _n == 'function' && - (fn = (0, sn.default)({}, fn, _n.apply(void 0, [fn].concat(Hn)))), + ? (fn.style = (0, sn.default)({}, fn.style, _n)) + : typeof _n == 'function' && + (fn = (0, sn.default)({}, fn, _n.apply(void 0, [fn].concat(Hn)))), fn ) }, @@ -139837,8 +139841,8 @@ var mainExports = {}, (En[Mn] = /^base/.test(Mn) ? yn(tn[Mn]) : Mn === 'scheme' - ? tn[Mn] + ':inverted' - : tn[Mn]), + ? tn[Mn] + ':inverted' + : tn[Mn]), En ) }, {}) @@ -139893,12 +139897,12 @@ var mainExports = {}, sn && typeof sn.ownKeys == 'function' ? sn.ownKeys : Object.getOwnPropertySymbols - ? function (Cn) { - return Object.getOwnPropertyNames(Cn).concat(Object.getOwnPropertySymbols(Cn)) - } - : function (Cn) { - return Object.getOwnPropertyNames(Cn) - } + ? function (Cn) { + return Object.getOwnPropertyNames(Cn).concat(Object.getOwnPropertySymbols(Cn)) + } + : function (Cn) { + return Object.getOwnPropertyNames(Cn) + } var In = Number.isNaN || function (Cn) { @@ -139952,8 +139956,8 @@ var mainExports = {}, (typeof En == 'function' ? (En = tn[Tn] = Sn ? [Gn, En] : [En, Gn]) : Sn - ? En.unshift(Gn) - : En.push(Gn), + ? En.unshift(Gn) + : En.push(Gn), (Zn = an(Cn)) > 0 && En.length > Zn && !En.warned) ) { En.warned = !0 @@ -139995,16 +139999,16 @@ var mainExports = {}, return Zn === void 0 ? [] : typeof Zn == 'function' - ? Gn - ? [Zn.listener || Zn] - : [Zn] - : Gn - ? (function (tn) { - for (var En = new Array(tn.length), Mn = 0; Mn < En.length; ++Mn) - En[Mn] = tn[Mn].listener || tn[Mn] - return En - })(Zn) - : yn(Zn, Zn.length) + ? Gn + ? [Zn.listener || Zn] + : [Zn] + : Gn + ? (function (tn) { + for (var En = new Array(tn.length), Mn = 0; Mn < En.length; ++Mn) + En[Mn] = tn[Mn].listener || tn[Mn] + return En + })(Zn) + : yn(Zn, Zn.length) } function ln(Cn) { var Tn = this._events @@ -140196,8 +140200,8 @@ var mainExports = {}, Jn !== sn.default.prototype ? 'symbol' : Jn === void 0 - ? 'undefined' - : gn(Jn) + ? 'undefined' + : gn(Jn) } }, function (b, $, en) { @@ -140221,16 +140225,16 @@ var mainExports = {}, ? '' : void 0 : (qn = an.charCodeAt(xn)) < 55296 || - qn > 56319 || - xn + 1 === mn || - (Kn = an.charCodeAt(xn + 1)) < 56320 || - Kn > 57343 - ? gn - ? an.charAt(xn) - : qn - : gn - ? an.slice(xn, xn + 2) - : Kn - 56320 + ((qn - 55296) << 10) + 65536 + qn > 56319 || + xn + 1 === mn || + (Kn = an.charCodeAt(xn + 1)) < 56320 || + Kn > 57343 + ? gn + ? an.charAt(xn) + : qn + : gn + ? an.slice(xn, xn + 2) + : Kn - 56320 + ((qn - 55296) << 10) + 65536 } } }, @@ -140337,10 +140341,10 @@ var mainExports = {}, nn(Jn, gn) ? Jn[gn] : typeof Jn.constructor == 'function' && Jn instanceof Jn.constructor - ? Jn.constructor.prototype - : Jn instanceof Object - ? In - : null + ? Jn.constructor.prototype + : Jn instanceof Object + ? In + : null ) } }, @@ -141197,26 +141201,26 @@ var mainExports = {}, } })(cr, ir, eo) : (ir != 32 && ir != 33) || Mr.length - ? Uo.apply(void 0, Pn) - : (function (dt, Ir, Lt, ur) { - var ho = 1 & Ir, - xo = mr(dt) - return function yo() { - for ( - var ga = -1, - Zo = arguments.length, - _o = -1, - zo = ur.length, - $a = Array(zo + Zo), - No = this && this !== Cn && this instanceof yo ? xo : dt; - ++_o < zo; + ? Uo.apply(void 0, Pn) + : (function (dt, Ir, Lt, ur) { + var ho = 1 & Ir, + xo = mr(dt) + return function yo() { + for ( + var ga = -1, + Zo = arguments.length, + _o = -1, + zo = ur.length, + $a = Array(zo + Zo), + No = this && this !== Cn && this instanceof yo ? xo : dt; + ++_o < zo; - ) - $a[_o] = ur[_o] - for (; Zo--; ) $a[_o++] = arguments[++ga] - return Tn(No, ho ? Lt : this, $a) - } - })(cr, ir, vn, gr) + ) + $a[_o] = ur[_o] + for (; Zo--; ) $a[_o++] = arguments[++ga] + return Tn(No, ho ? Lt : this, $a) + } + })(cr, ir, vn, gr) else var Xn = (function (dt, Ir, Lt) { var ur = 1 & Ir, @@ -141352,11 +141356,11 @@ var mainExports = {}, 1 / 0 || cr === -1 / 0 ? 17976931348623157e292 * (cr < 0 ? -1 : 1) : cr == cr + ? cr + : 0 + : cr === 0 ? cr : 0 - : cr === 0 - ? cr - : 0 } function $r(cr) { var ir = Fr(cr), @@ -142442,10 +142446,10 @@ var mainExports = {}, 6 * gn < 1 ? nn + 6 * (sn - nn) * gn : 2 * gn < 1 - ? sn - : 3 * gn < 2 - ? nn + (sn - nn) * (2 / 3 - gn) * 6 - : nn), + ? sn + : 3 * gn < 2 + ? nn + (sn - nn) * (2 / 3 - gn) * 6 + : nn), (In[xn] = 255 * Jn) return In } @@ -142733,10 +142737,10 @@ var mainExports = {}, nn(Kt, $t, Mt[$t]) }) : Object.getOwnPropertyDescriptors - ? Object.defineProperties(Kt, Object.getOwnPropertyDescriptors(Mt)) - : sn(Object(Mt)).forEach(function ($t) { - Object.defineProperty(Kt, $t, Object.getOwnPropertyDescriptor(Mt, $t)) - }) + ? Object.defineProperties(Kt, Object.getOwnPropertyDescriptors(Mt)) + : sn(Object(Mt)).forEach(function ($t) { + Object.defineProperty(Kt, $t, Object.getOwnPropertyDescriptor(Mt, $t)) + }) } return Kt } @@ -143540,8 +143544,8 @@ https://fb.me/react-async-component-lifecycle-hooks`, Mt === 'Map' || Mt === 'Set' ? Array.from(Kt) : Mt === 'Arguments' || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(Mt) - ? An(Kt, Vt) - : void 0 + ? An(Kt, Vt) + : void 0 ) } } @@ -143693,8 +143697,8 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho ? Wr.splice(Jr, 1) : delete Wr[Jr] : Jr !== null - ? (Wr[Jr] = Po) - : (vr = Po), + ? (Wr[Jr] = Po) + : (vr = Po), $t.set(Sr, 'global', 'src', vr), vr ) @@ -146476,10 +146480,10 @@ function App() { $.isLoading ? jsx(SyncLoader, { color: '#36d7b7' }) : $.error - ? 'error ❌' - : $.data - ? jsx(ReactJson, { src: $.data }) - : void 0, + ? 'error ❌' + : $.data + ? jsx(ReactJson, { src: $.data }) + : void 0, ], }), jsxs('div', { @@ -146489,10 +146493,10 @@ function App() { en.isLoading ? jsx(SyncLoader, { color: '#36d7b7' }) : en.error - ? 'error ❌' - : en.data - ? jsx(ReactJson, { src: en.data }) - : void 0, + ? 'error ❌' + : en.data + ? jsx(ReactJson, { src: en.data }) + : void 0, ], }), ], diff --git a/scripts/package.json b/scripts/package.json index 48e1bfdf..9e828b67 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -22,31 +22,31 @@ "format-check": "prettier --ignore-path .gitignore --check ." }, "dependencies": { - "@cosmjs/cosmwasm-stargate": "^0.31.1", - "@cosmjs/proto-signing": "^0.31.1", - "@cosmjs/stargate": "^0.31.1", - "@cosmwasm/ts-codegen": "^0.35.3", + "@cosmjs/cosmwasm-stargate": "^0.32.3", + "@cosmjs/proto-signing": "^0.32.3", + "@cosmjs/stargate": "^0.32.3", + "@cosmwasm/ts-codegen": "^1.10.0", "chalk": "4.1.2", "copyfiles": "^2.4.1", - "cosmjs-types": "^0.8.0", + "cosmjs-types": "^0.9.0", "lodash": "^4.17.21", "long": "^5.2.3", "prepend-file": "^2.0.1", - "simple-git": "^3.19.1", + "simple-git": "^3.24.0", "ts-codegen": "^0.0.0", "wasm-pack": "^0.12.1" }, "devDependencies": { - "@babel/preset-env": "^7.22.9", - "@babel/preset-typescript": "^7.22.5", - "@types/jest": "^29.5.3", - "@types/node": "^20.6.2", - "@typescript-eslint/eslint-plugin": "^6.7.2", - "@typescript-eslint/parser": "^6.7.2", - "eslint": "^8.49.0", - "eslint-config-prettier": "^9.0.0", - "jest": "^29.6.1", - "prettier": "^3.0.3", - "typescript": "^5.2.2" + "@babel/preset-env": "^7.24.6", + "@babel/preset-typescript": "^7.24.6", + "@types/jest": "^29.5.12", + "@types/node": "^20.14.1", + "@typescript-eslint/eslint-plugin": "^7.12.0", + "@typescript-eslint/parser": "^7.12.0", + "eslint": "^9.4.0", + "eslint-config-prettier": "^9.1.0", + "jest": "^29.7.0", + "prettier": "^3.3.0", + "typescript": "^5.4.5" } } diff --git a/scripts/types/config.ts b/scripts/types/config.ts index 5f5d615c..836fb1e9 100644 --- a/scripts/types/config.ts +++ b/scripts/types/config.ts @@ -34,6 +34,11 @@ export function isAstroportRoute(route: OsmosisRoute | AstroportRoute): route is return !isOsmosisRoute(route) } +export interface AstroportConfig { + factory: string + router: string +} + export interface DeploymentConfig { mainnet: boolean deployerMnemonic: string @@ -84,6 +89,7 @@ export interface DeploymentConfig { assets: AssetConfig[] vaults: VaultConfig[] oracleConfigs: OracleConfig[] + astroportConfig?: AstroportConfig } export interface AssetConfig { diff --git a/scripts/types/generated/mars-account-nft/MarsAccountNft.client.ts b/scripts/types/generated/mars-account-nft/MarsAccountNft.client.ts index e426677e..0f54b3e2 100644 --- a/scripts/types/generated/mars-account-nft/MarsAccountNft.client.ts +++ b/scripts/types/generated/mars-account-nft/MarsAccountNft.client.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -106,7 +106,6 @@ export interface MarsAccountNftReadOnlyInterface { export class MarsAccountNftQueryClient implements MarsAccountNftReadOnlyInterface { client: CosmWasmClient contractAddress: string - constructor(client: CosmWasmClient, contractAddress: string) { this.client = client this.contractAddress = contractAddress @@ -125,7 +124,6 @@ export class MarsAccountNftQueryClient implements MarsAccountNftReadOnlyInterfac this.minter = this.minter.bind(this) this.ownership = this.ownership.bind(this) } - config = async (): Promise => { return this.client.queryContractSmart(this.contractAddress, { config: {}, @@ -403,7 +401,6 @@ export class MarsAccountNftClient client: SigningCosmWasmClient sender: string contractAddress: string - constructor(client: SigningCosmWasmClient, sender: string, contractAddress: string) { super(client, contractAddress) this.client = client @@ -421,7 +418,6 @@ export class MarsAccountNftClient this.revokeAll = this.revokeAll.bind(this) this.updateOwnership = this.updateOwnership.bind(this) } - updateConfig = async ( { updates, diff --git a/scripts/types/generated/mars-account-nft/MarsAccountNft.react-query.ts b/scripts/types/generated/mars-account-nft/MarsAccountNft.react-query.ts index 385e0aaf..577ddee2 100644 --- a/scripts/types/generated/mars-account-nft/MarsAccountNft.react-query.ts +++ b/scripts/types/generated/mars-account-nft/MarsAccountNft.react-query.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -45,48 +45,123 @@ export const marsAccountNftQueryKeys = { }, ] as const, address: (contractAddress: string | undefined) => - [{ ...marsAccountNftQueryKeys.contract[0], address: contractAddress }] as const, + [ + { + ...marsAccountNftQueryKeys.contract[0], + address: contractAddress, + }, + ] as const, config: (contractAddress: string | undefined, args?: Record) => - [{ ...marsAccountNftQueryKeys.address(contractAddress)[0], method: 'config', args }] as const, + [ + { + ...marsAccountNftQueryKeys.address(contractAddress)[0], + method: 'config', + args, + }, + ] as const, nextId: (contractAddress: string | undefined, args?: Record) => - [{ ...marsAccountNftQueryKeys.address(contractAddress)[0], method: 'next_id', args }] as const, + [ + { + ...marsAccountNftQueryKeys.address(contractAddress)[0], + method: 'next_id', + args, + }, + ] as const, ownerOf: (contractAddress: string | undefined, args?: Record) => - [{ ...marsAccountNftQueryKeys.address(contractAddress)[0], method: 'owner_of', args }] as const, + [ + { + ...marsAccountNftQueryKeys.address(contractAddress)[0], + method: 'owner_of', + args, + }, + ] as const, approval: (contractAddress: string | undefined, args?: Record) => - [{ ...marsAccountNftQueryKeys.address(contractAddress)[0], method: 'approval', args }] as const, + [ + { + ...marsAccountNftQueryKeys.address(contractAddress)[0], + method: 'approval', + args, + }, + ] as const, approvals: (contractAddress: string | undefined, args?: Record) => [ - { ...marsAccountNftQueryKeys.address(contractAddress)[0], method: 'approvals', args }, + { + ...marsAccountNftQueryKeys.address(contractAddress)[0], + method: 'approvals', + args, + }, ] as const, allOperators: (contractAddress: string | undefined, args?: Record) => [ - { ...marsAccountNftQueryKeys.address(contractAddress)[0], method: 'all_operators', args }, + { + ...marsAccountNftQueryKeys.address(contractAddress)[0], + method: 'all_operators', + args, + }, ] as const, numTokens: (contractAddress: string | undefined, args?: Record) => [ - { ...marsAccountNftQueryKeys.address(contractAddress)[0], method: 'num_tokens', args }, + { + ...marsAccountNftQueryKeys.address(contractAddress)[0], + method: 'num_tokens', + args, + }, ] as const, contractInfo: (contractAddress: string | undefined, args?: Record) => [ - { ...marsAccountNftQueryKeys.address(contractAddress)[0], method: 'contract_info', args }, + { + ...marsAccountNftQueryKeys.address(contractAddress)[0], + method: 'contract_info', + args, + }, ] as const, nftInfo: (contractAddress: string | undefined, args?: Record) => - [{ ...marsAccountNftQueryKeys.address(contractAddress)[0], method: 'nft_info', args }] as const, + [ + { + ...marsAccountNftQueryKeys.address(contractAddress)[0], + method: 'nft_info', + args, + }, + ] as const, allNftInfo: (contractAddress: string | undefined, args?: Record) => [ - { ...marsAccountNftQueryKeys.address(contractAddress)[0], method: 'all_nft_info', args }, + { + ...marsAccountNftQueryKeys.address(contractAddress)[0], + method: 'all_nft_info', + args, + }, ] as const, tokens: (contractAddress: string | undefined, args?: Record) => - [{ ...marsAccountNftQueryKeys.address(contractAddress)[0], method: 'tokens', args }] as const, + [ + { + ...marsAccountNftQueryKeys.address(contractAddress)[0], + method: 'tokens', + args, + }, + ] as const, allTokens: (contractAddress: string | undefined, args?: Record) => [ - { ...marsAccountNftQueryKeys.address(contractAddress)[0], method: 'all_tokens', args }, + { + ...marsAccountNftQueryKeys.address(contractAddress)[0], + method: 'all_tokens', + args, + }, ] as const, minter: (contractAddress: string | undefined, args?: Record) => - [{ ...marsAccountNftQueryKeys.address(contractAddress)[0], method: 'minter', args }] as const, + [ + { + ...marsAccountNftQueryKeys.address(contractAddress)[0], + method: 'minter', + args, + }, + ] as const, ownership: (contractAddress: string | undefined, args?: Record) => [ - { ...marsAccountNftQueryKeys.address(contractAddress)[0], method: 'ownership', args }, + { + ...marsAccountNftQueryKeys.address(contractAddress)[0], + method: 'ownership', + args, + }, ] as const, } export interface MarsAccountNftReactQuery { @@ -107,7 +182,10 @@ export function useMarsAccountNftOwnershipQuery({ return useQuery( marsAccountNftQueryKeys.ownership(client?.contractAddress), () => (client ? client.ownership() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsAccountNftMinterQuery @@ -119,7 +197,10 @@ export function useMarsAccountNftMinterQuery({ return useQuery( marsAccountNftQueryKeys.minter(client?.contractAddress), () => (client ? client.minter() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsAccountNftAllTokensQuery @@ -143,7 +224,10 @@ export function useMarsAccountNftAllTokensQuery({ startAfter: args.startAfter, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsAccountNftTokensQuery @@ -169,7 +253,10 @@ export function useMarsAccountNftTokensQuery({ startAfter: args.startAfter, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsAccountNftAllNftInfoQuery @@ -193,7 +280,10 @@ export function useMarsAccountNftAllNftInfoQuery @@ -215,7 +305,10 @@ export function useMarsAccountNftNftInfoQuery({ tokenId: args.tokenId, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsAccountNftContractInfoQuery @@ -227,7 +320,10 @@ export function useMarsAccountNftContractInfoQuery return useQuery( marsAccountNftQueryKeys.contractInfo(client?.contractAddress), () => (client ? client.contractInfo() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsAccountNftNumTokensQuery @@ -239,7 +335,10 @@ export function useMarsAccountNftNumTokensQuery({ return useQuery( marsAccountNftQueryKeys.numTokens(client?.contractAddress), () => (client ? client.numTokens() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsAccountNftAllOperatorsQuery @@ -267,7 +366,10 @@ export function useMarsAccountNftAllOperatorsQuery({ startAfter: args.startAfter, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsAccountNftApprovalsQuery @@ -291,7 +393,10 @@ export function useMarsAccountNftApprovalsQuery({ tokenId: args.tokenId, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsAccountNftApprovalQuery @@ -317,7 +422,10 @@ export function useMarsAccountNftApprovalQuery({ tokenId: args.tokenId, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsAccountNftOwnerOfQuery @@ -341,7 +449,10 @@ export function useMarsAccountNftOwnerOfQuery({ tokenId: args.tokenId, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsAccountNftNextIdQuery extends MarsAccountNftReactQuery {} @@ -352,7 +463,10 @@ export function useMarsAccountNftNextIdQuery({ return useQuery( marsAccountNftQueryKeys.nextId(client?.contractAddress), () => (client ? client.nextId() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsAccountNftConfigQuery @@ -364,7 +478,10 @@ export function useMarsAccountNftConfigQuery({ return useQuery( marsAccountNftQueryKeys.config(client?.contractAddress), () => (client ? client.config() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsAccountNftUpdateOwnershipMutation { diff --git a/scripts/types/generated/mars-account-nft/MarsAccountNft.types.ts b/scripts/types/generated/mars-account-nft/MarsAccountNft.types.ts index af857dcc..775b714d 100644 --- a/scripts/types/generated/mars-account-nft/MarsAccountNft.types.ts +++ b/scripts/types/generated/mars-account-nft/MarsAccountNft.types.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ diff --git a/scripts/types/generated/mars-account-nft/bundle.ts b/scripts/types/generated/mars-account-nft/bundle.ts index c7a0026c..8d86beba 100644 --- a/scripts/types/generated/mars-account-nft/bundle.ts +++ b/scripts/types/generated/mars-account-nft/bundle.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -9,5 +9,9 @@ import * as _0 from './MarsAccountNft.types' import * as _1 from './MarsAccountNft.client' import * as _2 from './MarsAccountNft.react-query' export namespace contracts { - export const MarsAccountNft = { ..._0, ..._1, ..._2 } + export const MarsAccountNft = { + ..._0, + ..._1, + ..._2, + } } diff --git a/scripts/types/generated/mars-address-provider/MarsAddressProvider.client.ts b/scripts/types/generated/mars-address-provider/MarsAddressProvider.client.ts index 97b9cab8..5e3193c4 100644 --- a/scripts/types/generated/mars-address-provider/MarsAddressProvider.client.ts +++ b/scripts/types/generated/mars-address-provider/MarsAddressProvider.client.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -33,7 +33,6 @@ export interface MarsAddressProviderReadOnlyInterface { export class MarsAddressProviderQueryClient implements MarsAddressProviderReadOnlyInterface { client: CosmWasmClient contractAddress: string - constructor(client: CosmWasmClient, contractAddress: string) { this.client = client this.contractAddress = contractAddress @@ -42,7 +41,6 @@ export class MarsAddressProviderQueryClient implements MarsAddressProviderReadOn this.addresses = this.addresses.bind(this) this.allAddresses = this.allAddresses.bind(this) } - config = async (): Promise => { return this.client.queryContractSmart(this.contractAddress, { config: {}, @@ -102,7 +100,6 @@ export class MarsAddressProviderClient client: SigningCosmWasmClient sender: string contractAddress: string - constructor(client: SigningCosmWasmClient, sender: string, contractAddress: string) { super(client, contractAddress) this.client = client @@ -111,7 +108,6 @@ export class MarsAddressProviderClient this.setAddress = this.setAddress.bind(this) this.updateOwner = this.updateOwner.bind(this) } - setAddress = async ( { address, diff --git a/scripts/types/generated/mars-address-provider/MarsAddressProvider.react-query.ts b/scripts/types/generated/mars-address-provider/MarsAddressProvider.react-query.ts index 67df3695..ba90f4c3 100644 --- a/scripts/types/generated/mars-address-provider/MarsAddressProvider.react-query.ts +++ b/scripts/types/generated/mars-address-provider/MarsAddressProvider.react-query.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -29,18 +29,35 @@ export const marsAddressProviderQueryKeys = { }, ] as const, address: (contractAddress: string | undefined) => - [{ ...marsAddressProviderQueryKeys.contract[0], address: contractAddress }] as const, + [ + { + ...marsAddressProviderQueryKeys.contract[0], + address: contractAddress, + }, + ] as const, config: (contractAddress: string | undefined, args?: Record) => [ - { ...marsAddressProviderQueryKeys.address(contractAddress)[0], method: 'config', args }, + { + ...marsAddressProviderQueryKeys.address(contractAddress)[0], + method: 'config', + args, + }, ] as const, address: (contractAddress: string | undefined, args?: Record) => [ - { ...marsAddressProviderQueryKeys.address(contractAddress)[0], method: 'address', args }, + { + ...marsAddressProviderQueryKeys.address(contractAddress)[0], + method: 'address', + args, + }, ] as const, addresses: (contractAddress: string | undefined, args?: Record) => [ - { ...marsAddressProviderQueryKeys.address(contractAddress)[0], method: 'addresses', args }, + { + ...marsAddressProviderQueryKeys.address(contractAddress)[0], + method: 'addresses', + args, + }, ] as const, allAddresses: (contractAddress: string | undefined, args?: Record) => [ @@ -81,7 +98,10 @@ export function useMarsAddressProviderAllAddressesQuery @@ -93,7 +113,10 @@ export function useMarsAddressProviderAddressesQuery( marsAddressProviderQueryKeys.addresses(client?.contractAddress), () => (client ? client.addresses() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsAddressProviderAddressQuery @@ -105,7 +128,10 @@ export function useMarsAddressProviderAddressQuery( return useQuery( marsAddressProviderQueryKeys.address(client?.contractAddress), () => (client ? client.address() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsAddressProviderConfigQuery @@ -117,7 +143,10 @@ export function useMarsAddressProviderConfigQuery({ return useQuery( marsAddressProviderQueryKeys.config(client?.contractAddress), () => (client ? client.config() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsAddressProviderUpdateOwnerMutation { diff --git a/scripts/types/generated/mars-address-provider/MarsAddressProvider.types.ts b/scripts/types/generated/mars-address-provider/MarsAddressProvider.types.ts index 87688b41..a2545bd3 100644 --- a/scripts/types/generated/mars-address-provider/MarsAddressProvider.types.ts +++ b/scripts/types/generated/mars-address-provider/MarsAddressProvider.types.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ diff --git a/scripts/types/generated/mars-address-provider/bundle.ts b/scripts/types/generated/mars-address-provider/bundle.ts index 4bcba804..65400353 100644 --- a/scripts/types/generated/mars-address-provider/bundle.ts +++ b/scripts/types/generated/mars-address-provider/bundle.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -9,5 +9,9 @@ import * as _3 from './MarsAddressProvider.types' import * as _4 from './MarsAddressProvider.client' import * as _5 from './MarsAddressProvider.react-query' export namespace contracts { - export const MarsAddressProvider = { ..._3, ..._4, ..._5 } + export const MarsAddressProvider = { + ..._3, + ..._4, + ..._5, + } } diff --git a/scripts/types/generated/mars-credit-manager/MarsCreditManager.client.ts b/scripts/types/generated/mars-credit-manager/MarsCreditManager.client.ts index 1db80b33..f94341d1 100644 --- a/scripts/types/generated/mars-credit-manager/MarsCreditManager.client.ts +++ b/scripts/types/generated/mars-credit-manager/MarsCreditManager.client.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -144,7 +144,6 @@ export interface MarsCreditManagerReadOnlyInterface { export class MarsCreditManagerQueryClient implements MarsCreditManagerReadOnlyInterface { client: CosmWasmClient contractAddress: string - constructor(client: CosmWasmClient, contractAddress: string) { this.client = client this.contractAddress = contractAddress @@ -163,7 +162,6 @@ export class MarsCreditManagerQueryClient implements MarsCreditManagerReadOnlyIn this.estimateWithdrawLiquidity = this.estimateWithdrawLiquidity.bind(this) this.vaultPositionValue = this.vaultPositionValue.bind(this) } - accountKind = async ({ accountId }: { accountId: string }): Promise => { return this.client.queryContractSmart(this.contractAddress, { account_kind: { @@ -406,7 +404,6 @@ export class MarsCreditManagerClient client: SigningCosmWasmClient sender: string contractAddress: string - constructor(client: SigningCosmWasmClient, sender: string, contractAddress: string) { super(client, contractAddress) this.client = client @@ -421,7 +418,6 @@ export class MarsCreditManagerClient this.updateNftConfig = this.updateNftConfig.bind(this) this.callback = this.callback.bind(this) } - createCreditAccount = async ( accountKind: AccountKind, fee: number | StdFee | 'auto' = 'auto', diff --git a/scripts/types/generated/mars-credit-manager/MarsCreditManager.react-query.ts b/scripts/types/generated/mars-credit-manager/MarsCreditManager.react-query.ts index 723192d8..d239a18c 100644 --- a/scripts/types/generated/mars-credit-manager/MarsCreditManager.react-query.ts +++ b/scripts/types/generated/mars-credit-manager/MarsCreditManager.react-query.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -85,18 +85,35 @@ export const marsCreditManagerQueryKeys = { }, ] as const, address: (contractAddress: string | undefined) => - [{ ...marsCreditManagerQueryKeys.contract[0], address: contractAddress }] as const, + [ + { + ...marsCreditManagerQueryKeys.contract[0], + address: contractAddress, + }, + ] as const, accountKind: (contractAddress: string | undefined, args?: Record) => [ - { ...marsCreditManagerQueryKeys.address(contractAddress)[0], method: 'account_kind', args }, + { + ...marsCreditManagerQueryKeys.address(contractAddress)[0], + method: 'account_kind', + args, + }, ] as const, accounts: (contractAddress: string | undefined, args?: Record) => [ - { ...marsCreditManagerQueryKeys.address(contractAddress)[0], method: 'accounts', args }, + { + ...marsCreditManagerQueryKeys.address(contractAddress)[0], + method: 'accounts', + args, + }, ] as const, config: (contractAddress: string | undefined, args?: Record) => [ - { ...marsCreditManagerQueryKeys.address(contractAddress)[0], method: 'config', args }, + { + ...marsCreditManagerQueryKeys.address(contractAddress)[0], + method: 'config', + args, + }, ] as const, vaultUtilization: (contractAddress: string | undefined, args?: Record) => [ @@ -116,7 +133,11 @@ export const marsCreditManagerQueryKeys = { ] as const, positions: (contractAddress: string | undefined, args?: Record) => [ - { ...marsCreditManagerQueryKeys.address(contractAddress)[0], method: 'positions', args }, + { + ...marsCreditManagerQueryKeys.address(contractAddress)[0], + method: 'positions', + args, + }, ] as const, allCoinBalances: (contractAddress: string | undefined, args?: Record) => [ @@ -214,7 +235,10 @@ export function useMarsCreditManagerVaultPositionValueQuery @@ -236,7 +260,10 @@ export function useMarsCreditManagerEstimateWithdrawLiquidityQuery @@ -260,7 +287,10 @@ export function useMarsCreditManagerEstimateProvideLiquidityQuery @@ -282,7 +312,10 @@ export function useMarsCreditManagerAllVaultPositionsQuery< startAfter: args.startAfter, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsCreditManagerAllTotalDebtSharesQuery @@ -306,7 +339,10 @@ export function useMarsCreditManagerAllTotalDebtSharesQuery @@ -318,7 +354,10 @@ export function useMarsCreditManagerTotalDebtSharesQuery({ return useQuery( marsCreditManagerQueryKeys.totalDebtShares(client?.contractAddress), () => (client ? client.totalDebtShares() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsCreditManagerAllDebtSharesQuery @@ -342,7 +381,10 @@ export function useMarsCreditManagerAllDebtSharesQuery @@ -366,7 +408,10 @@ export function useMarsCreditManagerAllCoinBalancesQuery @@ -388,7 +433,10 @@ export function useMarsCreditManagerPositionsQuery({ accountId: args.accountId, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsCreditManagerAllVaultUtilizationsQuery @@ -410,7 +458,10 @@ export function useMarsCreditManagerAllVaultUtilizationsQuery< startAfter: args.startAfter, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsCreditManagerVaultUtilizationQuery @@ -432,7 +483,10 @@ export function useMarsCreditManagerVaultUtilizationQuery @@ -444,7 +498,10 @@ export function useMarsCreditManagerConfigQuery({ return useQuery( marsCreditManagerQueryKeys.config(client?.contractAddress), () => (client ? client.config() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsCreditManagerAccountsQuery @@ -470,7 +527,10 @@ export function useMarsCreditManagerAccountsQuery({ startAfter: args.startAfter, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsCreditManagerAccountKindQuery @@ -492,7 +552,10 @@ export function useMarsCreditManagerAccountKindQuery({ accountId: args.accountId, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsCreditManagerCallbackMutation { diff --git a/scripts/types/generated/mars-credit-manager/MarsCreditManager.types.ts b/scripts/types/generated/mars-credit-manager/MarsCreditManager.types.ts index eb8eb4cd..00e70cdb 100644 --- a/scripts/types/generated/mars-credit-manager/MarsCreditManager.types.ts +++ b/scripts/types/generated/mars-credit-manager/MarsCreditManager.types.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ diff --git a/scripts/types/generated/mars-credit-manager/bundle.ts b/scripts/types/generated/mars-credit-manager/bundle.ts index 5d5cd8bd..1e6f6811 100644 --- a/scripts/types/generated/mars-credit-manager/bundle.ts +++ b/scripts/types/generated/mars-credit-manager/bundle.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -9,5 +9,9 @@ import * as _6 from './MarsCreditManager.types' import * as _7 from './MarsCreditManager.client' import * as _8 from './MarsCreditManager.react-query' export namespace contracts { - export const MarsCreditManager = { ..._6, ..._7, ..._8 } + export const MarsCreditManager = { + ..._6, + ..._7, + ..._8, + } } diff --git a/scripts/types/generated/mars-incentives/MarsIncentives.client.ts b/scripts/types/generated/mars-incentives/MarsIncentives.client.ts index 45c8c554..d5b01536 100644 --- a/scripts/types/generated/mars-incentives/MarsIncentives.client.ts +++ b/scripts/types/generated/mars-incentives/MarsIncentives.client.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -111,7 +111,6 @@ export interface MarsIncentivesReadOnlyInterface { export class MarsIncentivesQueryClient implements MarsIncentivesReadOnlyInterface { client: CosmWasmClient contractAddress: string - constructor(client: CosmWasmClient, contractAddress: string) { this.client = client this.contractAddress = contractAddress @@ -126,7 +125,6 @@ export class MarsIncentivesQueryClient implements MarsIncentivesReadOnlyInterfac this.userUnclaimedRewards = this.userUnclaimedRewards.bind(this) this.whitelist = this.whitelist.bind(this) } - activeEmissions = async ({ collateralDenom, }: { @@ -406,7 +404,6 @@ export class MarsIncentivesClient client: SigningCosmWasmClient sender: string contractAddress: string - constructor(client: SigningCosmWasmClient, sender: string, contractAddress: string) { super(client, contractAddress) this.client = client @@ -423,7 +420,6 @@ export class MarsIncentivesClient this.updateOwner = this.updateOwner.bind(this) this.migrate = this.migrate.bind(this) } - updateWhitelist = async ( { addDenoms, diff --git a/scripts/types/generated/mars-incentives/MarsIncentives.react-query.ts b/scripts/types/generated/mars-incentives/MarsIncentives.react-query.ts index a512c6ea..61315422 100644 --- a/scripts/types/generated/mars-incentives/MarsIncentives.react-query.ts +++ b/scripts/types/generated/mars-incentives/MarsIncentives.react-query.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -42,20 +42,43 @@ export const marsIncentivesQueryKeys = { }, ] as const, address: (contractAddress: string | undefined) => - [{ ...marsIncentivesQueryKeys.contract[0], address: contractAddress }] as const, + [ + { + ...marsIncentivesQueryKeys.contract[0], + address: contractAddress, + }, + ] as const, activeEmissions: (contractAddress: string | undefined, args?: Record) => [ - { ...marsIncentivesQueryKeys.address(contractAddress)[0], method: 'active_emissions', args }, + { + ...marsIncentivesQueryKeys.address(contractAddress)[0], + method: 'active_emissions', + args, + }, ] as const, config: (contractAddress: string | undefined, args?: Record) => - [{ ...marsIncentivesQueryKeys.address(contractAddress)[0], method: 'config', args }] as const, + [ + { + ...marsIncentivesQueryKeys.address(contractAddress)[0], + method: 'config', + args, + }, + ] as const, incentiveState: (contractAddress: string | undefined, args?: Record) => [ - { ...marsIncentivesQueryKeys.address(contractAddress)[0], method: 'incentive_state', args }, + { + ...marsIncentivesQueryKeys.address(contractAddress)[0], + method: 'incentive_state', + args, + }, ] as const, incentiveStates: (contractAddress: string | undefined, args?: Record) => [ - { ...marsIncentivesQueryKeys.address(contractAddress)[0], method: 'incentive_states', args }, + { + ...marsIncentivesQueryKeys.address(contractAddress)[0], + method: 'incentive_states', + args, + }, ] as const, stakedLpPositions: (contractAddress: string | undefined, args?: Record) => [ @@ -74,10 +97,20 @@ export const marsIncentivesQueryKeys = { }, ] as const, emission: (contractAddress: string | undefined, args?: Record) => - [{ ...marsIncentivesQueryKeys.address(contractAddress)[0], method: 'emission', args }] as const, + [ + { + ...marsIncentivesQueryKeys.address(contractAddress)[0], + method: 'emission', + args, + }, + ] as const, emissions: (contractAddress: string | undefined, args?: Record) => [ - { ...marsIncentivesQueryKeys.address(contractAddress)[0], method: 'emissions', args }, + { + ...marsIncentivesQueryKeys.address(contractAddress)[0], + method: 'emissions', + args, + }, ] as const, userUnclaimedRewards: (contractAddress: string | undefined, args?: Record) => [ @@ -89,7 +122,11 @@ export const marsIncentivesQueryKeys = { ] as const, whitelist: (contractAddress: string | undefined, args?: Record) => [ - { ...marsIncentivesQueryKeys.address(contractAddress)[0], method: 'whitelist', args }, + { + ...marsIncentivesQueryKeys.address(contractAddress)[0], + method: 'whitelist', + args, + }, ] as const, } export interface MarsIncentivesReactQuery { @@ -110,7 +147,10 @@ export function useMarsIncentivesWhitelistQuery({ return useQuery( marsIncentivesQueryKeys.whitelist(client?.contractAddress), () => (client ? client.whitelist() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsIncentivesUserUnclaimedRewardsQuery @@ -140,7 +180,10 @@ export function useMarsIncentivesUserUnclaimedRewardsQuery( user: args.user, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsIncentivesEmissionsQuery @@ -168,7 +211,10 @@ export function useMarsIncentivesEmissionsQuery startAfterTimestamp: args.startAfterTimestamp, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsIncentivesEmissionQuery @@ -194,7 +240,10 @@ export function useMarsIncentivesEmissionQuery({ timestamp: args.timestamp, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsIncentivesStakedLpPositionQuery @@ -218,7 +267,10 @@ export function useMarsIncentivesStakedLpPositionQuery @@ -242,7 +294,10 @@ export function useMarsIncentivesStakedLpPositionsQuery< startAfter: args.startAfter, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsIncentivesIncentiveStatesQuery @@ -268,7 +323,10 @@ export function useMarsIncentivesIncentiveStatesQuery @@ -292,7 +350,10 @@ export function useMarsIncentivesIncentiveStateQuery @@ -304,7 +365,10 @@ export function useMarsIncentivesConfigQuery({ return useQuery( marsIncentivesQueryKeys.config(client?.contractAddress), () => (client ? client.config() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsIncentivesActiveEmissionsQuery @@ -326,7 +390,10 @@ export function useMarsIncentivesActiveEmissionsQuery => { return this.client.queryContractSmart(this.contractAddress, { vault_standard_info: {}, @@ -148,7 +146,6 @@ export class MarsMockVaultClient client: SigningCosmWasmClient sender: string contractAddress: string - constructor(client: SigningCosmWasmClient, sender: string, contractAddress: string) { super(client, contractAddress) this.client = client @@ -158,7 +155,6 @@ export class MarsMockVaultClient this.redeem = this.redeem.bind(this) this.vaultExtension = this.vaultExtension.bind(this) } - deposit = async ( { amount, diff --git a/scripts/types/generated/mars-mock-vault/MarsMockVault.react-query.ts b/scripts/types/generated/mars-mock-vault/MarsMockVault.react-query.ts index c718b679..0f7588c4 100644 --- a/scripts/types/generated/mars-mock-vault/MarsMockVault.react-query.ts +++ b/scripts/types/generated/mars-mock-vault/MarsMockVault.react-query.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -32,7 +32,12 @@ export const marsMockVaultQueryKeys = { }, ] as const, address: (contractAddress: string | undefined) => - [{ ...marsMockVaultQueryKeys.contract[0], address: contractAddress }] as const, + [ + { + ...marsMockVaultQueryKeys.contract[0], + address: contractAddress, + }, + ] as const, vaultStandardInfo: (contractAddress: string | undefined, args?: Record) => [ { @@ -42,18 +47,36 @@ export const marsMockVaultQueryKeys = { }, ] as const, info: (contractAddress: string | undefined, args?: Record) => - [{ ...marsMockVaultQueryKeys.address(contractAddress)[0], method: 'info', args }] as const, + [ + { + ...marsMockVaultQueryKeys.address(contractAddress)[0], + method: 'info', + args, + }, + ] as const, previewDeposit: (contractAddress: string | undefined, args?: Record) => [ - { ...marsMockVaultQueryKeys.address(contractAddress)[0], method: 'preview_deposit', args }, + { + ...marsMockVaultQueryKeys.address(contractAddress)[0], + method: 'preview_deposit', + args, + }, ] as const, previewRedeem: (contractAddress: string | undefined, args?: Record) => [ - { ...marsMockVaultQueryKeys.address(contractAddress)[0], method: 'preview_redeem', args }, + { + ...marsMockVaultQueryKeys.address(contractAddress)[0], + method: 'preview_redeem', + args, + }, ] as const, totalAssets: (contractAddress: string | undefined, args?: Record) => [ - { ...marsMockVaultQueryKeys.address(contractAddress)[0], method: 'total_assets', args }, + { + ...marsMockVaultQueryKeys.address(contractAddress)[0], + method: 'total_assets', + args, + }, ] as const, totalVaultTokenSupply: (contractAddress: string | undefined, args?: Record) => [ @@ -65,15 +88,27 @@ export const marsMockVaultQueryKeys = { ] as const, convertToShares: (contractAddress: string | undefined, args?: Record) => [ - { ...marsMockVaultQueryKeys.address(contractAddress)[0], method: 'convert_to_shares', args }, + { + ...marsMockVaultQueryKeys.address(contractAddress)[0], + method: 'convert_to_shares', + args, + }, ] as const, convertToAssets: (contractAddress: string | undefined, args?: Record) => [ - { ...marsMockVaultQueryKeys.address(contractAddress)[0], method: 'convert_to_assets', args }, + { + ...marsMockVaultQueryKeys.address(contractAddress)[0], + method: 'convert_to_assets', + args, + }, ] as const, vaultExtension: (contractAddress: string | undefined, args?: Record) => [ - { ...marsMockVaultQueryKeys.address(contractAddress)[0], method: 'vault_extension', args }, + { + ...marsMockVaultQueryKeys.address(contractAddress)[0], + method: 'vault_extension', + args, + }, ] as const, } export interface MarsMockVaultReactQuery { @@ -94,7 +129,10 @@ export function useMarsMockVaultVaultExtensionQuery({ return useQuery( marsMockVaultQueryKeys.vaultExtension(client?.contractAddress), () => (client ? client.vaultExtension() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsMockVaultConvertToAssetsQuery @@ -116,7 +154,10 @@ export function useMarsMockVaultConvertToAssetsQuery({ amount: args.amount, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsMockVaultConvertToSharesQuery @@ -138,7 +179,10 @@ export function useMarsMockVaultConvertToSharesQuery({ amount: args.amount, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsMockVaultTotalVaultTokenSupplyQuery @@ -150,7 +194,10 @@ export function useMarsMockVaultTotalVaultTokenSupplyQuery({ return useQuery( marsMockVaultQueryKeys.totalVaultTokenSupply(client?.contractAddress), () => (client ? client.totalVaultTokenSupply() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsMockVaultTotalAssetsQuery @@ -162,7 +209,10 @@ export function useMarsMockVaultTotalAssetsQuery({ return useQuery( marsMockVaultQueryKeys.totalAssets(client?.contractAddress), () => (client ? client.totalAssets() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsMockVaultPreviewRedeemQuery @@ -184,7 +234,10 @@ export function useMarsMockVaultPreviewRedeemQuery({ amount: args.amount, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsMockVaultPreviewDepositQuery @@ -206,7 +259,10 @@ export function useMarsMockVaultPreviewDepositQuery({ amount: args.amount, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsMockVaultInfoQuery @@ -218,7 +274,10 @@ export function useMarsMockVaultInfoQuery({ return useQuery( marsMockVaultQueryKeys.info(client?.contractAddress), () => (client ? client.info() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsMockVaultVaultStandardInfoQuery @@ -230,7 +289,10 @@ export function useMarsMockVaultVaultStandardInfoQuery( marsMockVaultQueryKeys.vaultStandardInfo(client?.contractAddress), () => (client ? client.vaultStandardInfo() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsMockVaultVaultExtensionMutation { diff --git a/scripts/types/generated/mars-mock-vault/MarsMockVault.types.ts b/scripts/types/generated/mars-mock-vault/MarsMockVault.types.ts index 9db4ece1..ae9bab1e 100644 --- a/scripts/types/generated/mars-mock-vault/MarsMockVault.types.ts +++ b/scripts/types/generated/mars-mock-vault/MarsMockVault.types.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ diff --git a/scripts/types/generated/mars-mock-vault/bundle.ts b/scripts/types/generated/mars-mock-vault/bundle.ts index 02170260..a3e22b9e 100644 --- a/scripts/types/generated/mars-mock-vault/bundle.ts +++ b/scripts/types/generated/mars-mock-vault/bundle.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -9,5 +9,9 @@ import * as _12 from './MarsMockVault.types' import * as _13 from './MarsMockVault.client' import * as _14 from './MarsMockVault.react-query' export namespace contracts { - export const MarsMockVault = { ..._12, ..._13, ..._14 } + export const MarsMockVault = { + ..._12, + ..._13, + ..._14, + } } diff --git a/scripts/types/generated/mars-oracle-osmosis/MarsOracleOsmosis.client.ts b/scripts/types/generated/mars-oracle-osmosis/MarsOracleOsmosis.client.ts index 1cb05610..6e1aa645 100644 --- a/scripts/types/generated/mars-oracle-osmosis/MarsOracleOsmosis.client.ts +++ b/scripts/types/generated/mars-oracle-osmosis/MarsOracleOsmosis.client.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -53,7 +53,6 @@ export interface MarsOracleOsmosisReadOnlyInterface { export class MarsOracleOsmosisQueryClient implements MarsOracleOsmosisReadOnlyInterface { client: CosmWasmClient contractAddress: string - constructor(client: CosmWasmClient, contractAddress: string) { this.client = client this.contractAddress = contractAddress @@ -63,7 +62,6 @@ export class MarsOracleOsmosisQueryClient implements MarsOracleOsmosisReadOnlyIn this.price = this.price.bind(this) this.prices = this.prices.bind(this) } - config = async (): Promise => { return this.client.queryContractSmart(this.contractAddress, { config: {}, @@ -166,7 +164,6 @@ export class MarsOracleOsmosisClient client: SigningCosmWasmClient sender: string contractAddress: string - constructor(client: SigningCosmWasmClient, sender: string, contractAddress: string) { super(client, contractAddress) this.client = client @@ -178,7 +175,6 @@ export class MarsOracleOsmosisClient this.updateConfig = this.updateConfig.bind(this) this.custom = this.custom.bind(this) } - setPriceSource = async ( { denom, diff --git a/scripts/types/generated/mars-oracle-osmosis/MarsOracleOsmosis.react-query.ts b/scripts/types/generated/mars-oracle-osmosis/MarsOracleOsmosis.react-query.ts index 10b6cc76..31bb3814 100644 --- a/scripts/types/generated/mars-oracle-osmosis/MarsOracleOsmosis.react-query.ts +++ b/scripts/types/generated/mars-oracle-osmosis/MarsOracleOsmosis.react-query.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -37,24 +37,51 @@ export const marsOracleOsmosisQueryKeys = { }, ] as const, address: (contractAddress: string | undefined) => - [{ ...marsOracleOsmosisQueryKeys.contract[0], address: contractAddress }] as const, + [ + { + ...marsOracleOsmosisQueryKeys.contract[0], + address: contractAddress, + }, + ] as const, config: (contractAddress: string | undefined, args?: Record) => [ - { ...marsOracleOsmosisQueryKeys.address(contractAddress)[0], method: 'config', args }, + { + ...marsOracleOsmosisQueryKeys.address(contractAddress)[0], + method: 'config', + args, + }, ] as const, priceSource: (contractAddress: string | undefined, args?: Record) => [ - { ...marsOracleOsmosisQueryKeys.address(contractAddress)[0], method: 'price_source', args }, + { + ...marsOracleOsmosisQueryKeys.address(contractAddress)[0], + method: 'price_source', + args, + }, ] as const, priceSources: (contractAddress: string | undefined, args?: Record) => [ - { ...marsOracleOsmosisQueryKeys.address(contractAddress)[0], method: 'price_sources', args }, + { + ...marsOracleOsmosisQueryKeys.address(contractAddress)[0], + method: 'price_sources', + args, + }, ] as const, price: (contractAddress: string | undefined, args?: Record) => - [{ ...marsOracleOsmosisQueryKeys.address(contractAddress)[0], method: 'price', args }] as const, + [ + { + ...marsOracleOsmosisQueryKeys.address(contractAddress)[0], + method: 'price', + args, + }, + ] as const, prices: (contractAddress: string | undefined, args?: Record) => [ - { ...marsOracleOsmosisQueryKeys.address(contractAddress)[0], method: 'prices', args }, + { + ...marsOracleOsmosisQueryKeys.address(contractAddress)[0], + method: 'prices', + args, + }, ] as const, } export interface MarsOracleOsmosisReactQuery { @@ -89,7 +116,10 @@ export function useMarsOracleOsmosisPricesQuery({ startAfter: args.startAfter, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsOracleOsmosisPriceQuery @@ -113,7 +143,10 @@ export function useMarsOracleOsmosisPriceQuery({ kind: args.kind, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsOracleOsmosisPriceSourcesQuery @@ -137,7 +170,10 @@ export function useMarsOracleOsmosisPriceSourcesQuery @@ -159,7 +195,10 @@ export function useMarsOracleOsmosisPriceSourceQuery @@ -171,7 +210,10 @@ export function useMarsOracleOsmosisConfigQuery({ return useQuery( marsOracleOsmosisQueryKeys.config(client?.contractAddress), () => (client ? client.config() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsOracleOsmosisCustomMutation { diff --git a/scripts/types/generated/mars-oracle-osmosis/MarsOracleOsmosis.types.ts b/scripts/types/generated/mars-oracle-osmosis/MarsOracleOsmosis.types.ts index 14650c33..c2c4a573 100644 --- a/scripts/types/generated/mars-oracle-osmosis/MarsOracleOsmosis.types.ts +++ b/scripts/types/generated/mars-oracle-osmosis/MarsOracleOsmosis.types.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ diff --git a/scripts/types/generated/mars-oracle-osmosis/bundle.ts b/scripts/types/generated/mars-oracle-osmosis/bundle.ts index 9428a689..fecefc5f 100644 --- a/scripts/types/generated/mars-oracle-osmosis/bundle.ts +++ b/scripts/types/generated/mars-oracle-osmosis/bundle.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -9,5 +9,9 @@ import * as _15 from './MarsOracleOsmosis.types' import * as _16 from './MarsOracleOsmosis.client' import * as _17 from './MarsOracleOsmosis.react-query' export namespace contracts { - export const MarsOracleOsmosis = { ..._15, ..._16, ..._17 } + export const MarsOracleOsmosis = { + ..._15, + ..._16, + ..._17, + } } diff --git a/scripts/types/generated/mars-oracle-wasm/MarsOracleWasm.client.ts b/scripts/types/generated/mars-oracle-wasm/MarsOracleWasm.client.ts index cda2b0a7..2f9abfdd 100644 --- a/scripts/types/generated/mars-oracle-wasm/MarsOracleWasm.client.ts +++ b/scripts/types/generated/mars-oracle-wasm/MarsOracleWasm.client.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -51,7 +51,6 @@ export interface MarsOracleWasmReadOnlyInterface { export class MarsOracleWasmQueryClient implements MarsOracleWasmReadOnlyInterface { client: CosmWasmClient contractAddress: string - constructor(client: CosmWasmClient, contractAddress: string) { this.client = client this.contractAddress = contractAddress @@ -61,7 +60,6 @@ export class MarsOracleWasmQueryClient implements MarsOracleWasmReadOnlyInterfac this.price = this.price.bind(this) this.prices = this.prices.bind(this) } - config = async (): Promise => { return this.client.queryContractSmart(this.contractAddress, { config: {}, @@ -169,7 +167,6 @@ export class MarsOracleWasmClient client: SigningCosmWasmClient sender: string contractAddress: string - constructor(client: SigningCosmWasmClient, sender: string, contractAddress: string) { super(client, contractAddress) this.client = client @@ -181,7 +178,6 @@ export class MarsOracleWasmClient this.updateConfig = this.updateConfig.bind(this) this.custom = this.custom.bind(this) } - setPriceSource = async ( { denom, diff --git a/scripts/types/generated/mars-oracle-wasm/MarsOracleWasm.react-query.ts b/scripts/types/generated/mars-oracle-wasm/MarsOracleWasm.react-query.ts index 1d2c23cf..1b5becd2 100644 --- a/scripts/types/generated/mars-oracle-wasm/MarsOracleWasm.react-query.ts +++ b/scripts/types/generated/mars-oracle-wasm/MarsOracleWasm.react-query.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -35,21 +35,52 @@ export const marsOracleWasmQueryKeys = { }, ] as const, address: (contractAddress: string | undefined) => - [{ ...marsOracleWasmQueryKeys.contract[0], address: contractAddress }] as const, + [ + { + ...marsOracleWasmQueryKeys.contract[0], + address: contractAddress, + }, + ] as const, config: (contractAddress: string | undefined, args?: Record) => - [{ ...marsOracleWasmQueryKeys.address(contractAddress)[0], method: 'config', args }] as const, + [ + { + ...marsOracleWasmQueryKeys.address(contractAddress)[0], + method: 'config', + args, + }, + ] as const, priceSource: (contractAddress: string | undefined, args?: Record) => [ - { ...marsOracleWasmQueryKeys.address(contractAddress)[0], method: 'price_source', args }, + { + ...marsOracleWasmQueryKeys.address(contractAddress)[0], + method: 'price_source', + args, + }, ] as const, priceSources: (contractAddress: string | undefined, args?: Record) => [ - { ...marsOracleWasmQueryKeys.address(contractAddress)[0], method: 'price_sources', args }, + { + ...marsOracleWasmQueryKeys.address(contractAddress)[0], + method: 'price_sources', + args, + }, ] as const, price: (contractAddress: string | undefined, args?: Record) => - [{ ...marsOracleWasmQueryKeys.address(contractAddress)[0], method: 'price', args }] as const, + [ + { + ...marsOracleWasmQueryKeys.address(contractAddress)[0], + method: 'price', + args, + }, + ] as const, prices: (contractAddress: string | undefined, args?: Record) => - [{ ...marsOracleWasmQueryKeys.address(contractAddress)[0], method: 'prices', args }] as const, + [ + { + ...marsOracleWasmQueryKeys.address(contractAddress)[0], + method: 'prices', + args, + }, + ] as const, } export interface MarsOracleWasmReactQuery { client: MarsOracleWasmQueryClient | undefined @@ -83,7 +114,10 @@ export function useMarsOracleWasmPricesQuery({ startAfter: args.startAfter, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsOracleWasmPriceQuery @@ -107,7 +141,10 @@ export function useMarsOracleWasmPriceQuery({ kind: args.kind, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsOracleWasmPriceSourcesQuery @@ -131,7 +168,10 @@ export function useMarsOracleWasmPriceSourcesQuery @@ -153,7 +193,10 @@ export function useMarsOracleWasmPriceSourceQuery @@ -165,7 +208,10 @@ export function useMarsOracleWasmConfigQuery({ return useQuery( marsOracleWasmQueryKeys.config(client?.contractAddress), () => (client ? client.config() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsOracleWasmCustomMutation { diff --git a/scripts/types/generated/mars-oracle-wasm/MarsOracleWasm.types.ts b/scripts/types/generated/mars-oracle-wasm/MarsOracleWasm.types.ts index 9250d189..fb643cb5 100644 --- a/scripts/types/generated/mars-oracle-wasm/MarsOracleWasm.types.ts +++ b/scripts/types/generated/mars-oracle-wasm/MarsOracleWasm.types.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ diff --git a/scripts/types/generated/mars-oracle-wasm/bundle.ts b/scripts/types/generated/mars-oracle-wasm/bundle.ts index 96d688af..8555a023 100644 --- a/scripts/types/generated/mars-oracle-wasm/bundle.ts +++ b/scripts/types/generated/mars-oracle-wasm/bundle.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -9,5 +9,9 @@ import * as _18 from './MarsOracleWasm.types' import * as _19 from './MarsOracleWasm.client' import * as _20 from './MarsOracleWasm.react-query' export namespace contracts { - export const MarsOracleWasm = { ..._18, ..._19, ..._20 } + export const MarsOracleWasm = { + ..._18, + ..._19, + ..._20, + } } diff --git a/scripts/types/generated/mars-params/MarsParams.client.ts b/scripts/types/generated/mars-params/MarsParams.client.ts index 6b320bd9..40e7ea01 100644 --- a/scripts/types/generated/mars-params/MarsParams.client.ts +++ b/scripts/types/generated/mars-params/MarsParams.client.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -83,7 +83,6 @@ export interface MarsParamsReadOnlyInterface { export class MarsParamsQueryClient implements MarsParamsReadOnlyInterface { client: CosmWasmClient contractAddress: string - constructor(client: CosmWasmClient, contractAddress: string) { this.client = client this.contractAddress = contractAddress @@ -98,7 +97,6 @@ export class MarsParamsQueryClient implements MarsParamsReadOnlyInterface { this.totalDeposit = this.totalDeposit.bind(this) this.allTotalDepositsV2 = this.allTotalDepositsV2.bind(this) } - owner = async (): Promise => { return this.client.queryContractSmart(this.contractAddress, { owner: {}, @@ -239,7 +237,6 @@ export class MarsParamsClient extends MarsParamsQueryClient implements MarsParam client: SigningCosmWasmClient sender: string contractAddress: string - constructor(client: SigningCosmWasmClient, sender: string, contractAddress: string) { super(client, contractAddress) this.client = client @@ -252,7 +249,6 @@ export class MarsParamsClient extends MarsParamsQueryClient implements MarsParam this.updateVaultConfig = this.updateVaultConfig.bind(this) this.emergencyUpdate = this.emergencyUpdate.bind(this) } - updateOwner = async ( ownerUpdate: OwnerUpdate, fee: number | StdFee | 'auto' = 'auto', diff --git a/scripts/types/generated/mars-params/MarsParams.react-query.ts b/scripts/types/generated/mars-params/MarsParams.react-query.ts index 1325824b..f39396e4 100644 --- a/scripts/types/generated/mars-params/MarsParams.react-query.ts +++ b/scripts/types/generated/mars-params/MarsParams.react-query.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -52,38 +52,91 @@ export const marsParamsQueryKeys = { }, ] as const, address: (contractAddress: string | undefined) => - [{ ...marsParamsQueryKeys.contract[0], address: contractAddress }] as const, + [ + { + ...marsParamsQueryKeys.contract[0], + address: contractAddress, + }, + ] as const, owner: (contractAddress: string | undefined, args?: Record) => - [{ ...marsParamsQueryKeys.address(contractAddress)[0], method: 'owner', args }] as const, + [ + { + ...marsParamsQueryKeys.address(contractAddress)[0], + method: 'owner', + args, + }, + ] as const, config: (contractAddress: string | undefined, args?: Record) => - [{ ...marsParamsQueryKeys.address(contractAddress)[0], method: 'config', args }] as const, + [ + { + ...marsParamsQueryKeys.address(contractAddress)[0], + method: 'config', + args, + }, + ] as const, assetParams: (contractAddress: string | undefined, args?: Record) => - [{ ...marsParamsQueryKeys.address(contractAddress)[0], method: 'asset_params', args }] as const, + [ + { + ...marsParamsQueryKeys.address(contractAddress)[0], + method: 'asset_params', + args, + }, + ] as const, allAssetParams: (contractAddress: string | undefined, args?: Record) => [ - { ...marsParamsQueryKeys.address(contractAddress)[0], method: 'all_asset_params', args }, + { + ...marsParamsQueryKeys.address(contractAddress)[0], + method: 'all_asset_params', + args, + }, ] as const, vaultConfig: (contractAddress: string | undefined, args?: Record) => - [{ ...marsParamsQueryKeys.address(contractAddress)[0], method: 'vault_config', args }] as const, + [ + { + ...marsParamsQueryKeys.address(contractAddress)[0], + method: 'vault_config', + args, + }, + ] as const, allVaultConfigs: (contractAddress: string | undefined, args?: Record) => [ - { ...marsParamsQueryKeys.address(contractAddress)[0], method: 'all_vault_configs', args }, + { + ...marsParamsQueryKeys.address(contractAddress)[0], + method: 'all_vault_configs', + args, + }, ] as const, allVaultConfigsV2: (contractAddress: string | undefined, args?: Record) => [ - { ...marsParamsQueryKeys.address(contractAddress)[0], method: 'all_vault_configs_v2', args }, + { + ...marsParamsQueryKeys.address(contractAddress)[0], + method: 'all_vault_configs_v2', + args, + }, ] as const, targetHealthFactor: (contractAddress: string | undefined, args?: Record) => [ - { ...marsParamsQueryKeys.address(contractAddress)[0], method: 'target_health_factor', args }, + { + ...marsParamsQueryKeys.address(contractAddress)[0], + method: 'target_health_factor', + args, + }, ] as const, totalDeposit: (contractAddress: string | undefined, args?: Record) => [ - { ...marsParamsQueryKeys.address(contractAddress)[0], method: 'total_deposit', args }, + { + ...marsParamsQueryKeys.address(contractAddress)[0], + method: 'total_deposit', + args, + }, ] as const, allTotalDepositsV2: (contractAddress: string | undefined, args?: Record) => [ - { ...marsParamsQueryKeys.address(contractAddress)[0], method: 'all_total_deposits_v2', args }, + { + ...marsParamsQueryKeys.address(contractAddress)[0], + method: 'all_total_deposits_v2', + args, + }, ] as const, } export interface MarsParamsReactQuery { @@ -114,7 +167,10 @@ export function useMarsParamsAllTotalDepositsV2Query< startAfter: args.startAfter, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsParamsTotalDepositQuery @@ -136,7 +192,10 @@ export function useMarsParamsTotalDepositQuery({ denom: args.denom, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsParamsTargetHealthFactorQuery @@ -148,7 +207,10 @@ export function useMarsParamsTargetHealthFactorQuery({ return useQuery( marsParamsQueryKeys.targetHealthFactor(client?.contractAddress), () => (client ? client.targetHealthFactor() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsParamsAllVaultConfigsV2Query @@ -170,7 +232,10 @@ export function useMarsParamsAllVaultConfigsV2Query< startAfter: args.startAfter, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsParamsAllVaultConfigsQuery @@ -194,7 +259,10 @@ export function useMarsParamsAllVaultConfigsQuery @@ -216,7 +284,10 @@ export function useMarsParamsVaultConfigQuery({ address: args.address, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsParamsAllAssetParamsQuery @@ -240,7 +311,10 @@ export function useMarsParamsAllAssetParamsQuery @@ -262,7 +336,10 @@ export function useMarsParamsAssetParamsQuery extends MarsParamsReactQuery {} @@ -273,7 +350,10 @@ export function useMarsParamsConfigQuery({ return useQuery( marsParamsQueryKeys.config(client?.contractAddress), () => (client ? client.config() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsParamsOwnerQuery extends MarsParamsReactQuery {} @@ -284,7 +364,10 @@ export function useMarsParamsOwnerQuery({ return useQuery( marsParamsQueryKeys.owner(client?.contractAddress), () => (client ? client.owner() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsParamsEmergencyUpdateMutation { diff --git a/scripts/types/generated/mars-params/MarsParams.types.ts b/scripts/types/generated/mars-params/MarsParams.types.ts index 529ef565..c274a4f7 100644 --- a/scripts/types/generated/mars-params/MarsParams.types.ts +++ b/scripts/types/generated/mars-params/MarsParams.types.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ diff --git a/scripts/types/generated/mars-params/bundle.ts b/scripts/types/generated/mars-params/bundle.ts index 66f5f4a3..595e7ecd 100644 --- a/scripts/types/generated/mars-params/bundle.ts +++ b/scripts/types/generated/mars-params/bundle.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -9,5 +9,9 @@ import * as _21 from './MarsParams.types' import * as _22 from './MarsParams.client' import * as _23 from './MarsParams.react-query' export namespace contracts { - export const MarsParams = { ..._21, ..._22, ..._23 } + export const MarsParams = { + ..._21, + ..._22, + ..._23, + } } diff --git a/scripts/types/generated/mars-red-bank/MarsRedBank.client.ts b/scripts/types/generated/mars-red-bank/MarsRedBank.client.ts index 10300bd5..8aa61f4b 100644 --- a/scripts/types/generated/mars-red-bank/MarsRedBank.client.ts +++ b/scripts/types/generated/mars-red-bank/MarsRedBank.client.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -126,7 +126,6 @@ export interface MarsRedBankReadOnlyInterface { export class MarsRedBankQueryClient implements MarsRedBankReadOnlyInterface { client: CosmWasmClient contractAddress: string - constructor(client: CosmWasmClient, contractAddress: string) { this.client = client this.contractAddress = contractAddress @@ -147,7 +146,6 @@ export class MarsRedBankQueryClient implements MarsRedBankReadOnlyInterface { this.underlyingLiquidityAmount = this.underlyingLiquidityAmount.bind(this) this.underlyingDebtAmount = this.underlyingDebtAmount.bind(this) } - config = async (): Promise => { return this.client.queryContractSmart(this.contractAddress, { config: {}, @@ -502,7 +500,6 @@ export class MarsRedBankClient extends MarsRedBankQueryClient implements MarsRed client: SigningCosmWasmClient sender: string contractAddress: string - constructor(client: SigningCosmWasmClient, sender: string, contractAddress: string) { super(client, contractAddress) this.client = client @@ -520,7 +517,6 @@ export class MarsRedBankClient extends MarsRedBankQueryClient implements MarsRed this.updateAssetCollateralStatus = this.updateAssetCollateralStatus.bind(this) this.migrate = this.migrate.bind(this) } - updateOwner = async ( ownerUpdate: OwnerUpdate, fee: number | StdFee | 'auto' = 'auto', diff --git a/scripts/types/generated/mars-red-bank/MarsRedBank.react-query.ts b/scripts/types/generated/mars-red-bank/MarsRedBank.react-query.ts index ed3631f2..7f848782 100644 --- a/scripts/types/generated/mars-red-bank/MarsRedBank.react-query.ts +++ b/scripts/types/generated/mars-red-bank/MarsRedBank.react-query.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -41,36 +41,99 @@ export const marsRedBankQueryKeys = { }, ] as const, address: (contractAddress: string | undefined) => - [{ ...marsRedBankQueryKeys.contract[0], address: contractAddress }] as const, + [ + { + ...marsRedBankQueryKeys.contract[0], + address: contractAddress, + }, + ] as const, config: (contractAddress: string | undefined, args?: Record) => - [{ ...marsRedBankQueryKeys.address(contractAddress)[0], method: 'config', args }] as const, + [ + { + ...marsRedBankQueryKeys.address(contractAddress)[0], + method: 'config', + args, + }, + ] as const, market: (contractAddress: string | undefined, args?: Record) => - [{ ...marsRedBankQueryKeys.address(contractAddress)[0], method: 'market', args }] as const, + [ + { + ...marsRedBankQueryKeys.address(contractAddress)[0], + method: 'market', + args, + }, + ] as const, marketV2: (contractAddress: string | undefined, args?: Record) => - [{ ...marsRedBankQueryKeys.address(contractAddress)[0], method: 'market_v2', args }] as const, + [ + { + ...marsRedBankQueryKeys.address(contractAddress)[0], + method: 'market_v2', + args, + }, + ] as const, markets: (contractAddress: string | undefined, args?: Record) => - [{ ...marsRedBankQueryKeys.address(contractAddress)[0], method: 'markets', args }] as const, + [ + { + ...marsRedBankQueryKeys.address(contractAddress)[0], + method: 'markets', + args, + }, + ] as const, marketsV2: (contractAddress: string | undefined, args?: Record) => - [{ ...marsRedBankQueryKeys.address(contractAddress)[0], method: 'markets_v2', args }] as const, + [ + { + ...marsRedBankQueryKeys.address(contractAddress)[0], + method: 'markets_v2', + args, + }, + ] as const, userDebt: (contractAddress: string | undefined, args?: Record) => - [{ ...marsRedBankQueryKeys.address(contractAddress)[0], method: 'user_debt', args }] as const, + [ + { + ...marsRedBankQueryKeys.address(contractAddress)[0], + method: 'user_debt', + args, + }, + ] as const, userDebts: (contractAddress: string | undefined, args?: Record) => - [{ ...marsRedBankQueryKeys.address(contractAddress)[0], method: 'user_debts', args }] as const, + [ + { + ...marsRedBankQueryKeys.address(contractAddress)[0], + method: 'user_debts', + args, + }, + ] as const, userCollateral: (contractAddress: string | undefined, args?: Record) => [ - { ...marsRedBankQueryKeys.address(contractAddress)[0], method: 'user_collateral', args }, + { + ...marsRedBankQueryKeys.address(contractAddress)[0], + method: 'user_collateral', + args, + }, ] as const, userCollaterals: (contractAddress: string | undefined, args?: Record) => [ - { ...marsRedBankQueryKeys.address(contractAddress)[0], method: 'user_collaterals', args }, + { + ...marsRedBankQueryKeys.address(contractAddress)[0], + method: 'user_collaterals', + args, + }, ] as const, userCollateralsV2: (contractAddress: string | undefined, args?: Record) => [ - { ...marsRedBankQueryKeys.address(contractAddress)[0], method: 'user_collaterals_v2', args }, + { + ...marsRedBankQueryKeys.address(contractAddress)[0], + method: 'user_collaterals_v2', + args, + }, ] as const, userPosition: (contractAddress: string | undefined, args?: Record) => [ - { ...marsRedBankQueryKeys.address(contractAddress)[0], method: 'user_position', args }, + { + ...marsRedBankQueryKeys.address(contractAddress)[0], + method: 'user_position', + args, + }, ] as const, userPositionLiquidationPricing: ( contractAddress: string | undefined, @@ -93,7 +156,11 @@ export const marsRedBankQueryKeys = { ] as const, scaledDebtAmount: (contractAddress: string | undefined, args?: Record) => [ - { ...marsRedBankQueryKeys.address(contractAddress)[0], method: 'scaled_debt_amount', args }, + { + ...marsRedBankQueryKeys.address(contractAddress)[0], + method: 'scaled_debt_amount', + args, + }, ] as const, underlyingLiquidityAmount: ( contractAddress: string | undefined, @@ -145,7 +212,10 @@ export function useMarsRedBankUnderlyingDebtAmountQuery({ denom: args.denom, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsRedBankUnderlyingLiquidityAmountQuery @@ -169,7 +239,10 @@ export function useMarsRedBankUnderlyingLiquidityAmountQuery({ denom: args.denom, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsRedBankScaledDebtAmountQuery @@ -193,7 +266,10 @@ export function useMarsRedBankScaledDebtAmountQuery({ denom: args.denom, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsRedBankScaledLiquidityAmountQuery @@ -217,7 +293,10 @@ export function useMarsRedBankScaledLiquidityAmountQuery({ denom: args.denom, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsRedBankUserPositionLiquidationPricingQuery @@ -241,7 +320,10 @@ export function useMarsRedBankUserPositionLiquidationPricingQuery @@ -265,7 +347,10 @@ export function useMarsRedBankUserPositionQuery({ user: args.user, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsRedBankUserCollateralsV2Query @@ -291,7 +376,10 @@ export function useMarsRedBankUserCollateralsV2Query< user: args.user, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsRedBankUserCollateralsQuery @@ -319,7 +407,10 @@ export function useMarsRedBankUserCollateralsQuery @@ -345,7 +436,10 @@ export function useMarsRedBankUserCollateralQuery @@ -371,7 +465,10 @@ export function useMarsRedBankUserDebtsQuery({ user: args.user, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsRedBankUserDebtQuery @@ -395,7 +492,10 @@ export function useMarsRedBankUserDebtQuery({ user: args.user, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsRedBankMarketsV2Query @@ -419,7 +519,10 @@ export function useMarsRedBankMarketsV2Query @@ -443,7 +546,10 @@ export function useMarsRedBankMarketsQuery({ startAfter: args.startAfter, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsRedBankMarketV2Query @@ -465,7 +571,10 @@ export function useMarsRedBankMarketV2Query({ denom: args.denom, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsRedBankMarketQuery extends MarsRedBankReactQuery { @@ -486,7 +595,10 @@ export function useMarsRedBankMarketQuery({ denom: args.denom, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsRedBankConfigQuery @@ -498,7 +610,10 @@ export function useMarsRedBankConfigQuery({ return useQuery( marsRedBankQueryKeys.config(client?.contractAddress), () => (client ? client.config() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsRedBankMigrateMutation { diff --git a/scripts/types/generated/mars-red-bank/MarsRedBank.types.ts b/scripts/types/generated/mars-red-bank/MarsRedBank.types.ts index 31ae935e..bd54d453 100644 --- a/scripts/types/generated/mars-red-bank/MarsRedBank.types.ts +++ b/scripts/types/generated/mars-red-bank/MarsRedBank.types.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ diff --git a/scripts/types/generated/mars-red-bank/bundle.ts b/scripts/types/generated/mars-red-bank/bundle.ts index 6eed8763..706a30f9 100644 --- a/scripts/types/generated/mars-red-bank/bundle.ts +++ b/scripts/types/generated/mars-red-bank/bundle.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -9,5 +9,9 @@ import * as _24 from './MarsRedBank.types' import * as _25 from './MarsRedBank.client' import * as _26 from './MarsRedBank.react-query' export namespace contracts { - export const MarsRedBank = { ..._24, ..._25, ..._26 } + export const MarsRedBank = { + ..._24, + ..._25, + ..._26, + } } diff --git a/scripts/types/generated/mars-rewards-collector-base/MarsRewardsCollectorBase.client.ts b/scripts/types/generated/mars-rewards-collector-base/MarsRewardsCollectorBase.client.ts index 2d05d8c9..0c4d5c3f 100644 --- a/scripts/types/generated/mars-rewards-collector-base/MarsRewardsCollectorBase.client.ts +++ b/scripts/types/generated/mars-rewards-collector-base/MarsRewardsCollectorBase.client.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -39,13 +39,11 @@ export class MarsRewardsCollectorBaseQueryClient { client: CosmWasmClient contractAddress: string - constructor(client: CosmWasmClient, contractAddress: string) { this.client = client this.contractAddress = contractAddress this.config = this.config.bind(this) } - config = async (): Promise => { return this.client.queryContractSmart(this.contractAddress, { config: {}, @@ -146,7 +144,6 @@ export class MarsRewardsCollectorBaseClient client: SigningCosmWasmClient sender: string contractAddress: string - constructor(client: SigningCosmWasmClient, sender: string, contractAddress: string) { super(client, contractAddress) this.client = client @@ -160,7 +157,6 @@ export class MarsRewardsCollectorBaseClient this.swapAsset = this.swapAsset.bind(this) this.claimIncentiveRewards = this.claimIncentiveRewards.bind(this) } - updateOwner = async ( ownerUpdate: OwnerUpdate, fee: number | StdFee | 'auto' = 'auto', diff --git a/scripts/types/generated/mars-rewards-collector-base/MarsRewardsCollectorBase.react-query.ts b/scripts/types/generated/mars-rewards-collector-base/MarsRewardsCollectorBase.react-query.ts index de5be0cf..08e66795 100644 --- a/scripts/types/generated/mars-rewards-collector-base/MarsRewardsCollectorBase.react-query.ts +++ b/scripts/types/generated/mars-rewards-collector-base/MarsRewardsCollectorBase.react-query.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -42,10 +42,19 @@ export const marsRewardsCollectorBaseQueryKeys = { }, ] as const, address: (contractAddress: string | undefined) => - [{ ...marsRewardsCollectorBaseQueryKeys.contract[0], address: contractAddress }] as const, + [ + { + ...marsRewardsCollectorBaseQueryKeys.contract[0], + address: contractAddress, + }, + ] as const, config: (contractAddress: string | undefined, args?: Record) => [ - { ...marsRewardsCollectorBaseQueryKeys.address(contractAddress)[0], method: 'config', args }, + { + ...marsRewardsCollectorBaseQueryKeys.address(contractAddress)[0], + method: 'config', + args, + }, ] as const, } export interface MarsRewardsCollectorBaseReactQuery { @@ -66,7 +75,10 @@ export function useMarsRewardsCollectorBaseConfigQuery({ return useQuery( marsRewardsCollectorBaseQueryKeys.config(client?.contractAddress), () => (client ? client.config() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsRewardsCollectorBaseClaimIncentiveRewardsMutation { diff --git a/scripts/types/generated/mars-rewards-collector-base/MarsRewardsCollectorBase.types.ts b/scripts/types/generated/mars-rewards-collector-base/MarsRewardsCollectorBase.types.ts index 19494ede..eddc861d 100644 --- a/scripts/types/generated/mars-rewards-collector-base/MarsRewardsCollectorBase.types.ts +++ b/scripts/types/generated/mars-rewards-collector-base/MarsRewardsCollectorBase.types.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ diff --git a/scripts/types/generated/mars-rewards-collector-base/bundle.ts b/scripts/types/generated/mars-rewards-collector-base/bundle.ts index cb483255..dea007b4 100644 --- a/scripts/types/generated/mars-rewards-collector-base/bundle.ts +++ b/scripts/types/generated/mars-rewards-collector-base/bundle.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -9,5 +9,9 @@ import * as _27 from './MarsRewardsCollectorBase.types' import * as _28 from './MarsRewardsCollectorBase.client' import * as _29 from './MarsRewardsCollectorBase.react-query' export namespace contracts { - export const MarsRewardsCollectorBase = { ..._27, ..._28, ..._29 } + export const MarsRewardsCollectorBase = { + ..._27, + ..._28, + ..._29, + } } diff --git a/scripts/types/generated/mars-rover-health-computer/MarsRoverHealthComputer.client.ts b/scripts/types/generated/mars-rover-health-computer/MarsRoverHealthComputer.client.ts index 7489b612..d7a0ed68 100644 --- a/scripts/types/generated/mars-rover-health-computer/MarsRoverHealthComputer.client.ts +++ b/scripts/types/generated/mars-rover-health-computer/MarsRoverHealthComputer.client.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ diff --git a/scripts/types/generated/mars-rover-health-computer/MarsRoverHealthComputer.react-query.ts b/scripts/types/generated/mars-rover-health-computer/MarsRoverHealthComputer.react-query.ts index b89502a5..dea04321 100644 --- a/scripts/types/generated/mars-rover-health-computer/MarsRoverHealthComputer.react-query.ts +++ b/scripts/types/generated/mars-rover-health-computer/MarsRoverHealthComputer.react-query.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ diff --git a/scripts/types/generated/mars-rover-health-computer/MarsRoverHealthComputer.types.ts b/scripts/types/generated/mars-rover-health-computer/MarsRoverHealthComputer.types.ts index e416a7b5..cd1c1ba5 100644 --- a/scripts/types/generated/mars-rover-health-computer/MarsRoverHealthComputer.types.ts +++ b/scripts/types/generated/mars-rover-health-computer/MarsRoverHealthComputer.types.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ diff --git a/scripts/types/generated/mars-rover-health-computer/bundle.ts b/scripts/types/generated/mars-rover-health-computer/bundle.ts index 27b5d1eb..9bf5785e 100644 --- a/scripts/types/generated/mars-rover-health-computer/bundle.ts +++ b/scripts/types/generated/mars-rover-health-computer/bundle.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -9,5 +9,9 @@ import * as _33 from './MarsRoverHealthComputer.types' import * as _34 from './MarsRoverHealthComputer.client' import * as _35 from './MarsRoverHealthComputer.react-query' export namespace contracts { - export const MarsRoverHealthComputer = { ..._33, ..._34, ..._35 } + export const MarsRoverHealthComputer = { + ..._33, + ..._34, + ..._35, + } } diff --git a/scripts/types/generated/mars-rover-health/MarsRoverHealth.client.ts b/scripts/types/generated/mars-rover-health/MarsRoverHealth.client.ts index 8b863418..1568d5df 100644 --- a/scripts/types/generated/mars-rover-health/MarsRoverHealth.client.ts +++ b/scripts/types/generated/mars-rover-health/MarsRoverHealth.client.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -46,7 +46,6 @@ export interface MarsRoverHealthReadOnlyInterface { export class MarsRoverHealthQueryClient implements MarsRoverHealthReadOnlyInterface { client: CosmWasmClient contractAddress: string - constructor(client: CosmWasmClient, contractAddress: string) { this.client = client this.contractAddress = contractAddress @@ -54,7 +53,6 @@ export class MarsRoverHealthQueryClient implements MarsRoverHealthReadOnlyInterf this.healthState = this.healthState.bind(this) this.config = this.config.bind(this) } - healthValues = async ({ accountId, action, @@ -122,7 +120,6 @@ export class MarsRoverHealthClient client: SigningCosmWasmClient sender: string contractAddress: string - constructor(client: SigningCosmWasmClient, sender: string, contractAddress: string) { super(client, contractAddress) this.client = client @@ -131,7 +128,6 @@ export class MarsRoverHealthClient this.updateOwner = this.updateOwner.bind(this) this.updateConfig = this.updateConfig.bind(this) } - updateOwner = async ( ownerUpdate: OwnerUpdate, fee: number | StdFee | 'auto' = 'auto', diff --git a/scripts/types/generated/mars-rover-health/MarsRoverHealth.react-query.ts b/scripts/types/generated/mars-rover-health/MarsRoverHealth.react-query.ts index 6da6d48a..7557fd9f 100644 --- a/scripts/types/generated/mars-rover-health/MarsRoverHealth.react-query.ts +++ b/scripts/types/generated/mars-rover-health/MarsRoverHealth.react-query.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -30,17 +30,36 @@ export const marsRoverHealthQueryKeys = { }, ] as const, address: (contractAddress: string | undefined) => - [{ ...marsRoverHealthQueryKeys.contract[0], address: contractAddress }] as const, + [ + { + ...marsRoverHealthQueryKeys.contract[0], + address: contractAddress, + }, + ] as const, healthValues: (contractAddress: string | undefined, args?: Record) => [ - { ...marsRoverHealthQueryKeys.address(contractAddress)[0], method: 'health_values', args }, + { + ...marsRoverHealthQueryKeys.address(contractAddress)[0], + method: 'health_values', + args, + }, ] as const, healthState: (contractAddress: string | undefined, args?: Record) => [ - { ...marsRoverHealthQueryKeys.address(contractAddress)[0], method: 'health_state', args }, + { + ...marsRoverHealthQueryKeys.address(contractAddress)[0], + method: 'health_state', + args, + }, ] as const, config: (contractAddress: string | undefined, args?: Record) => - [{ ...marsRoverHealthQueryKeys.address(contractAddress)[0], method: 'config', args }] as const, + [ + { + ...marsRoverHealthQueryKeys.address(contractAddress)[0], + method: 'config', + args, + }, + ] as const, } export interface MarsRoverHealthReactQuery { client: MarsRoverHealthQueryClient | undefined @@ -60,7 +79,10 @@ export function useMarsRoverHealthConfigQuery({ return useQuery( marsRoverHealthQueryKeys.config(client?.contractAddress), () => (client ? client.config() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsRoverHealthHealthStateQuery @@ -86,7 +108,10 @@ export function useMarsRoverHealthHealthStateQuery({ kind: args.kind, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsRoverHealthHealthValuesQuery @@ -112,7 +137,10 @@ export function useMarsRoverHealthHealthValuesQuery => { return this.client.queryContractSmart(this.contractAddress, { owner: {}, @@ -200,7 +198,6 @@ export class MarsSwapperAstroportClient client: SigningCosmWasmClient sender: string contractAddress: string - constructor(client: SigningCosmWasmClient, sender: string, contractAddress: string) { super(client, contractAddress) this.client = client @@ -212,7 +209,6 @@ export class MarsSwapperAstroportClient this.transferResult = this.transferResult.bind(this) this.updateConfig = this.updateConfig.bind(this) } - updateOwner = async ( ownerUpdate: OwnerUpdate, fee: number | StdFee | 'auto' = 'auto', diff --git a/scripts/types/generated/mars-swapper-astroport/MarsSwapperAstroport.react-query.ts b/scripts/types/generated/mars-swapper-astroport/MarsSwapperAstroport.react-query.ts index 8dbd0082..87e4d330 100644 --- a/scripts/types/generated/mars-swapper-astroport/MarsSwapperAstroport.react-query.ts +++ b/scripts/types/generated/mars-swapper-astroport/MarsSwapperAstroport.react-query.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -43,18 +43,35 @@ export const marsSwapperAstroportQueryKeys = { }, ] as const, address: (contractAddress: string | undefined) => - [{ ...marsSwapperAstroportQueryKeys.contract[0], address: contractAddress }] as const, + [ + { + ...marsSwapperAstroportQueryKeys.contract[0], + address: contractAddress, + }, + ] as const, owner: (contractAddress: string | undefined, args?: Record) => [ - { ...marsSwapperAstroportQueryKeys.address(contractAddress)[0], method: 'owner', args }, + { + ...marsSwapperAstroportQueryKeys.address(contractAddress)[0], + method: 'owner', + args, + }, ] as const, route: (contractAddress: string | undefined, args?: Record) => [ - { ...marsSwapperAstroportQueryKeys.address(contractAddress)[0], method: 'route', args }, + { + ...marsSwapperAstroportQueryKeys.address(contractAddress)[0], + method: 'route', + args, + }, ] as const, routes: (contractAddress: string | undefined, args?: Record) => [ - { ...marsSwapperAstroportQueryKeys.address(contractAddress)[0], method: 'routes', args }, + { + ...marsSwapperAstroportQueryKeys.address(contractAddress)[0], + method: 'routes', + args, + }, ] as const, estimateExactInSwap: (contractAddress: string | undefined, args?: Record) => [ @@ -66,7 +83,11 @@ export const marsSwapperAstroportQueryKeys = { ] as const, config: (contractAddress: string | undefined, args?: Record) => [ - { ...marsSwapperAstroportQueryKeys.address(contractAddress)[0], method: 'config', args }, + { + ...marsSwapperAstroportQueryKeys.address(contractAddress)[0], + method: 'config', + args, + }, ] as const, } export interface MarsSwapperAstroportReactQuery { @@ -87,7 +108,10 @@ export function useMarsSwapperAstroportConfigQuery({ return useQuery( marsSwapperAstroportQueryKeys.config(client?.contractAddress), () => (client ? client.config() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsSwapperAstroportEstimateExactInSwapQuery @@ -111,7 +135,10 @@ export function useMarsSwapperAstroportEstimateExactInSwapQuery< route: args.route, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsSwapperAstroportRoutesQuery @@ -135,7 +162,10 @@ export function useMarsSwapperAstroportRoutesQuery @@ -159,7 +189,10 @@ export function useMarsSwapperAstroportRouteQuery denomOut: args.denomOut, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsSwapperAstroportOwnerQuery @@ -171,7 +204,10 @@ export function useMarsSwapperAstroportOwnerQuery({ return useQuery( marsSwapperAstroportQueryKeys.owner(client?.contractAddress), () => (client ? client.owner() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsSwapperAstroportUpdateConfigMutation { diff --git a/scripts/types/generated/mars-swapper-astroport/MarsSwapperAstroport.types.ts b/scripts/types/generated/mars-swapper-astroport/MarsSwapperAstroport.types.ts index d2e1faa2..92909899 100644 --- a/scripts/types/generated/mars-swapper-astroport/MarsSwapperAstroport.types.ts +++ b/scripts/types/generated/mars-swapper-astroport/MarsSwapperAstroport.types.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ diff --git a/scripts/types/generated/mars-swapper-astroport/bundle.ts b/scripts/types/generated/mars-swapper-astroport/bundle.ts index 05c745c1..79f61688 100644 --- a/scripts/types/generated/mars-swapper-astroport/bundle.ts +++ b/scripts/types/generated/mars-swapper-astroport/bundle.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -9,5 +9,9 @@ import * as _36 from './MarsSwapperAstroport.types' import * as _37 from './MarsSwapperAstroport.client' import * as _38 from './MarsSwapperAstroport.react-query' export namespace contracts { - export const MarsSwapperAstroport = { ..._36, ..._37, ..._38 } + export const MarsSwapperAstroport = { + ..._36, + ..._37, + ..._38, + } } diff --git a/scripts/types/generated/mars-swapper-base/MarsSwapperBase.client.ts b/scripts/types/generated/mars-swapper-base/MarsSwapperBase.client.ts index 7ec62c05..820f369c 100644 --- a/scripts/types/generated/mars-swapper-base/MarsSwapperBase.client.ts +++ b/scripts/types/generated/mars-swapper-base/MarsSwapperBase.client.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -58,7 +58,6 @@ export interface MarsSwapperBaseReadOnlyInterface { export class MarsSwapperBaseQueryClient implements MarsSwapperBaseReadOnlyInterface { client: CosmWasmClient contractAddress: string - constructor(client: CosmWasmClient, contractAddress: string) { this.client = client this.contractAddress = contractAddress @@ -68,7 +67,6 @@ export class MarsSwapperBaseQueryClient implements MarsSwapperBaseReadOnlyInterf this.estimateExactInSwap = this.estimateExactInSwap.bind(this) this.config = this.config.bind(this) } - owner = async (): Promise => { return this.client.queryContractSmart(this.contractAddress, { owner: {}, @@ -196,7 +194,6 @@ export class MarsSwapperBaseClient client: SigningCosmWasmClient sender: string contractAddress: string - constructor(client: SigningCosmWasmClient, sender: string, contractAddress: string) { super(client, contractAddress) this.client = client @@ -208,7 +205,6 @@ export class MarsSwapperBaseClient this.transferResult = this.transferResult.bind(this) this.updateConfig = this.updateConfig.bind(this) } - updateOwner = async ( ownerUpdate: OwnerUpdate, fee: number | StdFee | 'auto' = 'auto', diff --git a/scripts/types/generated/mars-swapper-base/MarsSwapperBase.react-query.ts b/scripts/types/generated/mars-swapper-base/MarsSwapperBase.react-query.ts index 4daaa901..c711daa7 100644 --- a/scripts/types/generated/mars-swapper-base/MarsSwapperBase.react-query.ts +++ b/scripts/types/generated/mars-swapper-base/MarsSwapperBase.react-query.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -36,13 +36,36 @@ export const marsSwapperBaseQueryKeys = { }, ] as const, address: (contractAddress: string | undefined) => - [{ ...marsSwapperBaseQueryKeys.contract[0], address: contractAddress }] as const, + [ + { + ...marsSwapperBaseQueryKeys.contract[0], + address: contractAddress, + }, + ] as const, owner: (contractAddress: string | undefined, args?: Record) => - [{ ...marsSwapperBaseQueryKeys.address(contractAddress)[0], method: 'owner', args }] as const, + [ + { + ...marsSwapperBaseQueryKeys.address(contractAddress)[0], + method: 'owner', + args, + }, + ] as const, route: (contractAddress: string | undefined, args?: Record) => - [{ ...marsSwapperBaseQueryKeys.address(contractAddress)[0], method: 'route', args }] as const, + [ + { + ...marsSwapperBaseQueryKeys.address(contractAddress)[0], + method: 'route', + args, + }, + ] as const, routes: (contractAddress: string | undefined, args?: Record) => - [{ ...marsSwapperBaseQueryKeys.address(contractAddress)[0], method: 'routes', args }] as const, + [ + { + ...marsSwapperBaseQueryKeys.address(contractAddress)[0], + method: 'routes', + args, + }, + ] as const, estimateExactInSwap: (contractAddress: string | undefined, args?: Record) => [ { @@ -52,7 +75,13 @@ export const marsSwapperBaseQueryKeys = { }, ] as const, config: (contractAddress: string | undefined, args?: Record) => - [{ ...marsSwapperBaseQueryKeys.address(contractAddress)[0], method: 'config', args }] as const, + [ + { + ...marsSwapperBaseQueryKeys.address(contractAddress)[0], + method: 'config', + args, + }, + ] as const, } export interface MarsSwapperBaseReactQuery { client: MarsSwapperBaseQueryClient | undefined @@ -72,7 +101,10 @@ export function useMarsSwapperBaseConfigQuery({ return useQuery( marsSwapperBaseQueryKeys.config(client?.contractAddress), () => (client ? client.config() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsSwapperBaseEstimateExactInSwapQuery @@ -98,7 +130,10 @@ export function useMarsSwapperBaseEstimateExactInSwapQuery @@ -122,7 +157,10 @@ export function useMarsSwapperBaseRoutesQuery @@ -146,7 +184,10 @@ export function useMarsSwapperBaseRouteQuery({ denomOut: args.denomOut, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsSwapperBaseOwnerQuery @@ -158,7 +199,10 @@ export function useMarsSwapperBaseOwnerQuery({ return useQuery( marsSwapperBaseQueryKeys.owner(client?.contractAddress), () => (client ? client.owner() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsSwapperBaseUpdateConfigMutation { diff --git a/scripts/types/generated/mars-swapper-base/MarsSwapperBase.types.ts b/scripts/types/generated/mars-swapper-base/MarsSwapperBase.types.ts index 8cd96168..17a006cf 100644 --- a/scripts/types/generated/mars-swapper-base/MarsSwapperBase.types.ts +++ b/scripts/types/generated/mars-swapper-base/MarsSwapperBase.types.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ diff --git a/scripts/types/generated/mars-swapper-base/bundle.ts b/scripts/types/generated/mars-swapper-base/bundle.ts index 43ad2b7a..95e00774 100644 --- a/scripts/types/generated/mars-swapper-base/bundle.ts +++ b/scripts/types/generated/mars-swapper-base/bundle.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -9,5 +9,9 @@ import * as _39 from './MarsSwapperBase.types' import * as _40 from './MarsSwapperBase.client' import * as _41 from './MarsSwapperBase.react-query' export namespace contracts { - export const MarsSwapperBase = { ..._39, ..._40, ..._41 } + export const MarsSwapperBase = { + ..._39, + ..._40, + ..._41, + } } diff --git a/scripts/types/generated/mars-swapper-osmosis/MarsSwapperOsmosis.client.ts b/scripts/types/generated/mars-swapper-osmosis/MarsSwapperOsmosis.client.ts index 1f5a07bf..f1bc80e8 100644 --- a/scripts/types/generated/mars-swapper-osmosis/MarsSwapperOsmosis.client.ts +++ b/scripts/types/generated/mars-swapper-osmosis/MarsSwapperOsmosis.client.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -61,7 +61,6 @@ export interface MarsSwapperOsmosisReadOnlyInterface { export class MarsSwapperOsmosisQueryClient implements MarsSwapperOsmosisReadOnlyInterface { client: CosmWasmClient contractAddress: string - constructor(client: CosmWasmClient, contractAddress: string) { this.client = client this.contractAddress = contractAddress @@ -71,7 +70,6 @@ export class MarsSwapperOsmosisQueryClient implements MarsSwapperOsmosisReadOnly this.estimateExactInSwap = this.estimateExactInSwap.bind(this) this.config = this.config.bind(this) } - owner = async (): Promise => { return this.client.queryContractSmart(this.contractAddress, { owner: {}, @@ -199,7 +197,6 @@ export class MarsSwapperOsmosisClient client: SigningCosmWasmClient sender: string contractAddress: string - constructor(client: SigningCosmWasmClient, sender: string, contractAddress: string) { super(client, contractAddress) this.client = client @@ -211,7 +208,6 @@ export class MarsSwapperOsmosisClient this.transferResult = this.transferResult.bind(this) this.updateConfig = this.updateConfig.bind(this) } - updateOwner = async ( ownerUpdate: OwnerUpdate, fee: number | StdFee | 'auto' = 'auto', diff --git a/scripts/types/generated/mars-swapper-osmosis/MarsSwapperOsmosis.react-query.ts b/scripts/types/generated/mars-swapper-osmosis/MarsSwapperOsmosis.react-query.ts index 969c367d..025b339d 100644 --- a/scripts/types/generated/mars-swapper-osmosis/MarsSwapperOsmosis.react-query.ts +++ b/scripts/types/generated/mars-swapper-osmosis/MarsSwapperOsmosis.react-query.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -42,18 +42,35 @@ export const marsSwapperOsmosisQueryKeys = { }, ] as const, address: (contractAddress: string | undefined) => - [{ ...marsSwapperOsmosisQueryKeys.contract[0], address: contractAddress }] as const, + [ + { + ...marsSwapperOsmosisQueryKeys.contract[0], + address: contractAddress, + }, + ] as const, owner: (contractAddress: string | undefined, args?: Record) => [ - { ...marsSwapperOsmosisQueryKeys.address(contractAddress)[0], method: 'owner', args }, + { + ...marsSwapperOsmosisQueryKeys.address(contractAddress)[0], + method: 'owner', + args, + }, ] as const, route: (contractAddress: string | undefined, args?: Record) => [ - { ...marsSwapperOsmosisQueryKeys.address(contractAddress)[0], method: 'route', args }, + { + ...marsSwapperOsmosisQueryKeys.address(contractAddress)[0], + method: 'route', + args, + }, ] as const, routes: (contractAddress: string | undefined, args?: Record) => [ - { ...marsSwapperOsmosisQueryKeys.address(contractAddress)[0], method: 'routes', args }, + { + ...marsSwapperOsmosisQueryKeys.address(contractAddress)[0], + method: 'routes', + args, + }, ] as const, estimateExactInSwap: (contractAddress: string | undefined, args?: Record) => [ @@ -65,7 +82,11 @@ export const marsSwapperOsmosisQueryKeys = { ] as const, config: (contractAddress: string | undefined, args?: Record) => [ - { ...marsSwapperOsmosisQueryKeys.address(contractAddress)[0], method: 'config', args }, + { + ...marsSwapperOsmosisQueryKeys.address(contractAddress)[0], + method: 'config', + args, + }, ] as const, } export interface MarsSwapperOsmosisReactQuery { @@ -86,7 +107,10 @@ export function useMarsSwapperOsmosisConfigQuery({ return useQuery( marsSwapperOsmosisQueryKeys.config(client?.contractAddress), () => (client ? client.config() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsSwapperOsmosisEstimateExactInSwapQuery @@ -112,7 +136,10 @@ export function useMarsSwapperOsmosisEstimateExactInSwapQuery @@ -136,7 +163,10 @@ export function useMarsSwapperOsmosisRoutesQuery @@ -160,7 +190,10 @@ export function useMarsSwapperOsmosisRouteQuery({ denomOut: args.denomOut, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsSwapperOsmosisOwnerQuery @@ -172,7 +205,10 @@ export function useMarsSwapperOsmosisOwnerQuery({ return useQuery( marsSwapperOsmosisQueryKeys.owner(client?.contractAddress), () => (client ? client.owner() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsSwapperOsmosisUpdateConfigMutation { diff --git a/scripts/types/generated/mars-swapper-osmosis/MarsSwapperOsmosis.types.ts b/scripts/types/generated/mars-swapper-osmosis/MarsSwapperOsmosis.types.ts index d76d682d..0f549650 100644 --- a/scripts/types/generated/mars-swapper-osmosis/MarsSwapperOsmosis.types.ts +++ b/scripts/types/generated/mars-swapper-osmosis/MarsSwapperOsmosis.types.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ diff --git a/scripts/types/generated/mars-swapper-osmosis/bundle.ts b/scripts/types/generated/mars-swapper-osmosis/bundle.ts index c0c3a3d7..06363205 100644 --- a/scripts/types/generated/mars-swapper-osmosis/bundle.ts +++ b/scripts/types/generated/mars-swapper-osmosis/bundle.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -9,5 +9,9 @@ import * as _42 from './MarsSwapperOsmosis.types' import * as _43 from './MarsSwapperOsmosis.client' import * as _44 from './MarsSwapperOsmosis.react-query' export namespace contracts { - export const MarsSwapperOsmosis = { ..._42, ..._43, ..._44 } + export const MarsSwapperOsmosis = { + ..._42, + ..._43, + ..._44, + } } diff --git a/scripts/types/generated/mars-vault/MarsVault.client.ts b/scripts/types/generated/mars-vault/MarsVault.client.ts index 7d99e384..46ab6249 100644 --- a/scripts/types/generated/mars-vault/MarsVault.client.ts +++ b/scripts/types/generated/mars-vault/MarsVault.client.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -35,7 +35,6 @@ export interface MarsVaultReadOnlyInterface { export class MarsVaultQueryClient implements MarsVaultReadOnlyInterface { client: CosmWasmClient contractAddress: string - constructor(client: CosmWasmClient, contractAddress: string) { this.client = client this.contractAddress = contractAddress @@ -49,7 +48,6 @@ export class MarsVaultQueryClient implements MarsVaultReadOnlyInterface { this.convertToAssets = this.convertToAssets.bind(this) this.vaultExtension = this.vaultExtension.bind(this) } - vaultStandardInfo = async (): Promise => { return this.client.queryContractSmart(this.contractAddress, { vault_standard_info: {}, @@ -142,7 +140,6 @@ export class MarsVaultClient extends MarsVaultQueryClient implements MarsVaultIn client: SigningCosmWasmClient sender: string contractAddress: string - constructor(client: SigningCosmWasmClient, sender: string, contractAddress: string) { super(client, contractAddress) this.client = client @@ -152,7 +149,6 @@ export class MarsVaultClient extends MarsVaultQueryClient implements MarsVaultIn this.redeem = this.redeem.bind(this) this.vaultExtension = this.vaultExtension.bind(this) } - deposit = async ( { amount, diff --git a/scripts/types/generated/mars-vault/MarsVault.react-query.ts b/scripts/types/generated/mars-vault/MarsVault.react-query.ts index 2195d484..d7098785 100644 --- a/scripts/types/generated/mars-vault/MarsVault.react-query.ts +++ b/scripts/types/generated/mars-vault/MarsVault.react-query.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -29,23 +29,52 @@ export const marsVaultQueryKeys = { }, ] as const, address: (contractAddress: string | undefined) => - [{ ...marsVaultQueryKeys.contract[0], address: contractAddress }] as const, + [ + { + ...marsVaultQueryKeys.contract[0], + address: contractAddress, + }, + ] as const, vaultStandardInfo: (contractAddress: string | undefined, args?: Record) => [ - { ...marsVaultQueryKeys.address(contractAddress)[0], method: 'vault_standard_info', args }, + { + ...marsVaultQueryKeys.address(contractAddress)[0], + method: 'vault_standard_info', + args, + }, ] as const, info: (contractAddress: string | undefined, args?: Record) => - [{ ...marsVaultQueryKeys.address(contractAddress)[0], method: 'info', args }] as const, + [ + { + ...marsVaultQueryKeys.address(contractAddress)[0], + method: 'info', + args, + }, + ] as const, previewDeposit: (contractAddress: string | undefined, args?: Record) => [ - { ...marsVaultQueryKeys.address(contractAddress)[0], method: 'preview_deposit', args }, + { + ...marsVaultQueryKeys.address(contractAddress)[0], + method: 'preview_deposit', + args, + }, ] as const, previewRedeem: (contractAddress: string | undefined, args?: Record) => [ - { ...marsVaultQueryKeys.address(contractAddress)[0], method: 'preview_redeem', args }, + { + ...marsVaultQueryKeys.address(contractAddress)[0], + method: 'preview_redeem', + args, + }, ] as const, totalAssets: (contractAddress: string | undefined, args?: Record) => - [{ ...marsVaultQueryKeys.address(contractAddress)[0], method: 'total_assets', args }] as const, + [ + { + ...marsVaultQueryKeys.address(contractAddress)[0], + method: 'total_assets', + args, + }, + ] as const, totalVaultTokenSupply: (contractAddress: string | undefined, args?: Record) => [ { @@ -56,15 +85,27 @@ export const marsVaultQueryKeys = { ] as const, convertToShares: (contractAddress: string | undefined, args?: Record) => [ - { ...marsVaultQueryKeys.address(contractAddress)[0], method: 'convert_to_shares', args }, + { + ...marsVaultQueryKeys.address(contractAddress)[0], + method: 'convert_to_shares', + args, + }, ] as const, convertToAssets: (contractAddress: string | undefined, args?: Record) => [ - { ...marsVaultQueryKeys.address(contractAddress)[0], method: 'convert_to_assets', args }, + { + ...marsVaultQueryKeys.address(contractAddress)[0], + method: 'convert_to_assets', + args, + }, ] as const, vaultExtension: (contractAddress: string | undefined, args?: Record) => [ - { ...marsVaultQueryKeys.address(contractAddress)[0], method: 'vault_extension', args }, + { + ...marsVaultQueryKeys.address(contractAddress)[0], + method: 'vault_extension', + args, + }, ] as const, } export interface MarsVaultReactQuery { @@ -84,7 +125,10 @@ export function useMarsVaultVaultExtensionQuery({ return useQuery( marsVaultQueryKeys.vaultExtension(client?.contractAddress), () => (client ? client.vaultExtension() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsVaultConvertToAssetsQuery extends MarsVaultReactQuery { @@ -105,7 +149,10 @@ export function useMarsVaultConvertToAssetsQuery({ amount: args.amount, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsVaultConvertToSharesQuery extends MarsVaultReactQuery { @@ -126,7 +173,10 @@ export function useMarsVaultConvertToSharesQuery({ amount: args.amount, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsVaultTotalVaultTokenSupplyQuery @@ -138,7 +188,10 @@ export function useMarsVaultTotalVaultTokenSupplyQuery({ return useQuery( marsVaultQueryKeys.totalVaultTokenSupply(client?.contractAddress), () => (client ? client.totalVaultTokenSupply() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsVaultTotalAssetsQuery extends MarsVaultReactQuery {} @@ -149,7 +202,10 @@ export function useMarsVaultTotalAssetsQuery({ return useQuery( marsVaultQueryKeys.totalAssets(client?.contractAddress), () => (client ? client.totalAssets() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsVaultPreviewRedeemQuery extends MarsVaultReactQuery { @@ -170,7 +226,10 @@ export function useMarsVaultPreviewRedeemQuery({ amount: args.amount, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsVaultPreviewDepositQuery extends MarsVaultReactQuery { @@ -191,7 +250,10 @@ export function useMarsVaultPreviewDepositQuery({ amount: args.amount, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsVaultInfoQuery extends MarsVaultReactQuery {} @@ -202,7 +264,10 @@ export function useMarsVaultInfoQuery({ return useQuery( marsVaultQueryKeys.info(client?.contractAddress), () => (client ? client.info() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsVaultVaultStandardInfoQuery @@ -214,7 +279,10 @@ export function useMarsVaultVaultStandardInfoQuery( marsVaultQueryKeys.vaultStandardInfo(client?.contractAddress), () => (client ? client.vaultStandardInfo() : Promise.reject(new Error('Invalid client'))), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsVaultVaultExtensionMutation { diff --git a/scripts/types/generated/mars-vault/MarsVault.types.ts b/scripts/types/generated/mars-vault/MarsVault.types.ts index a19ee4fa..c3ecd761 100644 --- a/scripts/types/generated/mars-vault/MarsVault.types.ts +++ b/scripts/types/generated/mars-vault/MarsVault.types.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ diff --git a/scripts/types/generated/mars-vault/bundle.ts b/scripts/types/generated/mars-vault/bundle.ts index 50ac4cd1..2541d6ed 100644 --- a/scripts/types/generated/mars-vault/bundle.ts +++ b/scripts/types/generated/mars-vault/bundle.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -9,5 +9,9 @@ import * as _45 from './MarsVault.types' import * as _46 from './MarsVault.client' import * as _47 from './MarsVault.react-query' export namespace contracts { - export const MarsVault = { ..._45, ..._46, ..._47 } + export const MarsVault = { + ..._45, + ..._46, + ..._47, + } } diff --git a/scripts/types/generated/mars-zapper-base/MarsZapperBase.client.ts b/scripts/types/generated/mars-zapper-base/MarsZapperBase.client.ts index 4a10eb33..fc6161fc 100644 --- a/scripts/types/generated/mars-zapper-base/MarsZapperBase.client.ts +++ b/scripts/types/generated/mars-zapper-base/MarsZapperBase.client.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -31,14 +31,12 @@ export interface MarsZapperBaseReadOnlyInterface { export class MarsZapperBaseQueryClient implements MarsZapperBaseReadOnlyInterface { client: CosmWasmClient contractAddress: string - constructor(client: CosmWasmClient, contractAddress: string) { this.client = client this.contractAddress = contractAddress this.estimateProvideLiquidity = this.estimateProvideLiquidity.bind(this) this.estimateWithdrawLiquidity = this.estimateWithdrawLiquidity.bind(this) } - estimateProvideLiquidity = async ({ coinsIn, lpTokenOut, @@ -104,7 +102,6 @@ export class MarsZapperBaseClient client: SigningCosmWasmClient sender: string contractAddress: string - constructor(client: SigningCosmWasmClient, sender: string, contractAddress: string) { super(client, contractAddress) this.client = client @@ -114,7 +111,6 @@ export class MarsZapperBaseClient this.withdrawLiquidity = this.withdrawLiquidity.bind(this) this.callback = this.callback.bind(this) } - provideLiquidity = async ( { lpTokenOut, diff --git a/scripts/types/generated/mars-zapper-base/MarsZapperBase.react-query.ts b/scripts/types/generated/mars-zapper-base/MarsZapperBase.react-query.ts index 870dc73c..8c17ecd8 100644 --- a/scripts/types/generated/mars-zapper-base/MarsZapperBase.react-query.ts +++ b/scripts/types/generated/mars-zapper-base/MarsZapperBase.react-query.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -26,7 +26,12 @@ export const marsZapperBaseQueryKeys = { }, ] as const, address: (contractAddress: string | undefined) => - [{ ...marsZapperBaseQueryKeys.contract[0], address: contractAddress }] as const, + [ + { + ...marsZapperBaseQueryKeys.contract[0], + address: contractAddress, + }, + ] as const, estimateProvideLiquidity: (contractAddress: string | undefined, args?: Record) => [ { @@ -75,7 +80,10 @@ export function useMarsZapperBaseEstimateWithdrawLiquidityQuery @@ -99,7 +107,10 @@ export function useMarsZapperBaseEstimateProvideLiquidityQuery( lpTokenOut: args.lpTokenOut, }) : Promise.reject(new Error('Invalid client')), - { ...options, enabled: !!client && (options?.enabled != undefined ? options.enabled : true) }, + { + ...options, + enabled: !!client && (options?.enabled != undefined ? options.enabled : true), + }, ) } export interface MarsZapperBaseCallbackMutation { diff --git a/scripts/types/generated/mars-zapper-base/MarsZapperBase.types.ts b/scripts/types/generated/mars-zapper-base/MarsZapperBase.types.ts index dbb6c81f..b9b89b3f 100644 --- a/scripts/types/generated/mars-zapper-base/MarsZapperBase.types.ts +++ b/scripts/types/generated/mars-zapper-base/MarsZapperBase.types.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ diff --git a/scripts/types/generated/mars-zapper-base/bundle.ts b/scripts/types/generated/mars-zapper-base/bundle.ts index 8f6aad8f..a5afaad7 100644 --- a/scripts/types/generated/mars-zapper-base/bundle.ts +++ b/scripts/types/generated/mars-zapper-base/bundle.ts @@ -1,6 +1,6 @@ // @ts-nocheck /** - * This file was automatically generated by @cosmwasm/ts-codegen@0.35.3. + * This file was automatically generated by @cosmwasm/ts-codegen@1.10.0. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run the @cosmwasm/ts-codegen generate command to regenerate this file. */ @@ -9,5 +9,9 @@ import * as _48 from './MarsZapperBase.types' import * as _49 from './MarsZapperBase.client' import * as _50 from './MarsZapperBase.react-query' export namespace contracts { - export const MarsZapperBase = { ..._48, ..._49, ..._50 } + export const MarsZapperBase = { + ..._48, + ..._49, + ..._50, + } } diff --git a/scripts/yarn.lock b/scripts/yarn.lock index 9269e672..d5c8d93f 100644 --- a/scripts/yarn.lock +++ b/scripts/yarn.lock @@ -7,7 +7,7 @@ resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf" integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA== -"@ampproject/remapping@^2.1.0", "@ampproject/remapping@^2.2.0": +"@ampproject/remapping@^2.2.0": version "2.2.1" resolved "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz" integrity sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg== @@ -15,14 +15,22 @@ "@jridgewell/gen-mapping" "^0.3.0" "@jridgewell/trace-mapping" "^0.3.9" -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.22.5": +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz" integrity sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ== dependencies: "@babel/highlight" "^7.22.5" -"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.5": +"@babel/code-frame@^7.24.1", "@babel/code-frame@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.6.tgz#ab88da19344445c3d8889af2216606d3329f3ef2" + integrity sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA== + dependencies: + "@babel/highlight" "^7.24.6" + picocolors "^1.0.0" + +"@babel/compat-data@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.5.tgz" integrity sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA== @@ -32,31 +40,10 @@ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.6.tgz#15606a20341de59ba02cd2fcc5086fcbe73bf544" integrity sha512-29tfsWTq2Ftu7MXmimyC0C5FDZv5DYxOZkh3XD3+QW4V/BYuv/LyEsjj3c0hqedEaDt6DBfDvexMKU8YevdqFg== -"@babel/compat-data@^7.22.9": - version "7.22.9" - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730" - integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ== - -"@babel/core@7.18.10": - version "7.18.10" - resolved "https://registry.npmjs.org/@babel/core/-/core-7.18.10.tgz" - integrity sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw== - dependencies: - "@ampproject/remapping" "^2.1.0" - "@babel/code-frame" "^7.18.6" - "@babel/generator" "^7.18.10" - "@babel/helper-compilation-targets" "^7.18.9" - "@babel/helper-module-transforms" "^7.18.9" - "@babel/helpers" "^7.18.9" - "@babel/parser" "^7.18.10" - "@babel/template" "^7.18.10" - "@babel/traverse" "^7.18.10" - "@babel/types" "^7.18.10" - convert-source-map "^1.7.0" - debug "^4.1.0" - gensync "^1.0.0-beta.2" - json5 "^2.2.1" - semver "^6.3.0" +"@babel/compat-data@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.6.tgz#b3600217688cabb26e25f8e467019e66d71b7ae2" + integrity sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ== "@babel/core@^7.11.6", "@babel/core@^7.12.3": version "7.22.5" @@ -79,16 +66,38 @@ json5 "^2.2.2" semver "^6.3.0" -"@babel/generator@7.18.12": - version "7.18.12" - resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.18.12.tgz" - integrity sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg== +"@babel/core@^7.23.9": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.6.tgz#8650e0e4b03589ebe886c4e4a60398db0a7ec787" + integrity sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ== dependencies: - "@babel/types" "^7.18.10" - "@jridgewell/gen-mapping" "^0.3.2" + "@ampproject/remapping" "^2.2.0" + "@babel/code-frame" "^7.24.6" + "@babel/generator" "^7.24.6" + "@babel/helper-compilation-targets" "^7.24.6" + "@babel/helper-module-transforms" "^7.24.6" + "@babel/helpers" "^7.24.6" + "@babel/parser" "^7.24.6" + "@babel/template" "^7.24.6" + "@babel/traverse" "^7.24.6" + "@babel/types" "^7.24.6" + convert-source-map "^2.0.0" + debug "^4.1.0" + gensync "^1.0.0-beta.2" + json5 "^2.2.3" + semver "^6.3.1" + +"@babel/generator@7.24.4": + version "7.24.4" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.4.tgz#1fc55532b88adf952025d5d2d1e71f946cb1c498" + integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw== + dependencies: + "@babel/types" "^7.24.0" + "@jridgewell/gen-mapping" "^0.3.5" + "@jridgewell/trace-mapping" "^0.3.25" jsesc "^2.5.1" -"@babel/generator@^7.18.10", "@babel/generator@^7.22.5", "@babel/generator@^7.7.2": +"@babel/generator@^7.22.5", "@babel/generator@^7.7.2": version "7.22.5" resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.22.5.tgz" integrity sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA== @@ -98,21 +107,38 @@ "@jridgewell/trace-mapping" "^0.3.17" jsesc "^2.5.1" -"@babel/helper-annotate-as-pure@^7.18.6", "@babel/helper-annotate-as-pure@^7.22.5": +"@babel/generator@^7.24.1", "@babel/generator@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.6.tgz#dfac82a228582a9d30c959fe50ad28951d4737a7" + integrity sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg== + dependencies: + "@babel/types" "^7.24.6" + "@jridgewell/gen-mapping" "^0.3.5" + "@jridgewell/trace-mapping" "^0.3.25" + jsesc "^2.5.1" + +"@babel/helper-annotate-as-pure@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz" integrity sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg== dependencies: "@babel/types" "^7.22.5" -"@babel/helper-builder-binary-assignment-operator-visitor@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.5.tgz" - integrity sha512-m1EP3lVOPptR+2DwD125gziZNcmoNSHGmJROKoy87loWUQyJaVXDgpmruWqDARZSmtYQ+Dl25okU8+qhVzuykw== +"@babel/helper-annotate-as-pure@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.6.tgz#517af93abc77924f9b2514c407bbef527fb8938d" + integrity sha512-DitEzDfOMnd13kZnDqns1ccmftwJTS9DMkyn9pYTxulS7bZxUxpMly3Nf23QQ6NwA4UB8lAqjbqWtyvElEMAkg== dependencies: - "@babel/types" "^7.22.5" + "@babel/types" "^7.24.6" + +"@babel/helper-builder-binary-assignment-operator-visitor@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.6.tgz#19e9089ee87b0d0928012c83961a8deef4b0223f" + integrity sha512-+wnfqc5uHiMYtvRX7qu80Toef8BXeh4HHR1SPeonGb1SKPniNEd4a/nlaJJMv/OIEYvIVavvo0yR7u10Gqz0Iw== + dependencies: + "@babel/types" "^7.24.6" -"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.22.5": +"@babel/helper-compilation-targets@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz" integrity sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw== @@ -134,33 +160,33 @@ browserslist "^4.21.9" lru-cache "^5.1.1" -"@babel/helper-compilation-targets@^7.22.9": - version "7.22.9" - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz#f9d0a7aaaa7cd32a3f31c9316a69f5a9bcacb892" - integrity sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw== +"@babel/helper-compilation-targets@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.6.tgz#4a51d681f7680043d38e212715e2a7b1ad29cb51" + integrity sha512-VZQ57UsDGlX/5fFA7GkVPplZhHsVc+vuErWgdOiysI9Ksnw0Pbbd6pnPiR/mmJyKHgyIW0c7KT32gmhiF+cirg== dependencies: - "@babel/compat-data" "^7.22.9" - "@babel/helper-validator-option" "^7.22.5" - browserslist "^4.21.9" + "@babel/compat-data" "^7.24.6" + "@babel/helper-validator-option" "^7.24.6" + browserslist "^4.22.2" lru-cache "^5.1.1" semver "^6.3.1" -"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.5.tgz" - integrity sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q== - dependencies: - "@babel/helper-annotate-as-pure" "^7.22.5" - "@babel/helper-environment-visitor" "^7.22.5" - "@babel/helper-function-name" "^7.22.5" - "@babel/helper-member-expression-to-functions" "^7.22.5" - "@babel/helper-optimise-call-expression" "^7.22.5" - "@babel/helper-replace-supers" "^7.22.5" - "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" - "@babel/helper-split-export-declaration" "^7.22.5" - semver "^6.3.0" +"@babel/helper-create-class-features-plugin@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.6.tgz#c50b86fa1c4ca9b7a890dc21884f097b6c4b5286" + integrity sha512-djsosdPJVZE6Vsw3kk7IPRWethP94WHGOhQTc67SNXE0ZzMhHgALw8iGmYS0TD1bbMM0VDROy43od7/hN6WYcA== + dependencies: + "@babel/helper-annotate-as-pure" "^7.24.6" + "@babel/helper-environment-visitor" "^7.24.6" + "@babel/helper-function-name" "^7.24.6" + "@babel/helper-member-expression-to-functions" "^7.24.6" + "@babel/helper-optimise-call-expression" "^7.24.6" + "@babel/helper-replace-supers" "^7.24.6" + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.6" + "@babel/helper-split-export-declaration" "^7.24.6" + semver "^6.3.1" -"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.5": +"@babel/helper-create-regexp-features-plugin@^7.18.6": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.5.tgz" integrity sha512-1VpEFOIbMRaXyDeUwUfmTIxExLwQ+zkW+Bh5zXpApA3oQedBx9v/updixWxnx/bZpKw7u8VxWjb/qWpIcmPq8A== @@ -169,22 +195,19 @@ regexpu-core "^5.3.1" semver "^6.3.0" -"@babel/helper-define-polyfill-provider@^0.3.2", "@babel/helper-define-polyfill-provider@^0.3.3": - version "0.3.3" - resolved "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz" - integrity sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww== +"@babel/helper-create-regexp-features-plugin@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.24.6.tgz#47d382dec0d49e74ca1b6f7f3b81f5968022a3c8" + integrity sha512-C875lFBIWWwyv6MHZUG9HmRrlTDgOsLWZfYR0nW69gaKJNe0/Mpxx5r0EID2ZdHQkdUmQo2t0uNckTL08/1BgA== dependencies: - "@babel/helper-compilation-targets" "^7.17.7" - "@babel/helper-plugin-utils" "^7.16.7" - debug "^4.1.1" - lodash.debounce "^4.0.8" - resolve "^1.14.2" - semver "^6.1.2" + "@babel/helper-annotate-as-pure" "^7.24.6" + regexpu-core "^5.3.1" + semver "^6.3.1" -"@babel/helper-define-polyfill-provider@^0.4.1": - version "0.4.1" - resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.1.tgz#af1429c4a83ac316a6a8c2cc8ff45cb5d2998d3a" - integrity sha512-kX4oXixDxG197yhX+J3Wp+NpL2wuCFjWQAr6yX2jtCnflK9ulMI51ULFGIrWiX1jGfvAxdHp+XQCcP2bZGPs9A== +"@babel/helper-define-polyfill-provider@^0.6.1", "@babel/helper-define-polyfill-provider@^0.6.2": + version "0.6.2" + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d" + integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ== dependencies: "@babel/helper-compilation-targets" "^7.22.6" "@babel/helper-plugin-utils" "^7.22.5" @@ -192,12 +215,17 @@ lodash.debounce "^4.0.8" resolve "^1.14.2" -"@babel/helper-environment-visitor@^7.18.9", "@babel/helper-environment-visitor@^7.22.5": +"@babel/helper-environment-visitor@^7.22.20", "@babel/helper-environment-visitor@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz#ac7ad5517821641550f6698dd5468f8cef78620d" + integrity sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g== + +"@babel/helper-environment-visitor@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz" integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q== -"@babel/helper-function-name@^7.18.9", "@babel/helper-function-name@^7.22.5": +"@babel/helper-function-name@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz" integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ== @@ -205,28 +233,50 @@ "@babel/template" "^7.22.5" "@babel/types" "^7.22.5" -"@babel/helper-hoist-variables@^7.18.6", "@babel/helper-hoist-variables@^7.22.5": +"@babel/helper-function-name@^7.23.0", "@babel/helper-function-name@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz#cebdd063386fdb95d511d84b117e51fc68fec0c8" + integrity sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w== + dependencies: + "@babel/template" "^7.24.6" + "@babel/types" "^7.24.6" + +"@babel/helper-hoist-variables@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz" integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== dependencies: "@babel/types" "^7.22.5" -"@babel/helper-member-expression-to-functions@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz" - integrity sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ== +"@babel/helper-hoist-variables@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.6.tgz#8a7ece8c26756826b6ffcdd0e3cf65de275af7f9" + integrity sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA== dependencies: - "@babel/types" "^7.22.5" + "@babel/types" "^7.24.6" + +"@babel/helper-member-expression-to-functions@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.6.tgz#86084f3e0e4e2169a134754df3870bc7784db71e" + integrity sha512-OTsCufZTxDUsv2/eDXanw/mUZHWOxSbEmC3pP8cgjcy5rgeVPWWMStnv274DV60JtHxTk0adT0QrCzC4M9NWGg== + dependencies: + "@babel/types" "^7.24.6" -"@babel/helper-module-imports@^7.18.6", "@babel/helper-module-imports@^7.22.5": +"@babel/helper-module-imports@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz" integrity sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg== dependencies: "@babel/types" "^7.22.5" -"@babel/helper-module-transforms@^7.18.9", "@babel/helper-module-transforms@^7.22.5": +"@babel/helper-module-imports@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz#65e54ffceed6a268dc4ce11f0433b82cfff57852" + integrity sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g== + dependencies: + "@babel/types" "^7.24.6" + +"@babel/helper-module-transforms@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz" integrity sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw== @@ -240,39 +290,51 @@ "@babel/traverse" "^7.22.5" "@babel/types" "^7.22.5" -"@babel/helper-optimise-call-expression@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz" - integrity sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw== +"@babel/helper-module-transforms@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz#22346ed9df44ce84dee850d7433c5b73fab1fe4e" + integrity sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA== dependencies: - "@babel/types" "^7.22.5" + "@babel/helper-environment-visitor" "^7.24.6" + "@babel/helper-module-imports" "^7.24.6" + "@babel/helper-simple-access" "^7.24.6" + "@babel/helper-split-export-declaration" "^7.24.6" + "@babel/helper-validator-identifier" "^7.24.6" -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": +"@babel/helper-optimise-call-expression@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.6.tgz#f7836e3ccca3dfa02f15d2bc8b794efe75a5256e" + integrity sha512-3SFDJRbx7KuPRl8XDUr8O7GAEB8iGyWPjLKJh/ywP/Iy9WOmEfMrsWbaZpvBu2HSYn4KQygIsz0O7m8y10ncMA== + dependencies: + "@babel/types" "^7.24.6" + +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz" integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg== -"@babel/helper-remap-async-to-generator@^7.18.9", "@babel/helper-remap-async-to-generator@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.5.tgz" - integrity sha512-cU0Sq1Rf4Z55fgz7haOakIyM7+x/uCFwXpLPaeRzfoUtAEAuUZjZvFPjL/rk5rW693dIgn2hng1W7xbT7lWT4g== +"@babel/helper-plugin-utils@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz#fa02a32410a15a6e8f8185bcbf608f10528d2a24" + integrity sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg== + +"@babel/helper-remap-async-to-generator@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.24.6.tgz#c96ceb9846e877d806ce82a1521230ea7e0fc354" + integrity sha512-1Qursq9ArRZPAMOZf/nuzVW8HgJLkTB9y9LfP4lW2MVp4e9WkLJDovfKBxoDcCk6VuzIxyqWHyBoaCtSRP10yg== dependencies: - "@babel/helper-annotate-as-pure" "^7.22.5" - "@babel/helper-environment-visitor" "^7.22.5" - "@babel/helper-wrap-function" "^7.22.5" - "@babel/types" "^7.22.5" + "@babel/helper-annotate-as-pure" "^7.24.6" + "@babel/helper-environment-visitor" "^7.24.6" + "@babel/helper-wrap-function" "^7.24.6" -"@babel/helper-replace-supers@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.5.tgz" - integrity sha512-aLdNM5I3kdI/V9xGNyKSF3X/gTyMUBohTZ+/3QdQKAA9vxIiy12E+8E2HoOP1/DjeqU+g6as35QHJNMDDYpuCg== +"@babel/helper-replace-supers@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.24.6.tgz#3ea87405a2986a49ab052d10e540fe036d747c71" + integrity sha512-mRhfPwDqDpba8o1F8ESxsEkJMQkUF8ZIWrAc0FtWhxnjfextxMWxr22RtFizxxSYLjVHDeMgVsRq8BBZR2ikJQ== dependencies: - "@babel/helper-environment-visitor" "^7.22.5" - "@babel/helper-member-expression-to-functions" "^7.22.5" - "@babel/helper-optimise-call-expression" "^7.22.5" - "@babel/template" "^7.22.5" - "@babel/traverse" "^7.22.5" - "@babel/types" "^7.22.5" + "@babel/helper-environment-visitor" "^7.24.6" + "@babel/helper-member-expression-to-functions" "^7.24.6" + "@babel/helper-optimise-call-expression" "^7.24.6" "@babel/helper-simple-access@^7.22.5": version "7.22.5" @@ -281,14 +343,21 @@ dependencies: "@babel/types" "^7.22.5" -"@babel/helper-skip-transparent-expression-wrappers@^7.20.0", "@babel/helper-skip-transparent-expression-wrappers@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz" - integrity sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q== +"@babel/helper-simple-access@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz#1d6e04d468bba4fc963b4906f6dac6286cfedff1" + integrity sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g== dependencies: - "@babel/types" "^7.22.5" + "@babel/types" "^7.24.6" -"@babel/helper-split-export-declaration@^7.18.6", "@babel/helper-split-export-declaration@^7.22.5": +"@babel/helper-skip-transparent-expression-wrappers@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.6.tgz#c47e9b33b7ea50d1073e125ebc26661717cb7040" + integrity sha512-jhbbkK3IUKc4T43WadP96a27oYti9gEf1LdyGSP2rHGH77kwLwfhO7TgwnWvxxQVmke0ImmCSS47vcuxEMGD3Q== + dependencies: + "@babel/types" "^7.24.6" + +"@babel/helper-split-export-declaration@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.5.tgz" integrity sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ== @@ -302,32 +371,53 @@ dependencies: "@babel/types" "^7.22.5" -"@babel/helper-string-parser@^7.18.10", "@babel/helper-string-parser@^7.22.5": +"@babel/helper-split-export-declaration@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz#e830068f7ba8861c53b7421c284da30ae656d7a3" + integrity sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw== + dependencies: + "@babel/types" "^7.24.6" + +"@babel/helper-string-parser@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz" integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== -"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.22.5": +"@babel/helper-string-parser@^7.23.4", "@babel/helper-string-parser@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz#28583c28b15f2a3339cfafafeaad42f9a0e828df" + integrity sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q== + +"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz#08bb6612b11bdec78f3feed3db196da682454a5e" + integrity sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw== + +"@babel/helper-validator-identifier@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz" integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ== -"@babel/helper-validator-option@^7.18.6", "@babel/helper-validator-option@^7.22.5": +"@babel/helper-validator-option@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz" integrity sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw== -"@babel/helper-wrap-function@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.5.tgz" - integrity sha512-bYqLIBSEshYcYQyfks8ewYA8S30yaGSeRslcvKMvoUk6HHPySbxHq9YRi6ghhzEU+yhQv9bP/jXnygkStOcqZw== +"@babel/helper-validator-option@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz#59d8e81c40b7d9109ab7e74457393442177f460a" + integrity sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ== + +"@babel/helper-wrap-function@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.24.6.tgz#c27af1006e310683fdc76b668a0a1f6003e36217" + integrity sha512-f1JLrlw/jbiNfxvdrfBgio/gRBk3yTAEJWirpAkiJG2Hb22E7cEYKHWo0dFPTv/niPovzIdPdEDetrv6tC6gPQ== dependencies: - "@babel/helper-function-name" "^7.22.5" - "@babel/template" "^7.22.5" - "@babel/traverse" "^7.22.5" - "@babel/types" "^7.22.5" + "@babel/helper-function-name" "^7.24.6" + "@babel/template" "^7.24.6" + "@babel/types" "^7.24.6" -"@babel/helpers@^7.18.9", "@babel/helpers@^7.22.5": +"@babel/helpers@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.5.tgz" integrity sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q== @@ -336,6 +426,14 @@ "@babel/traverse" "^7.22.5" "@babel/types" "^7.22.5" +"@babel/helpers@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.6.tgz#cd124245299e494bd4e00edda0e4ea3545c2c176" + integrity sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA== + dependencies: + "@babel/template" "^7.24.6" + "@babel/types" "^7.24.6" + "@babel/highlight@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz" @@ -345,185 +443,63 @@ chalk "^2.0.0" js-tokens "^4.0.0" -"@babel/parser@7.18.11": - version "7.18.11" - resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.18.11.tgz" - integrity sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ== +"@babel/highlight@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.6.tgz#6d610c1ebd2c6e061cade0153bf69b0590b7b3df" + integrity sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ== + dependencies: + "@babel/helper-validator-identifier" "^7.24.6" + chalk "^2.4.2" + js-tokens "^4.0.0" + picocolors "^1.0.0" -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.18.11", "@babel/parser@^7.20.7", "@babel/parser@^7.22.5": +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.22.5.tgz" integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q== -"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6", "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.5.tgz" - integrity sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" +"@babel/parser@^7.23.9", "@babel/parser@^7.24.1", "@babel/parser@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.6.tgz#5e030f440c3c6c78d195528c3b688b101a365328" + integrity sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q== -"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.18.9", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.22.5.tgz" - integrity sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g== +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.6.tgz#283a74ef365b1e954cda6b2724c678a978215e88" + integrity sha512-bYndrJ6Ph6Ar+GaB5VAc0JPoP80bQCm4qon6JEzXfRl5QZyQ8Ur1K6k7htxWmPA5z+k7JQvaMUrtXlqclWYzKw== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" - "@babel/plugin-transform-optional-chaining" "^7.22.5" + "@babel/helper-environment-visitor" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-proposal-async-generator-functions@^7.18.10": - version "7.20.7" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz" - integrity sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA== +"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.6.tgz#f9f5ae4d6fb72f5950262cb6f0b2482c3bc684ef" + integrity sha512-iVuhb6poq5ikqRq2XWU6OQ+R5o9wF+r/or9CeUyovgptz0UlnK4/seOQ1Istu/XybYjAhQv1FRSSfHHufIku5Q== dependencies: - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-remap-async-to-generator" "^7.18.9" - "@babel/plugin-syntax-async-generators" "^7.8.4" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-proposal-class-properties@7.18.6", "@babel/plugin-proposal-class-properties@^7.18.6": - version "7.18.6" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz" - integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ== +"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.6.tgz#ab9be6edfffa127bd5ec4317c76c5af0f8fc7e6c" + integrity sha512-c8TER5xMDYzzFcGqOEp9l4hvB7dcbhcGjcLVwxWfe4P5DOafdwjsBJZKsmv+o3aXh7NhopvayQIovHrh2zSRUQ== dependencies: - "@babel/helper-create-class-features-plugin" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.6" + "@babel/plugin-transform-optional-chaining" "^7.24.6" -"@babel/plugin-proposal-class-static-block@^7.18.6": - version "7.21.0" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.21.0.tgz" - integrity sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw== +"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.6.tgz#0faf879249ec622d7f1c42eaebf7d11197401b2c" + integrity sha512-z8zEjYmwBUHN/pCF3NuWBhHQjJCrd33qAi8MgANfMrAvn72k2cImT8VjK9LJFu4ysOLJqhfkYYb3MvwANRUNZQ== dependencies: - "@babel/helper-create-class-features-plugin" "^7.21.0" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/plugin-syntax-class-static-block" "^7.14.5" - -"@babel/plugin-proposal-dynamic-import@^7.18.6": - version "7.18.6" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz" - integrity sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/plugin-syntax-dynamic-import" "^7.8.3" - -"@babel/plugin-proposal-export-default-from@7.18.10": - version "7.18.10" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.18.10.tgz" - integrity sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow== - dependencies: - "@babel/helper-plugin-utils" "^7.18.9" - "@babel/plugin-syntax-export-default-from" "^7.18.6" - -"@babel/plugin-proposal-export-namespace-from@^7.18.9": - version "7.18.9" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz" - integrity sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA== - dependencies: - "@babel/helper-plugin-utils" "^7.18.9" - "@babel/plugin-syntax-export-namespace-from" "^7.8.3" - -"@babel/plugin-proposal-json-strings@^7.18.6": - version "7.18.6" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz" - integrity sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/plugin-syntax-json-strings" "^7.8.3" - -"@babel/plugin-proposal-logical-assignment-operators@^7.18.9": - version "7.20.7" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz" - integrity sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug== - dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" - -"@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6": - version "7.18.6" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz" - integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" - -"@babel/plugin-proposal-numeric-separator@^7.18.6": - version "7.18.6" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz" - integrity sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/plugin-syntax-numeric-separator" "^7.10.4" - -"@babel/plugin-proposal-object-rest-spread@7.18.9": - version "7.18.9" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.9.tgz" - integrity sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q== - dependencies: - "@babel/compat-data" "^7.18.8" - "@babel/helper-compilation-targets" "^7.18.9" - "@babel/helper-plugin-utils" "^7.18.9" - "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-transform-parameters" "^7.18.8" - -"@babel/plugin-proposal-object-rest-spread@^7.18.9": - version "7.20.7" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz" - integrity sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg== - dependencies: - "@babel/compat-data" "^7.20.5" - "@babel/helper-compilation-targets" "^7.20.7" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-transform-parameters" "^7.20.7" - -"@babel/plugin-proposal-optional-catch-binding@^7.18.6": - version "7.18.6" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz" - integrity sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw== - dependencies: - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" - -"@babel/plugin-proposal-optional-chaining@^7.18.9": - version "7.21.0" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz" - integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA== - dependencies: - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0" - "@babel/plugin-syntax-optional-chaining" "^7.8.3" - -"@babel/plugin-proposal-private-methods@^7.18.6": - version "7.18.6" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz" - integrity sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA== - dependencies: - "@babel/helper-create-class-features-plugin" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" + "@babel/helper-environment-visitor" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2": version "7.21.0-placeholder-for-preset-env.2" resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz" integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w== -"@babel/plugin-proposal-private-property-in-object@^7.18.6": - version "7.21.11" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz" - integrity sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw== - dependencies: - "@babel/helper-annotate-as-pure" "^7.18.6" - "@babel/helper-create-class-features-plugin" "^7.21.0" - "@babel/helper-plugin-utils" "^7.20.2" - "@babel/plugin-syntax-private-property-in-object" "^7.14.5" - -"@babel/plugin-proposal-unicode-property-regex@^7.18.6", "@babel/plugin-proposal-unicode-property-regex@^7.4.4": - version "7.18.6" - resolved "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz" - integrity sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w== - dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.6" - "@babel/plugin-syntax-async-generators@^7.8.4": version "7.8.4" resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz" @@ -559,13 +535,6 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-export-default-from@^7.18.6": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.22.5.tgz" - integrity sha512-ODAqWWXB/yReh/jVQDag/3/tl6lgBueQkk/TcfW/59Oykm4c8a55XloX0CTk2k2VJiFWMgHby9xNX29IbCv9dQ== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/plugin-syntax-export-namespace-from@^7.8.3": version "7.8.3" resolved "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz" @@ -573,19 +542,19 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.3" -"@babel/plugin-syntax-import-assertions@^7.18.6", "@babel/plugin-syntax-import-assertions@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.22.5.tgz" - integrity sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg== +"@babel/plugin-syntax-import-assertions@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.6.tgz#52521c1c1698fc2dd9cf88f7a4dd86d4d041b9e1" + integrity sha512-BE6o2BogJKJImTmGpkmOic4V0hlRRxVtzqxiSPa8TIFxyhi4EFjHm08nq1M4STK4RytuLMgnSz0/wfflvGFNOg== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-syntax-import-attributes@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.22.5.tgz" - integrity sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg== +"@babel/plugin-syntax-import-attributes@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.6.tgz#12aba325534129584672920274fefa4dc2d5f68e" + integrity sha512-D+CfsVZousPXIdudSII7RGy52+dYRtbyKAZcvtQKq/NpsivyMVduepzcLqG5pMBugtMdedxdC8Ramdpcne9ZWQ== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" "@babel/plugin-syntax-import-meta@^7.10.4", "@babel/plugin-syntax-import-meta@^7.8.3": version "7.10.4" @@ -601,7 +570,14 @@ dependencies: "@babel/helper-plugin-utils" "^7.8.0" -"@babel/plugin-syntax-jsx@^7.22.5", "@babel/plugin-syntax-jsx@^7.7.2": +"@babel/plugin-syntax-jsx@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.6.tgz#bcca2964150437f88f65e3679e3d68762287b9c8" + integrity sha512-lWfvAIFNWMlCsU0DRUun2GpFwZdGTukLaHJqRh1JRb80NdAP5Sb1HDHB5X9P9OtgZHQl089UzQkpYlBq2VTPRw== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + +"@babel/plugin-syntax-jsx@^7.7.2": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz" integrity sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg== @@ -664,7 +640,14 @@ dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/plugin-syntax-typescript@^7.22.5", "@babel/plugin-syntax-typescript@^7.7.2": +"@babel/plugin-syntax-typescript@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.6.tgz#769daf2982d60308bc83d8936eaecb7582463c87" + integrity sha512-TzCtxGgVTEJWWwcYwQhCIQ6WaKlo80/B+Onsk4RRCcYqpYGFcG9etPW94VToGte5AAcxRrhjPUFvUS3Y2qKi4A== + dependencies: + "@babel/helper-plugin-utils" "^7.24.6" + +"@babel/plugin-syntax-typescript@^7.7.2": version "7.22.5" resolved "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.22.5.tgz" integrity sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ== @@ -679,540 +662,424 @@ "@babel/helper-create-regexp-features-plugin" "^7.18.6" "@babel/helper-plugin-utils" "^7.18.6" -"@babel/plugin-transform-arrow-functions@^7.18.6", "@babel/plugin-transform-arrow-functions@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.22.5.tgz" - integrity sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw== +"@babel/plugin-transform-arrow-functions@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.6.tgz#93607d1ef5b81c70af174aff3532d57216367492" + integrity sha512-jSSSDt4ZidNMggcLx8SaKsbGNEfIl0PHx/4mFEulorE7bpYLbN0d3pDW3eJ7Y5Z3yPhy3L3NaPCYyTUY7TuugQ== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-async-generator-functions@^7.22.7": - version "7.22.7" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.22.7.tgz#053e76c0a903b72b573cb1ab7d6882174d460a1b" - integrity sha512-7HmE7pk/Fmke45TODvxvkxRMV9RazV+ZZzhOL9AG8G29TLrr3jkjwF7uJfxZ30EoXpO+LJkq4oA8NjO2DTnEDg== +"@babel/plugin-transform-async-generator-functions@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.6.tgz#fa4a9e5c3a7f60f697ba36587b6c41b04f507d84" + integrity sha512-VEP2o4iR2DqQU6KPgizTW2mnMx6BG5b5O9iQdrW9HesLkv8GIA8x2daXBQxw1MrsIkFQGA/iJ204CKoQ8UcnAA== dependencies: - "@babel/helper-environment-visitor" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-remap-async-to-generator" "^7.22.5" + "@babel/helper-environment-visitor" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-remap-async-to-generator" "^7.24.6" "@babel/plugin-syntax-async-generators" "^7.8.4" -"@babel/plugin-transform-async-to-generator@^7.18.6", "@babel/plugin-transform-async-to-generator@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.22.5.tgz" - integrity sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ== +"@babel/plugin-transform-async-to-generator@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.6.tgz#eb11434b11d73d8c0cf9f71a6f4f1e6ba441df35" + integrity sha512-NTBA2SioI3OsHeIn6sQmhvXleSl9T70YY/hostQLveWs0ic+qvbA3fa0kwAwQ0OA/XGaAerNZRQGJyRfhbJK4g== dependencies: - "@babel/helper-module-imports" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-remap-async-to-generator" "^7.22.5" + "@babel/helper-module-imports" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-remap-async-to-generator" "^7.24.6" -"@babel/plugin-transform-block-scoped-functions@^7.18.6", "@babel/plugin-transform-block-scoped-functions@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.22.5.tgz" - integrity sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA== +"@babel/plugin-transform-block-scoped-functions@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.6.tgz#975555b5bfa9870b1218da536d1528735f1f8c56" + integrity sha512-XNW7jolYHW9CwORrZgA/97tL/k05qe/HL0z/qqJq1mdWhwwCM6D4BJBV7wAz9HgFziN5dTOG31znkVIzwxv+vw== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-block-scoping@^7.18.9", "@babel/plugin-transform-block-scoping@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.22.5.tgz" - integrity sha512-EcACl1i5fSQ6bt+YGuU/XGCeZKStLmyVGytWkpyhCLeQVA0eu6Wtiw92V+I1T/hnezUv7j74dA/Ro69gWcU+hg== +"@babel/plugin-transform-block-scoping@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.6.tgz#a03ec8a4591c2b43cf7798bc633e698293fda179" + integrity sha512-S/t1Xh4ehW7sGA7c1j/hiOBLnEYCp/c2sEG4ZkL8kI1xX9tW2pqJTCHKtdhe/jHKt8nG0pFCrDHUXd4DvjHS9w== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-class-properties@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.22.5.tgz" - integrity sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ== +"@babel/plugin-transform-class-properties@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.6.tgz#d9f394e97e88ef905d5a1e5e7a16238621b7982e" + integrity sha512-j6dZ0Z2Z2slWLR3kt9aOmSIrBvnntWjMDN/TVcMPxhXMLmJVqX605CBRlcGI4b32GMbfifTEsdEjGjiE+j/c3A== dependencies: - "@babel/helper-create-class-features-plugin" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-create-class-features-plugin" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-class-static-block@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.22.5.tgz" - integrity sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA== +"@babel/plugin-transform-class-static-block@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.6.tgz#f43f29286f6f0dca33d18fd5033b817d6c3fa816" + integrity sha512-1QSRfoPI9RoLRa8Mnakc6v3e0gJxiZQTYrMfLn+mD0sz5+ndSzwymp2hDcYJTyT0MOn0yuWzj8phlIvO72gTHA== dependencies: - "@babel/helper-create-class-features-plugin" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-create-class-features-plugin" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" "@babel/plugin-syntax-class-static-block" "^7.14.5" -"@babel/plugin-transform-classes@^7.18.9": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.5.tgz" - integrity sha512-2edQhLfibpWpsVBx2n/GKOz6JdGQvLruZQfGr9l1qes2KQaWswjBzhQF7UDUZMNaMMQeYnQzxwOMPsbYF7wqPQ== - dependencies: - "@babel/helper-annotate-as-pure" "^7.22.5" - "@babel/helper-compilation-targets" "^7.22.5" - "@babel/helper-environment-visitor" "^7.22.5" - "@babel/helper-function-name" "^7.22.5" - "@babel/helper-optimise-call-expression" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-replace-supers" "^7.22.5" - "@babel/helper-split-export-declaration" "^7.22.5" +"@babel/plugin-transform-classes@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.6.tgz#0cc198c02720d4eeb091004843477659c6b37977" + integrity sha512-+fN+NO2gh8JtRmDSOB6gaCVo36ha8kfCW1nMq2Gc0DABln0VcHN4PrALDvF5/diLzIRKptC7z/d7Lp64zk92Fg== + dependencies: + "@babel/helper-annotate-as-pure" "^7.24.6" + "@babel/helper-compilation-targets" "^7.24.6" + "@babel/helper-environment-visitor" "^7.24.6" + "@babel/helper-function-name" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-replace-supers" "^7.24.6" + "@babel/helper-split-export-declaration" "^7.24.6" globals "^11.1.0" -"@babel/plugin-transform-classes@^7.22.6": - version "7.22.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.22.6.tgz#e04d7d804ed5b8501311293d1a0e6d43e94c3363" - integrity sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ== +"@babel/plugin-transform-computed-properties@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.6.tgz#7a1765c01cdfe59c320d2d0f37a4dc4aecd14df1" + integrity sha512-cRzPobcfRP0ZtuIEkA8QzghoUpSB3X3qSH5W2+FzG+VjWbJXExtx0nbRqwumdBN1x/ot2SlTNQLfBCnPdzp6kg== dependencies: - "@babel/helper-annotate-as-pure" "^7.22.5" - "@babel/helper-compilation-targets" "^7.22.6" - "@babel/helper-environment-visitor" "^7.22.5" - "@babel/helper-function-name" "^7.22.5" - "@babel/helper-optimise-call-expression" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-replace-supers" "^7.22.5" - "@babel/helper-split-export-declaration" "^7.22.6" - globals "^11.1.0" - -"@babel/plugin-transform-computed-properties@^7.18.9", "@babel/plugin-transform-computed-properties@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.22.5.tgz" - integrity sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/template" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/template" "^7.24.6" -"@babel/plugin-transform-destructuring@^7.18.9", "@babel/plugin-transform-destructuring@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.22.5.tgz" - integrity sha512-GfqcFuGW8vnEqTUBM7UtPd5A4q797LTvvwKxXTgRsFjoqaJiEg9deBG6kWeQYkVEL569NpnmpC0Pkr/8BLKGnQ== +"@babel/plugin-transform-destructuring@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.6.tgz#bdd1a6c90ffb2bfd13b6007b13316eeafc97cb53" + integrity sha512-YLW6AE5LQpk5npNXL7i/O+U9CE4XsBCuRPgyjl1EICZYKmcitV+ayuuUGMJm2lC1WWjXYszeTnIxF/dq/GhIZQ== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.22.5", "@babel/plugin-transform-dotall-regex@^7.4.4": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.22.5.tgz" - integrity sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw== +"@babel/plugin-transform-dotall-regex@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.6.tgz#5a6b3148ec5f4f274ff48cebea90565087cad126" + integrity sha512-rCXPnSEKvkm/EjzOtLoGvKseK+dS4kZwx1HexO3BtRtgL0fQ34awHn34aeSHuXtZY2F8a1X8xqBBPRtOxDVmcA== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-create-regexp-features-plugin" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-duplicate-keys@^7.18.9", "@babel/plugin-transform-duplicate-keys@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.22.5.tgz" - integrity sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw== +"@babel/plugin-transform-duplicate-keys@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.6.tgz#2716301227cf7cd4fdadcbe4353ce191f8b3dc8a" + integrity sha512-/8Odwp/aVkZwPFJMllSbawhDAO3UJi65foB00HYnK/uXvvCPm0TAXSByjz1mpRmp0q6oX2SIxpkUOpPFHk7FLA== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-dynamic-import@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.22.5.tgz" - integrity sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ== +"@babel/plugin-transform-dynamic-import@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.6.tgz#b477177761d56b15a4ba42a83be31cf72d757acf" + integrity sha512-vpq8SSLRTBLOHUZHSnBqVo0AKX3PBaoPs2vVzYVWslXDTDIpwAcCDtfhUcHSQQoYoUvcFPTdC8TZYXu9ZnLT/w== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" "@babel/plugin-syntax-dynamic-import" "^7.8.3" -"@babel/plugin-transform-exponentiation-operator@^7.18.6", "@babel/plugin-transform-exponentiation-operator@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.22.5.tgz" - integrity sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g== +"@babel/plugin-transform-exponentiation-operator@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.6.tgz#011e9e1a429f91b024af572530873ca571f9ef06" + integrity sha512-EemYpHtmz0lHE7hxxxYEuTYOOBZ43WkDgZ4arQ4r+VX9QHuNZC+WH3wUWmRNvR8ECpTRne29aZV6XO22qpOtdA== dependencies: - "@babel/helper-builder-binary-assignment-operator-visitor" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-builder-binary-assignment-operator-visitor" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-export-namespace-from@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.22.5.tgz" - integrity sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg== +"@babel/plugin-transform-export-namespace-from@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.6.tgz#b64ded74d9afb3db5d47d93996c4df69f15ac97c" + integrity sha512-inXaTM1SVrIxCkIJ5gqWiozHfFMStuGbGJAxZFBoHcRRdDP0ySLb3jH6JOwmfiinPwyMZqMBX+7NBDCO4z0NSA== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" "@babel/plugin-syntax-export-namespace-from" "^7.8.3" -"@babel/plugin-transform-for-of@^7.18.8", "@babel/plugin-transform-for-of@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.22.5.tgz" - integrity sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A== +"@babel/plugin-transform-for-of@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.6.tgz#7f31780bd0c582b546372c0c0da9d9d56731e0a2" + integrity sha512-n3Sf72TnqK4nw/jziSqEl1qaWPbCRw2CziHH+jdRYvw4J6yeCzsj4jdw8hIntOEeDGTmHVe2w4MVL44PN0GMzg== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.6" -"@babel/plugin-transform-function-name@^7.18.9", "@babel/plugin-transform-function-name@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.22.5.tgz" - integrity sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg== +"@babel/plugin-transform-function-name@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.6.tgz#60d1de3f6fd816a3e3bf9538578a64527e1b9c97" + integrity sha512-sOajCu6V0P1KPljWHKiDq6ymgqB+vfo3isUS4McqW1DZtvSVU2v/wuMhmRmkg3sFoq6GMaUUf8W4WtoSLkOV/Q== dependencies: - "@babel/helper-compilation-targets" "^7.22.5" - "@babel/helper-function-name" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-compilation-targets" "^7.24.6" + "@babel/helper-function-name" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-json-strings@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.22.5.tgz" - integrity sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A== +"@babel/plugin-transform-json-strings@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.6.tgz#a84639180ea1f9001bb5e6dc01921235ab05ad8b" + integrity sha512-Uvgd9p2gUnzYJxVdBLcU0KurF8aVhkmVyMKW4MIY1/BByvs3EBpv45q01o7pRTVmTvtQq5zDlytP3dcUgm7v9w== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" "@babel/plugin-syntax-json-strings" "^7.8.3" -"@babel/plugin-transform-literals@^7.18.9", "@babel/plugin-transform-literals@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.22.5.tgz" - integrity sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g== +"@babel/plugin-transform-literals@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.6.tgz#7f44f2871d7a4456030b0540858046f0b7bc6b18" + integrity sha512-f2wHfR2HF6yMj+y+/y07+SLqnOSwRp8KYLpQKOzS58XLVlULhXbiYcygfXQxJlMbhII9+yXDwOUFLf60/TL5tw== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-logical-assignment-operators@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.22.5.tgz" - integrity sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA== +"@babel/plugin-transform-logical-assignment-operators@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.6.tgz#9cc7baa5629866566562c159dc1eae7569810f33" + integrity sha512-EKaWvnezBCMkRIHxMJSIIylzhqK09YpiJtDbr2wsXTwnO0TxyjMUkaw4RlFIZMIS0iDj0KyIg7H7XCguHu/YDA== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" -"@babel/plugin-transform-member-expression-literals@^7.18.6", "@babel/plugin-transform-member-expression-literals@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.22.5.tgz" - integrity sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew== +"@babel/plugin-transform-member-expression-literals@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.6.tgz#5d3681ca201ac6909419cc51ac082a6ba4c5c756" + integrity sha512-9g8iV146szUo5GWgXpRbq/GALTnY+WnNuRTuRHWWFfWGbP9ukRL0aO/jpu9dmOPikclkxnNsjY8/gsWl6bmZJQ== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-modules-amd@^7.18.6", "@babel/plugin-transform-modules-amd@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.22.5.tgz" - integrity sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ== +"@babel/plugin-transform-modules-amd@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.6.tgz#09aeac7acb7913496aaaafdc64f40683e0db7e41" + integrity sha512-eAGogjZgcwqAxhyFgqghvoHRr+EYRQPFjUXrTYKBRb5qPnAVxOOglaxc4/byHqjvq/bqO2F3/CGwTHsgKJYHhQ== dependencies: - "@babel/helper-module-transforms" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-module-transforms" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-modules-commonjs@^7.18.6", "@babel/plugin-transform-modules-commonjs@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.5.tgz" - integrity sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA== +"@babel/plugin-transform-modules-commonjs@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.6.tgz#1b8269902f25bd91ca6427230d4735ddd1e1283e" + integrity sha512-JEV8l3MHdmmdb7S7Cmx6rbNEjRCgTQMZxllveHO0mx6uiclB0NflCawlQQ6+o5ZrwjUBYPzHm2XoK4wqGVUFuw== dependencies: - "@babel/helper-module-transforms" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-simple-access" "^7.22.5" + "@babel/helper-module-transforms" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-simple-access" "^7.24.6" -"@babel/plugin-transform-modules-systemjs@^7.18.9", "@babel/plugin-transform-modules-systemjs@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.22.5.tgz" - integrity sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ== +"@babel/plugin-transform-modules-systemjs@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.6.tgz#c54eb53fe16f9b82d320abd76762d0320e3f9393" + integrity sha512-xg1Z0J5JVYxtpX954XqaaAT6NpAY6LtZXvYFCJmGFJWwtlz2EmJoR8LycFRGNE8dBKizGWkGQZGegtkV8y8s+w== dependencies: - "@babel/helper-hoist-variables" "^7.22.5" - "@babel/helper-module-transforms" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-validator-identifier" "^7.22.5" + "@babel/helper-hoist-variables" "^7.24.6" + "@babel/helper-module-transforms" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-validator-identifier" "^7.24.6" -"@babel/plugin-transform-modules-umd@^7.18.6", "@babel/plugin-transform-modules-umd@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.22.5.tgz" - integrity sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ== +"@babel/plugin-transform-modules-umd@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.6.tgz#c4ef8b6d4da230b8dc87e81cd66986728952f89b" + integrity sha512-esRCC/KsSEUvrSjv5rFYnjZI6qv4R1e/iHQrqwbZIoRJqk7xCvEUiN7L1XrmW5QSmQe3n1XD88wbgDTWLbVSyg== dependencies: - "@babel/helper-module-transforms" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-module-transforms" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-named-capturing-groups-regex@^7.18.6", "@babel/plugin-transform-named-capturing-groups-regex@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz" - integrity sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ== +"@babel/plugin-transform-named-capturing-groups-regex@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.6.tgz#352ee2861ab8705320029f80238cf26a92ba65d5" + integrity sha512-6DneiCiu91wm3YiNIGDWZsl6GfTTbspuj/toTEqLh9d4cx50UIzSdg+T96p8DuT7aJOBRhFyaE9ZvTHkXrXr6Q== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-create-regexp-features-plugin" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-new-target@^7.18.6", "@babel/plugin-transform-new-target@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.22.5.tgz" - integrity sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw== +"@babel/plugin-transform-new-target@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.6.tgz#fc024294714705113720d5e3dc0f9ad7abdbc289" + integrity sha512-f8liz9JG2Va8A4J5ZBuaSdwfPqN6axfWRK+y66fjKYbwf9VBLuq4WxtinhJhvp1w6lamKUwLG0slK2RxqFgvHA== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-nullish-coalescing-operator@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.22.5.tgz" - integrity sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA== +"@babel/plugin-transform-nullish-coalescing-operator@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.6.tgz#12b83b3cdfd1cd2066350e36e4fb912ab194545e" + integrity sha512-+QlAiZBMsBK5NqrBWFXCYeXyiU1y7BQ/OYaiPAcQJMomn5Tyg+r5WuVtyEuvTbpV7L25ZSLfE+2E9ywj4FD48A== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" -"@babel/plugin-transform-numeric-separator@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.22.5.tgz" - integrity sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g== +"@babel/plugin-transform-numeric-separator@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.6.tgz#d9115669cc85aa91fbfb15f88f2226332cf4946a" + integrity sha512-6voawq8T25Jvvnc4/rXcWZQKKxUNZcKMS8ZNrjxQqoRFernJJKjE3s18Qo6VFaatG5aiX5JV1oPD7DbJhn0a4Q== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" "@babel/plugin-syntax-numeric-separator" "^7.10.4" -"@babel/plugin-transform-object-rest-spread@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.22.5.tgz" - integrity sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ== +"@babel/plugin-transform-object-rest-spread@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.6.tgz#68d763f69955f9e599c405c6c876f5be46b47d8a" + integrity sha512-OKmi5wiMoRW5Smttne7BwHM8s/fb5JFs+bVGNSeHWzwZkWXWValR1M30jyXo1s/RaqgwwhEC62u4rFH/FBcBPg== dependencies: - "@babel/compat-data" "^7.22.5" - "@babel/helper-compilation-targets" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-compilation-targets" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-transform-parameters" "^7.22.5" + "@babel/plugin-transform-parameters" "^7.24.6" -"@babel/plugin-transform-object-super@^7.18.6", "@babel/plugin-transform-object-super@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.22.5.tgz" - integrity sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw== +"@babel/plugin-transform-object-super@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.6.tgz#9cbe6f995bed343a7ab8daf0416dac057a9c3e27" + integrity sha512-N/C76ihFKlZgKfdkEYKtaRUtXZAgK7sOY4h2qrbVbVTXPrKGIi8aww5WGe/+Wmg8onn8sr2ut6FXlsbu/j6JHg== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-replace-supers" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-replace-supers" "^7.24.6" -"@babel/plugin-transform-optional-catch-binding@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.22.5.tgz" - integrity sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg== +"@babel/plugin-transform-optional-catch-binding@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.6.tgz#c81e90a971aad898e56f2b75a358e6c4855aeba3" + integrity sha512-L5pZ+b3O1mSzJ71HmxSCmTVd03VOT2GXOigug6vDYJzE5awLI7P1g0wFcdmGuwSDSrQ0L2rDOe/hHws8J1rv3w== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" -"@babel/plugin-transform-optional-chaining@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.5.tgz" - integrity sha512-AconbMKOMkyG+xCng2JogMCDcqW8wedQAqpVIL4cOSescZ7+iW8utC6YDZLMCSUIReEA733gzRSaOSXMAt/4WQ== +"@babel/plugin-transform-optional-chaining@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.6.tgz#3d636b3ed8b5a506f93e4d4675fc95754d7594f5" + integrity sha512-cHbqF6l1QP11OkYTYQ+hhVx1E017O5ZcSPXk9oODpqhcAD1htsWG2NpHrrhthEO2qZomLK0FXS+u7NfrkF5aOQ== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.6" "@babel/plugin-syntax-optional-chaining" "^7.8.3" -"@babel/plugin-transform-optional-chaining@^7.22.6": - version "7.22.6" - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.22.6.tgz#4bacfe37001fe1901117672875e931d439811564" - integrity sha512-Vd5HiWml0mDVtcLHIoEU5sw6HOUW/Zk0acLs/SAeuLzkGNOPc9DB4nkUajemhCmTIz3eiaKREZn2hQQqF79YTg== +"@babel/plugin-transform-parameters@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.6.tgz#7aee86dfedd2fc0136fecbe6f7649fc02d86ab22" + integrity sha512-ST7guE8vLV+vI70wmAxuZpIKzVjvFX9Qs8bl5w6tN/6gOypPWUmMQL2p7LJz5E63vEGrDhAiYetniJFyBH1RkA== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" - "@babel/plugin-syntax-optional-chaining" "^7.8.3" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-parameters@^7.18.8", "@babel/plugin-transform-parameters@^7.20.7", "@babel/plugin-transform-parameters@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.22.5.tgz" - integrity sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg== +"@babel/plugin-transform-private-methods@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.6.tgz#258e1f859a52ff7b30ad556598224c192defcda7" + integrity sha512-T9LtDI0BgwXOzyXrvgLTT8DFjCC/XgWLjflczTLXyvxbnSR/gpv0hbmzlHE/kmh9nOvlygbamLKRo6Op4yB6aw== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-create-class-features-plugin" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-private-methods@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.22.5.tgz" - integrity sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA== +"@babel/plugin-transform-private-property-in-object@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.6.tgz#59ff09a099f62213112cf348e96b6b11957d1f28" + integrity sha512-Qu/ypFxCY5NkAnEhCF86Mvg3NSabKsh/TPpBVswEdkGl7+FbsYHy1ziRqJpwGH4thBdQHh8zx+z7vMYmcJ7iaQ== dependencies: - "@babel/helper-create-class-features-plugin" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" - -"@babel/plugin-transform-private-property-in-object@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.22.5.tgz" - integrity sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ== - dependencies: - "@babel/helper-annotate-as-pure" "^7.22.5" - "@babel/helper-create-class-features-plugin" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-annotate-as-pure" "^7.24.6" + "@babel/helper-create-class-features-plugin" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" "@babel/plugin-syntax-private-property-in-object" "^7.14.5" -"@babel/plugin-transform-property-literals@^7.18.6", "@babel/plugin-transform-property-literals@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.22.5.tgz" - integrity sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - -"@babel/plugin-transform-regenerator@^7.18.6", "@babel/plugin-transform-regenerator@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.22.5.tgz" - integrity sha512-rR7KePOE7gfEtNTh9Qw+iO3Q/e4DEsoQ+hdvM6QUDH7JRJ5qxq5AA52ZzBWbI5i9lfNuvySgOGP8ZN7LAmaiPw== +"@babel/plugin-transform-property-literals@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.6.tgz#243c4faabe811c405e9443059a58e834bf95dfd1" + integrity sha512-oARaglxhRsN18OYsnPTpb8TcKQWDYNsPNmTnx5++WOAsUJ0cSC/FZVlIJCKvPbU4yn/UXsS0551CFKJhN0CaMw== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - regenerator-transform "^0.15.1" - -"@babel/plugin-transform-reserved-words@^7.18.6", "@babel/plugin-transform-reserved-words@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.22.5.tgz" - integrity sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA== - dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-runtime@7.18.10": - version "7.18.10" - resolved "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.18.10.tgz" - integrity sha512-q5mMeYAdfEbpBAgzl7tBre/la3LeCxmDO1+wMXRdPWbcoMjR3GiXlCLk7JBZVVye0bqTGNMbt0yYVXX1B1jEWQ== +"@babel/plugin-transform-regenerator@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.6.tgz#ed10cf0c13619365e15459f88d1b915ac57ffc24" + integrity sha512-SMDxO95I8WXRtXhTAc8t/NFQUT7VYbIWwJCJgEli9ml4MhqUMh4S6hxgH6SmAC3eAQNWCDJFxcFeEt9w2sDdXg== dependencies: - "@babel/helper-module-imports" "^7.18.6" - "@babel/helper-plugin-utils" "^7.18.9" - babel-plugin-polyfill-corejs2 "^0.3.2" - babel-plugin-polyfill-corejs3 "^0.5.3" - babel-plugin-polyfill-regenerator "^0.4.0" - semver "^6.3.0" + "@babel/helper-plugin-utils" "^7.24.6" + regenerator-transform "^0.15.2" -"@babel/plugin-transform-shorthand-properties@^7.18.6", "@babel/plugin-transform-shorthand-properties@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.22.5.tgz" - integrity sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA== +"@babel/plugin-transform-reserved-words@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.6.tgz#9eb16cbf339fcea0a46677716c775afb5ef14245" + integrity sha512-DcrgFXRRlK64dGE0ZFBPD5egM2uM8mgfrvTMOSB2yKzOtjpGegVYkzh3s1zZg1bBck3nkXiaOamJUqK3Syk+4A== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-spread@^7.18.9", "@babel/plugin-transform-spread@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.22.5.tgz" - integrity sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg== +"@babel/plugin-transform-shorthand-properties@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.6.tgz#ef734ebccc428d2174c7bb36015d0800faf5381e" + integrity sha512-xnEUvHSMr9eOWS5Al2YPfc32ten7CXdH7Zwyyk7IqITg4nX61oHj+GxpNvl+y5JHjfN3KXE2IV55wAWowBYMVw== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-sticky-regex@^7.18.6", "@babel/plugin-transform-sticky-regex@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.22.5.tgz" - integrity sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw== +"@babel/plugin-transform-spread@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.6.tgz#a56cecbd8617675531d1b79f5b755b7613aa0822" + integrity sha512-h/2j7oIUDjS+ULsIrNZ6/TKG97FgmEk1PXryk/HQq6op4XUUUwif2f69fJrzK0wza2zjCS1xhXmouACaWV5uPA== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-skip-transparent-expression-wrappers" "^7.24.6" -"@babel/plugin-transform-template-literals@^7.18.9", "@babel/plugin-transform-template-literals@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.22.5.tgz" - integrity sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA== +"@babel/plugin-transform-sticky-regex@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.6.tgz#1a78127731fea87d954bed193840986a38f04327" + integrity sha512-fN8OcTLfGmYv7FnDrsjodYBo1DhPL3Pze/9mIIE2MGCT1KgADYIOD7rEglpLHZj8PZlC/JFX5WcD+85FLAQusw== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-typeof-symbol@^7.18.9", "@babel/plugin-transform-typeof-symbol@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.22.5.tgz" - integrity sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA== +"@babel/plugin-transform-template-literals@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.6.tgz#aaf2ae157acd0e5c9265dba8ac0a439f8d2a6303" + integrity sha512-BJbEqJIcKwrqUP+KfUIkxz3q8VzXe2R8Wv8TaNgO1cx+nNavxn/2+H8kp9tgFSOL6wYPPEgFvU6IKS4qoGqhmg== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-typescript@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.22.5.tgz" - integrity sha512-SMubA9S7Cb5sGSFFUlqxyClTA9zWJ8qGQrppNUm05LtFuN1ELRFNndkix4zUJrC9F+YivWwa1dHMSyo0e0N9dA== +"@babel/plugin-transform-typeof-symbol@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.6.tgz#3d02da23ebcc8f1982ddcd1f2581cf3ee4e58762" + integrity sha512-IshCXQ+G9JIFJI7bUpxTE/oA2lgVLAIK8q1KdJNoPXOpvRaNjMySGuvLfBw/Xi2/1lLo953uE8hyYSDW3TSYig== dependencies: - "@babel/helper-annotate-as-pure" "^7.22.5" - "@babel/helper-create-class-features-plugin" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/plugin-syntax-typescript" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-unicode-escapes@^7.18.10", "@babel/plugin-transform-unicode-escapes@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.22.5.tgz" - integrity sha512-biEmVg1IYB/raUO5wT1tgfacCef15Fbzhkx493D3urBI++6hpJ+RFG4SrWMn0NEZLfvilqKf3QDrRVZHo08FYg== +"@babel/plugin-transform-typescript@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.6.tgz#339c6127a783c32e28a5b591e6c666f899b57db0" + integrity sha512-H0i+hDLmaYYSt6KU9cZE0gb3Cbssa/oxWis7PX4ofQzbvsfix9Lbh8SRk7LCPDlLWJHUiFeHU0qRRpF/4Zv7mQ== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-annotate-as-pure" "^7.24.6" + "@babel/helper-create-class-features-plugin" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/plugin-syntax-typescript" "^7.24.6" -"@babel/plugin-transform-unicode-property-regex@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.22.5.tgz" - integrity sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A== +"@babel/plugin-transform-unicode-escapes@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.6.tgz#c8ddca8fd5bacece837a4e27bd3b7ed64580d1a8" + integrity sha512-bKl3xxcPbkQQo5eX9LjjDpU2xYHeEeNQbOhj0iPvetSzA+Tu9q/o5lujF4Sek60CM6MgYvOS/DJuwGbiEYAnLw== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-unicode-regex@^7.18.6", "@babel/plugin-transform-unicode-regex@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.22.5.tgz" - integrity sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg== +"@babel/plugin-transform-unicode-property-regex@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.6.tgz#e66297d5d452db0b0be56515e3d0e10b7d33fb32" + integrity sha512-8EIgImzVUxy15cZiPii9GvLZwsy7Vxc+8meSlR3cXFmBIl5W5Tn9LGBf7CDKkHj4uVfNXCJB8RsVfnmY61iedA== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-create-regexp-features-plugin" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/plugin-transform-unicode-sets-regex@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.22.5.tgz" - integrity sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg== +"@babel/plugin-transform-unicode-regex@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.6.tgz#2001e7d87ed709eea145e0b65fb5f93c3c0e225b" + integrity sha512-pssN6ExsvxaKU638qcWb81RrvvgZom3jDgU/r5xFZ7TONkZGFf4MhI2ltMb8OcQWhHyxgIavEU+hgqtbKOmsPA== dependencies: - "@babel/helper-create-regexp-features-plugin" "^7.22.5" - "@babel/helper-plugin-utils" "^7.22.5" + "@babel/helper-create-regexp-features-plugin" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/preset-env@7.18.10": - version "7.18.10" - resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.10.tgz" - integrity sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA== - dependencies: - "@babel/compat-data" "^7.18.8" - "@babel/helper-compilation-targets" "^7.18.9" - "@babel/helper-plugin-utils" "^7.18.9" - "@babel/helper-validator-option" "^7.18.6" - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6" - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9" - "@babel/plugin-proposal-async-generator-functions" "^7.18.10" - "@babel/plugin-proposal-class-properties" "^7.18.6" - "@babel/plugin-proposal-class-static-block" "^7.18.6" - "@babel/plugin-proposal-dynamic-import" "^7.18.6" - "@babel/plugin-proposal-export-namespace-from" "^7.18.9" - "@babel/plugin-proposal-json-strings" "^7.18.6" - "@babel/plugin-proposal-logical-assignment-operators" "^7.18.9" - "@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6" - "@babel/plugin-proposal-numeric-separator" "^7.18.6" - "@babel/plugin-proposal-object-rest-spread" "^7.18.9" - "@babel/plugin-proposal-optional-catch-binding" "^7.18.6" - "@babel/plugin-proposal-optional-chaining" "^7.18.9" - "@babel/plugin-proposal-private-methods" "^7.18.6" - "@babel/plugin-proposal-private-property-in-object" "^7.18.6" - "@babel/plugin-proposal-unicode-property-regex" "^7.18.6" - "@babel/plugin-syntax-async-generators" "^7.8.4" - "@babel/plugin-syntax-class-properties" "^7.12.13" - "@babel/plugin-syntax-class-static-block" "^7.14.5" - "@babel/plugin-syntax-dynamic-import" "^7.8.3" - "@babel/plugin-syntax-export-namespace-from" "^7.8.3" - "@babel/plugin-syntax-import-assertions" "^7.18.6" - "@babel/plugin-syntax-json-strings" "^7.8.3" - "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" - "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" - "@babel/plugin-syntax-numeric-separator" "^7.10.4" - "@babel/plugin-syntax-object-rest-spread" "^7.8.3" - "@babel/plugin-syntax-optional-catch-binding" "^7.8.3" - "@babel/plugin-syntax-optional-chaining" "^7.8.3" - "@babel/plugin-syntax-private-property-in-object" "^7.14.5" - "@babel/plugin-syntax-top-level-await" "^7.14.5" - "@babel/plugin-transform-arrow-functions" "^7.18.6" - "@babel/plugin-transform-async-to-generator" "^7.18.6" - "@babel/plugin-transform-block-scoped-functions" "^7.18.6" - "@babel/plugin-transform-block-scoping" "^7.18.9" - "@babel/plugin-transform-classes" "^7.18.9" - "@babel/plugin-transform-computed-properties" "^7.18.9" - "@babel/plugin-transform-destructuring" "^7.18.9" - "@babel/plugin-transform-dotall-regex" "^7.18.6" - "@babel/plugin-transform-duplicate-keys" "^7.18.9" - "@babel/plugin-transform-exponentiation-operator" "^7.18.6" - "@babel/plugin-transform-for-of" "^7.18.8" - "@babel/plugin-transform-function-name" "^7.18.9" - "@babel/plugin-transform-literals" "^7.18.9" - "@babel/plugin-transform-member-expression-literals" "^7.18.6" - "@babel/plugin-transform-modules-amd" "^7.18.6" - "@babel/plugin-transform-modules-commonjs" "^7.18.6" - "@babel/plugin-transform-modules-systemjs" "^7.18.9" - "@babel/plugin-transform-modules-umd" "^7.18.6" - "@babel/plugin-transform-named-capturing-groups-regex" "^7.18.6" - "@babel/plugin-transform-new-target" "^7.18.6" - "@babel/plugin-transform-object-super" "^7.18.6" - "@babel/plugin-transform-parameters" "^7.18.8" - "@babel/plugin-transform-property-literals" "^7.18.6" - "@babel/plugin-transform-regenerator" "^7.18.6" - "@babel/plugin-transform-reserved-words" "^7.18.6" - "@babel/plugin-transform-shorthand-properties" "^7.18.6" - "@babel/plugin-transform-spread" "^7.18.9" - "@babel/plugin-transform-sticky-regex" "^7.18.6" - "@babel/plugin-transform-template-literals" "^7.18.9" - "@babel/plugin-transform-typeof-symbol" "^7.18.9" - "@babel/plugin-transform-unicode-escapes" "^7.18.10" - "@babel/plugin-transform-unicode-regex" "^7.18.6" - "@babel/preset-modules" "^0.1.5" - "@babel/types" "^7.18.10" - babel-plugin-polyfill-corejs2 "^0.3.2" - babel-plugin-polyfill-corejs3 "^0.5.3" - babel-plugin-polyfill-regenerator "^0.4.0" - core-js-compat "^3.22.1" - semver "^6.3.0" +"@babel/plugin-transform-unicode-sets-regex@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.6.tgz#f18b7292222aee85c155258ceb345a146a070a46" + integrity sha512-quiMsb28oXWIDK0gXLALOJRXLgICLiulqdZGOaPPd0vRT7fQp74NtdADAVu+D8s00C+0Xs0MxVP0VKF/sZEUgw== + dependencies: + "@babel/helper-create-regexp-features-plugin" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" -"@babel/preset-env@^7.22.9": - version "7.22.9" - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.22.9.tgz#57f17108eb5dfd4c5c25a44c1977eba1df310ac7" - integrity sha512-wNi5H/Emkhll/bqPjsjQorSykrlfY5OWakd6AulLvMEytpKasMVUpVy8RL4qBIBs5Ac6/5i0/Rv0b/Fg6Eag/g== +"@babel/preset-env@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.6.tgz#a5a55bc70e5ff1ed7f872067e2a9d65ff917ad6f" + integrity sha512-CrxEAvN7VxfjOG8JNF2Y/eMqMJbZPZ185amwGUBp8D9USK90xQmv7dLdFSa+VbD7fdIqcy/Mfv7WtzG8+/qxKg== dependencies: - "@babel/compat-data" "^7.22.9" - "@babel/helper-compilation-targets" "^7.22.9" - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-validator-option" "^7.22.5" - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.22.5" - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.22.5" + "@babel/compat-data" "^7.24.6" + "@babel/helper-compilation-targets" "^7.24.6" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-validator-option" "^7.24.6" + "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.6" + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.6" + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.6" + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.6" "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2" "@babel/plugin-syntax-async-generators" "^7.8.4" "@babel/plugin-syntax-class-properties" "^7.12.13" "@babel/plugin-syntax-class-static-block" "^7.14.5" "@babel/plugin-syntax-dynamic-import" "^7.8.3" "@babel/plugin-syntax-export-namespace-from" "^7.8.3" - "@babel/plugin-syntax-import-assertions" "^7.22.5" - "@babel/plugin-syntax-import-attributes" "^7.22.5" + "@babel/plugin-syntax-import-assertions" "^7.24.6" + "@babel/plugin-syntax-import-attributes" "^7.24.6" "@babel/plugin-syntax-import-meta" "^7.10.4" "@babel/plugin-syntax-json-strings" "^7.8.3" "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4" @@ -1224,97 +1091,94 @@ "@babel/plugin-syntax-private-property-in-object" "^7.14.5" "@babel/plugin-syntax-top-level-await" "^7.14.5" "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6" - "@babel/plugin-transform-arrow-functions" "^7.22.5" - "@babel/plugin-transform-async-generator-functions" "^7.22.7" - "@babel/plugin-transform-async-to-generator" "^7.22.5" - "@babel/plugin-transform-block-scoped-functions" "^7.22.5" - "@babel/plugin-transform-block-scoping" "^7.22.5" - "@babel/plugin-transform-class-properties" "^7.22.5" - "@babel/plugin-transform-class-static-block" "^7.22.5" - "@babel/plugin-transform-classes" "^7.22.6" - "@babel/plugin-transform-computed-properties" "^7.22.5" - "@babel/plugin-transform-destructuring" "^7.22.5" - "@babel/plugin-transform-dotall-regex" "^7.22.5" - "@babel/plugin-transform-duplicate-keys" "^7.22.5" - "@babel/plugin-transform-dynamic-import" "^7.22.5" - "@babel/plugin-transform-exponentiation-operator" "^7.22.5" - "@babel/plugin-transform-export-namespace-from" "^7.22.5" - "@babel/plugin-transform-for-of" "^7.22.5" - "@babel/plugin-transform-function-name" "^7.22.5" - "@babel/plugin-transform-json-strings" "^7.22.5" - "@babel/plugin-transform-literals" "^7.22.5" - "@babel/plugin-transform-logical-assignment-operators" "^7.22.5" - "@babel/plugin-transform-member-expression-literals" "^7.22.5" - "@babel/plugin-transform-modules-amd" "^7.22.5" - "@babel/plugin-transform-modules-commonjs" "^7.22.5" - "@babel/plugin-transform-modules-systemjs" "^7.22.5" - "@babel/plugin-transform-modules-umd" "^7.22.5" - "@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5" - "@babel/plugin-transform-new-target" "^7.22.5" - "@babel/plugin-transform-nullish-coalescing-operator" "^7.22.5" - "@babel/plugin-transform-numeric-separator" "^7.22.5" - "@babel/plugin-transform-object-rest-spread" "^7.22.5" - "@babel/plugin-transform-object-super" "^7.22.5" - "@babel/plugin-transform-optional-catch-binding" "^7.22.5" - "@babel/plugin-transform-optional-chaining" "^7.22.6" - "@babel/plugin-transform-parameters" "^7.22.5" - "@babel/plugin-transform-private-methods" "^7.22.5" - "@babel/plugin-transform-private-property-in-object" "^7.22.5" - "@babel/plugin-transform-property-literals" "^7.22.5" - "@babel/plugin-transform-regenerator" "^7.22.5" - "@babel/plugin-transform-reserved-words" "^7.22.5" - "@babel/plugin-transform-shorthand-properties" "^7.22.5" - "@babel/plugin-transform-spread" "^7.22.5" - "@babel/plugin-transform-sticky-regex" "^7.22.5" - "@babel/plugin-transform-template-literals" "^7.22.5" - "@babel/plugin-transform-typeof-symbol" "^7.22.5" - "@babel/plugin-transform-unicode-escapes" "^7.22.5" - "@babel/plugin-transform-unicode-property-regex" "^7.22.5" - "@babel/plugin-transform-unicode-regex" "^7.22.5" - "@babel/plugin-transform-unicode-sets-regex" "^7.22.5" - "@babel/preset-modules" "^0.1.5" - "@babel/types" "^7.22.5" - babel-plugin-polyfill-corejs2 "^0.4.4" - babel-plugin-polyfill-corejs3 "^0.8.2" - babel-plugin-polyfill-regenerator "^0.5.1" + "@babel/plugin-transform-arrow-functions" "^7.24.6" + "@babel/plugin-transform-async-generator-functions" "^7.24.6" + "@babel/plugin-transform-async-to-generator" "^7.24.6" + "@babel/plugin-transform-block-scoped-functions" "^7.24.6" + "@babel/plugin-transform-block-scoping" "^7.24.6" + "@babel/plugin-transform-class-properties" "^7.24.6" + "@babel/plugin-transform-class-static-block" "^7.24.6" + "@babel/plugin-transform-classes" "^7.24.6" + "@babel/plugin-transform-computed-properties" "^7.24.6" + "@babel/plugin-transform-destructuring" "^7.24.6" + "@babel/plugin-transform-dotall-regex" "^7.24.6" + "@babel/plugin-transform-duplicate-keys" "^7.24.6" + "@babel/plugin-transform-dynamic-import" "^7.24.6" + "@babel/plugin-transform-exponentiation-operator" "^7.24.6" + "@babel/plugin-transform-export-namespace-from" "^7.24.6" + "@babel/plugin-transform-for-of" "^7.24.6" + "@babel/plugin-transform-function-name" "^7.24.6" + "@babel/plugin-transform-json-strings" "^7.24.6" + "@babel/plugin-transform-literals" "^7.24.6" + "@babel/plugin-transform-logical-assignment-operators" "^7.24.6" + "@babel/plugin-transform-member-expression-literals" "^7.24.6" + "@babel/plugin-transform-modules-amd" "^7.24.6" + "@babel/plugin-transform-modules-commonjs" "^7.24.6" + "@babel/plugin-transform-modules-systemjs" "^7.24.6" + "@babel/plugin-transform-modules-umd" "^7.24.6" + "@babel/plugin-transform-named-capturing-groups-regex" "^7.24.6" + "@babel/plugin-transform-new-target" "^7.24.6" + "@babel/plugin-transform-nullish-coalescing-operator" "^7.24.6" + "@babel/plugin-transform-numeric-separator" "^7.24.6" + "@babel/plugin-transform-object-rest-spread" "^7.24.6" + "@babel/plugin-transform-object-super" "^7.24.6" + "@babel/plugin-transform-optional-catch-binding" "^7.24.6" + "@babel/plugin-transform-optional-chaining" "^7.24.6" + "@babel/plugin-transform-parameters" "^7.24.6" + "@babel/plugin-transform-private-methods" "^7.24.6" + "@babel/plugin-transform-private-property-in-object" "^7.24.6" + "@babel/plugin-transform-property-literals" "^7.24.6" + "@babel/plugin-transform-regenerator" "^7.24.6" + "@babel/plugin-transform-reserved-words" "^7.24.6" + "@babel/plugin-transform-shorthand-properties" "^7.24.6" + "@babel/plugin-transform-spread" "^7.24.6" + "@babel/plugin-transform-sticky-regex" "^7.24.6" + "@babel/plugin-transform-template-literals" "^7.24.6" + "@babel/plugin-transform-typeof-symbol" "^7.24.6" + "@babel/plugin-transform-unicode-escapes" "^7.24.6" + "@babel/plugin-transform-unicode-property-regex" "^7.24.6" + "@babel/plugin-transform-unicode-regex" "^7.24.6" + "@babel/plugin-transform-unicode-sets-regex" "^7.24.6" + "@babel/preset-modules" "0.1.6-no-external-plugins" + babel-plugin-polyfill-corejs2 "^0.4.10" + babel-plugin-polyfill-corejs3 "^0.10.4" + babel-plugin-polyfill-regenerator "^0.6.1" core-js-compat "^3.31.0" semver "^6.3.1" -"@babel/preset-modules@^0.1.5": - version "0.1.5" - resolved "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz" - integrity sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA== +"@babel/preset-modules@0.1.6-no-external-plugins": + version "0.1.6-no-external-plugins" + resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a" + integrity sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA== dependencies: "@babel/helper-plugin-utils" "^7.0.0" - "@babel/plugin-proposal-unicode-property-regex" "^7.4.4" - "@babel/plugin-transform-dotall-regex" "^7.4.4" "@babel/types" "^7.4.4" esutils "^2.0.2" -"@babel/preset-typescript@^7.18.6", "@babel/preset-typescript@^7.22.5": - version "7.22.5" - resolved "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.22.5.tgz" - integrity sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ== +"@babel/preset-typescript@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.24.6.tgz#27057470fb981c31338bdb897fc3d9aa0cb7dab2" + integrity sha512-U10aHPDnokCFRXgyT/MaIRTivUu2K/mu0vJlwRS9LxJmJet+PFQNKpggPyFCUtC6zWSBPjvxjnpNkAn3Uw2m5w== dependencies: - "@babel/helper-plugin-utils" "^7.22.5" - "@babel/helper-validator-option" "^7.22.5" - "@babel/plugin-syntax-jsx" "^7.22.5" - "@babel/plugin-transform-modules-commonjs" "^7.22.5" - "@babel/plugin-transform-typescript" "^7.22.5" + "@babel/helper-plugin-utils" "^7.24.6" + "@babel/helper-validator-option" "^7.24.6" + "@babel/plugin-syntax-jsx" "^7.24.6" + "@babel/plugin-transform-modules-commonjs" "^7.24.6" + "@babel/plugin-transform-typescript" "^7.24.6" "@babel/regjsgen@^0.8.0": version "0.8.0" resolved "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz" integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== -"@babel/runtime@^7.11.2", "@babel/runtime@^7.18.9", "@babel/runtime@^7.8.4": +"@babel/runtime@^7.11.2", "@babel/runtime@^7.8.4": version "7.22.5" resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz" integrity sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA== dependencies: regenerator-runtime "^0.13.11" -"@babel/template@^7.18.10", "@babel/template@^7.22.5", "@babel/template@^7.3.3": +"@babel/template@^7.22.5", "@babel/template@^7.3.3": version "7.22.5" resolved "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz" integrity sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw== @@ -1323,23 +1187,32 @@ "@babel/parser" "^7.22.5" "@babel/types" "^7.22.5" -"@babel/traverse@7.18.11": - version "7.18.11" - resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.11.tgz" - integrity sha512-TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ== - dependencies: - "@babel/code-frame" "^7.18.6" - "@babel/generator" "^7.18.10" - "@babel/helper-environment-visitor" "^7.18.9" - "@babel/helper-function-name" "^7.18.9" - "@babel/helper-hoist-variables" "^7.18.6" - "@babel/helper-split-export-declaration" "^7.18.6" - "@babel/parser" "^7.18.11" - "@babel/types" "^7.18.10" - debug "^4.1.0" +"@babel/template@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.6.tgz#048c347b2787a6072b24c723664c8d02b67a44f9" + integrity sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw== + dependencies: + "@babel/code-frame" "^7.24.6" + "@babel/parser" "^7.24.6" + "@babel/types" "^7.24.6" + +"@babel/traverse@7.24.1": + version "7.24.1" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.1.tgz#d65c36ac9dd17282175d1e4a3c49d5b7988f530c" + integrity sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ== + dependencies: + "@babel/code-frame" "^7.24.1" + "@babel/generator" "^7.24.1" + "@babel/helper-environment-visitor" "^7.22.20" + "@babel/helper-function-name" "^7.23.0" + "@babel/helper-hoist-variables" "^7.22.5" + "@babel/helper-split-export-declaration" "^7.22.6" + "@babel/parser" "^7.24.1" + "@babel/types" "^7.24.0" + debug "^4.3.1" globals "^11.1.0" -"@babel/traverse@^7.18.10", "@babel/traverse@^7.22.5": +"@babel/traverse@^7.22.5": version "7.22.5" resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.5.tgz" integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ== @@ -1355,16 +1228,32 @@ debug "^4.1.0" globals "^11.1.0" -"@babel/types@7.18.10": - version "7.18.10" - resolved "https://registry.npmjs.org/@babel/types/-/types-7.18.10.tgz" - integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ== +"@babel/traverse@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.6.tgz#0941ec50cdeaeacad0911eb67ae227a4f8424edc" + integrity sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw== + dependencies: + "@babel/code-frame" "^7.24.6" + "@babel/generator" "^7.24.6" + "@babel/helper-environment-visitor" "^7.24.6" + "@babel/helper-function-name" "^7.24.6" + "@babel/helper-hoist-variables" "^7.24.6" + "@babel/helper-split-export-declaration" "^7.24.6" + "@babel/parser" "^7.24.6" + "@babel/types" "^7.24.6" + debug "^4.3.1" + globals "^11.1.0" + +"@babel/types@7.24.0": + version "7.24.0" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf" + integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w== dependencies: - "@babel/helper-string-parser" "^7.18.10" - "@babel/helper-validator-identifier" "^7.18.6" + "@babel/helper-string-parser" "^7.23.4" + "@babel/helper-validator-identifier" "^7.22.20" to-fast-properties "^2.0.0" -"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.3.3", "@babel/types@^7.4.4": +"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.5", "@babel/types@^7.3.3", "@babel/types@^7.4.4": version "7.22.5" resolved "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz" integrity sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA== @@ -1373,6 +1262,15 @@ "@babel/helper-validator-identifier" "^7.22.5" to-fast-properties "^2.0.0" +"@babel/types@^7.24.0", "@babel/types@^7.24.6": + version "7.24.6" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.6.tgz#ba4e1f59870c10dc2fa95a274ac4feec23b21912" + integrity sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ== + dependencies: + "@babel/helper-string-parser" "^7.24.6" + "@babel/helper-validator-identifier" "^7.24.6" + to-fast-properties "^2.0.0" + "@bcoe/v8-coverage@^0.2.3": version "0.2.3" resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz" @@ -1386,171 +1284,176 @@ "@noble/hashes" "^1.0.0" protobufjs "^6.8.8" -"@cosmjs/amino@^0.31.1": - version "0.31.1" - resolved "https://registry.yarnpkg.com/@cosmjs/amino/-/amino-0.31.1.tgz#e6b4adc3ebe19ddfd953c67ee04b1eae488238af" - integrity sha512-kkB9IAkNEUFtjp/uwHv95TgM8VGJ4VWfZwrTyLNqBDD1EpSX2dsNrmUe7k8OMPzKlZUFcKmD4iA0qGvIwzjbGA== - dependencies: - "@cosmjs/crypto" "^0.31.1" - "@cosmjs/encoding" "^0.31.1" - "@cosmjs/math" "^0.31.1" - "@cosmjs/utils" "^0.31.1" - -"@cosmjs/cosmwasm-stargate@^0.31.1": - version "0.31.1" - resolved "https://registry.yarnpkg.com/@cosmjs/cosmwasm-stargate/-/cosmwasm-stargate-0.31.1.tgz#36d4386238fd4310d144486a27585a4fec3f27cd" - integrity sha512-5hwv4oztFnpqnFaXhYxZc93na3qdxylT2kqms4pLzD8CWMEQmrwhdM4KpZimrsyZK55WiMQtTPsdSh7M8KLOow== - dependencies: - "@cosmjs/amino" "^0.31.1" - "@cosmjs/crypto" "^0.31.1" - "@cosmjs/encoding" "^0.31.1" - "@cosmjs/math" "^0.31.1" - "@cosmjs/proto-signing" "^0.31.1" - "@cosmjs/stargate" "^0.31.1" - "@cosmjs/tendermint-rpc" "^0.31.1" - "@cosmjs/utils" "^0.31.1" - cosmjs-types "^0.8.0" - long "^4.0.0" +"@cosmjs/amino@^0.32.3": + version "0.32.3" + resolved "https://registry.yarnpkg.com/@cosmjs/amino/-/amino-0.32.3.tgz#b81d4a2b8d61568431a1afcd871e1344a19d97ff" + integrity sha512-G4zXl+dJbqrz1sSJ56H/25l5NJEk/pAPIr8piAHgbXYw88OdAOlpA26PQvk2IbSN/rRgVbvlLTNgX2tzz1dyUA== + dependencies: + "@cosmjs/crypto" "^0.32.3" + "@cosmjs/encoding" "^0.32.3" + "@cosmjs/math" "^0.32.3" + "@cosmjs/utils" "^0.32.3" + +"@cosmjs/cosmwasm-stargate@^0.32.3": + version "0.32.3" + resolved "https://registry.yarnpkg.com/@cosmjs/cosmwasm-stargate/-/cosmwasm-stargate-0.32.3.tgz#26a110a6bb0c15fdeef647e3433bd9553a1acd5f" + integrity sha512-pqkt+QsLIPNMTRh9m+igJgIpzXXgn1BxmxfAb9zlC23kvsuzY/12un9M7iAdim1NwKXDFeYw46xC2YkprwQp+g== + dependencies: + "@cosmjs/amino" "^0.32.3" + "@cosmjs/crypto" "^0.32.3" + "@cosmjs/encoding" "^0.32.3" + "@cosmjs/math" "^0.32.3" + "@cosmjs/proto-signing" "^0.32.3" + "@cosmjs/stargate" "^0.32.3" + "@cosmjs/tendermint-rpc" "^0.32.3" + "@cosmjs/utils" "^0.32.3" + cosmjs-types "^0.9.0" pako "^2.0.2" -"@cosmjs/crypto@^0.31.1": - version "0.31.1" - resolved "https://registry.yarnpkg.com/@cosmjs/crypto/-/crypto-0.31.1.tgz#ce4917df0f7b38f0909a32020907ccff04acefe6" - integrity sha512-4R/SqdzdVzd4E5dpyEh1IKm5GbTqwDogutyIyyb1bcOXiX/x3CrvPI9Tb4WSIMDLvlb5TVzu2YnUV51Q1+6mMA== +"@cosmjs/crypto@^0.32.3": + version "0.32.3" + resolved "https://registry.yarnpkg.com/@cosmjs/crypto/-/crypto-0.32.3.tgz#787f8e659709678722068ee1ddf379f65051a25e" + integrity sha512-niQOWJHUtlJm2GG4F00yGT7sGPKxfUwz+2qQ30uO/E3p58gOusTcH2qjiJNVxb8vScYJhFYFqpm/OA/mVqoUGQ== dependencies: - "@cosmjs/encoding" "^0.31.1" - "@cosmjs/math" "^0.31.1" - "@cosmjs/utils" "^0.31.1" + "@cosmjs/encoding" "^0.32.3" + "@cosmjs/math" "^0.32.3" + "@cosmjs/utils" "^0.32.3" "@noble/hashes" "^1" bn.js "^5.2.0" elliptic "^6.5.4" libsodium-wrappers-sumo "^0.7.11" -"@cosmjs/encoding@^0.31.1": - version "0.31.1" - resolved "https://registry.yarnpkg.com/@cosmjs/encoding/-/encoding-0.31.1.tgz#0041b2650c443d883e22f27c7d3cd7b844c6d0ec" - integrity sha512-IuxP6ewwX6vg9sUJ8ocJD92pkerI4lyG8J5ynAM3NaX3q+n+uMoPRSQXNeL9bnlrv01FF1kIm8if/f5F7ZPtkA== +"@cosmjs/encoding@^0.32.3": + version "0.32.3" + resolved "https://registry.yarnpkg.com/@cosmjs/encoding/-/encoding-0.32.3.tgz#e245ff511fe4a0df7ba427b5187aab69e3468e5b" + integrity sha512-p4KF7hhv8jBQX3MkB3Defuhz/W0l3PwWVYU2vkVuBJ13bJcXyhU9nJjiMkaIv+XP+W2QgRceqNNgFUC5chNR7w== dependencies: base64-js "^1.3.0" bech32 "^1.1.4" readonly-date "^1.0.0" -"@cosmjs/json-rpc@^0.31.1": - version "0.31.1" - resolved "https://registry.yarnpkg.com/@cosmjs/json-rpc/-/json-rpc-0.31.1.tgz#54d1064adb3ebd0412b04f87a3c2029384e4cb5e" - integrity sha512-gIkCj2mUDHAxvmJnHtybXtMLZDeXrkDZlujjzhvJlWsIuj1kpZbKtYqh+eNlfwhMkMMAlQa/y4422jDmizW+ng== +"@cosmjs/json-rpc@^0.32.3": + version "0.32.3" + resolved "https://registry.yarnpkg.com/@cosmjs/json-rpc/-/json-rpc-0.32.3.tgz#ccffdd7f722cecfab6daaa7463843b92f5d25355" + integrity sha512-JwFRWZa+Y95KrAG8CuEbPVOSnXO2uMSEBcaAB/FBU3Mo4jQnDoUjXvt3vwtFWxfAytrWCn1I4YDFaOAinnEG/Q== dependencies: - "@cosmjs/stream" "^0.31.1" + "@cosmjs/stream" "^0.32.3" xstream "^11.14.0" -"@cosmjs/math@^0.31.1": - version "0.31.1" - resolved "https://registry.yarnpkg.com/@cosmjs/math/-/math-0.31.1.tgz#74c02cf237c2996b77661b636b014168b18d95e6" - integrity sha512-kiuHV6m6DSB8/4UV1qpFhlc4ul8SgLXTGRlYkYiIIP4l0YNeJ+OpPYaOlEgx4Unk2mW3/O2FWYj7Jc93+BWXng== +"@cosmjs/math@^0.32.3": + version "0.32.3" + resolved "https://registry.yarnpkg.com/@cosmjs/math/-/math-0.32.3.tgz#16e4256f4da507b9352327da12ae64056a2ba6c9" + integrity sha512-amumUtZs8hCCnV+lSBaJIiZkGabQm22QGg/IotYrhcmoOEOjt82n7hMNlNXRs7V6WLMidGrGYcswB5zcmp0Meg== dependencies: bn.js "^5.2.0" -"@cosmjs/proto-signing@^0.31.1": - version "0.31.1" - resolved "https://registry.yarnpkg.com/@cosmjs/proto-signing/-/proto-signing-0.31.1.tgz#3929d5bee3c88c42b3bc3c4b9db4ab3bddb684c4" - integrity sha512-hipbBVrssPu+jnmRzQRP5hhS/mbz2nU7RvxG/B1ZcdNhr1AtZC5DN09OTUoEpMSRgyQvScXmk/NTbyf+xmCgYg== - dependencies: - "@cosmjs/amino" "^0.31.1" - "@cosmjs/crypto" "^0.31.1" - "@cosmjs/encoding" "^0.31.1" - "@cosmjs/math" "^0.31.1" - "@cosmjs/utils" "^0.31.1" - cosmjs-types "^0.8.0" - long "^4.0.0" +"@cosmjs/proto-signing@^0.32.3": + version "0.32.3" + resolved "https://registry.yarnpkg.com/@cosmjs/proto-signing/-/proto-signing-0.32.3.tgz#91ae149b747d18666a6ccc924165b306431f7c0d" + integrity sha512-kSZ0ZUY0DwcRT0NcIn2HkadH4NKlwjfZgbLj1ABwh/4l0RgeT84QCscZCu63tJYq3K6auwqTiZSZERwlO4/nbg== + dependencies: + "@cosmjs/amino" "^0.32.3" + "@cosmjs/crypto" "^0.32.3" + "@cosmjs/encoding" "^0.32.3" + "@cosmjs/math" "^0.32.3" + "@cosmjs/utils" "^0.32.3" + cosmjs-types "^0.9.0" -"@cosmjs/socket@^0.31.1": - version "0.31.1" - resolved "https://registry.yarnpkg.com/@cosmjs/socket/-/socket-0.31.1.tgz#887d4e9b6aad4b3d264d64a47bdb40bcfa9802ff" - integrity sha512-XTtEr+x3WGbqkzoGX0sCkwVqf5n+bBqDwqNgb+DWaBABQxHVRuuainrTVp0Yc91D3Iy2twLQzeBA9OrRxDSerw== +"@cosmjs/socket@^0.32.3": + version "0.32.3" + resolved "https://registry.yarnpkg.com/@cosmjs/socket/-/socket-0.32.3.tgz#fa5c36bf58e87c0ad865d6318ecb0f8d9c89a28a" + integrity sha512-F2WwNmaUPdZ4SsH6Uyreq3wQk7jpaEkb3wfOP951f5Jt6HCW/PxbxhKzHkAAf6+Sqks6SPhkbWoE8XaZpjL2KA== dependencies: - "@cosmjs/stream" "^0.31.1" + "@cosmjs/stream" "^0.32.3" isomorphic-ws "^4.0.1" ws "^7" xstream "^11.14.0" -"@cosmjs/stargate@^0.31.1": - version "0.31.1" - resolved "https://registry.yarnpkg.com/@cosmjs/stargate/-/stargate-0.31.1.tgz#7e2b0fd6f181250915b1d73ecf9dfbab6f3cdd0d" - integrity sha512-TqOJZYOH5W3sZIjR6949GfjhGXO3kSHQ3/KmE+SuKyMMmQ5fFZ45beawiRtVF0/CJg5RyPFyFGJKhb1Xxv3Lcg== +"@cosmjs/stargate@^0.32.3": + version "0.32.3" + resolved "https://registry.yarnpkg.com/@cosmjs/stargate/-/stargate-0.32.3.tgz#5a92b222ada960ebecea72cc9f366370763f4b66" + integrity sha512-OQWzO9YWKerUinPIxrO1MARbe84XkeXJAW0lyMIjXIEikajuXZ+PwftiKA5yA+8OyditVmHVLtPud6Pjna2s5w== dependencies: "@confio/ics23" "^0.6.8" - "@cosmjs/amino" "^0.31.1" - "@cosmjs/encoding" "^0.31.1" - "@cosmjs/math" "^0.31.1" - "@cosmjs/proto-signing" "^0.31.1" - "@cosmjs/stream" "^0.31.1" - "@cosmjs/tendermint-rpc" "^0.31.1" - "@cosmjs/utils" "^0.31.1" - cosmjs-types "^0.8.0" - long "^4.0.0" - protobufjs "~6.11.3" + "@cosmjs/amino" "^0.32.3" + "@cosmjs/encoding" "^0.32.3" + "@cosmjs/math" "^0.32.3" + "@cosmjs/proto-signing" "^0.32.3" + "@cosmjs/stream" "^0.32.3" + "@cosmjs/tendermint-rpc" "^0.32.3" + "@cosmjs/utils" "^0.32.3" + cosmjs-types "^0.9.0" xstream "^11.14.0" -"@cosmjs/stream@^0.31.1": - version "0.31.1" - resolved "https://registry.yarnpkg.com/@cosmjs/stream/-/stream-0.31.1.tgz#01bab56278bfe32cd601043949fcdc021a5f7ca7" - integrity sha512-xsIGD9bpBvYYZASajCyOevh1H5pDdbOWmvb4UwGZ78doGVz3IC3Kb9BZKJHIX2fjq9CMdGVJHmlM+Zp5aM8yZA== +"@cosmjs/stream@^0.32.3": + version "0.32.3" + resolved "https://registry.yarnpkg.com/@cosmjs/stream/-/stream-0.32.3.tgz#7522579aaf18025d322c2f33d6fb7573220395d6" + integrity sha512-J2zVWDojkynYifAUcRmVczzmp6STEpyiAARq0rSsviqjreGIfspfuws/8rmkPa6qQBZvpQOBQCm2HyZZwYplIw== dependencies: xstream "^11.14.0" -"@cosmjs/tendermint-rpc@^0.31.1": - version "0.31.1" - resolved "https://registry.yarnpkg.com/@cosmjs/tendermint-rpc/-/tendermint-rpc-0.31.1.tgz#0699c6046fc8afd1eee3c648cfb3b896119ce52e" - integrity sha512-KX+wwi725sSePqIxfMPPOqg+xTETV8BHGOBhRhCZXEl5Fq48UlXXq3/yG1sn7K67ADC0kqHqcCF41Wn1GxNNPA== - dependencies: - "@cosmjs/crypto" "^0.31.1" - "@cosmjs/encoding" "^0.31.1" - "@cosmjs/json-rpc" "^0.31.1" - "@cosmjs/math" "^0.31.1" - "@cosmjs/socket" "^0.31.1" - "@cosmjs/stream" "^0.31.1" - "@cosmjs/utils" "^0.31.1" - axios "^0.21.2" +"@cosmjs/tendermint-rpc@^0.32.3": + version "0.32.3" + resolved "https://registry.yarnpkg.com/@cosmjs/tendermint-rpc/-/tendermint-rpc-0.32.3.tgz#f0406b9f0233e588fb924dca8c614972f9038aff" + integrity sha512-xeprW+VR9xKGstqZg0H/KBZoUp8/FfFyS9ljIUTLM/UINjP2MhiwncANPS2KScfJVepGufUKk0/phHUeIBSEkw== + dependencies: + "@cosmjs/crypto" "^0.32.3" + "@cosmjs/encoding" "^0.32.3" + "@cosmjs/json-rpc" "^0.32.3" + "@cosmjs/math" "^0.32.3" + "@cosmjs/socket" "^0.32.3" + "@cosmjs/stream" "^0.32.3" + "@cosmjs/utils" "^0.32.3" + axios "^1.6.0" readonly-date "^1.0.0" xstream "^11.14.0" -"@cosmjs/utils@^0.31.1": - version "0.31.1" - resolved "https://registry.yarnpkg.com/@cosmjs/utils/-/utils-0.31.1.tgz#e6055cd7d722fa72df9cbd0d39cd1f7a9ac80483" - integrity sha512-n4Se1wu4GnKwztQHNFfJvUeWcpvx3o8cWhSbNs9JQShEuB3nv3R5lqFBtDCgHZF/emFQAP+ZjF8bTfCs9UBGhA== - -"@cosmwasm/ts-codegen@^0.35.3": - version "0.35.3" - resolved "https://registry.yarnpkg.com/@cosmwasm/ts-codegen/-/ts-codegen-0.35.3.tgz#58f34683f7eb318b022f0418252fb710df69c293" - integrity sha512-L7T4yjAQIWJ/h0YmqVjihzv78ZbqGD/f0G8EJTwccsPXqWzbcnXzQKsvtFXpDp6AzaJKVMchFHfp6ZPRP3boUQ== - dependencies: - "@babel/core" "7.18.10" - "@babel/generator" "7.18.12" - "@babel/parser" "7.18.11" - "@babel/plugin-proposal-class-properties" "7.18.6" - "@babel/plugin-proposal-export-default-from" "7.18.10" - "@babel/plugin-proposal-object-rest-spread" "7.18.9" - "@babel/plugin-transform-runtime" "7.18.10" - "@babel/preset-env" "7.18.10" - "@babel/preset-typescript" "^7.18.6" - "@babel/runtime" "^7.18.9" - "@babel/traverse" "7.18.11" - "@babel/types" "7.18.10" +"@cosmjs/utils@^0.32.3": + version "0.32.3" + resolved "https://registry.yarnpkg.com/@cosmjs/utils/-/utils-0.32.3.tgz#5dcaee6dd7cc846cdc073e9a7a7f63242f5f7e31" + integrity sha512-WCZK4yksj2hBDz4w7xFZQTRZQ/RJhBX26uFHmmQFIcNUUVAihrLO+RerqJgk0dZqC42wstM9pEUQGtPmLcIYvg== + +"@cosmwasm/ts-codegen-ast@^1.6.0": + version "1.6.0" + resolved "https://registry.yarnpkg.com/@cosmwasm/ts-codegen-ast/-/ts-codegen-ast-1.6.0.tgz#c3d0ffd6e24526ae83069be82e553472d61cdb73" + integrity sha512-Wf1jOkWWXJLd1H5DbZEf4+jZ/imrbbr8kbLbEwKwggvi4j3frwbeO7uUJMz6PulrHImaCBO0fWjVoeqsc210Gg== + dependencies: + "@babel/types" "7.24.0" + "@cosmwasm/ts-codegen-types" "^1.3.0" + ast-stringify "0.1.0" + case "1.6.3" + deepmerge "4.2.2" + +"@cosmwasm/ts-codegen-types@^1.3.0": + version "1.3.0" + resolved "https://registry.yarnpkg.com/@cosmwasm/ts-codegen-types/-/ts-codegen-types-1.3.0.tgz#9839d0521a3e1acc7145a5efe907590c93938b75" + integrity sha512-DF6CM+Pq+gqFY0jtLLzvxJaHsUrszn3WdyIrsM1SrEXzTtS9yg/pGMedVJ83SEREoz7MiG/0ori3Ghi3WSgnOg== + +"@cosmwasm/ts-codegen@^1.10.0": + version "1.10.0" + resolved "https://registry.yarnpkg.com/@cosmwasm/ts-codegen/-/ts-codegen-1.10.0.tgz#0c73e15e0e74c297ef61d1c660a601d15319c642" + integrity sha512-c/I4XOU2+28mJOeuHYSLRxGdCe7gXqY2v8u7UfC/t//W/gQ29sV5MxV0nYTLJDwqE3l45eje3Hx6DSj13Aspyg== + dependencies: + "@babel/generator" "7.24.4" + "@babel/traverse" "7.24.1" + "@babel/types" "7.24.0" + "@cosmwasm/ts-codegen-ast" "^1.6.0" + "@cosmwasm/ts-codegen-types" "^1.3.0" "@pyramation/json-schema-to-typescript" " 11.0.4" + "@types/rimraf" "3.0.2" + "@types/shelljs" "0.8.15" case "1.6.3" dargs "7.0.0" deepmerge "4.2.2" - dotty "0.1.2" fuzzy "0.1.3" glob "8.0.3" inquirerer "0.1.3" - long "^5.2.0" minimist "1.2.6" mkdirp "1.0.4" + nested-obj "0.0.1" parse-package-name "1.0.0" rimraf "3.0.2" shelljs "0.8.5" - wasm-ast-types "^0.26.2" "@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0": version "4.4.0" @@ -1559,54 +1462,59 @@ dependencies: eslint-visitor-keys "^3.3.0" -"@eslint-community/regexpp@^4.5.1": - version "4.5.1" - resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884" - integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ== +"@eslint-community/regexpp@^4.10.0": + version "4.10.1" + resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.1.tgz#361461e5cb3845d874e61731c11cfedd664d83a0" + integrity sha512-Zm2NGpWELsQAD1xsJzGQpYfvICSsFkEpU0jxBjfdC6uNEWXcHnfs9hScFWtXVDVl+rBQJGrl4g1vcKIejpH9dA== "@eslint-community/regexpp@^4.6.1": version "4.8.1" resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.8.1.tgz#8c4bb756cc2aa7eaf13cfa5e69c83afb3260c20c" integrity sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ== -"@eslint/eslintrc@^2.1.2": - version "2.1.2" - resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.2.tgz#c6936b4b328c64496692f76944e755738be62396" - integrity sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g== +"@eslint/config-array@^0.15.1": + version "0.15.1" + resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.15.1.tgz#1fa78b422d98f4e7979f2211a1fde137e26c7d61" + integrity sha512-K4gzNq+yymn/EVsXYmf+SBcBro8MTf+aXJZUphM96CdzUEr+ClGDvAbpmaEK+cGVigVXIgs9gNmvHAlrzzY5JQ== + dependencies: + "@eslint/object-schema" "^2.1.3" + debug "^4.3.1" + minimatch "^3.0.5" + +"@eslint/eslintrc@^3.1.0": + version "3.1.0" + resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6" + integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ== dependencies: ajv "^6.12.4" debug "^4.3.2" - espree "^9.6.0" - globals "^13.19.0" + espree "^10.0.1" + globals "^14.0.0" ignore "^5.2.0" import-fresh "^3.2.1" js-yaml "^4.1.0" minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@eslint/js@8.49.0": - version "8.49.0" - resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.49.0.tgz#86f79756004a97fa4df866835093f1df3d03c333" - integrity sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w== +"@eslint/js@9.4.0": + version "9.4.0" + resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.4.0.tgz#96a2edd37ec0551ce5f9540705be23951c008a0c" + integrity sha512-fdI7VJjP3Rvc70lC4xkFXHB0fiPeojiL1PxVG6t1ZvXQrarj893PweuBTujxDUFk0Fxj4R7PIIAZ/aiiyZPZcg== -"@humanwhocodes/config-array@^0.11.11": - version "0.11.11" - resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.11.tgz#88a04c570dbbc7dd943e4712429c3df09bc32844" - integrity sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA== - dependencies: - "@humanwhocodes/object-schema" "^1.2.1" - debug "^4.1.1" - minimatch "^3.0.5" +"@eslint/object-schema@^2.1.3": + version "2.1.3" + resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.3.tgz#e65ae80ee2927b4fd8c5c26b15ecacc2b2a6cc2a" + integrity sha512-HAbhAYKfsAC2EkTqve00ibWIZlaU74Z1EHwAjYr4PXF0YU2VEA1zSIKSSpKszRLRWwHzzRZXvK632u+uXzvsvw== "@humanwhocodes/module-importer@^1.0.1": version "1.0.1" resolved "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz" integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== -"@humanwhocodes/object-schema@^1.2.1": - version "1.2.1" - resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz" - integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA== +"@humanwhocodes/retry@^0.3.0": + version "0.3.0" + resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.0.tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570" + integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew== "@istanbuljs/load-nyc-config@^1.0.0": version "1.1.0" @@ -1619,66 +1527,66 @@ js-yaml "^3.13.1" resolve-from "^5.0.0" -"@istanbuljs/schema@^0.1.2": +"@istanbuljs/schema@^0.1.2", "@istanbuljs/schema@^0.1.3": version "0.1.3" resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz" integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== -"@jest/console@^29.6.1": - version "29.6.1" - resolved "https://registry.yarnpkg.com/@jest/console/-/console-29.6.1.tgz#b48ba7b9c34b51483e6d590f46e5837f1ab5f639" - integrity sha512-Aj772AYgwTSr5w8qnyoJ0eDYvN6bMsH3ORH1ivMotrInHLKdUz6BDlaEXHdM6kODaBIkNIyQGzsMvRdOv7VG7Q== +"@jest/console@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/console/-/console-29.7.0.tgz#cd4822dbdb84529265c5a2bdb529a3c9cc950ffc" + integrity sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg== dependencies: - "@jest/types" "^29.6.1" + "@jest/types" "^29.6.3" "@types/node" "*" chalk "^4.0.0" - jest-message-util "^29.6.1" - jest-util "^29.6.1" + jest-message-util "^29.7.0" + jest-util "^29.7.0" slash "^3.0.0" -"@jest/core@^29.6.1": - version "29.6.1" - resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.6.1.tgz#fac0d9ddf320490c93356ba201451825231e95f6" - integrity sha512-CcowHypRSm5oYQ1obz1wfvkjZZ2qoQlrKKvlfPwh5jUXVU12TWr2qMeH8chLMuTFzHh5a1g2yaqlqDICbr+ukQ== +"@jest/core@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/core/-/core-29.7.0.tgz#b6cccc239f30ff36609658c5a5e2291757ce448f" + integrity sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg== dependencies: - "@jest/console" "^29.6.1" - "@jest/reporters" "^29.6.1" - "@jest/test-result" "^29.6.1" - "@jest/transform" "^29.6.1" - "@jest/types" "^29.6.1" + "@jest/console" "^29.7.0" + "@jest/reporters" "^29.7.0" + "@jest/test-result" "^29.7.0" + "@jest/transform" "^29.7.0" + "@jest/types" "^29.6.3" "@types/node" "*" ansi-escapes "^4.2.1" chalk "^4.0.0" ci-info "^3.2.0" exit "^0.1.2" graceful-fs "^4.2.9" - jest-changed-files "^29.5.0" - jest-config "^29.6.1" - jest-haste-map "^29.6.1" - jest-message-util "^29.6.1" - jest-regex-util "^29.4.3" - jest-resolve "^29.6.1" - jest-resolve-dependencies "^29.6.1" - jest-runner "^29.6.1" - jest-runtime "^29.6.1" - jest-snapshot "^29.6.1" - jest-util "^29.6.1" - jest-validate "^29.6.1" - jest-watcher "^29.6.1" + jest-changed-files "^29.7.0" + jest-config "^29.7.0" + jest-haste-map "^29.7.0" + jest-message-util "^29.7.0" + jest-regex-util "^29.6.3" + jest-resolve "^29.7.0" + jest-resolve-dependencies "^29.7.0" + jest-runner "^29.7.0" + jest-runtime "^29.7.0" + jest-snapshot "^29.7.0" + jest-util "^29.7.0" + jest-validate "^29.7.0" + jest-watcher "^29.7.0" micromatch "^4.0.4" - pretty-format "^29.6.1" + pretty-format "^29.7.0" slash "^3.0.0" strip-ansi "^6.0.0" -"@jest/environment@^29.6.1": - version "29.6.1" - resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.6.1.tgz#ee358fff2f68168394b4a50f18c68278a21fe82f" - integrity sha512-RMMXx4ws+Gbvw3DfLSuo2cfQlK7IwGbpuEWXCqyYDcqYTI+9Ju3a5hDnXaxjNsa6uKh9PQF2v+qg+RLe63tz5A== +"@jest/environment@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-29.7.0.tgz#24d61f54ff1f786f3cd4073b4b94416383baf2a7" + integrity sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw== dependencies: - "@jest/fake-timers" "^29.6.1" - "@jest/types" "^29.6.1" + "@jest/fake-timers" "^29.7.0" + "@jest/types" "^29.6.3" "@types/node" "*" - jest-mock "^29.6.1" + jest-mock "^29.7.0" "@jest/expect-utils@^29.5.0": version "29.5.0" @@ -1687,53 +1595,53 @@ dependencies: jest-get-type "^29.4.3" -"@jest/expect-utils@^29.6.1": - version "29.6.1" - resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-29.6.1.tgz#ab83b27a15cdd203fe5f68230ea22767d5c3acc5" - integrity sha512-o319vIf5pEMx0LmzSxxkYYxo4wrRLKHq9dP1yJU7FoPTB0LfAKSz8SWD6D/6U3v/O52t9cF5t+MeJiRsfk7zMw== +"@jest/expect-utils@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/expect-utils/-/expect-utils-29.7.0.tgz#023efe5d26a8a70f21677d0a1afc0f0a44e3a1c6" + integrity sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA== dependencies: - jest-get-type "^29.4.3" + jest-get-type "^29.6.3" -"@jest/expect@^29.6.1": - version "29.6.1" - resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-29.6.1.tgz#fef18265188f6a97601f1ea0a2912d81a85b4657" - integrity sha512-N5xlPrAYaRNyFgVf2s9Uyyvr795jnB6rObuPx4QFvNJz8aAjpZUDfO4bh5G/xuplMID8PrnuF1+SfSyDxhsgYg== +"@jest/expect@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/expect/-/expect-29.7.0.tgz#76a3edb0cb753b70dfbfe23283510d3d45432bf2" + integrity sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ== dependencies: - expect "^29.6.1" - jest-snapshot "^29.6.1" + expect "^29.7.0" + jest-snapshot "^29.7.0" -"@jest/fake-timers@^29.6.1": - version "29.6.1" - resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.6.1.tgz#c773efddbc61e1d2efcccac008139f621de57c69" - integrity sha512-RdgHgbXyosCDMVYmj7lLpUwXA4c69vcNzhrt69dJJdf8azUrpRh3ckFCaTPNjsEeRi27Cig0oKDGxy5j7hOgHg== +"@jest/fake-timers@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-29.7.0.tgz#fd91bf1fffb16d7d0d24a426ab1a47a49881a565" + integrity sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ== dependencies: - "@jest/types" "^29.6.1" + "@jest/types" "^29.6.3" "@sinonjs/fake-timers" "^10.0.2" "@types/node" "*" - jest-message-util "^29.6.1" - jest-mock "^29.6.1" - jest-util "^29.6.1" + jest-message-util "^29.7.0" + jest-mock "^29.7.0" + jest-util "^29.7.0" -"@jest/globals@^29.6.1": - version "29.6.1" - resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-29.6.1.tgz#c8a8923e05efd757308082cc22893d82b8aa138f" - integrity sha512-2VjpaGy78JY9n9370H8zGRCFbYVWwjY6RdDMhoJHa1sYfwe6XM/azGN0SjY8kk7BOZApIejQ1BFPyH7FPG0w3A== +"@jest/globals@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-29.7.0.tgz#8d9290f9ec47ff772607fa864ca1d5a2efae1d4d" + integrity sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ== dependencies: - "@jest/environment" "^29.6.1" - "@jest/expect" "^29.6.1" - "@jest/types" "^29.6.1" - jest-mock "^29.6.1" + "@jest/environment" "^29.7.0" + "@jest/expect" "^29.7.0" + "@jest/types" "^29.6.3" + jest-mock "^29.7.0" -"@jest/reporters@^29.6.1": - version "29.6.1" - resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-29.6.1.tgz#3325a89c9ead3cf97ad93df3a427549d16179863" - integrity sha512-9zuaI9QKr9JnoZtFQlw4GREQbxgmNYXU6QuWtmuODvk5nvPUeBYapVR/VYMyi2WSx3jXTLJTJji8rN6+Cm4+FA== +"@jest/reporters@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/reporters/-/reporters-29.7.0.tgz#04b262ecb3b8faa83b0b3d321623972393e8f4c7" + integrity sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg== dependencies: "@bcoe/v8-coverage" "^0.2.3" - "@jest/console" "^29.6.1" - "@jest/test-result" "^29.6.1" - "@jest/transform" "^29.6.1" - "@jest/types" "^29.6.1" + "@jest/console" "^29.7.0" + "@jest/test-result" "^29.7.0" + "@jest/transform" "^29.7.0" + "@jest/types" "^29.6.3" "@jridgewell/trace-mapping" "^0.3.18" "@types/node" "*" chalk "^4.0.0" @@ -1742,25 +1650,18 @@ glob "^7.1.3" graceful-fs "^4.2.9" istanbul-lib-coverage "^3.0.0" - istanbul-lib-instrument "^5.1.0" + istanbul-lib-instrument "^6.0.0" istanbul-lib-report "^3.0.0" istanbul-lib-source-maps "^4.0.0" istanbul-reports "^3.1.3" - jest-message-util "^29.6.1" - jest-util "^29.6.1" - jest-worker "^29.6.1" + jest-message-util "^29.7.0" + jest-util "^29.7.0" + jest-worker "^29.7.0" slash "^3.0.0" string-length "^4.0.1" strip-ansi "^6.0.0" v8-to-istanbul "^9.0.1" -"@jest/schemas@^28.1.3": - version "28.1.3" - resolved "https://registry.npmjs.org/@jest/schemas/-/schemas-28.1.3.tgz" - integrity sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg== - dependencies: - "@sinclair/typebox" "^0.24.1" - "@jest/schemas@^29.4.3": version "29.4.3" resolved "https://registry.npmjs.org/@jest/schemas/-/schemas-29.4.3.tgz" @@ -1768,96 +1669,63 @@ dependencies: "@sinclair/typebox" "^0.25.16" -"@jest/schemas@^29.6.0": - version "29.6.0" - resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.6.0.tgz#0f4cb2c8e3dca80c135507ba5635a4fd755b0040" - integrity sha512-rxLjXyJBTL4LQeJW3aKo0M/+GkCOXsO+8i9Iu7eDb6KwtP65ayoDsitrdPBtujxQ88k4wI2FNYfa6TOGwSn6cQ== +"@jest/schemas@^29.6.3": + version "29.6.3" + resolved "https://registry.yarnpkg.com/@jest/schemas/-/schemas-29.6.3.tgz#430b5ce8a4e0044a7e3819663305a7b3091c8e03" + integrity sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA== dependencies: "@sinclair/typebox" "^0.27.8" -"@jest/source-map@^29.6.0": - version "29.6.0" - resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-29.6.0.tgz#bd34a05b5737cb1a99d43e1957020ac8e5b9ddb1" - integrity sha512-oA+I2SHHQGxDCZpbrsCQSoMLb3Bz547JnM+jUr9qEbuw0vQlWZfpPS7CO9J7XiwKicEz9OFn/IYoLkkiUD7bzA== +"@jest/source-map@^29.6.3": + version "29.6.3" + resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-29.6.3.tgz#d90ba772095cf37a34a5eb9413f1b562a08554c4" + integrity sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw== dependencies: "@jridgewell/trace-mapping" "^0.3.18" callsites "^3.0.0" graceful-fs "^4.2.9" -"@jest/test-result@^29.6.1": - version "29.6.1" - resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-29.6.1.tgz#850e565a3f58ee8ca6ec424db00cb0f2d83c36ba" - integrity sha512-Ynr13ZRcpX6INak0TPUukU8GWRfm/vAytE3JbJNGAvINySWYdfE7dGZMbk36oVuK4CigpbhMn8eg1dixZ7ZJOw== +"@jest/test-result@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-29.7.0.tgz#8db9a80aa1a097bb2262572686734baed9b1657c" + integrity sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA== dependencies: - "@jest/console" "^29.6.1" - "@jest/types" "^29.6.1" + "@jest/console" "^29.7.0" + "@jest/types" "^29.6.3" "@types/istanbul-lib-coverage" "^2.0.0" collect-v8-coverage "^1.0.0" -"@jest/test-sequencer@^29.6.1": - version "29.6.1" - resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-29.6.1.tgz#e3e582ee074dd24ea9687d7d1aaf05ee3a9b068e" - integrity sha512-oBkC36PCDf/wb6dWeQIhaviU0l5u6VCsXa119yqdUosYAt7/FbQU2M2UoziO3igj/HBDEgp57ONQ3fm0v9uyyg== - dependencies: - "@jest/test-result" "^29.6.1" - graceful-fs "^4.2.9" - jest-haste-map "^29.6.1" - slash "^3.0.0" - -"@jest/transform@28.1.3": - version "28.1.3" - resolved "https://registry.npmjs.org/@jest/transform/-/transform-28.1.3.tgz" - integrity sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA== +"@jest/test-sequencer@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz#6cef977ce1d39834a3aea887a1726628a6f072ce" + integrity sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw== dependencies: - "@babel/core" "^7.11.6" - "@jest/types" "^28.1.3" - "@jridgewell/trace-mapping" "^0.3.13" - babel-plugin-istanbul "^6.1.1" - chalk "^4.0.0" - convert-source-map "^1.4.0" - fast-json-stable-stringify "^2.0.0" + "@jest/test-result" "^29.7.0" graceful-fs "^4.2.9" - jest-haste-map "^28.1.3" - jest-regex-util "^28.0.2" - jest-util "^28.1.3" - micromatch "^4.0.4" - pirates "^4.0.4" + jest-haste-map "^29.7.0" slash "^3.0.0" - write-file-atomic "^4.0.1" -"@jest/transform@^29.6.1": - version "29.6.1" - resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.6.1.tgz#acb5606019a197cb99beda3c05404b851f441c92" - integrity sha512-URnTneIU3ZjRSaf906cvf6Hpox3hIeJXRnz3VDSw5/X93gR8ycdfSIEy19FlVx8NFmpN7fe3Gb1xF+NjXaQLWg== +"@jest/transform@^29.7.0": + version "29.7.0" + resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-29.7.0.tgz#df2dd9c346c7d7768b8a06639994640c642e284c" + integrity sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw== dependencies: "@babel/core" "^7.11.6" - "@jest/types" "^29.6.1" + "@jest/types" "^29.6.3" "@jridgewell/trace-mapping" "^0.3.18" babel-plugin-istanbul "^6.1.1" chalk "^4.0.0" convert-source-map "^2.0.0" fast-json-stable-stringify "^2.1.0" graceful-fs "^4.2.9" - jest-haste-map "^29.6.1" - jest-regex-util "^29.4.3" - jest-util "^29.6.1" + jest-haste-map "^29.7.0" + jest-regex-util "^29.6.3" + jest-util "^29.7.0" micromatch "^4.0.4" pirates "^4.0.4" slash "^3.0.0" write-file-atomic "^4.0.2" -"@jest/types@^28.1.3": - version "28.1.3" - resolved "https://registry.npmjs.org/@jest/types/-/types-28.1.3.tgz" - integrity sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ== - dependencies: - "@jest/schemas" "^28.1.3" - "@types/istanbul-lib-coverage" "^2.0.0" - "@types/istanbul-reports" "^3.0.0" - "@types/node" "*" - "@types/yargs" "^17.0.8" - chalk "^4.0.0" - "@jest/types@^29.5.0": version "29.5.0" resolved "https://registry.npmjs.org/@jest/types/-/types-29.5.0.tgz" @@ -1870,12 +1738,12 @@ "@types/yargs" "^17.0.8" chalk "^4.0.0" -"@jest/types@^29.6.1": - version "29.6.1" - resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.1.tgz#ae79080278acff0a6af5eb49d063385aaa897bf2" - integrity sha512-tPKQNMPuXgvdOn2/Lg9HNfUvjYVGolt04Hp03f5hAk878uwOLikN+JzeLY0HcVgKgFl9Hs3EIqpu3WX27XNhnw== +"@jest/types@^29.6.3": + version "29.6.3" + resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.6.3.tgz#1131f8cf634e7e84c5e77bab12f052af585fba59" + integrity sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw== dependencies: - "@jest/schemas" "^29.6.0" + "@jest/schemas" "^29.6.3" "@types/istanbul-lib-coverage" "^2.0.0" "@types/istanbul-reports" "^3.0.0" "@types/node" "*" @@ -1891,27 +1759,46 @@ "@jridgewell/sourcemap-codec" "^1.4.10" "@jridgewell/trace-mapping" "^0.3.9" +"@jridgewell/gen-mapping@^0.3.5": + version "0.3.5" + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" + integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== + dependencies: + "@jridgewell/set-array" "^1.2.1" + "@jridgewell/sourcemap-codec" "^1.4.10" + "@jridgewell/trace-mapping" "^0.3.24" + "@jridgewell/resolve-uri@3.1.0": version "3.1.0" resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz" integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== +"@jridgewell/resolve-uri@^3.1.0": + version "3.1.2" + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== + "@jridgewell/set-array@^1.0.1": version "1.1.2" resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz" integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== +"@jridgewell/set-array@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== + "@jridgewell/sourcemap-codec@1.4.14": version "1.4.14" resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz" integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== -"@jridgewell/sourcemap-codec@^1.4.10": +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": version "1.4.15" resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz" integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== -"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.13", "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.18", "@jridgewell/trace-mapping@^0.3.9": +"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.18", "@jridgewell/trace-mapping@^0.3.9": version "0.3.18" resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz" integrity sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA== @@ -1919,6 +1806,14 @@ "@jridgewell/resolve-uri" "3.1.0" "@jridgewell/sourcemap-codec" "1.4.14" +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": + version "0.3.25" + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" + integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== + dependencies: + "@jridgewell/resolve-uri" "^3.1.0" + "@jridgewell/sourcemap-codec" "^1.4.14" + "@jsdevtools/ono@^7.1.3": version "7.1.3" resolved "https://registry.npmjs.org/@jsdevtools/ono/-/ono-7.1.3.tgz" @@ -2049,11 +1944,6 @@ mz "^2.7.0" prettier "^2.6.2" -"@sinclair/typebox@^0.24.1": - version "0.24.51" - resolved "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz" - integrity sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA== - "@sinclair/typebox@^0.25.16": version "0.25.24" resolved "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.25.24.tgz" @@ -2111,7 +2001,15 @@ dependencies: "@babel/types" "^7.20.7" -"@types/glob@^7.1.3": +"@types/glob@*": + version "8.1.0" + resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.1.0.tgz#b63e70155391b0584dce44e7ea25190bbc38f2fc" + integrity sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w== + dependencies: + "@types/minimatch" "^5.1.2" + "@types/node" "*" + +"@types/glob@^7.1.3", "@types/glob@~7.2.0": version "7.2.0" resolved "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz" integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA== @@ -2145,15 +2043,15 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^29.5.3": - version "29.5.3" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.3.tgz#7a35dc0044ffb8b56325c6802a4781a626b05777" - integrity sha512-1Nq7YrO/vJE/FYnqYyw0FS8LdrjExSgIiHyKg7xPpn+yi8Q4huZryKnkJatN1ZRH89Kw2v33/8ZMB7DuZeSLlA== +"@types/jest@^29.5.12": + version "29.5.12" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544" + integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw== dependencies: expect "^29.0.0" pretty-format "^29.0.0" -"@types/json-schema@^7.0.11", "@types/json-schema@^7.0.12": +"@types/json-schema@^7.0.11": version "7.0.12" resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz" integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA== @@ -2168,7 +2066,7 @@ resolved "https://registry.npmjs.org/@types/long/-/long-4.0.2.tgz" integrity sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA== -"@types/minimatch@*": +"@types/minimatch@*", "@types/minimatch@^5.1.2": version "5.1.2" resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz" integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA== @@ -2178,20 +2076,33 @@ resolved "https://registry.npmjs.org/@types/node/-/node-20.3.1.tgz" integrity sha512-EhcH/wvidPy1WeML3TtYFGR83UzjxeWRen9V402T8aUGYsCHOmfoisV3ZSg03gAFIbLq8TnWOJ0f4cALtnSEUg== -"@types/node@^20.6.2": - version "20.6.2" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.6.2.tgz#a065925409f59657022e9063275cd0b9bd7e1b12" - integrity sha512-Y+/1vGBHV/cYk6OI1Na/LHzwnlNCAfU3ZNGrc1LdRe/LAIbdDPTTv/HU3M7yXN448aTVDq3eKRm2cg7iKLb8gw== +"@types/node@^20.14.1": + version "20.14.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.1.tgz#2434dbcb1f039e31f2c0e9969da93f52cf6348f3" + integrity sha512-T2MzSGEu+ysB/FkWfqmhV3PLyQlowdptmmgD20C6QxsS8Fmv5SjpZ1ayXaEC0S21/h5UJ9iA6W/5vSNU5l00OA== + dependencies: + undici-types "~5.26.4" -"@types/prettier@^2.1.5", "@types/prettier@^2.6.1": +"@types/prettier@^2.6.1": version "2.7.3" resolved "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz" integrity sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA== -"@types/semver@^7.5.0": - version "7.5.0" - resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a" - integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw== +"@types/rimraf@3.0.2": + version "3.0.2" + resolved "https://registry.yarnpkg.com/@types/rimraf/-/rimraf-3.0.2.tgz#a63d175b331748e5220ad48c901d7bbf1f44eef8" + integrity sha512-F3OznnSLAUxFrCEu/L5PY8+ny8DtcFRjx7fZZ9bycvXRi3KPTRS9HOitGZwvPg0juRhXFWIeKX58cnX5YqLohQ== + dependencies: + "@types/glob" "*" + "@types/node" "*" + +"@types/shelljs@0.8.15": + version "0.8.15" + resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.15.tgz#22c6ab9dfe05cec57d8e6cb1a95ea173aee9fcac" + integrity sha512-vzmnCHl6hViPu9GNLQJ+DZFd6BQI2DBTUeOvYHqkWQLMfKAAQYMb/xAmZkTogZI/vqXHCWkqDRymDI5p0QTi5Q== + dependencies: + "@types/glob" "~7.2.0" + "@types/node" "*" "@types/stack-utils@^2.0.0": version "2.0.1" @@ -2210,100 +2121,96 @@ dependencies: "@types/yargs-parser" "*" -"@typescript-eslint/eslint-plugin@^6.7.2": - version "6.7.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.2.tgz#f18cc75c9cceac8080a9dc2e7d166008c5207b9f" - integrity sha512-ooaHxlmSgZTM6CHYAFRlifqh1OAr3PAQEwi7lhYhaegbnXrnh7CDcHmc3+ihhbQC7H0i4JF0psI5ehzkF6Yl6Q== +"@typescript-eslint/eslint-plugin@^7.12.0": + version "7.12.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.12.0.tgz#f87a32e8972b8a60024f2f8f12205e7c8108bc41" + integrity sha512-7F91fcbuDf/d3S8o21+r3ZncGIke/+eWk0EpO21LXhDfLahriZF9CGj4fbAetEjlaBdjdSm9a6VeXbpbT6Z40Q== dependencies: - "@eslint-community/regexpp" "^4.5.1" - "@typescript-eslint/scope-manager" "6.7.2" - "@typescript-eslint/type-utils" "6.7.2" - "@typescript-eslint/utils" "6.7.2" - "@typescript-eslint/visitor-keys" "6.7.2" - debug "^4.3.4" + "@eslint-community/regexpp" "^4.10.0" + "@typescript-eslint/scope-manager" "7.12.0" + "@typescript-eslint/type-utils" "7.12.0" + "@typescript-eslint/utils" "7.12.0" + "@typescript-eslint/visitor-keys" "7.12.0" graphemer "^1.4.0" - ignore "^5.2.4" + ignore "^5.3.1" natural-compare "^1.4.0" - semver "^7.5.4" - ts-api-utils "^1.0.1" + ts-api-utils "^1.3.0" -"@typescript-eslint/parser@^6.7.2": - version "6.7.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.2.tgz#e0ae93771441b9518e67d0660c79e3a105497af4" - integrity sha512-KA3E4ox0ws+SPyxQf9iSI25R6b4Ne78ORhNHeVKrPQnoYsb9UhieoiRoJgrzgEeKGOXhcY1i8YtOeCHHTDa6Fw== +"@typescript-eslint/parser@^7.12.0": + version "7.12.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.12.0.tgz#8761df3345528b35049353db80010b385719b1c3" + integrity sha512-dm/J2UDY3oV3TKius2OUZIFHsomQmpHtsV0FTh1WO8EKgHLQ1QCADUqscPgTpU+ih1e21FQSRjXckHn3txn6kQ== dependencies: - "@typescript-eslint/scope-manager" "6.7.2" - "@typescript-eslint/types" "6.7.2" - "@typescript-eslint/typescript-estree" "6.7.2" - "@typescript-eslint/visitor-keys" "6.7.2" + "@typescript-eslint/scope-manager" "7.12.0" + "@typescript-eslint/types" "7.12.0" + "@typescript-eslint/typescript-estree" "7.12.0" + "@typescript-eslint/visitor-keys" "7.12.0" debug "^4.3.4" -"@typescript-eslint/scope-manager@6.7.2": - version "6.7.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.2.tgz#cf59a2095d2f894770c94be489648ad1c78dc689" - integrity sha512-bgi6plgyZjEqapr7u2mhxGR6E8WCzKNUFWNh6fkpVe9+yzRZeYtDTbsIBzKbcxI+r1qVWt6VIoMSNZ4r2A+6Yw== +"@typescript-eslint/scope-manager@7.12.0": + version "7.12.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.12.0.tgz#259c014362de72dd34f995efe6bd8dda486adf58" + integrity sha512-itF1pTnN6F3unPak+kutH9raIkL3lhH1YRPGgt7QQOh43DQKVJXmWkpb+vpc/TiDHs6RSd9CTbDsc/Y+Ygq7kg== dependencies: - "@typescript-eslint/types" "6.7.2" - "@typescript-eslint/visitor-keys" "6.7.2" + "@typescript-eslint/types" "7.12.0" + "@typescript-eslint/visitor-keys" "7.12.0" -"@typescript-eslint/type-utils@6.7.2": - version "6.7.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.2.tgz#ed921c9db87d72fa2939fee242d700561454f367" - integrity sha512-36F4fOYIROYRl0qj95dYKx6kybddLtsbmPIYNK0OBeXv2j9L5nZ17j9jmfy+bIDHKQgn2EZX+cofsqi8NPATBQ== +"@typescript-eslint/type-utils@7.12.0": + version "7.12.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.12.0.tgz#9dfaaa1972952f395ec5be4f5bbfc4d3cdc63908" + integrity sha512-lib96tyRtMhLxwauDWUp/uW3FMhLA6D0rJ8T7HmH7x23Gk1Gwwu8UZ94NMXBvOELn6flSPiBrCKlehkiXyaqwA== dependencies: - "@typescript-eslint/typescript-estree" "6.7.2" - "@typescript-eslint/utils" "6.7.2" + "@typescript-eslint/typescript-estree" "7.12.0" + "@typescript-eslint/utils" "7.12.0" debug "^4.3.4" - ts-api-utils "^1.0.1" + ts-api-utils "^1.3.0" -"@typescript-eslint/types@6.7.2": - version "6.7.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.2.tgz#75a615a6dbeca09cafd102fe7f465da1d8a3c066" - integrity sha512-flJYwMYgnUNDAN9/GAI3l8+wTmvTYdv64fcH8aoJK76Y+1FCZ08RtI5zDerM/FYT5DMkAc+19E4aLmd5KqdFyg== +"@typescript-eslint/types@7.12.0": + version "7.12.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.12.0.tgz#bf208f971a8da1e7524a5d9ae2b5f15192a37981" + integrity sha512-o+0Te6eWp2ppKY3mLCU+YA9pVJxhUJE15FV7kxuD9jgwIAa+w/ycGJBMrYDTpVGUM/tgpa9SeMOugSabWFq7bg== -"@typescript-eslint/typescript-estree@6.7.2": - version "6.7.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.2.tgz#ce5883c23b581a5caf878af641e49dd0349238c7" - integrity sha512-kiJKVMLkoSciGyFU0TOY0fRxnp9qq1AzVOHNeN1+B9erKFCJ4Z8WdjAkKQPP+b1pWStGFqezMLltxO+308dJTQ== +"@typescript-eslint/typescript-estree@7.12.0": + version "7.12.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.12.0.tgz#e6c1074f248b3db6573ab6a7c47a39c4cd498ff9" + integrity sha512-5bwqLsWBULv1h6pn7cMW5dXX/Y2amRqLaKqsASVwbBHMZSnHqE/HN4vT4fE0aFsiwxYvr98kqOWh1a8ZKXalCQ== dependencies: - "@typescript-eslint/types" "6.7.2" - "@typescript-eslint/visitor-keys" "6.7.2" + "@typescript-eslint/types" "7.12.0" + "@typescript-eslint/visitor-keys" "7.12.0" debug "^4.3.4" globby "^11.1.0" is-glob "^4.0.3" - semver "^7.5.4" - ts-api-utils "^1.0.1" + minimatch "^9.0.4" + semver "^7.6.0" + ts-api-utils "^1.3.0" -"@typescript-eslint/utils@6.7.2": - version "6.7.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.2.tgz#b9ef0da6f04932167a9222cb4ac59cb187165ebf" - integrity sha512-ZCcBJug/TS6fXRTsoTkgnsvyWSiXwMNiPzBUani7hDidBdj1779qwM1FIAmpH4lvlOZNF3EScsxxuGifjpLSWQ== +"@typescript-eslint/utils@7.12.0": + version "7.12.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.12.0.tgz#c6e58fd7f724cdccc848f71e388ad80cbdb95dd0" + integrity sha512-Y6hhwxwDx41HNpjuYswYp6gDbkiZ8Hin9Bf5aJQn1bpTs3afYY4GX+MPYxma8jtoIV2GRwTM/UJm/2uGCVv+DQ== dependencies: "@eslint-community/eslint-utils" "^4.4.0" - "@types/json-schema" "^7.0.12" - "@types/semver" "^7.5.0" - "@typescript-eslint/scope-manager" "6.7.2" - "@typescript-eslint/types" "6.7.2" - "@typescript-eslint/typescript-estree" "6.7.2" - semver "^7.5.4" + "@typescript-eslint/scope-manager" "7.12.0" + "@typescript-eslint/types" "7.12.0" + "@typescript-eslint/typescript-estree" "7.12.0" -"@typescript-eslint/visitor-keys@6.7.2": - version "6.7.2" - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.2.tgz#4cb2bd786f1f459731b0ad1584c9f73e1c7a4d5c" - integrity sha512-uVw9VIMFBUTz8rIeaUT3fFe8xIUx8r4ywAdlQv1ifH+6acn/XF8Y6rwJ7XNmkNMDrTW+7+vxFFPIF40nJCVsMQ== +"@typescript-eslint/visitor-keys@7.12.0": + version "7.12.0" + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.12.0.tgz#c053b55a996679528beeedd8e565710ce1ae1ad3" + integrity sha512-uZk7DevrQLL3vSnfFl5bj4sL75qC9D6EdjemIdbtkuUmIheWpuiiylSY01JxJE7+zGrOWDZrp1WxOuDntvKrHQ== dependencies: - "@typescript-eslint/types" "6.7.2" - eslint-visitor-keys "^3.4.1" + "@typescript-eslint/types" "7.12.0" + eslint-visitor-keys "^3.4.3" acorn-jsx@^5.3.2: version "5.3.2" resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz" integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== -acorn@^8.9.0: - version "8.10.0" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5" - integrity sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw== +acorn@^8.11.3: + version "8.11.3" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a" + integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg== ajv@^6.12.4: version "6.12.6" @@ -2413,12 +2320,10 @@ ast-stringify@0.1.0: dependencies: "@babel/runtime" "^7.11.2" -axios@^0.21.2: - version "0.21.4" - resolved "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz" - integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg== - dependencies: - follow-redirects "^1.14.0" +asynckit@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" + integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== axios@^0.26.1: version "0.26.1" @@ -2427,15 +2332,24 @@ axios@^0.26.1: dependencies: follow-redirects "^1.14.8" -babel-jest@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.6.1.tgz#a7141ad1ed5ec50238f3cd36127636823111233a" - integrity sha512-qu+3bdPEQC6KZSPz+4Fyjbga5OODNcp49j6GKzG1EKbkfyJBxEYGVUmVGpwCSeGouG52R4EgYMLb6p9YeEEQ4A== +axios@^1.6.0: + version "1.7.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621" + integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw== + dependencies: + follow-redirects "^1.15.6" + form-data "^4.0.0" + proxy-from-env "^1.1.0" + +babel-jest@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-29.7.0.tgz#f4369919225b684c56085998ac63dbd05be020d5" + integrity sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg== dependencies: - "@jest/transform" "^29.6.1" + "@jest/transform" "^29.7.0" "@types/babel__core" "^7.1.14" babel-plugin-istanbul "^6.1.1" - babel-preset-jest "^29.5.0" + babel-preset-jest "^29.6.3" chalk "^4.0.0" graceful-fs "^4.2.9" slash "^3.0.0" @@ -2451,63 +2365,39 @@ babel-plugin-istanbul@^6.1.1: istanbul-lib-instrument "^5.0.4" test-exclude "^6.0.0" -babel-plugin-jest-hoist@^29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.5.0.tgz" - integrity sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w== +babel-plugin-jest-hoist@^29.6.3: + version "29.6.3" + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz#aadbe943464182a8922c3c927c3067ff40d24626" + integrity sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg== dependencies: "@babel/template" "^7.3.3" "@babel/types" "^7.3.3" "@types/babel__core" "^7.1.14" "@types/babel__traverse" "^7.0.6" -babel-plugin-polyfill-corejs2@^0.3.2: - version "0.3.3" - resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz" - integrity sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q== - dependencies: - "@babel/compat-data" "^7.17.7" - "@babel/helper-define-polyfill-provider" "^0.3.3" - semver "^6.1.1" - -babel-plugin-polyfill-corejs2@^0.4.4: - version "0.4.4" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.4.tgz#9f9a0e1cd9d645cc246a5e094db5c3aa913ccd2b" - integrity sha512-9WeK9snM1BfxB38goUEv2FLnA6ja07UMfazFHzCXUb3NyDZAwfXvQiURQ6guTTMeHcOsdknULm1PDhs4uWtKyA== +babel-plugin-polyfill-corejs2@^0.4.10: + version "0.4.11" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz#30320dfe3ffe1a336c15afdcdafd6fd615b25e33" + integrity sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q== dependencies: "@babel/compat-data" "^7.22.6" - "@babel/helper-define-polyfill-provider" "^0.4.1" - "@nicolo-ribaudo/semver-v6" "^6.3.3" - -babel-plugin-polyfill-corejs3@^0.5.3: - version "0.5.3" - resolved "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz" - integrity sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw== - dependencies: - "@babel/helper-define-polyfill-provider" "^0.3.2" - core-js-compat "^3.21.0" - -babel-plugin-polyfill-corejs3@^0.8.2: - version "0.8.2" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.2.tgz#d406c5738d298cd9c66f64a94cf8d5904ce4cc5e" - integrity sha512-Cid+Jv1BrY9ReW9lIfNlNpsI53N+FN7gE+f73zLAUbr9C52W4gKLWSByx47pfDJsEysojKArqOtOKZSVIIUTuQ== - dependencies: - "@babel/helper-define-polyfill-provider" "^0.4.1" - core-js-compat "^3.31.0" + "@babel/helper-define-polyfill-provider" "^0.6.2" + semver "^6.3.1" -babel-plugin-polyfill-regenerator@^0.4.0: - version "0.4.1" - resolved "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz" - integrity sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw== +babel-plugin-polyfill-corejs3@^0.10.4: + version "0.10.4" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz#789ac82405ad664c20476d0233b485281deb9c77" + integrity sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg== dependencies: - "@babel/helper-define-polyfill-provider" "^0.3.3" + "@babel/helper-define-polyfill-provider" "^0.6.1" + core-js-compat "^3.36.1" -babel-plugin-polyfill-regenerator@^0.5.1: - version "0.5.1" - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.1.tgz#ace7a5eced6dff7d5060c335c52064778216afd3" - integrity sha512-L8OyySuI6OSQ5hFy9O+7zFjyr4WhAfRjLIOkhQGYl+emwJkd/S4XXT1JpfrgR1jrQ1NcGiOh+yAdGlF8pnC3Jw== +babel-plugin-polyfill-regenerator@^0.6.1: + version "0.6.2" + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz#addc47e240edd1da1058ebda03021f382bba785e" + integrity sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg== dependencies: - "@babel/helper-define-polyfill-provider" "^0.4.1" + "@babel/helper-define-polyfill-provider" "^0.6.2" babel-preset-current-node-syntax@^1.0.0: version "1.0.1" @@ -2527,12 +2417,12 @@ babel-preset-current-node-syntax@^1.0.0: "@babel/plugin-syntax-optional-chaining" "^7.8.3" "@babel/plugin-syntax-top-level-await" "^7.8.3" -babel-preset-jest@^29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.5.0.tgz" - integrity sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg== +babel-preset-jest@^29.6.3: + version "29.6.3" + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz#fa05fa510e7d493896d7b0dd2033601c840f171c" + integrity sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA== dependencies: - babel-plugin-jest-hoist "^29.5.0" + babel-plugin-jest-hoist "^29.6.3" babel-preset-current-node-syntax "^1.0.0" balanced-match@^1.0.0: @@ -2596,7 +2486,7 @@ brorand@^1.1.0: resolved "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz" integrity sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w== -browserslist@^4.21.3, browserslist@^4.21.5, browserslist@^4.21.9: +browserslist@^4.21.3, browserslist@^4.21.9: version "4.21.9" resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.21.9.tgz" integrity sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg== @@ -2606,6 +2496,16 @@ browserslist@^4.21.3, browserslist@^4.21.5, browserslist@^4.21.9: node-releases "^2.0.12" update-browserslist-db "^1.0.11" +browserslist@^4.22.2, browserslist@^4.23.0: + version "4.23.0" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.0.tgz#8f3acc2bbe73af7213399430890f86c63a5674ab" + integrity sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ== + dependencies: + caniuse-lite "^1.0.30001587" + electron-to-chromium "^1.4.668" + node-releases "^2.0.14" + update-browserslist-db "^1.0.13" + bser@2.1.1: version "2.1.1" resolved "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz" @@ -2643,6 +2543,11 @@ caniuse-lite@^1.0.30001503: resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001504.tgz" integrity sha512-5uo7eoOp2mKbWyfMXnGO9rJWOGU8duvzEiYITW+wivukL7yHH4gX9yuRaobu6El4jPxo6jKZfG+N6fB621GD/Q== +caniuse-lite@^1.0.30001587: + version "1.0.30001627" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001627.tgz#8071c42d468e06ed2fb2c545efe79a663fd326ab" + integrity sha512-4zgNiB8nTyV/tHhwZrFs88ryjls/lHiqFhrxCW4qSTeuRByBVnPYpDInchOIySWknznucaf31Z4KYqjfbrecVw== + case@1.6.3: version "1.6.3" resolved "https://registry.npmjs.org/case/-/case-1.6.3.tgz" @@ -2786,12 +2691,19 @@ colors@^1.1.2: resolved "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz" integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA== +combined-stream@^1.0.8: + version "1.0.8" + resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" + integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== + dependencies: + delayed-stream "~1.0.0" + concat-map@0.0.1: version "0.0.1" resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== -convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0: +convert-source-map@^1.6.0, convert-source-map@^1.7.0: version "1.9.0" resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz" integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A== @@ -2814,13 +2726,6 @@ copyfiles@^2.4.1: untildify "^4.0.0" yargs "^16.1.0" -core-js-compat@^3.21.0, core-js-compat@^3.22.1: - version "3.31.0" - resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.31.0.tgz" - integrity sha512-hM7YCu1cU6Opx7MXNu0NuumM0ezNeAeRKadixyiQELWY3vT3De9S4J5ZBMraWV2vZnrE1Cirl0GtFtDtMUXzPw== - dependencies: - browserslist "^4.21.5" - core-js-compat@^3.31.0: version "3.31.1" resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.31.1.tgz#5084ad1a46858df50ff89ace152441a63ba7aae0" @@ -2828,18 +2733,35 @@ core-js-compat@^3.31.0: dependencies: browserslist "^4.21.9" +core-js-compat@^3.36.1: + version "3.37.1" + resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.1.tgz#c844310c7852f4bdf49b8d339730b97e17ff09ee" + integrity sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg== + dependencies: + browserslist "^4.23.0" + core-util-is@~1.0.0: version "1.0.3" resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz" integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== -cosmjs-types@^0.8.0: - version "0.8.0" - resolved "https://registry.npmjs.org/cosmjs-types/-/cosmjs-types-0.8.0.tgz" - integrity sha512-Q2Mj95Fl0PYMWEhA2LuGEIhipF7mQwd9gTQ85DdP9jjjopeoGaDxvmPa5nakNzsq7FnO1DMTatXTAx6bxMH7Lg== +cosmjs-types@^0.9.0: + version "0.9.0" + resolved "https://registry.yarnpkg.com/cosmjs-types/-/cosmjs-types-0.9.0.tgz#c3bc482d28c7dfa25d1445093fdb2d9da1f6cfcc" + integrity sha512-MN/yUe6mkJwHnCFfsNPeCfXVhyxHYW6c/xDUzrSbBycYzw++XvWDMJArXp2pLdgD6FQ8DW79vkPjeNKVrXaHeQ== + +create-jest@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/create-jest/-/create-jest-29.7.0.tgz#a355c5b3cb1e1af02ba177fe7afd7feee49a5320" + integrity sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q== dependencies: - long "^4.0.0" - protobufjs "~6.11.2" + "@jest/types" "^29.6.3" + chalk "^4.0.0" + exit "^0.1.2" + graceful-fs "^4.2.9" + jest-config "^29.7.0" + jest-util "^29.7.0" + prompts "^2.0.1" cross-spawn@^7.0.2, cross-spawn@^7.0.3: version "7.0.3" @@ -2870,10 +2792,17 @@ debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4: dependencies: ms "2.1.2" -dedent@^0.7.0: - version "0.7.0" - resolved "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz" - integrity sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA== +debug@^4.3.1: + version "4.3.5" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e" + integrity sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg== + dependencies: + ms "2.1.2" + +dedent@^1.0.0: + version "1.5.3" + resolved "https://registry.yarnpkg.com/dedent/-/dedent-1.5.3.tgz#99aee19eb9bae55a67327717b6e848d0bf777e5a" + integrity sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ== deep-is@^0.1.3: version "0.1.4" @@ -2898,6 +2827,11 @@ define-properties@^1.1.3: has-property-descriptors "^1.0.0" object-keys "^1.1.1" +delayed-stream@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" + integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== + detect-newline@^3.0.0: version "3.1.0" resolved "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz" @@ -2908,6 +2842,11 @@ diff-sequences@^29.4.3: resolved "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.4.3.tgz" integrity sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA== +diff-sequences@^29.6.3: + version "29.6.3" + resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.6.3.tgz#4deaf894d11407c51efc8418012f9e70b84ea921" + integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q== + dir-glob@^3.0.1: version "3.0.1" resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz" @@ -2915,23 +2854,16 @@ dir-glob@^3.0.1: dependencies: path-type "^4.0.0" -doctrine@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz" - integrity sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== - dependencies: - esutils "^2.0.2" - -dotty@0.1.2: - version "0.1.2" - resolved "https://registry.npmjs.org/dotty/-/dotty-0.1.2.tgz" - integrity sha512-V0EWmKeH3DEhMwAZ+8ZB2Ao4OK6p++Z0hsDtZq3N0+0ZMVqkzrcEGROvOnZpLnvBg5PTNG23JEDLAm64gPaotQ== - electron-to-chromium@^1.4.431: version "1.4.433" resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.433.tgz" integrity sha512-MGO1k0w1RgrfdbLVwmXcDhHHuxCn2qRgR7dYsJvWFKDttvYPx6FNzCGG0c/fBBvzK2LDh3UV7Tt9awnHnvAAUQ== +electron-to-chromium@^1.4.668: + version "1.4.789" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.789.tgz#fec941cb753ee139da562a5a8ff31fc3e828b411" + integrity sha512-0VbyiaXoT++Fi2vHGo2ThOeS6X3vgRCWrjPeO2FeIAWL6ItiSJ9BqlH8LfCXe3X1IdcG+S0iLoNaxQWhfZoGzQ== + elliptic@^6.5.4: version "6.5.4" resolved "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz" @@ -3003,6 +2935,11 @@ escalade@^3.1.1: resolved "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz" integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== +escalade@^3.1.2: + version "3.1.2" + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27" + integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA== + escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: version "1.0.5" resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" @@ -3018,20 +2955,20 @@ escape-string-regexp@^4.0.0: resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -eslint-config-prettier@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f" - integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw== +eslint-config-prettier@^9.1.0: + version "9.1.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f" + integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw== -eslint-scope@^7.2.2: - version "7.2.2" - resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f" - integrity sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg== +eslint-scope@^8.0.1: + version "8.0.1" + resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.0.1.tgz#a9601e4b81a0b9171657c343fb13111688963cfc" + integrity sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og== dependencies: esrecurse "^4.3.0" estraverse "^5.2.0" -eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1: +eslint-visitor-keys@^3.3.0: version "3.4.1" resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz" integrity sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA== @@ -3041,40 +2978,42 @@ eslint-visitor-keys@^3.4.3: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800" integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== -eslint@^8.49.0: - version "8.49.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.49.0.tgz#09d80a89bdb4edee2efcf6964623af1054bf6d42" - integrity sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ== +eslint-visitor-keys@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb" + integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw== + +eslint@^9.4.0: + version "9.4.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.4.0.tgz#79150c3610ae606eb131f1d648d5f43b3d45f3cd" + integrity sha512-sjc7Y8cUD1IlwYcTS9qPSvGjAC8Ne9LctpxKKu3x/1IC9bnOg98Zy6GxEJUfr1NojMgVPlyANXYns8oE2c1TAA== dependencies: "@eslint-community/eslint-utils" "^4.2.0" "@eslint-community/regexpp" "^4.6.1" - "@eslint/eslintrc" "^2.1.2" - "@eslint/js" "8.49.0" - "@humanwhocodes/config-array" "^0.11.11" + "@eslint/config-array" "^0.15.1" + "@eslint/eslintrc" "^3.1.0" + "@eslint/js" "9.4.0" "@humanwhocodes/module-importer" "^1.0.1" + "@humanwhocodes/retry" "^0.3.0" "@nodelib/fs.walk" "^1.2.8" ajv "^6.12.4" chalk "^4.0.0" cross-spawn "^7.0.2" debug "^4.3.2" - doctrine "^3.0.0" escape-string-regexp "^4.0.0" - eslint-scope "^7.2.2" - eslint-visitor-keys "^3.4.3" - espree "^9.6.1" + eslint-scope "^8.0.1" + eslint-visitor-keys "^4.0.0" + espree "^10.0.1" esquery "^1.4.2" esutils "^2.0.2" fast-deep-equal "^3.1.3" - file-entry-cache "^6.0.1" + file-entry-cache "^8.0.0" find-up "^5.0.0" glob-parent "^6.0.2" - globals "^13.19.0" - graphemer "^1.4.0" ignore "^5.2.0" imurmurhash "^0.1.4" is-glob "^4.0.0" is-path-inside "^3.0.3" - js-yaml "^4.1.0" json-stable-stringify-without-jsonify "^1.0.1" levn "^0.4.1" lodash.merge "^4.6.2" @@ -3084,23 +3023,14 @@ eslint@^8.49.0: strip-ansi "^6.0.1" text-table "^0.2.0" -espree@^9.6.0: - version "9.6.0" - resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.0.tgz#80869754b1c6560f32e3b6929194a3fe07c5b82f" - integrity sha512-1FH/IiruXZ84tpUlm0aCUEwMl2Ho5ilqVh0VvQXw+byAz/4SAciyHLlfmL5WYqsvD38oymdUwBss0LtK8m4s/A== +espree@^10.0.1: + version "10.0.1" + resolved "https://registry.yarnpkg.com/espree/-/espree-10.0.1.tgz#600e60404157412751ba4a6f3a2ee1a42433139f" + integrity sha512-MWkrWZbJsL2UwnjxTX3gG8FneachS/Mwg7tdGXce011sJd5b0JG54vat5KHnfSBODZ3Wvzd2WnjxyzsRoVv+ww== dependencies: - acorn "^8.9.0" + acorn "^8.11.3" acorn-jsx "^5.3.2" - eslint-visitor-keys "^3.4.1" - -espree@^9.6.1: - version "9.6.1" - resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.1.tgz#a2a17b8e434690a5432f2f8018ce71d331a48c6f" - integrity sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ== - dependencies: - acorn "^8.9.0" - acorn-jsx "^5.3.2" - eslint-visitor-keys "^3.4.1" + eslint-visitor-keys "^4.0.0" esprima@^4.0.0: version "4.0.1" @@ -3170,17 +3100,16 @@ expect@^29.0.0: jest-message-util "^29.5.0" jest-util "^29.5.0" -expect@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/expect/-/expect-29.6.1.tgz#64dd1c8f75e2c0b209418f2b8d36a07921adfdf1" - integrity sha512-XEdDLonERCU1n9uR56/Stx9OqojaLAQtZf9PrCHH9Hl8YXiEIka3H4NXJ3NOIBmQJTg7+j7buh34PMHfJujc8g== +expect@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/expect/-/expect-29.7.0.tgz#578874590dcb3214514084c08115d8aee61e11bc" + integrity sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw== dependencies: - "@jest/expect-utils" "^29.6.1" - "@types/node" "*" - jest-get-type "^29.4.3" - jest-matcher-utils "^29.6.1" - jest-message-util "^29.6.1" - jest-util "^29.6.1" + "@jest/expect-utils" "^29.7.0" + jest-get-type "^29.6.3" + jest-matcher-utils "^29.7.0" + jest-message-util "^29.7.0" + jest-util "^29.7.0" ext@^1.1.2: version "1.7.0" @@ -3254,12 +3183,12 @@ figures@^2.0.0: dependencies: escape-string-regexp "^1.0.5" -file-entry-cache@^6.0.1: - version "6.0.1" - resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz" - integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== +file-entry-cache@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-8.0.0.tgz#7787bddcf1131bffb92636c69457bbc0edd6d81f" + integrity sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ== dependencies: - flat-cache "^3.0.4" + flat-cache "^4.0.0" fill-range@^7.0.1: version "7.0.1" @@ -3284,24 +3213,38 @@ find-up@^5.0.0: locate-path "^6.0.0" path-exists "^4.0.0" -flat-cache@^3.0.4: - version "3.0.4" - resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz" - integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg== +flat-cache@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-4.0.1.tgz#0ece39fcb14ee012f4b0410bd33dd9c1f011127c" + integrity sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw== dependencies: - flatted "^3.1.0" - rimraf "^3.0.2" + flatted "^3.2.9" + keyv "^4.5.4" -flatted@^3.1.0: - version "3.2.7" - resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz" - integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ== +flatted@^3.2.9: + version "3.3.1" + resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz#21db470729a6734d4997002f439cb308987f567a" + integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw== -follow-redirects@^1.14.0, follow-redirects@^1.14.8: +follow-redirects@^1.14.8: version "1.15.2" resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz" integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA== +follow-redirects@^1.15.6: + version "1.15.6" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b" + integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA== + +form-data@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452" + integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww== + dependencies: + asynckit "^0.4.0" + combined-stream "^1.0.8" + mime-types "^2.1.12" + fs-minipass@^2.0.0: version "2.1.0" resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz" @@ -3413,12 +3356,10 @@ globals@^11.1.0: resolved "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz" integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== -globals@^13.19.0: - version "13.20.0" - resolved "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz" - integrity sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ== - dependencies: - type-fest "^0.20.2" +globals@^14.0.0: + version "14.0.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e" + integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ== globalthis@^1.0.1: version "1.0.3" @@ -3524,11 +3465,16 @@ iconv-lite@^0.4.17, iconv-lite@^0.4.24: dependencies: safer-buffer ">= 2.1.2 < 3" -ignore@^5.2.0, ignore@^5.2.4: +ignore@^5.2.0: version "5.2.4" resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324" integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== +ignore@^5.3.1: + version "5.3.1" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef" + integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw== + import-fresh@^3.2.1: version "3.3.0" resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz" @@ -3718,7 +3664,7 @@ istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.2.0: resolved "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz" integrity sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw== -istanbul-lib-instrument@^5.0.4, istanbul-lib-instrument@^5.1.0: +istanbul-lib-instrument@^5.0.4: version "5.2.1" resolved "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz" integrity sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg== @@ -3729,6 +3675,17 @@ istanbul-lib-instrument@^5.0.4, istanbul-lib-instrument@^5.1.0: istanbul-lib-coverage "^3.2.0" semver "^6.3.0" +istanbul-lib-instrument@^6.0.0: + version "6.0.2" + resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.2.tgz#91655936cf7380e4e473383081e38478b69993b1" + integrity sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw== + dependencies: + "@babel/core" "^7.23.9" + "@babel/parser" "^7.23.9" + "@istanbuljs/schema" "^0.1.3" + istanbul-lib-coverage "^3.2.0" + semver "^7.5.4" + istanbul-lib-report@^3.0.0: version "3.0.0" resolved "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz" @@ -3755,83 +3712,83 @@ istanbul-reports@^3.1.3: html-escaper "^2.0.0" istanbul-lib-report "^3.0.0" -jest-changed-files@^29.5.0: - version "29.5.0" - resolved "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.5.0.tgz" - integrity sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag== +jest-changed-files@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-29.7.0.tgz#1c06d07e77c78e1585d020424dedc10d6e17ac3a" + integrity sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w== dependencies: execa "^5.0.0" + jest-util "^29.7.0" p-limit "^3.1.0" -jest-circus@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-29.6.1.tgz#861dab37e71a89907d1c0fabc54a0019738ed824" - integrity sha512-tPbYLEiBU4MYAL2XoZme/bgfUeotpDBd81lgHLCbDZZFaGmECk0b+/xejPFtmiBP87GgP/y4jplcRpbH+fgCzQ== +jest-circus@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-29.7.0.tgz#b6817a45fcc835d8b16d5962d0c026473ee3668a" + integrity sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw== dependencies: - "@jest/environment" "^29.6.1" - "@jest/expect" "^29.6.1" - "@jest/test-result" "^29.6.1" - "@jest/types" "^29.6.1" + "@jest/environment" "^29.7.0" + "@jest/expect" "^29.7.0" + "@jest/test-result" "^29.7.0" + "@jest/types" "^29.6.3" "@types/node" "*" chalk "^4.0.0" co "^4.6.0" - dedent "^0.7.0" + dedent "^1.0.0" is-generator-fn "^2.0.0" - jest-each "^29.6.1" - jest-matcher-utils "^29.6.1" - jest-message-util "^29.6.1" - jest-runtime "^29.6.1" - jest-snapshot "^29.6.1" - jest-util "^29.6.1" + jest-each "^29.7.0" + jest-matcher-utils "^29.7.0" + jest-message-util "^29.7.0" + jest-runtime "^29.7.0" + jest-snapshot "^29.7.0" + jest-util "^29.7.0" p-limit "^3.1.0" - pretty-format "^29.6.1" + pretty-format "^29.7.0" pure-rand "^6.0.0" slash "^3.0.0" stack-utils "^2.0.3" -jest-cli@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.6.1.tgz#99d9afa7449538221c71f358f0fdd3e9c6e89f72" - integrity sha512-607dSgTA4ODIN6go9w6xY3EYkyPFGicx51a69H7yfvt7lN53xNswEVLovq+E77VsTRi5fWprLH0yl4DJgE8Ing== +jest-cli@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-29.7.0.tgz#5592c940798e0cae677eec169264f2d839a37995" + integrity sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg== dependencies: - "@jest/core" "^29.6.1" - "@jest/test-result" "^29.6.1" - "@jest/types" "^29.6.1" + "@jest/core" "^29.7.0" + "@jest/test-result" "^29.7.0" + "@jest/types" "^29.6.3" chalk "^4.0.0" + create-jest "^29.7.0" exit "^0.1.2" - graceful-fs "^4.2.9" import-local "^3.0.2" - jest-config "^29.6.1" - jest-util "^29.6.1" - jest-validate "^29.6.1" - prompts "^2.0.1" + jest-config "^29.7.0" + jest-util "^29.7.0" + jest-validate "^29.7.0" yargs "^17.3.1" -jest-config@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-29.6.1.tgz#d785344509065d53a238224c6cdc0ed8e2f2f0dd" - integrity sha512-XdjYV2fy2xYixUiV2Wc54t3Z4oxYPAELUzWnV6+mcbq0rh742X2p52pii5A3oeRzYjLnQxCsZmp0qpI6klE2cQ== +jest-config@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-29.7.0.tgz#bcbda8806dbcc01b1e316a46bb74085a84b0245f" + integrity sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ== dependencies: "@babel/core" "^7.11.6" - "@jest/test-sequencer" "^29.6.1" - "@jest/types" "^29.6.1" - babel-jest "^29.6.1" + "@jest/test-sequencer" "^29.7.0" + "@jest/types" "^29.6.3" + babel-jest "^29.7.0" chalk "^4.0.0" ci-info "^3.2.0" deepmerge "^4.2.2" glob "^7.1.3" graceful-fs "^4.2.9" - jest-circus "^29.6.1" - jest-environment-node "^29.6.1" - jest-get-type "^29.4.3" - jest-regex-util "^29.4.3" - jest-resolve "^29.6.1" - jest-runner "^29.6.1" - jest-util "^29.6.1" - jest-validate "^29.6.1" + jest-circus "^29.7.0" + jest-environment-node "^29.7.0" + jest-get-type "^29.6.3" + jest-regex-util "^29.6.3" + jest-resolve "^29.7.0" + jest-runner "^29.7.0" + jest-util "^29.7.0" + jest-validate "^29.7.0" micromatch "^4.0.4" parse-json "^5.2.0" - pretty-format "^29.6.1" + pretty-format "^29.7.0" slash "^3.0.0" strip-json-comments "^3.1.1" @@ -3845,96 +3802,82 @@ jest-diff@^29.5.0: jest-get-type "^29.4.3" pretty-format "^29.5.0" -jest-diff@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.6.1.tgz#13df6db0a89ee6ad93c747c75c85c70ba941e545" - integrity sha512-FsNCvinvl8oVxpNLttNQX7FAq7vR+gMDGj90tiP7siWw1UdakWUGqrylpsYrpvj908IYckm5Y0Q7azNAozU1Kg== +jest-diff@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-29.7.0.tgz#017934a66ebb7ecf6f205e84699be10afd70458a" + integrity sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw== dependencies: chalk "^4.0.0" - diff-sequences "^29.4.3" - jest-get-type "^29.4.3" - pretty-format "^29.6.1" + diff-sequences "^29.6.3" + jest-get-type "^29.6.3" + pretty-format "^29.7.0" -jest-docblock@^29.4.3: - version "29.4.3" - resolved "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.4.3.tgz" - integrity sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg== +jest-docblock@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-29.7.0.tgz#8fddb6adc3cdc955c93e2a87f61cfd350d5d119a" + integrity sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g== dependencies: detect-newline "^3.0.0" -jest-each@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-29.6.1.tgz#975058e5b8f55c6780beab8b6ab214921815c89c" - integrity sha512-n5eoj5eiTHpKQCAVcNTT7DRqeUmJ01hsAL0Q1SMiBHcBcvTKDELixQOGMCpqhbIuTcfC4kMfSnpmDqRgRJcLNQ== +jest-each@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-29.7.0.tgz#162a9b3f2328bdd991beaabffbb74745e56577d1" + integrity sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ== dependencies: - "@jest/types" "^29.6.1" + "@jest/types" "^29.6.3" chalk "^4.0.0" - jest-get-type "^29.4.3" - jest-util "^29.6.1" - pretty-format "^29.6.1" - -jest-environment-node@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-29.6.1.tgz#08a122dece39e58bc388da815a2166c58b4abec6" - integrity sha512-ZNIfAiE+foBog24W+2caIldl4Irh8Lx1PUhg/GZ0odM1d/h2qORAsejiFc7zb+SEmYPn1yDZzEDSU5PmDkmVLQ== - dependencies: - "@jest/environment" "^29.6.1" - "@jest/fake-timers" "^29.6.1" - "@jest/types" "^29.6.1" + jest-get-type "^29.6.3" + jest-util "^29.7.0" + pretty-format "^29.7.0" + +jest-environment-node@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-29.7.0.tgz#0b93e111dda8ec120bc8300e6d1fb9576e164376" + integrity sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw== + dependencies: + "@jest/environment" "^29.7.0" + "@jest/fake-timers" "^29.7.0" + "@jest/types" "^29.6.3" "@types/node" "*" - jest-mock "^29.6.1" - jest-util "^29.6.1" + jest-mock "^29.7.0" + jest-util "^29.7.0" jest-get-type@^29.4.3: version "29.4.3" resolved "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.4.3.tgz" integrity sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg== -jest-haste-map@^28.1.3: - version "28.1.3" - resolved "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-28.1.3.tgz" - integrity sha512-3S+RQWDXccXDKSWnkHa/dPwt+2qwA8CJzR61w3FoYCvoo3Pn8tvGcysmMF0Bj0EX5RYvAI2EIvC57OmotfdtKA== - dependencies: - "@jest/types" "^28.1.3" - "@types/graceful-fs" "^4.1.3" - "@types/node" "*" - anymatch "^3.0.3" - fb-watchman "^2.0.0" - graceful-fs "^4.2.9" - jest-regex-util "^28.0.2" - jest-util "^28.1.3" - jest-worker "^28.1.3" - micromatch "^4.0.4" - walker "^1.0.8" - optionalDependencies: - fsevents "^2.3.2" +jest-get-type@^29.6.3: + version "29.6.3" + resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-29.6.3.tgz#36f499fdcea197c1045a127319c0481723908fd1" + integrity sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw== -jest-haste-map@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.6.1.tgz#62655c7a1c1b349a3206441330fb2dbdb4b63803" - integrity sha512-0m7f9PZXxOCk1gRACiVgX85knUKPKLPg4oRCjLoqIm9brTHXaorMA0JpmtmVkQiT8nmXyIVoZd/nnH1cfC33ig== +jest-haste-map@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-29.7.0.tgz#3c2396524482f5a0506376e6c858c3bbcc17b104" + integrity sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA== dependencies: - "@jest/types" "^29.6.1" + "@jest/types" "^29.6.3" "@types/graceful-fs" "^4.1.3" "@types/node" "*" anymatch "^3.0.3" fb-watchman "^2.0.0" graceful-fs "^4.2.9" - jest-regex-util "^29.4.3" - jest-util "^29.6.1" - jest-worker "^29.6.1" + jest-regex-util "^29.6.3" + jest-util "^29.7.0" + jest-worker "^29.7.0" micromatch "^4.0.4" walker "^1.0.8" optionalDependencies: fsevents "^2.3.2" -jest-leak-detector@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-29.6.1.tgz#66a902c81318e66e694df7d096a95466cb962f8e" - integrity sha512-OrxMNyZirpOEwkF3UHnIkAiZbtkBWiye+hhBweCHkVbCgyEy71Mwbb5zgeTNYWJBi1qgDVfPC1IwO9dVEeTLwQ== +jest-leak-detector@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz#5b7ec0dadfdfec0ca383dc9aa016d36b5ea4c728" + integrity sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw== dependencies: - jest-get-type "^29.4.3" - pretty-format "^29.6.1" + jest-get-type "^29.6.3" + pretty-format "^29.7.0" jest-matcher-utils@^29.5.0: version "29.5.0" @@ -3946,15 +3889,15 @@ jest-matcher-utils@^29.5.0: jest-get-type "^29.4.3" pretty-format "^29.5.0" -jest-matcher-utils@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.6.1.tgz#6c60075d84655d6300c5d5128f46531848160b53" - integrity sha512-SLaztw9d2mfQQKHmJXKM0HCbl2PPVld/t9Xa6P9sgiExijviSp7TnZZpw2Fpt+OI3nwUO/slJbOfzfUMKKC5QA== +jest-matcher-utils@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz#ae8fec79ff249fd592ce80e3ee474e83a6c44f12" + integrity sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g== dependencies: chalk "^4.0.0" - jest-diff "^29.6.1" - jest-get-type "^29.4.3" - pretty-format "^29.6.1" + jest-diff "^29.7.0" + jest-get-type "^29.6.3" + pretty-format "^29.7.0" jest-message-util@^29.5.0: version "29.5.0" @@ -3971,162 +3914,144 @@ jest-message-util@^29.5.0: slash "^3.0.0" stack-utils "^2.0.3" -jest-message-util@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.6.1.tgz#d0b21d87f117e1b9e165e24f245befd2ff34ff8d" - integrity sha512-KoAW2zAmNSd3Gk88uJ56qXUWbFk787QKmjjJVOjtGFmmGSZgDBrlIL4AfQw1xyMYPNVD7dNInfIbur9B2rd/wQ== +jest-message-util@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-29.7.0.tgz#8bc392e204e95dfe7564abbe72a404e28e51f7f3" + integrity sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w== dependencies: "@babel/code-frame" "^7.12.13" - "@jest/types" "^29.6.1" + "@jest/types" "^29.6.3" "@types/stack-utils" "^2.0.0" chalk "^4.0.0" graceful-fs "^4.2.9" micromatch "^4.0.4" - pretty-format "^29.6.1" + pretty-format "^29.7.0" slash "^3.0.0" stack-utils "^2.0.3" -jest-mock@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.6.1.tgz#049ee26aea8cbf54c764af649070910607316517" - integrity sha512-brovyV9HBkjXAEdRooaTQK42n8usKoSRR3gihzUpYeV/vwqgSoNfrksO7UfSACnPmxasO/8TmHM3w9Hp3G1dgw== +jest-mock@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-29.7.0.tgz#4e836cf60e99c6fcfabe9f99d017f3fdd50a6347" + integrity sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw== dependencies: - "@jest/types" "^29.6.1" + "@jest/types" "^29.6.3" "@types/node" "*" - jest-util "^29.6.1" + jest-util "^29.7.0" jest-pnp-resolver@^1.2.2: version "1.2.3" resolved "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz" integrity sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w== -jest-regex-util@^28.0.2: - version "28.0.2" - resolved "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-28.0.2.tgz" - integrity sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw== +jest-regex-util@^29.6.3: + version "29.6.3" + resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-29.6.3.tgz#4a556d9c776af68e1c5f48194f4d0327d24e8a52" + integrity sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg== -jest-regex-util@^29.4.3: - version "29.4.3" - resolved "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.4.3.tgz" - integrity sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg== - -jest-resolve-dependencies@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-29.6.1.tgz#b85b06670f987a62515bbf625d54a499e3d708f5" - integrity sha512-BbFvxLXtcldaFOhNMXmHRWx1nXQO5LoXiKSGQcA1LxxirYceZT6ch8KTE1bK3X31TNG/JbkI7OkS/ABexVahiw== +jest-resolve-dependencies@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz#1b04f2c095f37fc776ff40803dc92921b1e88428" + integrity sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA== dependencies: - jest-regex-util "^29.4.3" - jest-snapshot "^29.6.1" + jest-regex-util "^29.6.3" + jest-snapshot "^29.7.0" -jest-resolve@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-29.6.1.tgz#4c3324b993a85e300add2f8609f51b80ddea39ee" - integrity sha512-AeRkyS8g37UyJiP9w3mmI/VXU/q8l/IH52vj/cDAyScDcemRbSBhfX/NMYIGilQgSVwsjxrCHf3XJu4f+lxCMg== +jest-resolve@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-29.7.0.tgz#64d6a8992dd26f635ab0c01e5eef4399c6bcbc30" + integrity sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA== dependencies: chalk "^4.0.0" graceful-fs "^4.2.9" - jest-haste-map "^29.6.1" + jest-haste-map "^29.7.0" jest-pnp-resolver "^1.2.2" - jest-util "^29.6.1" - jest-validate "^29.6.1" + jest-util "^29.7.0" + jest-validate "^29.7.0" resolve "^1.20.0" resolve.exports "^2.0.0" slash "^3.0.0" -jest-runner@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-29.6.1.tgz#54557087e7972d345540d622ab5bfc3d8f34688c" - integrity sha512-tw0wb2Q9yhjAQ2w8rHRDxteryyIck7gIzQE4Reu3JuOBpGp96xWgF0nY8MDdejzrLCZKDcp8JlZrBN/EtkQvPQ== +jest-runner@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-29.7.0.tgz#809af072d408a53dcfd2e849a4c976d3132f718e" + integrity sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ== dependencies: - "@jest/console" "^29.6.1" - "@jest/environment" "^29.6.1" - "@jest/test-result" "^29.6.1" - "@jest/transform" "^29.6.1" - "@jest/types" "^29.6.1" + "@jest/console" "^29.7.0" + "@jest/environment" "^29.7.0" + "@jest/test-result" "^29.7.0" + "@jest/transform" "^29.7.0" + "@jest/types" "^29.6.3" "@types/node" "*" chalk "^4.0.0" emittery "^0.13.1" graceful-fs "^4.2.9" - jest-docblock "^29.4.3" - jest-environment-node "^29.6.1" - jest-haste-map "^29.6.1" - jest-leak-detector "^29.6.1" - jest-message-util "^29.6.1" - jest-resolve "^29.6.1" - jest-runtime "^29.6.1" - jest-util "^29.6.1" - jest-watcher "^29.6.1" - jest-worker "^29.6.1" + jest-docblock "^29.7.0" + jest-environment-node "^29.7.0" + jest-haste-map "^29.7.0" + jest-leak-detector "^29.7.0" + jest-message-util "^29.7.0" + jest-resolve "^29.7.0" + jest-runtime "^29.7.0" + jest-util "^29.7.0" + jest-watcher "^29.7.0" + jest-worker "^29.7.0" p-limit "^3.1.0" source-map-support "0.5.13" -jest-runtime@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-29.6.1.tgz#8a0fc9274ef277f3d70ba19d238e64334958a0dc" - integrity sha512-D6/AYOA+Lhs5e5il8+5pSLemjtJezUr+8zx+Sn8xlmOux3XOqx4d8l/2udBea8CRPqqrzhsKUsN/gBDE/IcaPQ== - dependencies: - "@jest/environment" "^29.6.1" - "@jest/fake-timers" "^29.6.1" - "@jest/globals" "^29.6.1" - "@jest/source-map" "^29.6.0" - "@jest/test-result" "^29.6.1" - "@jest/transform" "^29.6.1" - "@jest/types" "^29.6.1" +jest-runtime@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-29.7.0.tgz#efecb3141cf7d3767a3a0cc8f7c9990587d3d817" + integrity sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ== + dependencies: + "@jest/environment" "^29.7.0" + "@jest/fake-timers" "^29.7.0" + "@jest/globals" "^29.7.0" + "@jest/source-map" "^29.6.3" + "@jest/test-result" "^29.7.0" + "@jest/transform" "^29.7.0" + "@jest/types" "^29.6.3" "@types/node" "*" chalk "^4.0.0" cjs-module-lexer "^1.0.0" collect-v8-coverage "^1.0.0" glob "^7.1.3" graceful-fs "^4.2.9" - jest-haste-map "^29.6.1" - jest-message-util "^29.6.1" - jest-mock "^29.6.1" - jest-regex-util "^29.4.3" - jest-resolve "^29.6.1" - jest-snapshot "^29.6.1" - jest-util "^29.6.1" + jest-haste-map "^29.7.0" + jest-message-util "^29.7.0" + jest-mock "^29.7.0" + jest-regex-util "^29.6.3" + jest-resolve "^29.7.0" + jest-snapshot "^29.7.0" + jest-util "^29.7.0" slash "^3.0.0" strip-bom "^4.0.0" -jest-snapshot@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-29.6.1.tgz#0d083cb7de716d5d5cdbe80d598ed2fbafac0239" - integrity sha512-G4UQE1QQ6OaCgfY+A0uR1W2AY0tGXUPQpoUClhWHq1Xdnx1H6JOrC2nH5lqnOEqaDgbHFgIwZ7bNq24HpB180A== +jest-snapshot@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-29.7.0.tgz#c2c574c3f51865da1bb329036778a69bf88a6be5" + integrity sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw== dependencies: "@babel/core" "^7.11.6" "@babel/generator" "^7.7.2" "@babel/plugin-syntax-jsx" "^7.7.2" "@babel/plugin-syntax-typescript" "^7.7.2" "@babel/types" "^7.3.3" - "@jest/expect-utils" "^29.6.1" - "@jest/transform" "^29.6.1" - "@jest/types" "^29.6.1" - "@types/prettier" "^2.1.5" + "@jest/expect-utils" "^29.7.0" + "@jest/transform" "^29.7.0" + "@jest/types" "^29.6.3" babel-preset-current-node-syntax "^1.0.0" chalk "^4.0.0" - expect "^29.6.1" + expect "^29.7.0" graceful-fs "^4.2.9" - jest-diff "^29.6.1" - jest-get-type "^29.4.3" - jest-matcher-utils "^29.6.1" - jest-message-util "^29.6.1" - jest-util "^29.6.1" + jest-diff "^29.7.0" + jest-get-type "^29.6.3" + jest-matcher-utils "^29.7.0" + jest-message-util "^29.7.0" + jest-util "^29.7.0" natural-compare "^1.4.0" - pretty-format "^29.6.1" + pretty-format "^29.7.0" semver "^7.5.3" -jest-util@^28.1.3: - version "28.1.3" - resolved "https://registry.npmjs.org/jest-util/-/jest-util-28.1.3.tgz" - integrity sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ== - dependencies: - "@jest/types" "^28.1.3" - "@types/node" "*" - chalk "^4.0.0" - ci-info "^3.2.0" - graceful-fs "^4.2.9" - picomatch "^2.2.3" - jest-util@^29.5.0: version "29.5.0" resolved "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz" @@ -4139,72 +4064,63 @@ jest-util@^29.5.0: graceful-fs "^4.2.9" picomatch "^2.2.3" -jest-util@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.6.1.tgz#c9e29a87a6edbf1e39e6dee2b4689b8a146679cb" - integrity sha512-NRFCcjc+/uO3ijUVyNOQJluf8PtGCe/W6cix36+M3cTFgiYqFOOW5MgN4JOOcvbUhcKTYVd1CvHz/LWi8d16Mg== +jest-util@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-29.7.0.tgz#23c2b62bfb22be82b44de98055802ff3710fc0bc" + integrity sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA== dependencies: - "@jest/types" "^29.6.1" + "@jest/types" "^29.6.3" "@types/node" "*" chalk "^4.0.0" ci-info "^3.2.0" graceful-fs "^4.2.9" picomatch "^2.2.3" -jest-validate@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-29.6.1.tgz#765e684af6e2c86dce950aebefbbcd4546d69f7b" - integrity sha512-r3Ds69/0KCN4vx4sYAbGL1EVpZ7MSS0vLmd3gV78O+NAx3PDQQukRU5hNHPXlyqCgFY8XUk7EuTMLugh0KzahA== +jest-validate@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-29.7.0.tgz#7bf705511c64da591d46b15fce41400d52147d9c" + integrity sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw== dependencies: - "@jest/types" "^29.6.1" + "@jest/types" "^29.6.3" camelcase "^6.2.0" chalk "^4.0.0" - jest-get-type "^29.4.3" + jest-get-type "^29.6.3" leven "^3.1.0" - pretty-format "^29.6.1" + pretty-format "^29.7.0" -jest-watcher@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-29.6.1.tgz#7c0c43ddd52418af134c551c92c9ea31e5ec942e" - integrity sha512-d4wpjWTS7HEZPaaj8m36QiaP856JthRZkrgcIY/7ISoUWPIillrXM23WPboZVLbiwZBt4/qn2Jke84Sla6JhFA== +jest-watcher@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-29.7.0.tgz#7810d30d619c3a62093223ce6bb359ca1b28a2f2" + integrity sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g== dependencies: - "@jest/test-result" "^29.6.1" - "@jest/types" "^29.6.1" + "@jest/test-result" "^29.7.0" + "@jest/types" "^29.6.3" "@types/node" "*" ansi-escapes "^4.2.1" chalk "^4.0.0" emittery "^0.13.1" - jest-util "^29.6.1" + jest-util "^29.7.0" string-length "^4.0.1" -jest-worker@^28.1.3: - version "28.1.3" - resolved "https://registry.npmjs.org/jest-worker/-/jest-worker-28.1.3.tgz" - integrity sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g== - dependencies: - "@types/node" "*" - merge-stream "^2.0.0" - supports-color "^8.0.0" - -jest-worker@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.6.1.tgz#64b015f0e985ef3a8ad049b61fe92b3db74a5319" - integrity sha512-U+Wrbca7S8ZAxAe9L6nb6g8kPdia5hj32Puu5iOqBCMTMWFHXuK6dOV2IFrpedbTV8fjMFLdWNttQTBL6u2MRA== +jest-worker@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-29.7.0.tgz#acad073acbbaeb7262bd5389e1bcf43e10058d4a" + integrity sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw== dependencies: "@types/node" "*" - jest-util "^29.6.1" + jest-util "^29.7.0" merge-stream "^2.0.0" supports-color "^8.0.0" -jest@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/jest/-/jest-29.6.1.tgz#74be1cb719c3abe439f2d94aeb18e6540a5b02ad" - integrity sha512-Nirw5B4nn69rVUZtemCQhwxOBhm0nsp3hmtF4rzCeWD7BkjAXRIji7xWQfnTNbz9g0aVsBX6aZK3n+23LM6uDw== +jest@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/jest/-/jest-29.7.0.tgz#994676fc24177f088f1c5e3737f5697204ff2613" + integrity sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw== dependencies: - "@jest/core" "^29.6.1" - "@jest/types" "^29.6.1" + "@jest/core" "^29.7.0" + "@jest/types" "^29.6.3" import-local "^3.0.2" - jest-cli "^29.6.1" + jest-cli "^29.7.0" js-tokens@^4.0.0: version "4.0.0" @@ -4236,6 +4152,11 @@ jsesc@~0.5.0: resolved "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz" integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA== +json-buffer@3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13" + integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ== + json-parse-even-better-errors@^2.3.0: version "2.3.1" resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" @@ -4251,11 +4172,18 @@ json-stable-stringify-without-jsonify@^1.0.1: resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz" integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== -json5@^2.2.1, json5@^2.2.2: +json5@^2.2.2, json5@^2.2.3: version "2.2.3" resolved "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== +keyv@^4.5.4: + version "4.5.4" + resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93" + integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw== + dependencies: + json-buffer "3.0.1" + kleur@^3.0.3: version "3.0.3" resolved "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz" @@ -4325,7 +4253,7 @@ long@^4.0.0: resolved "https://registry.npmjs.org/long/-/long-4.0.0.tgz" integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA== -long@^5.2.0, long@^5.2.3: +long@^5.2.3: version "5.2.3" resolved "https://registry.npmjs.org/long/-/long-5.2.3.tgz" integrity sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q== @@ -4397,6 +4325,18 @@ micromatch@^4.0.4: braces "^3.0.2" picomatch "^2.3.1" +mime-db@1.52.0: + version "1.52.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" + integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== + +mime-types@^2.1.12: + version "2.1.35" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" + integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== + dependencies: + mime-db "1.52.0" + mimic-fn@^1.0.0: version "1.2.0" resolved "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz" @@ -4431,6 +4371,13 @@ minimatch@^5.0.1: dependencies: brace-expansion "^2.0.1" +minimatch@^9.0.4: + version "9.0.4" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51" + integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw== + dependencies: + brace-expansion "^2.0.1" + minimist@1.2.6: version "1.2.6" resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz" @@ -4490,6 +4437,11 @@ natural-compare@^1.4.0: resolved "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz" integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== +nested-obj@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/nested-obj/-/nested-obj-0.0.1.tgz#efe1da127c3d00826fa10ec25673e0f9ec1224fd" + integrity sha512-kB1WKTng+IePQhZVs1UXtFaHBx4QEM5a0XKGAzYfCKvdx5DhNjCytNDWMUGpNNpHLotln+tiwcA52kWCIgGq1Q== + next-tick@1, next-tick@^1.1.0: version "1.1.0" resolved "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz" @@ -4505,6 +4457,11 @@ node-releases@^2.0.12: resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.12.tgz" integrity sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ== +node-releases@^2.0.14: + version "2.0.14" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b" + integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw== + noms@0.0.0: version "0.0.0" resolved "https://registry.npmjs.org/noms/-/noms-0.0.0.tgz" @@ -4663,6 +4620,11 @@ picocolors@^1.0.0: resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz" integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== +picocolors@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1" + integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew== + picomatch@^2.0.4, picomatch@^2.2.3, picomatch@^2.3.1: version "2.3.1" resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" @@ -4697,10 +4659,10 @@ prettier@^2.6.2: resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz" integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q== -prettier@^3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643" - integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg== +prettier@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.0.tgz#d173ea0524a691d4c0b1181752f2b46724328cdf" + integrity sha512-J9odKxERhCQ10OC2yb93583f6UnYutOeiV5i0zEDS7UGTdUt0u+y8erxl3lBKvwo/JHyyoEdXjwp4dke9oyZ/g== pretty-format@^29.0.0, pretty-format@^29.5.0: version "29.5.0" @@ -4711,12 +4673,12 @@ pretty-format@^29.0.0, pretty-format@^29.5.0: ansi-styles "^5.0.0" react-is "^18.0.0" -pretty-format@^29.6.1: - version "29.6.1" - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.6.1.tgz#ec838c288850b7c4f9090b867c2d4f4edbfb0f3e" - integrity sha512-7jRj+yXO0W7e4/tSJKoR7HRIHLPPjtNaUGG2xxKQnGvPNRkgWcQ0AZX6P4KBRJN4FcTBWb3sa7DVUJmocYuoog== +pretty-format@^29.7.0: + version "29.7.0" + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-29.7.0.tgz#ca42c758310f365bfa71a0bda0a807160b776812" + integrity sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ== dependencies: - "@jest/schemas" "^29.6.0" + "@jest/schemas" "^29.6.3" ansi-styles "^5.0.0" react-is "^18.0.0" @@ -4733,7 +4695,7 @@ prompts@^2.0.1: kleur "^3.0.3" sisteransi "^1.0.5" -protobufjs@^6.8.8, protobufjs@~6.11.2, protobufjs@~6.11.3: +protobufjs@^6.8.8: version "6.11.3" resolved "https://registry.npmjs.org/protobufjs/-/protobufjs-6.11.3.tgz" integrity sha512-xL96WDdCZYdU7Slin569tFX712BxsxslWwAfAhCYjQKGTq7dAU91Lomy6nLLhh/dyGhk/YH4TwTSRxTzhuHyZg== @@ -4752,6 +4714,11 @@ protobufjs@^6.8.8, protobufjs@~6.11.2, protobufjs@~6.11.3: "@types/node" ">=13.7.0" long "^4.0.0" +proxy-from-env@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" + integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== + punycode@^2.1.0: version "2.3.0" resolved "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz" @@ -4824,10 +4791,10 @@ regenerator-runtime@^0.13.11: resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz" integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg== -regenerator-transform@^0.15.1: - version "0.15.1" - resolved "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz" - integrity sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg== +regenerator-transform@^0.15.2: + version "0.15.2" + resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.2.tgz#5bbae58b522098ebdf09bca2f83838929001c7a4" + integrity sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg== dependencies: "@babel/runtime" "^7.8.4" @@ -4947,7 +4914,7 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1: resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0: +semver@^6.0.0, semver@^6.3.0: version "6.3.0" resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz" integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== @@ -4964,6 +4931,11 @@ semver@^7.5.3, semver@^7.5.4: dependencies: lru-cache "^6.0.0" +semver@^7.6.0: + version "7.6.2" + resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13" + integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w== + shebang-command@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" @@ -4990,10 +4962,10 @@ signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7: resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== -simple-git@^3.19.1: - version "3.19.1" - resolved "https://registry.npmjs.org/simple-git/-/simple-git-3.19.1.tgz" - integrity sha512-Ck+rcjVaE1HotraRAS8u/+xgTvToTuoMkT9/l9lvuP5jftwnYUp6DwuJzsKErHgfyRk8IB8pqGHWEbM3tLgV1w== +simple-git@^3.24.0: + version "3.24.0" + resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-3.24.0.tgz#33a8c88dc6fa74e53eaf3d6bfc27d0182a49ec00" + integrity sha512-QqAKee9Twv+3k8IFOFfPB2hnk6as6Y6ACUpwCtQvRYBAes23Wv3SZlHVobAzqcE8gfsisCvPw3HGW3HYM+VYYw== dependencies: "@kwsites/file-exists" "^1.1.1" "@kwsites/promise-deferred" "^1.1.1" @@ -5251,10 +5223,10 @@ to-regex-range@^5.0.1: dependencies: is-number "^7.0.0" -ts-api-utils@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d" - integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A== +ts-api-utils@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1" + integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ== ts-codegen@^0.0.0: version "0.0.0" @@ -5278,11 +5250,6 @@ type-detect@4.0.8: resolved "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz" integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== -type-fest@^0.20.2: - version "0.20.2" - resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz" - integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== - type-fest@^0.21.3: version "0.21.3" resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz" @@ -5298,10 +5265,15 @@ type@^2.7.2: resolved "https://registry.npmjs.org/type/-/type-2.7.2.tgz" integrity sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw== -typescript@^5.2.2: - version "5.2.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" - integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== +typescript@^5.4.5: + version "5.4.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611" + integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ== + +undici-types@~5.26.4: + version "5.26.5" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617" + integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== unicode-canonical-property-names-ecmascript@^2.0.0: version "2.0.0" @@ -5339,6 +5311,14 @@ update-browserslist-db@^1.0.11: escalade "^3.1.1" picocolors "^1.0.0" +update-browserslist-db@^1.0.13: + version "1.0.16" + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.16.tgz#f6d489ed90fb2f07d67784eb3f53d7891f736356" + integrity sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ== + dependencies: + escalade "^3.1.2" + picocolors "^1.0.1" + uri-js@^4.2.2: version "4.4.1" resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" @@ -5379,18 +5359,6 @@ walker@^1.0.8: dependencies: makeerror "1.0.12" -wasm-ast-types@^0.26.2: - version "0.26.2" - resolved "https://registry.yarnpkg.com/wasm-ast-types/-/wasm-ast-types-0.26.2.tgz#704b40c5d2374ccb56354bf7c57cde9a1969d1d9" - integrity sha512-DM34W0Sexd/BreN4g1ZjfaDC8hkKIw3FykV7vT9KdhCoroH+Qncz+jvSEI0fEDqbtJkWiP9Z+u61a5LPObHKaA== - dependencies: - "@babel/runtime" "^7.18.9" - "@babel/types" "7.18.10" - "@jest/transform" "28.1.3" - ast-stringify "0.1.0" - case "1.6.3" - deepmerge "4.2.2" - wasm-pack@^0.12.1: version "0.12.1" resolved "https://registry.yarnpkg.com/wasm-pack/-/wasm-pack-0.12.1.tgz#974c1fbbf5b65c9e135e0d1fba3a97de1a21a489" @@ -5419,7 +5387,7 @@ wrappy@1: resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== -write-file-atomic@^4.0.1, write-file-atomic@^4.0.2: +write-file-atomic@^4.0.2: version "4.0.2" resolved "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz" integrity sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==