diff --git a/web/packages/api/package.json b/web/packages/api/package.json index 35945790b6..1cb031dab1 100644 --- a/web/packages/api/package.json +++ b/web/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@snowbridge/api", - "version": "0.1.23", + "version": "0.1.24", "description": "Snowbridge API client", "license": "Apache-2.0", "repository": { @@ -27,11 +27,11 @@ "typescript": "^5.4.5" }, "dependencies": { - "@polkadot/api": "^11.2.1", - "@polkadot/keyring": "^12.6.2", - "@polkadot/types": "^11.2.1", - "@polkadot/util": "^12.6.2", - "@polkadot/util-crypto": "^12.6.2", + "@polkadot/api": "^14.2.1", + "@polkadot/keyring": "^13.2.2", + "@polkadot/types": "^14.2.1", + "@polkadot/util": "^13.2.2", + "@polkadot/util-crypto": "^13.2.2", "@snowbridge/contract-types": "workspace:*", "@typechain/ethers-v6": "^0.5.1", "ethers": "^6.13.3", diff --git a/web/packages/contract-types/package.json b/web/packages/contract-types/package.json index f56a922d2c..015d03222f 100644 --- a/web/packages/contract-types/package.json +++ b/web/packages/contract-types/package.json @@ -1,6 +1,6 @@ { "name": "@snowbridge/contract-types", - "version": "0.1.23", + "version": "0.1.24", "description": "Snowbridge contract type bindings", "license": "Apache-2.0", "repository": { diff --git a/web/packages/contracts/package.json b/web/packages/contracts/package.json index f27a264d84..599807af18 100644 --- a/web/packages/contracts/package.json +++ b/web/packages/contracts/package.json @@ -1,6 +1,6 @@ { "name": "@snowbridge/contracts", - "version": "0.1.23", + "version": "0.1.24", "description": "Snowbridge contract source and abi.", "license": "Apache-2.0", "repository": { diff --git a/web/packages/operations/package.json b/web/packages/operations/package.json index 81a2e830e4..57f4f59778 100644 --- a/web/packages/operations/package.json +++ b/web/packages/operations/package.json @@ -1,6 +1,6 @@ { "name": "@snowbridge/operations", - "version": "1.0.0", + "version": "1.0.1", "description": "Snowbridge Operational Scripts", "license": "Apache-2.0", "repository": { @@ -37,12 +37,12 @@ "@ethersproject/providers": "^5.7.2", "@ethersproject/units": "^5.7.0", "@fastify/rate-limit": "^9.1.0", - "@polkadot/api": "^11.2.1", - "@polkadot/keyring": "^12.6.2", - "@polkadot/types": "^11.2.1", - "@polkadot/types-codec": "^11.0.2", - "@polkadot/util": "^12.6.2", - "@polkadot/util-crypto": "^12.6.2", + "@polkadot/api": "^14.2.1", + "@polkadot/keyring": "^13.2.2", + "@polkadot/types": "^14.2.1", + "@polkadot/types-codec": "^14.2.1", + "@polkadot/util": "^13.2.2", + "@polkadot/util-crypto": "^13.2.2", "@snowbridge/api": "workspace:*", "@snowbridge/contract-types": "workspace:*", "@types/keccak": "^3.0.4", diff --git a/web/packages/test/package.json b/web/packages/test/package.json index 1756c8c86c..3af3804207 100644 --- a/web/packages/test/package.json +++ b/web/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@snowbridge/test", - "version": "1.0.0", + "version": "1.0.1", "description": "Snowbridge Integration Tests", "license": "Apache-2.0", "repository": { @@ -9,12 +9,12 @@ "directory": "web/packages/test" }, "devDependencies": { - "@polkadot/api": "^12.4.2", - "@polkadot/types": "^12.4.2", + "@polkadot/api": "^14.2.1", + "@polkadot/types": "^14.2.1", "@polkadot/api-cli": "^0.60.1", - "@polkadot/keyring": "^13.0.2", - "@polkadot/util": "^13.0.2", - "@polkadot/util-crypto": "^13.0.2", + "@polkadot/keyring": "^13.2.2", + "@polkadot/util": "^13.2.2", + "@polkadot/util-crypto": "^13.2.2", "@types/keccak": "^3.0.1", "@types/node": "^18.16.8", "@types/yargs": "^17.0.24", diff --git a/web/pnpm-lock.yaml b/web/pnpm-lock.yaml index ad32c5fe4d..bd6d4aca53 100644 --- a/web/pnpm-lock.yaml +++ b/web/pnpm-lock.yaml @@ -27,20 +27,20 @@ importers: packages/api: dependencies: '@polkadot/api': - specifier: ^11.2.1 - version: 11.3.1 + specifier: ^14.2.1 + version: 14.2.2 '@polkadot/keyring': - specifier: ^12.6.2 - version: 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) + specifier: ^13.2.2 + version: 13.2.2(@polkadot/util-crypto@13.2.2(@polkadot/util@13.2.2))(@polkadot/util@13.2.2) '@polkadot/types': - specifier: ^11.2.1 - version: 11.3.1 + specifier: ^14.2.1 + version: 14.2.2 '@polkadot/util': - specifier: ^12.6.2 - version: 12.6.2 + specifier: ^13.2.2 + version: 13.2.2 '@polkadot/util-crypto': - specifier: ^12.6.2 - version: 12.6.2(@polkadot/util@12.6.2) + specifier: ^13.2.2 + version: 13.2.2(@polkadot/util@13.2.2) '@snowbridge/contract-types': specifier: workspace:* version: link:../contract-types @@ -125,23 +125,23 @@ importers: specifier: ^9.1.0 version: 9.1.0 '@polkadot/api': - specifier: ^11.2.1 - version: 11.3.1 + specifier: ^14.2.1 + version: 14.2.2 '@polkadot/keyring': - specifier: ^12.6.2 - version: 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) + specifier: ^13.2.2 + version: 13.2.2(@polkadot/util-crypto@13.2.2(@polkadot/util@13.2.2))(@polkadot/util@13.2.2) '@polkadot/types': - specifier: ^11.2.1 - version: 11.3.1 + specifier: ^14.2.1 + version: 14.2.2 '@polkadot/types-codec': - specifier: ^11.0.2 - version: 11.3.1 + specifier: ^14.2.1 + version: 14.2.2 '@polkadot/util': - specifier: ^12.6.2 - version: 12.6.2 + specifier: ^13.2.2 + version: 13.2.2 '@polkadot/util-crypto': - specifier: ^12.6.2 - version: 12.6.2(@polkadot/util@12.6.2) + specifier: ^13.2.2 + version: 13.2.2(@polkadot/util@13.2.2) '@snowbridge/api': specifier: workspace:* version: link:../api @@ -228,23 +228,23 @@ importers: packages/test: devDependencies: '@polkadot/api': - specifier: ^12.4.2 - version: 12.4.2 + specifier: ^14.2.1 + version: 14.2.2 '@polkadot/api-cli': specifier: ^0.60.1 version: 0.60.1 '@polkadot/keyring': - specifier: ^13.0.2 - version: 13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2) + specifier: ^13.2.2 + version: 13.2.2(@polkadot/util-crypto@13.2.2(@polkadot/util@13.2.2))(@polkadot/util@13.2.2) '@polkadot/types': - specifier: ^12.4.2 - version: 12.4.2 + specifier: ^14.2.1 + version: 14.2.2 '@polkadot/util': - specifier: ^13.0.2 - version: 13.0.2 + specifier: ^13.2.2 + version: 13.2.2 '@polkadot/util-crypto': - specifier: ^13.0.2 - version: 13.0.2(@polkadot/util@13.0.2) + specifier: ^13.2.2 + version: 13.2.2(@polkadot/util@13.2.2) '@types/keccak': specifier: ^3.0.1 version: 3.0.4 @@ -256,7 +256,7 @@ importers: version: 17.0.33 '@zombienet/cli': specifier: ^1.3.109 - version: 1.3.109(@polkadot/util@13.0.2)(@types/node@18.19.45)(chokidar@3.6.0) + version: 1.3.109(@polkadot/util@13.2.2)(@types/node@18.19.45)(chokidar@3.6.0) bignumber.js: specifier: ^9.1.1 version: 9.1.2 @@ -781,9 +781,6 @@ packages: peerDependencies: rxjs: '>=7.8.0' - '@polkadot-api/json-rpc-provider-proxy@0.0.1': - resolution: {integrity: sha512-gmVDUP8LpCH0BXewbzqXF2sdHddq1H1q+XrAW2of+KZj4woQkIGBRGTJHeBEVHe30EB+UejR1N2dT4PO/RvDdg==} - '@polkadot-api/json-rpc-provider-proxy@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': resolution: {integrity: sha512-0hZ8vtjcsyCX8AyqP2sqUHa1TFFfxGWmlXJkit0Nqp9b32MwZqn5eaUAiV2rNuEpoglKOdKnkGtUF8t5MoodKw==} @@ -796,47 +793,30 @@ packages: '@polkadot-api/json-rpc-provider@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': resolution: {integrity: sha512-EaUS9Fc3wsiUr6ZS43PQqaRScW7kM6DYbuM/ou0aYjm8N9MBqgDbGm2oL6RE1vAVmOfEuHcXZuZkhzWtyvQUtA==} - '@polkadot-api/metadata-builders@0.0.1': - resolution: {integrity: sha512-GCI78BHDzXAF/L2pZD6Aod/yl82adqQ7ftNmKg51ixRL02JpWUA+SpUKTJE5MY1p8kiJJIo09P2um24SiJHxNA==} - '@polkadot-api/metadata-builders@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': resolution: {integrity: sha512-BD7rruxChL1VXt0icC2gD45OtT9ofJlql0qIllHSRYgama1CR2Owt+ApInQxB+lWqM+xNOznZRpj8CXNDvKIMg==} '@polkadot-api/metadata-builders@0.3.2': resolution: {integrity: sha512-TKpfoT6vTb+513KDzMBTfCb/ORdgRnsS3TDFpOhAhZ08ikvK+hjHMt5plPiAX/OWkm1Wc9I3+K6W0hX5Ab7MVg==} - '@polkadot-api/observable-client@0.1.0': - resolution: {integrity: sha512-GBCGDRztKorTLna/unjl/9SWZcRmvV58o9jwU2Y038VuPXZcr01jcw/1O3x+yeAuwyGzbucI/mLTDa1QoEml3A==} - peerDependencies: - rxjs: '>=7.8.0' - '@polkadot-api/observable-client@0.3.2': resolution: {integrity: sha512-HGgqWgEutVyOBXoGOPp4+IAq6CNdK/3MfQJmhCJb8YaJiaK4W6aRGrdQuQSTPHfERHCARt9BrOmEvTXAT257Ug==} peerDependencies: '@polkadot-api/substrate-client': 0.1.4 rxjs: '>=7.8.0' - '@polkadot-api/substrate-bindings@0.0.1': - resolution: {integrity: sha512-bAe7a5bOPnuFVmpv7y4BBMRpNTnMmE0jtTqRUw/+D8ZlEHNVEJQGr4wu3QQCl7k1GnSV1wfv3mzIbYjErEBocg==} - '@polkadot-api/substrate-bindings@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': resolution: {integrity: sha512-N4vdrZopbsw8k57uG58ofO7nLXM4Ai7835XqakN27MkjXMp5H830A1KJE0L9sGQR7ukOCDEIHHcwXVrzmJ/PBg==} '@polkadot-api/substrate-bindings@0.6.0': resolution: {integrity: sha512-lGuhE74NA1/PqdN7fKFdE5C1gNYX357j1tWzdlPXI0kQ7h3kN0zfxNOpPUN7dIrPcOFZ6C0tRRVrBylXkI6xPw==} - '@polkadot-api/substrate-client@0.0.1': - resolution: {integrity: sha512-9Bg9SGc3AwE+wXONQoW8GC00N3v6lCZLW74HQzqB6ROdcm5VAHM4CB/xRzWSUF9CXL78ugiwtHx3wBcpx4H4Wg==} - '@polkadot-api/substrate-client@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': resolution: {integrity: sha512-lcdvd2ssUmB1CPzF8s2dnNOqbrDa+nxaaGbuts+Vo8yjgSKwds2Lo7Oq+imZN4VKW7t9+uaVcKFLMF7PdH0RWw==} '@polkadot-api/substrate-client@0.1.4': resolution: {integrity: sha512-MljrPobN0ZWTpn++da9vOvt+Ex+NlqTlr/XT7zi9sqPtDJiQcYl+d29hFAgpaeTqbeQKZwz3WDE9xcEfLE8c5A==} - '@polkadot-api/utils@0.0.1': - resolution: {integrity: sha512-3j+pRmlF9SgiYDabSdZsBSsN5XHbpXOAce1lWj56IEEaFZVjsiCaxDOA7C9nCcgfVXuvnbxqqEGQvnY+QfBAUw==} - '@polkadot-api/utils@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': resolution: {integrity: sha512-0CYaCjfLQJTCRCiYvZ81OncHXEKPzAexCMoVloR+v2nl/O2JRya/361MtPkeNLC6XBoaEgLAG9pWQpH3WePzsw==} @@ -847,10 +827,6 @@ packages: resolution: {integrity: sha512-IAKaCp19QxgOG4HKk9RAgUgC/VNVqymZ2GXfMNOZWImZhxRIbrK+raH5vN2MbWwtVHpjxyXvGsd1RRhnohI33A==} engines: {node: '>=18'} - '@polkadot/api-augment@11.3.1': - resolution: {integrity: sha512-Yj+6rb6h0WwY3yJ+UGhjGW+tyMRFUMsKQuGw+eFsXdjiNU9UoXsAqA2dG7Q1F+oeX/g+y2gLGBezNoCwbl6HfA==} - engines: {node: '>=18'} - '@polkadot/api-augment@12.4.2': resolution: {integrity: sha512-BkG2tQpUUO0iUm65nSqP8hwHkNfN8jQw8apqflJNt9H8EkEL6v7sqwbLvGqtlxM9wzdxbg7lrWp3oHg4rOP31g==} engines: {node: '>=18'} @@ -859,12 +835,12 @@ packages: resolution: {integrity: sha512-n6aexVgdlHfh3d12qFYpooxzS9yjKq/oxLNXKvhpV3CMg36Hlq4ULDdtI6L3sB8I3nwdBEWaXyBvbpKvPZGUxQ==} engines: {node: '>=18'} - '@polkadot/api-base@10.13.1': - resolution: {integrity: sha512-Okrw5hjtEjqSMOG08J6qqEwlUQujTVClvY1/eZkzKwNzPelWrtV6vqfyJklB7zVhenlxfxqhZKKcY7zWSW/q5Q==} + '@polkadot/api-augment@14.2.2': + resolution: {integrity: sha512-hSp5lh8VrEAoSLfQBgShiByTLcc+1xwoUO593Zuz8Rr/juOovNV3RDv4EgM55GGelQrhpYQ2+sreo6OiJX1BWg==} engines: {node: '>=18'} - '@polkadot/api-base@11.3.1': - resolution: {integrity: sha512-b8UkNL00NN7+3QaLCwL5cKg+7YchHoKCAhwKusWHNBZkkO6Oo2BWilu0dZkPJOyqV9P389Kbd9+oH+SKs9u2VQ==} + '@polkadot/api-base@10.13.1': + resolution: {integrity: sha512-Okrw5hjtEjqSMOG08J6qqEwlUQujTVClvY1/eZkzKwNzPelWrtV6vqfyJklB7zVhenlxfxqhZKKcY7zWSW/q5Q==} engines: {node: '>=18'} '@polkadot/api-base@12.4.2': @@ -875,6 +851,10 @@ packages: resolution: {integrity: sha512-gMj0uIlAv6RkRMzmhl61KU1/Pcadrarxn0lBdDTcVua3KEWLuncI+VbiN3cEd/aW6QUTgcDFpppm8nfwD9eVzQ==} engines: {node: '>=18'} + '@polkadot/api-base@14.2.2': + resolution: {integrity: sha512-oti5rb1tVqFhVA53pTAB+Ga7c5050jpxLi0uo4E5iq3kxv/i5cLOaC+zaCpCmWlwqTHxVJxZ5dO/VywmwqbGqA==} + engines: {node: '>=18'} + '@polkadot/api-cli@0.60.1': resolution: {integrity: sha512-FtgYJK22zuTQhUrPDrA+X+9prZ+OGKROOXo0SQt49QL4LyXgpix90un7LVy/dSxdOi0b6ly7OQx4w+z9oRB0Mg==} engines: {node: '>=18'} @@ -884,32 +864,24 @@ packages: resolution: {integrity: sha512-ef0H0GeCZ4q5Om+c61eLLLL29UxFC2/u/k8V1K2JOIU+2wD5LF7sjAoV09CBMKKHfkLenRckVk2ukm4rBqFRpg==} engines: {node: '>=18'} - '@polkadot/api-derive@11.3.1': - resolution: {integrity: sha512-9dopzrh4cRuft1nANmBvMY/hEhFDu0VICMTOGxQLOl8NMfcOFPTLAN0JhSBUoicGZhV+c4vpv01NBx/7/IL1HA==} - engines: {node: '>=18'} - '@polkadot/api-derive@12.4.2': resolution: {integrity: sha512-R0AMANEnqs5AiTaiQX2FXCxUlOibeDSgqlkyG1/0KDsdr6PO/l3dJOgEO+grgAwh4hdqzk4I9uQpdKxG83f2Gw==} engines: {node: '>=18'} - '@polkadot/api-derive@14.1.1': - resolution: {integrity: sha512-ZElYAr/euw2fR7RmGkgJgF88IK9iz3rqgesmdLtgQ2a85MEiR4UrVvhNKSjMr9PSn7EUM1mUixZhGp3jvuqrsA==} + '@polkadot/api-derive@14.2.2': + resolution: {integrity: sha512-o7f0YNq/Fwfi+cm+ZMiH3adHaJupxbVGqsbrsj9az2cyn5Y31lcIVcuCz7eM5e89aWnn5WPfQsgaq7XV0OD19g==} engines: {node: '>=18'} '@polkadot/api@10.13.1': resolution: {integrity: sha512-YrKWR4TQR5CDyGkF0mloEUo7OsUA+bdtENpJGOtNavzOQUDEbxFE0PVzokzZfVfHhHX2CojPVmtzmmLxztyJkg==} engines: {node: '>=18'} - '@polkadot/api@11.3.1': - resolution: {integrity: sha512-q4kFIIHTLvKxM24b0Eo8hJevsPMme+aITJGrDML9BgdZYTRN14+cu5nXiCsQvaEamdyYj+uCXWe2OV9X7pPxsA==} - engines: {node: '>=18'} - '@polkadot/api@12.4.2': resolution: {integrity: sha512-e1KS048471iBWZU10TJNEYOZqLO+8h8ajmVqpaIBOVkamN7tmacBxmHgq0+IA8VrGxjxtYNa1xF5Sqrg76uBEg==} engines: {node: '>=18'} - '@polkadot/api@14.1.1': - resolution: {integrity: sha512-3uSJUdaohKtAvj9fjqyOkYs0PthWBdWtkko2TcYGRxj9BikbZMmx+agdkty8VrOxvn3pPoTRKe/jMt2Txn2MaA==} + '@polkadot/api@14.2.2': + resolution: {integrity: sha512-MACWbU8TpGvjPF7FFw7K1IkpjTzq3CtQritlB7pmI+QCezJo3f0KV0v3jYhO1jCSii3F62L9XOaoS7c6tfU8kw==} engines: {node: '>=18'} '@polkadot/keyring@12.6.2': @@ -919,38 +891,27 @@ packages: '@polkadot/util': 12.6.2 '@polkadot/util-crypto': 12.6.2 - '@polkadot/keyring@13.0.2': - resolution: {integrity: sha512-NeLbhyKDT5W8LI9seWTZGePxNTOVpDhv2018HSrEDwJq9Ie0C4TZhUf3KNERCkSveuThXjfQJMs+1CF33ZXPWw==} + '@polkadot/keyring@13.2.2': + resolution: {integrity: sha512-h4bPU92CALAAC+QOp6+zttuhI5H0GKOUzj1qwnmoPVoWxh21FoekLAXO1YJlsKxciTDdK5OhjdNPOIqcF0GCXA==} engines: {node: '>=18'} peerDependencies: - '@polkadot/util': 13.0.2 - '@polkadot/util-crypto': 13.0.2 - - '@polkadot/keyring@13.2.1': - resolution: {integrity: sha512-tnNLHaOuwoVC3n2tUQe0iSI4Jyxzqm7CPnf/sWMAAFImaVnC7PhiZFvqs2QGpha4ks9Lv722Vkjh7iIKUpEsUA==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': 13.2.1 - '@polkadot/util-crypto': 13.2.1 + '@polkadot/util': 13.2.2 + '@polkadot/util-crypto': 13.2.2 '@polkadot/networks@12.6.2': resolution: {integrity: sha512-1oWtZm1IvPWqvMrldVH6NI2gBoCndl5GEwx7lAuQWGr7eNL+6Bdc5K3Z9T0MzFvDGoi2/CBqjX9dRKo39pDC/w==} engines: {node: '>=18'} - '@polkadot/networks@13.0.2': - resolution: {integrity: sha512-ABAL+vug/gIwkdFEzeh87JoJd0YKrxSYg/HjUrZ+Zis2ucxQEKpvtCpJ34ku+YrjacBfVqIAkkwd3ZdIPGq9aQ==} - engines: {node: '>=18'} - '@polkadot/networks@13.2.1': resolution: {integrity: sha512-T04RTY+w8X+JB0MNAIrSFr3WX/eIUrCyYTsuf6jpg89efubpWYvfchiLTDcQrA2KfdqTBl3bQ1wgKqmWMMKNzg==} engines: {node: '>=18'} - '@polkadot/rpc-augment@10.13.1': - resolution: {integrity: sha512-iLsWUW4Jcx3DOdVrSHtN0biwxlHuTs4QN2hjJV0gd0jo7W08SXhWabZIf9mDmvUJIbR7Vk+9amzvegjRyIf5+A==} + '@polkadot/networks@13.2.2': + resolution: {integrity: sha512-di3dLB9BcLQ9ARcDe/nizl7jZZnQbQlxB8kXtAXqTIVFtshtKT+zYcji6dTX7xX9/O9tZB7qnrvuIuI0MkwJ5A==} engines: {node: '>=18'} - '@polkadot/rpc-augment@11.3.1': - resolution: {integrity: sha512-2PaDcKNju4QYQpxwVkWbRU3M0t340nMX9cMo+8awgvgL1LliV/fUDZueMKLuSS910JJMTPQ7y2pK4eQgMt08gQ==} + '@polkadot/rpc-augment@10.13.1': + resolution: {integrity: sha512-iLsWUW4Jcx3DOdVrSHtN0biwxlHuTs4QN2hjJV0gd0jo7W08SXhWabZIf9mDmvUJIbR7Vk+9amzvegjRyIf5+A==} engines: {node: '>=18'} '@polkadot/rpc-augment@12.4.2': @@ -961,12 +922,12 @@ packages: resolution: {integrity: sha512-jeDYDepe6IOzgUFD+vLEuLrWGqw/dJIcxb8uf/YpnsvzA8kbPZx3BcIhboIpI8HpdKdn6f5mflSTVgDUpUPmNg==} engines: {node: '>=18'} - '@polkadot/rpc-core@10.13.1': - resolution: {integrity: sha512-eoejSHa+/tzHm0vwic62/aptTGbph8vaBpbvLIK7gd00+rT813ROz5ckB1CqQBFB23nHRLuzzX/toY8ID3xrKw==} + '@polkadot/rpc-augment@14.2.2': + resolution: {integrity: sha512-chnl3+iGWNz4l2o1BICV8BwJH+TgeScC4TU2xPOV/2e5iNTENBkbNwP1OOO+84blK0sRpgKQsWx8n9gnosEjZg==} engines: {node: '>=18'} - '@polkadot/rpc-core@11.3.1': - resolution: {integrity: sha512-KKNepsDd/mpmXcA6v/h14eFFPEzLGd7nrvx2UUXUxoZ0Fq2MH1hplP3s93k1oduNY/vOXJR2K9S4dKManA6GVQ==} + '@polkadot/rpc-core@10.13.1': + resolution: {integrity: sha512-eoejSHa+/tzHm0vwic62/aptTGbph8vaBpbvLIK7gd00+rT813ROz5ckB1CqQBFB23nHRLuzzX/toY8ID3xrKw==} engines: {node: '>=18'} '@polkadot/rpc-core@12.4.2': @@ -977,12 +938,12 @@ packages: resolution: {integrity: sha512-rfV1ArJcAZQ3lzAM9P+yIaXN720yJysNGy14FxupLsFsvzowEnEPs4khS2HgnX6j1RqkElw6va/ZVhOsLPhy9w==} engines: {node: '>=18'} - '@polkadot/rpc-provider@10.13.1': - resolution: {integrity: sha512-oJ7tatVXYJ0L7NpNiGd69D558HG5y5ZDmH2Bp9Dd4kFTQIiV8A39SlWwWUPCjSsen9lqSvvprNLnG/VHTpenbw==} + '@polkadot/rpc-core@14.2.2': + resolution: {integrity: sha512-EmkBH1pJ/Id0ImO1UsTUj4R4aug7O2a5pEBgGdU+2kvAKvbAgoWpOkQIit8IXfrvl2jkc8Mzsj06/lRcKMiCDA==} engines: {node: '>=18'} - '@polkadot/rpc-provider@11.3.1': - resolution: {integrity: sha512-pqERChoHo45hd3WAgW8UuzarRF+G/o/eXEbl0PXLubiayw4X4qCmIzmtntUcKYgxGNcYGZaG87ZU8OjN97m6UA==} + '@polkadot/rpc-provider@10.13.1': + resolution: {integrity: sha512-oJ7tatVXYJ0L7NpNiGd69D558HG5y5ZDmH2Bp9Dd4kFTQIiV8A39SlWwWUPCjSsen9lqSvvprNLnG/VHTpenbw==} engines: {node: '>=18'} '@polkadot/rpc-provider@12.4.2': @@ -993,12 +954,12 @@ packages: resolution: {integrity: sha512-BY0H1CC7M360uHXU2IfFdgFmcdjmIz6NxPmXRhrT3QGFmJSHuFevjTbIFlPG7YBK5ivochLrcISelRr7HKXYOg==} engines: {node: '>=18'} - '@polkadot/types-augment@10.13.1': - resolution: {integrity: sha512-TcrLhf95FNFin61qmVgOgayzQB/RqVsSg9thAso1Fh6pX4HSbvI35aGPBAn3SkA6R+9/TmtECirpSNLtIGFn0g==} + '@polkadot/rpc-provider@14.2.2': + resolution: {integrity: sha512-Vx7mrN3NyE5fzvw+cm0BjtH6MRdrc9PeqFiJbbpvvPfK4Vi416RMNgYFw9f611bfQTYjr8oO9CTQI8s7knqN3A==} engines: {node: '>=18'} - '@polkadot/types-augment@11.3.1': - resolution: {integrity: sha512-eR3HVpvUmB3v7q2jTWVmVfAVfb1/kuNn7ij94Zqadg/fuUq0pKqIOKwkUj3OxRM3A/5BnW3MbgparjKD3r+fyw==} + '@polkadot/types-augment@10.13.1': + resolution: {integrity: sha512-TcrLhf95FNFin61qmVgOgayzQB/RqVsSg9thAso1Fh6pX4HSbvI35aGPBAn3SkA6R+9/TmtECirpSNLtIGFn0g==} engines: {node: '>=18'} '@polkadot/types-augment@12.4.2': @@ -1009,12 +970,12 @@ packages: resolution: {integrity: sha512-A73JCwmg5ZuYVHw1k7Lxx4MjjRwQd6Yw/VaRIPqjk3iyG5r9RyFJgsJ7xRafDlKFG0AJ5c6ixvlaHOnBrEAzpQ==} engines: {node: '>=18'} - '@polkadot/types-codec@10.13.1': - resolution: {integrity: sha512-AiQ2Vv2lbZVxEdRCN8XSERiWlOWa2cTDLnpAId78EnCtx4HLKYQSd+Jk9Y4BgO35R79mchK4iG+w6gZ+ukG2bg==} + '@polkadot/types-augment@14.2.2': + resolution: {integrity: sha512-FFHgP4TAhJ6XL25FFjT1S2Ai2wfnoGL2VMhYS8TS5XFxH3+1c0DeA4DgPmewJtbDxKwl232UUKzrpJ8jUpCAJg==} engines: {node: '>=18'} - '@polkadot/types-codec@11.3.1': - resolution: {integrity: sha512-i7IiiuuL+Z/jFoKTA9xeh4wGQnhnNNjMT0+1ohvlOvnFsoKZKFQQOaDPPntGJVL1JDCV+KjkN2uQKZSeW8tguQ==} + '@polkadot/types-codec@10.13.1': + resolution: {integrity: sha512-AiQ2Vv2lbZVxEdRCN8XSERiWlOWa2cTDLnpAId78EnCtx4HLKYQSd+Jk9Y4BgO35R79mchK4iG+w6gZ+ukG2bg==} engines: {node: '>=18'} '@polkadot/types-codec@12.4.2': @@ -1025,12 +986,12 @@ packages: resolution: {integrity: sha512-O6UyTjEAeZMf/uthF3NjCy4tiAeWjj4tfTEWTx2Z65fNTTbXx1Mq5YBBOWsvzBXGBFK35C8buYa4l8cgQS9MoA==} engines: {node: '>=18'} - '@polkadot/types-create@10.13.1': - resolution: {integrity: sha512-Usn1jqrz35SXgCDAqSXy7mnD6j4RvB4wyzTAZipFA6DGmhwyxxIgOzlWQWDb+1PtPKo9vtMzen5IJ+7w5chIeA==} + '@polkadot/types-codec@14.2.2': + resolution: {integrity: sha512-ri1U50VQx2FvBK8iJr5kwA8lIg1zlv7OI0x7th35kHtfRr9icPOp2x1jNsOamfObs7OekTsl7+5Uq33Tl0JR+g==} engines: {node: '>=18'} - '@polkadot/types-create@11.3.1': - resolution: {integrity: sha512-pBXtpz5FehcRJ6j5MzFUIUN8ZWM7z6HbqK1GxBmYbJVRElcGcOg7a/rL2pQVphU0Rx1E8bSO4thzGf4wUxSX7w==} + '@polkadot/types-create@10.13.1': + resolution: {integrity: sha512-Usn1jqrz35SXgCDAqSXy7mnD6j4RvB4wyzTAZipFA6DGmhwyxxIgOzlWQWDb+1PtPKo9vtMzen5IJ+7w5chIeA==} engines: {node: '>=18'} '@polkadot/types-create@12.4.2': @@ -1041,30 +1002,26 @@ packages: resolution: {integrity: sha512-t4gr5NKU8zZetnDvoRnlioEZlkYybBSql+Ep3mQUiJosF5w/SCN6EKV0GPqs0fB1ovqhDQSnwe2xoRjHsiHObA==} engines: {node: '>=18'} - '@polkadot/types-known@10.13.1': - resolution: {integrity: sha512-uHjDW05EavOT5JeU8RbiFWTgPilZ+odsCcuEYIJGmK+es3lk/Qsdns9Zb7U7NJl7eJ6OWmRtyrWsLs+bU+jjIQ==} + '@polkadot/types-create@14.2.2': + resolution: {integrity: sha512-WN1o/zVhVHHjutaivrpd33bc9EllpDFYVtRMZPOeL7GUy4MjpQGcmT0Vce0lARIKKla8RACQWLIEmkbX3UYxrw==} engines: {node: '>=18'} - '@polkadot/types-known@11.3.1': - resolution: {integrity: sha512-3BIof7u6tn9bk3ZCIxA07iNoQ3uj4+vn3DTOjCKECozkRlt6V+kWRvqh16Hc0SHMg/QjcMb2fIu/WZhka1McUQ==} + '@polkadot/types-known@10.13.1': + resolution: {integrity: sha512-uHjDW05EavOT5JeU8RbiFWTgPilZ+odsCcuEYIJGmK+es3lk/Qsdns9Zb7U7NJl7eJ6OWmRtyrWsLs+bU+jjIQ==} engines: {node: '>=18'} '@polkadot/types-known@12.4.2': resolution: {integrity: sha512-bvhO4KQu/dgPmdwQXsweSMRiRisJ7Bp38lZVEIFykfd2qYyRW3OQEbIPKYpx9raD+fDATU0bTiKQnELrSGhYXw==} engines: {node: '>=18'} - '@polkadot/types-known@14.1.1': - resolution: {integrity: sha512-TvyqTsm1Wxw+tjN8UsB04+vZv5znZE5ETGunHLHnvv4WF/lkz4WpkRc/9iqduM5O/iOZh8mEb7n/uyz8LL4brA==} + '@polkadot/types-known@14.2.2': + resolution: {integrity: sha512-inaLBPIB5W0QpKB2/ZtrO61zQDwlOa8aRSGl4XbjEcse0I6nRkFkvEpLf1nJMdJg0aKi3P6pQiW/mkVQsaHLYQ==} engines: {node: '>=18'} '@polkadot/types-support@10.13.1': resolution: {integrity: sha512-4gEPfz36XRQIY7inKq0HXNVVhR6HvXtm7yrEmuBuhM86LE0lQQBkISUSgR358bdn2OFSLMxMoRNoh3kcDvdGDQ==} engines: {node: '>=18'} - '@polkadot/types-support@11.3.1': - resolution: {integrity: sha512-jTFz1GKyF7nI29yIOq4v0NiWTOf5yX4HahJNeFD8TcxoLhF+6tH/XXqrUXJEfbaTlSrRWiW1LZYlb+snctqKHA==} - engines: {node: '>=18'} - '@polkadot/types-support@12.4.2': resolution: {integrity: sha512-bz6JSt23UEZ2eXgN4ust6z5QF9pO5uNH7UzCP+8I/Nm85ZipeBYj2Wu6pLlE3Hw30hWZpuPxMDOKoEhN5bhLgw==} engines: {node: '>=18'} @@ -1073,12 +1030,12 @@ packages: resolution: {integrity: sha512-DJgJ/2n3eWFlgH1K/U7G4NSbgdsx4Lb1fK4yVlZ9t81lJWWiAeb/FodHJb8jlQ6Jezx5S71fRripXfg+FdyCDA==} engines: {node: '>=18'} - '@polkadot/types@10.13.1': - resolution: {integrity: sha512-Hfvg1ZgJlYyzGSAVrDIpp3vullgxrjOlh/CSThd/PI4TTN1qHoPSFm2hs77k3mKkOzg+LrWsLE0P/LP2XddYcw==} + '@polkadot/types-support@14.2.2': + resolution: {integrity: sha512-K0k8tzmB0qsNQ7kRQSWqKTv0W/HNzs5P3vc9VwAzzjJeJFzrLjafSrE+WftYm8Vqvc4XgAQ94vwMJNhZ40TuHQ==} engines: {node: '>=18'} - '@polkadot/types@11.3.1': - resolution: {integrity: sha512-5c7uRFXQTT11Awi6T0yFIdAfD6xGDAOz06Kp7M5S9OGNZY28wSPk5x6BYfNphWPaIBmHHewYJB5qmnrdYQAWKQ==} + '@polkadot/types@10.13.1': + resolution: {integrity: sha512-Hfvg1ZgJlYyzGSAVrDIpp3vullgxrjOlh/CSThd/PI4TTN1qHoPSFm2hs77k3mKkOzg+LrWsLE0P/LP2XddYcw==} engines: {node: '>=18'} '@polkadot/types@12.4.2': @@ -1089,36 +1046,34 @@ packages: resolution: {integrity: sha512-bT1wxu2wZsKR8Ih1PHu4SqptOF+MQbh21e+NJVZkIsrjQz1DvKkdcW4G/s0i0vX/QIjnXTJFC84vMzr5cxJm8Q==} engines: {node: '>=18'} + '@polkadot/types@14.2.2': + resolution: {integrity: sha512-iu1UEYdr2BfZr/URizopupvIt4Kmr35As1b2pPmxCqMjyIMdAklRgz6s+Z08GH8RGcA0CPHaA8YJRBiwfb/8dg==} + engines: {node: '>=18'} + '@polkadot/util-crypto@12.6.2': resolution: {integrity: sha512-FEWI/dJ7wDMNN1WOzZAjQoIcCP/3vz3wvAp5QQm+lOrzOLj0iDmaIGIcBkz8HVm3ErfSe/uKP0KS4jgV/ib+Mg==} engines: {node: '>=18'} peerDependencies: '@polkadot/util': 12.6.2 - '@polkadot/util-crypto@13.0.2': - resolution: {integrity: sha512-woUsJJ6zd/caL7U+D30a5oM/+WK9iNI00Y8aNUHSj6Zq/KPzK9uqDBaLGWwlgrejoMQkxxiU2X0f2LzP15AtQg==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': 13.0.2 - - '@polkadot/util-crypto@13.2.1': - resolution: {integrity: sha512-IalVWtRfsLEkF0fQvEfbnYwrQWUw2AHSYgJINhrZvdoC+Vy6oetvO0ZAhbfUp1c/HOaql0gex4WVrfw7gcBKjQ==} + '@polkadot/util-crypto@13.2.2': + resolution: {integrity: sha512-C4vl07XC43vE6egd9LmSe0uOc7hAvBq6CIoILk5ZB95ABNBQSHOrS1pHugW4rJgVUiZgv8sdl+twmgisuSsSfg==} engines: {node: '>=18'} peerDependencies: - '@polkadot/util': 13.2.1 + '@polkadot/util': 13.2.2 '@polkadot/util@12.6.2': resolution: {integrity: sha512-l8TubR7CLEY47240uki0TQzFvtnxFIO7uI/0GoWzpYD/O62EIAMRsuY01N4DuwgKq2ZWD59WhzsLYmA5K6ksdw==} engines: {node: '>=18'} - '@polkadot/util@13.0.2': - resolution: {integrity: sha512-/6bS9sfhJLhs8QuqWaR1eRapzfDdGC5XAQZEPL9NN5sTTA7HxWos8rVleai0UERm8QUMabjZ9rK9KpzbXl7ojg==} - engines: {node: '>=18'} - '@polkadot/util@13.2.1': resolution: {integrity: sha512-+zCyQQeW4llWD5yhvPAawekRpdAU3LZPLD0j3v8nJjsG9cAyiYGZjsVxDFPpD0yixS1Hl70937bPR46761NG9g==} engines: {node: '>=18'} + '@polkadot/util@13.2.2': + resolution: {integrity: sha512-zhsGtR0J2a0ODesJNbCYqEXOL2rhPrmv1F6OB2JMdho7iOrkONck3PZaoT/Y0JF7IlHjGV8K6yrw7k9KUtFrEA==} + engines: {node: '>=18'} + '@polkadot/wasm-bridge@7.3.2': resolution: {integrity: sha512-AJEXChcf/nKXd5Q/YLEV5dXQMle3UNT7jcXYmIffZAo/KI394a+/24PaISyQjoNC0fkzS1Q8T5pnGGHmXiVz2g==} engines: {node: '>=18'} @@ -1201,14 +1156,14 @@ packages: resolution: {integrity: sha512-HSIk60uFPX4GOFZSnIF7VYJz7WZA7tpFJsne7SzxOooRwMTWEtw3fUpFy5cYYOeLh17/kHH1Y7SVcuxzVLc74Q==} engines: {node: '>=18'} - '@polkadot/x-bigint@13.0.2': - resolution: {integrity: sha512-h2jKT/UaxiEal8LhQeH6+GCjO7GwEqVAD2SNYteCOXff6yNttqAZYJuHZsndbVjVNwqRNf8D5q/zZkD0HUd6xQ==} - engines: {node: '>=18'} - '@polkadot/x-bigint@13.2.1': resolution: {integrity: sha512-NYfH0fKfZFkjE5wOiLmfj+oJFyzSHLJrJt5DmzWwvbhw3dT4Qz2UgBL0i/Ei6REkpOGCXX2DmNbbZBr6sn4f1Q==} engines: {node: '>=18'} + '@polkadot/x-bigint@13.2.2': + resolution: {integrity: sha512-9ENDfG2wYqABWhQYYrbjJK0aPBvCqVPiFhBiKgIg6OTSJKJToa4Di9R8NxelF8eJTtz7DIvgf6gZY/jnKfbtWw==} + engines: {node: '>=18'} + '@polkadot/x-fetch@12.6.2': resolution: {integrity: sha512-8wM/Z9JJPWN1pzSpU7XxTI1ldj/AfC8hKioBlUahZ8gUiJaOF7K9XEFCrCDLis/A1BoOu7Ne6WMx/vsJJIbDWw==} engines: {node: '>=18'} @@ -1221,6 +1176,10 @@ packages: resolution: {integrity: sha512-y/JgDRyH4JZN0QzI4V3Hf7Bah2FOOTw7sbmlo/o/3Tt0zjLnCbSvu7Lf1+fKBDksQWpElUBg3nVJrw4HAIiaRQ==} engines: {node: '>=18'} + '@polkadot/x-fetch@13.2.2': + resolution: {integrity: sha512-aDhd2kdx3JWvZSU4Ge966C0111CH8pCsDX7+9IsMGaZhjLF1NEo2xDjs+EwfUbSvNk68A4UVeJsXjG+IVor/ug==} + engines: {node: '>=18'} + '@polkadot/x-global@12.6.2': resolution: {integrity: sha512-a8d6m+PW98jmsYDtAWp88qS4dl8DyqUBsd0S+WgyfSMtpEXu6v9nXDgPZgwF5xdDvXhm+P0ZfVkVTnIGrScb5g==} engines: {node: '>=18'} @@ -1233,6 +1192,10 @@ packages: resolution: {integrity: sha512-Q9PZY+Xw9ffBYcJjwMCQfGgFi5QNv4GJ1ZqIuJMQBAcM21fn8vuFMfGC24R1pAAJAaBMPkQ9xh8R2cpu9SIjRg==} engines: {node: '>=18'} + '@polkadot/x-global@13.2.2': + resolution: {integrity: sha512-a+iKD7JXxDRtYVo0bp1+HHlaem6MkUHU2yE0cx2e97p9x+IKyNEY58D0L5P66kszLvhFw+t3Jq+qHIj0+2YxkQ==} + engines: {node: '>=18'} + '@polkadot/x-randomvalues@12.6.2': resolution: {integrity: sha512-Vr8uG7rH2IcNJwtyf5ebdODMcr0XjoCpUbI91Zv6AlKVYOGKZlKLYJHIwpTaKKB+7KPWyQrk4Mlym/rS7v9feg==} engines: {node: '>=18'} @@ -1240,44 +1203,37 @@ packages: '@polkadot/util': 12.6.2 '@polkadot/wasm-util': '*' - '@polkadot/x-randomvalues@13.0.2': - resolution: {integrity: sha512-SGj+L0H/7TWZtSmtkWlixO4DFzXDdluI0UscN2h285os2Ns8PnmBbue+iJ8PVSzpY1BOxd66gvkkpboPz+jXFQ==} - engines: {node: '>=18'} - peerDependencies: - '@polkadot/util': 13.0.2 - '@polkadot/wasm-util': '*' - - '@polkadot/x-randomvalues@13.2.1': - resolution: {integrity: sha512-LZBlsmz6r+AKHpqTGAjWecn5aNYGnfgLxxu0JZJo1aOQdVrXy7sDl1M5x1U+ZFeShVeSAU54rrWCcHB+zsGHSA==} + '@polkadot/x-randomvalues@13.2.2': + resolution: {integrity: sha512-1UNImkS5PAaGHeIl2DlMjgt2iN7nlclzwrYhmxd0e9Z11RQqavGqi1a02HGREgnUu+wJ7eHmPMVe6K96+cL+aQ==} engines: {node: '>=18'} peerDependencies: - '@polkadot/util': 13.2.1 + '@polkadot/util': 13.2.2 '@polkadot/wasm-util': '*' '@polkadot/x-textdecoder@12.6.2': resolution: {integrity: sha512-M1Bir7tYvNappfpFWXOJcnxUhBUFWkUFIdJSyH0zs5LmFtFdbKAeiDXxSp2Swp5ddOZdZgPac294/o2TnQKN1w==} engines: {node: '>=18'} - '@polkadot/x-textdecoder@13.0.2': - resolution: {integrity: sha512-mauglOkTJxLGmLwLc3J5Jlq/W+SHP53eiy3F8/8JxxfnXrZKgWoQXGpvXYPjFnMZj0MzDSy/6GjyGWnDCgdQFA==} - engines: {node: '>=18'} - '@polkadot/x-textdecoder@13.2.1': resolution: {integrity: sha512-cyKv5T48goBEMsb1lnKrXPpAPXkpWwAa+Ob0w2eEzsjBPzWEeIPMKFuE4VpPRoZ/Sn6v3hwz98WS8ueCO5MXyQ==} engines: {node: '>=18'} - '@polkadot/x-textencoder@12.6.2': - resolution: {integrity: sha512-4N+3UVCpI489tUJ6cv3uf0PjOHvgGp9Dl+SZRLgFGt9mvxnvpW/7+XBADRMtlG4xi5gaRK7bgl5bmY6OMDsNdw==} + '@polkadot/x-textdecoder@13.2.2': + resolution: {integrity: sha512-elpIrgdq22yyvt4fzxwb2IRJEpswPVwizzauRipVy3uUmI/lC2f7D7u9jrC554Xy8UrrAPExX1sWJCxZA8DZ/g==} engines: {node: '>=18'} - '@polkadot/x-textencoder@13.0.2': - resolution: {integrity: sha512-Lq08H2OnVXj97uaOwg7tcmRS7a4VJYkHEeWO4FyEMOk6P6lU6W8OVNjjxG0se9PCEgmyZPUDbJI//1ynzP4cXw==} + '@polkadot/x-textencoder@12.6.2': + resolution: {integrity: sha512-4N+3UVCpI489tUJ6cv3uf0PjOHvgGp9Dl+SZRLgFGt9mvxnvpW/7+XBADRMtlG4xi5gaRK7bgl5bmY6OMDsNdw==} engines: {node: '>=18'} '@polkadot/x-textencoder@13.2.1': resolution: {integrity: sha512-tugNLn/9UbA1n64mMWliWI1j5kAnnNIHgJ8khbMKyrHS5K+m8BP/avUrlg3u5ukM1RB1cCoJB9uWcT4Sovf65Q==} engines: {node: '>=18'} + '@polkadot/x-textencoder@13.2.2': + resolution: {integrity: sha512-nxlNvK5h0KPCaAE/cx92e8JCPAlmFGbuXC9l03C1Ei1wAnOcWuJWRIk2qOkCEYkpT+G0jITPN4dgk634+pBQSw==} + engines: {node: '>=18'} + '@polkadot/x-ws@12.6.2': resolution: {integrity: sha512-cGZWo7K5eRRQCRl2LrcyCYsrc3lRbTlixZh3AzgU8uX4wASVGRlNWi/Hf4TtHNe1ExCDmxabJzdIsABIfrr7xw==} engines: {node: '>=18'} @@ -1290,6 +1246,10 @@ packages: resolution: {integrity: sha512-bLw4AL1UlzhveOPj5p3PPbDlrq+B7QbuNQ7F4UBVtEkaZZKJzhviE0mYGrObaguv1ib2tIIrYc7FNqmH6KpRzQ==} engines: {node: '>=18'} + '@polkadot/x-ws@13.2.2': + resolution: {integrity: sha512-WEygcHPB55cKLiNoejJ0Lq3Z1fb4hUO3FmYTXdpHgk0xIOfYDrr7rTlI2cZ4Nb32MofeehN/ZStmEW5Edib6TQ==} + engines: {node: '>=18'} + '@protobufjs/aspromise@1.1.2': resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==} @@ -1535,13 +1495,8 @@ packages: '@substrate/connect-known-chains@1.3.0': resolution: {integrity: sha512-BHcWdhOsnHtoWuS4LpFpH3MbLAhm1amq4hvl5ctI47KNZcZJcEPAF4zmeaTMuvj+UJ7LEFooy46Mn7zok47MwA==} - '@substrate/connect@0.8.10': - resolution: {integrity: sha512-DIyQ13DDlXqVFnLV+S6/JDgiGowVRRrh18kahieJxhgvzcWicw5eLc6jpfQ0moVVLBYkO7rctB5Wreldwpva8w==} - deprecated: versions below 1.x are no longer maintained - '@substrate/connect@0.8.11': resolution: {integrity: sha512-ofLs1PAO9AtDdPbdyTYj217Pe+lBfTLltdHDs3ds8no0BseoLeAGxpz1mHfi7zB4IxI3YyAiLjH6U8cw4pj4Nw==} - deprecated: versions below 1.x are no longer maintained '@substrate/connect@0.8.8': resolution: {integrity: sha512-zwaxuNEVI9bGt0rT8PEJiXOyebLIo6QN1SyiAHRPBOl6g3Sy0KKdSN8Jmyn++oXhVRD8aIe75/V8ZkS81T+BPQ==} @@ -1552,11 +1507,6 @@ packages: peerDependencies: smoldot: 2.x - '@substrate/light-client-extension-helpers@0.0.6': - resolution: {integrity: sha512-girltEuxQ1BvkJWmc8JJlk4ZxnlGXc/wkLcNguhY+UoDEMBK0LsdtfzQKIfrIehi4QdeSBlFEFBoI4RqPmsZzA==} - peerDependencies: - smoldot: 2.x - '@substrate/light-client-extension-helpers@1.0.0': resolution: {integrity: sha512-TdKlni1mBBZptOaeVrKnusMg/UBpWUORNDv5fdCaJklP4RJiFOzBCrzC+CyVI5kQzsXBisZ+2pXm+rIjS38kHg==} peerDependencies: @@ -2637,7 +2587,7 @@ packages: resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==} engines: {node: '>= 4.0'} os: [darwin] - deprecated: Upgrade to fsevents v2 to mitigate potential security issues + deprecated: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2 fsevents@2.3.3: resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} @@ -4416,13 +4366,13 @@ snapshots: '@aws-crypto/supports-web-crypto@5.2.0': dependencies: - tslib: 2.6.3 + tslib: 2.8.0 '@aws-crypto/util@5.2.0': dependencies: '@aws-sdk/types': 3.609.0 '@smithy/util-utf8': 2.3.0 - tslib: 2.6.3 + tslib: 2.8.0 '@aws-sdk/client-cloudwatch@3.635.0': dependencies: @@ -4556,7 +4506,7 @@ snapshots: '@smithy/util-middleware': 3.0.3 '@smithy/util-retry': 3.0.3 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.8.0 transitivePeerDependencies: - aws-crt @@ -4623,7 +4573,7 @@ snapshots: '@aws-sdk/types': 3.609.0 '@smithy/property-provider': 3.1.3 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.8.0 '@aws-sdk/credential-provider-http@3.635.0': dependencies: @@ -4635,7 +4585,7 @@ snapshots: '@smithy/smithy-client': 3.2.0 '@smithy/types': 3.3.0 '@smithy/util-stream': 3.1.3 - tslib: 2.6.3 + tslib: 2.8.0 '@aws-sdk/credential-provider-ini@3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0))(@aws-sdk/client-sts@3.635.0)': dependencies: @@ -4650,7 +4600,7 @@ snapshots: '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.4 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.8.0 transitivePeerDependencies: - '@aws-sdk/client-sso-oidc' - aws-crt @@ -4680,7 +4630,7 @@ snapshots: '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.4 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.8.0 '@aws-sdk/credential-provider-sso@3.635.0(@aws-sdk/client-sso-oidc@3.635.0(@aws-sdk/client-sts@3.635.0))': dependencies: @@ -4690,7 +4640,7 @@ snapshots: '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.4 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.8.0 transitivePeerDependencies: - '@aws-sdk/client-sso-oidc' - aws-crt @@ -4701,7 +4651,7 @@ snapshots: '@aws-sdk/types': 3.609.0 '@smithy/property-provider': 3.1.3 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.8.0 '@aws-sdk/middleware-host-header@3.620.0': dependencies: @@ -4747,7 +4697,7 @@ snapshots: '@smithy/property-provider': 3.1.3 '@smithy/shared-ini-file-loader': 3.1.4 '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.8.0 '@aws-sdk/types@3.609.0': dependencies: @@ -4763,7 +4713,7 @@ snapshots: '@aws-sdk/util-locate-window@3.568.0': dependencies: - tslib: 2.6.3 + tslib: 2.8.0 '@aws-sdk/util-user-agent-browser@3.609.0': dependencies: @@ -5267,9 +5217,6 @@ snapshots: rxjs: 7.8.1 optional: true - '@polkadot-api/json-rpc-provider-proxy@0.0.1': - optional: true - '@polkadot-api/json-rpc-provider-proxy@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': optional: true @@ -5282,12 +5229,6 @@ snapshots: '@polkadot-api/json-rpc-provider@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': optional: true - '@polkadot-api/metadata-builders@0.0.1': - dependencies: - '@polkadot-api/substrate-bindings': 0.0.1 - '@polkadot-api/utils': 0.0.1 - optional: true - '@polkadot-api/metadata-builders@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': dependencies: '@polkadot-api/substrate-bindings': 0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0 @@ -5300,15 +5241,6 @@ snapshots: '@polkadot-api/utils': 0.1.0 optional: true - '@polkadot-api/observable-client@0.1.0(rxjs@7.8.1)': - dependencies: - '@polkadot-api/metadata-builders': 0.0.1 - '@polkadot-api/substrate-bindings': 0.0.1 - '@polkadot-api/substrate-client': 0.0.1 - '@polkadot-api/utils': 0.0.1 - rxjs: 7.8.1 - optional: true - '@polkadot-api/observable-client@0.3.2(@polkadot-api/substrate-client@0.1.4)(rxjs@7.8.1)': dependencies: '@polkadot-api/metadata-builders': 0.3.2 @@ -5318,14 +5250,6 @@ snapshots: rxjs: 7.8.1 optional: true - '@polkadot-api/substrate-bindings@0.0.1': - dependencies: - '@noble/hashes': 1.4.0 - '@polkadot-api/utils': 0.0.1 - '@scure/base': 1.1.7 - scale-ts: 1.6.0 - optional: true - '@polkadot-api/substrate-bindings@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': dependencies: '@noble/hashes': 1.4.0 @@ -5342,9 +5266,6 @@ snapshots: scale-ts: 1.6.0 optional: true - '@polkadot-api/substrate-client@0.0.1': - optional: true - '@polkadot-api/substrate-client@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': optional: true @@ -5354,9 +5275,6 @@ snapshots: '@polkadot-api/utils': 0.1.0 optional: true - '@polkadot-api/utils@0.0.1': - optional: true - '@polkadot-api/utils@0.0.1-492c132563ea6b40ae1fc5470dec4cd18768d182.1.0': optional: true @@ -5371,21 +5289,7 @@ snapshots: '@polkadot/types-augment': 10.13.1 '@polkadot/types-codec': 10.13.1 '@polkadot/util': 12.6.2 - tslib: 2.6.3 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/api-augment@11.3.1': - dependencies: - '@polkadot/api-base': 11.3.1 - '@polkadot/rpc-augment': 11.3.1 - '@polkadot/types': 11.3.1 - '@polkadot/types-augment': 11.3.1 - '@polkadot/types-codec': 11.3.1 - '@polkadot/util': 12.6.2 - tslib: 2.6.3 + tslib: 2.8.0 transitivePeerDependencies: - bufferutil - supports-color @@ -5398,8 +5302,8 @@ snapshots: '@polkadot/types': 12.4.2 '@polkadot/types-augment': 12.4.2 '@polkadot/types-codec': 12.4.2 - '@polkadot/util': 13.0.2 - tslib: 2.6.3 + '@polkadot/util': 13.2.2 + tslib: 2.8.0 transitivePeerDependencies: - bufferutil - supports-color @@ -5412,32 +5316,34 @@ snapshots: '@polkadot/types': 14.1.1 '@polkadot/types-augment': 14.1.1 '@polkadot/types-codec': 14.1.1 - '@polkadot/util': 13.2.1 + '@polkadot/util': 13.2.2 tslib: 2.8.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - '@polkadot/api-base@10.13.1': + '@polkadot/api-augment@14.2.2': dependencies: - '@polkadot/rpc-core': 10.13.1 - '@polkadot/types': 10.13.1 - '@polkadot/util': 12.6.2 - rxjs: 7.8.1 - tslib: 2.6.3 + '@polkadot/api-base': 14.2.2 + '@polkadot/rpc-augment': 14.2.2 + '@polkadot/types': 14.2.2 + '@polkadot/types-augment': 14.2.2 + '@polkadot/types-codec': 14.2.2 + '@polkadot/util': 13.2.2 + tslib: 2.8.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - '@polkadot/api-base@11.3.1': + '@polkadot/api-base@10.13.1': dependencies: - '@polkadot/rpc-core': 11.3.1 - '@polkadot/types': 11.3.1 + '@polkadot/rpc-core': 10.13.1 + '@polkadot/types': 10.13.1 '@polkadot/util': 12.6.2 rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.0 transitivePeerDependencies: - bufferutil - supports-color @@ -5447,9 +5353,9 @@ snapshots: dependencies: '@polkadot/rpc-core': 12.4.2 '@polkadot/types': 12.4.2 - '@polkadot/util': 13.0.2 + '@polkadot/util': 13.2.2 rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.0 transitivePeerDependencies: - bufferutil - supports-color @@ -5459,7 +5365,19 @@ snapshots: dependencies: '@polkadot/rpc-core': 14.1.1 '@polkadot/types': 14.1.1 - '@polkadot/util': 13.2.1 + '@polkadot/util': 13.2.2 + rxjs: 7.8.1 + tslib: 2.8.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + + '@polkadot/api-base@14.2.2': + dependencies: + '@polkadot/rpc-core': 14.2.2 + '@polkadot/types': 14.2.2 + '@polkadot/util': 13.2.2 rxjs: 7.8.1 tslib: 2.8.0 transitivePeerDependencies: @@ -5469,12 +5387,12 @@ snapshots: '@polkadot/api-cli@0.60.1': dependencies: - '@polkadot/api': 14.1.1 + '@polkadot/api': 14.2.2 '@polkadot/api-augment': 14.1.1 - '@polkadot/keyring': 13.2.1(@polkadot/util-crypto@13.2.1(@polkadot/util@13.2.1))(@polkadot/util@13.2.1) - '@polkadot/types': 14.1.1 - '@polkadot/util': 13.2.1 - '@polkadot/util-crypto': 13.2.1(@polkadot/util@13.2.1) + '@polkadot/keyring': 13.2.2(@polkadot/util-crypto@13.2.2(@polkadot/util@13.2.2))(@polkadot/util@13.2.2) + '@polkadot/types': 14.2.2 + '@polkadot/util': 13.2.2 + '@polkadot/util-crypto': 13.2.2(@polkadot/util@13.2.2) tslib: 2.8.0 yargs: 17.7.2 transitivePeerDependencies: @@ -5493,24 +5411,7 @@ snapshots: '@polkadot/util': 12.6.2 '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) rxjs: 7.8.1 - tslib: 2.6.3 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/api-derive@11.3.1': - dependencies: - '@polkadot/api': 11.3.1 - '@polkadot/api-augment': 11.3.1 - '@polkadot/api-base': 11.3.1 - '@polkadot/rpc-core': 11.3.1 - '@polkadot/types': 11.3.1 - '@polkadot/types-codec': 11.3.1 - '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) - rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.0 transitivePeerDependencies: - bufferutil - supports-color @@ -5524,25 +5425,25 @@ snapshots: '@polkadot/rpc-core': 12.4.2 '@polkadot/types': 12.4.2 '@polkadot/types-codec': 12.4.2 - '@polkadot/util': 13.0.2 - '@polkadot/util-crypto': 13.0.2(@polkadot/util@13.0.2) + '@polkadot/util': 13.2.2 + '@polkadot/util-crypto': 13.2.2(@polkadot/util@13.2.2) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - '@polkadot/api-derive@14.1.1': + '@polkadot/api-derive@14.2.2': dependencies: - '@polkadot/api': 14.1.1 - '@polkadot/api-augment': 14.1.1 - '@polkadot/api-base': 14.1.1 - '@polkadot/rpc-core': 14.1.1 - '@polkadot/types': 14.1.1 - '@polkadot/types-codec': 14.1.1 - '@polkadot/util': 13.2.1 - '@polkadot/util-crypto': 13.2.1(@polkadot/util@13.2.1) + '@polkadot/api': 14.2.2 + '@polkadot/api-augment': 14.2.2 + '@polkadot/api-base': 14.2.2 + '@polkadot/rpc-core': 14.2.2 + '@polkadot/types': 14.2.2 + '@polkadot/types-codec': 14.2.2 + '@polkadot/util': 13.2.2 + '@polkadot/util-crypto': 13.2.2(@polkadot/util@13.2.2) rxjs: 7.8.1 tslib: 2.8.0 transitivePeerDependencies: @@ -5574,36 +5475,12 @@ snapshots: - supports-color - utf-8-validate - '@polkadot/api@11.3.1': - dependencies: - '@polkadot/api-augment': 11.3.1 - '@polkadot/api-base': 11.3.1 - '@polkadot/api-derive': 11.3.1 - '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) - '@polkadot/rpc-augment': 11.3.1 - '@polkadot/rpc-core': 11.3.1 - '@polkadot/rpc-provider': 11.3.1 - '@polkadot/types': 11.3.1 - '@polkadot/types-augment': 11.3.1 - '@polkadot/types-codec': 11.3.1 - '@polkadot/types-create': 11.3.1 - '@polkadot/types-known': 11.3.1 - '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) - eventemitter3: 5.0.1 - rxjs: 7.8.1 - tslib: 2.6.3 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - '@polkadot/api@12.4.2': dependencies: '@polkadot/api-augment': 12.4.2 '@polkadot/api-base': 12.4.2 '@polkadot/api-derive': 12.4.2 - '@polkadot/keyring': 13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2) + '@polkadot/keyring': 13.2.2(@polkadot/util-crypto@13.2.2(@polkadot/util@13.2.2))(@polkadot/util@13.2.2) '@polkadot/rpc-augment': 12.4.2 '@polkadot/rpc-core': 12.4.2 '@polkadot/rpc-provider': 12.4.2 @@ -5612,32 +5489,32 @@ snapshots: '@polkadot/types-codec': 12.4.2 '@polkadot/types-create': 12.4.2 '@polkadot/types-known': 12.4.2 - '@polkadot/util': 13.0.2 - '@polkadot/util-crypto': 13.0.2(@polkadot/util@13.0.2) + '@polkadot/util': 13.2.2 + '@polkadot/util-crypto': 13.2.2(@polkadot/util@13.2.2) eventemitter3: 5.0.1 rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - '@polkadot/api@14.1.1': - dependencies: - '@polkadot/api-augment': 14.1.1 - '@polkadot/api-base': 14.1.1 - '@polkadot/api-derive': 14.1.1 - '@polkadot/keyring': 13.2.1(@polkadot/util-crypto@13.2.1(@polkadot/util@13.2.1))(@polkadot/util@13.2.1) - '@polkadot/rpc-augment': 14.1.1 - '@polkadot/rpc-core': 14.1.1 - '@polkadot/rpc-provider': 14.1.1 - '@polkadot/types': 14.1.1 - '@polkadot/types-augment': 14.1.1 - '@polkadot/types-codec': 14.1.1 - '@polkadot/types-create': 14.1.1 - '@polkadot/types-known': 14.1.1 - '@polkadot/util': 13.2.1 - '@polkadot/util-crypto': 13.2.1(@polkadot/util@13.2.1) + '@polkadot/api@14.2.2': + dependencies: + '@polkadot/api-augment': 14.2.2 + '@polkadot/api-base': 14.2.2 + '@polkadot/api-derive': 14.2.2 + '@polkadot/keyring': 13.2.2(@polkadot/util-crypto@13.2.2(@polkadot/util@13.2.2))(@polkadot/util@13.2.2) + '@polkadot/rpc-augment': 14.2.2 + '@polkadot/rpc-core': 14.2.2 + '@polkadot/rpc-provider': 14.2.2 + '@polkadot/types': 14.2.2 + '@polkadot/types-augment': 14.2.2 + '@polkadot/types-codec': 14.2.2 + '@polkadot/types-create': 14.2.2 + '@polkadot/types-known': 14.2.2 + '@polkadot/util': 13.2.2 + '@polkadot/util-crypto': 13.2.2(@polkadot/util@13.2.2) eventemitter3: 5.0.1 rxjs: 7.8.1 tslib: 2.8.0 @@ -5650,31 +5527,19 @@ snapshots: dependencies: '@polkadot/util': 12.6.2 '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) - tslib: 2.6.3 - - '@polkadot/keyring@13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2)': - dependencies: - '@polkadot/util': 13.0.2 - '@polkadot/util-crypto': 13.0.2(@polkadot/util@13.0.2) - tslib: 2.6.3 + tslib: 2.8.0 - '@polkadot/keyring@13.2.1(@polkadot/util-crypto@13.2.1(@polkadot/util@13.2.1))(@polkadot/util@13.2.1)': + '@polkadot/keyring@13.2.2(@polkadot/util-crypto@13.2.2(@polkadot/util@13.2.2))(@polkadot/util@13.2.2)': dependencies: - '@polkadot/util': 13.2.1 - '@polkadot/util-crypto': 13.2.1(@polkadot/util@13.2.1) + '@polkadot/util': 13.2.2 + '@polkadot/util-crypto': 13.2.2(@polkadot/util@13.2.2) tslib: 2.8.0 '@polkadot/networks@12.6.2': dependencies: '@polkadot/util': 12.6.2 '@substrate/ss58-registry': 1.49.0 - tslib: 2.6.3 - - '@polkadot/networks@13.0.2': - dependencies: - '@polkadot/util': 13.0.2 - '@substrate/ss58-registry': 1.49.0 - tslib: 2.6.3 + tslib: 2.8.0 '@polkadot/networks@13.2.1': dependencies: @@ -5682,25 +5547,19 @@ snapshots: '@substrate/ss58-registry': 1.51.0 tslib: 2.8.0 + '@polkadot/networks@13.2.2': + dependencies: + '@polkadot/util': 13.2.2 + '@substrate/ss58-registry': 1.51.0 + tslib: 2.8.0 + '@polkadot/rpc-augment@10.13.1': dependencies: '@polkadot/rpc-core': 10.13.1 '@polkadot/types': 10.13.1 '@polkadot/types-codec': 10.13.1 '@polkadot/util': 12.6.2 - tslib: 2.6.3 - transitivePeerDependencies: - - bufferutil - - supports-color - - utf-8-validate - - '@polkadot/rpc-augment@11.3.1': - dependencies: - '@polkadot/rpc-core': 11.3.1 - '@polkadot/types': 11.3.1 - '@polkadot/types-codec': 11.3.1 - '@polkadot/util': 12.6.2 - tslib: 2.6.3 + tslib: 2.8.0 transitivePeerDependencies: - bufferutil - supports-color @@ -5711,8 +5570,8 @@ snapshots: '@polkadot/rpc-core': 12.4.2 '@polkadot/types': 12.4.2 '@polkadot/types-codec': 12.4.2 - '@polkadot/util': 13.0.2 - tslib: 2.6.3 + '@polkadot/util': 13.2.2 + tslib: 2.8.0 transitivePeerDependencies: - bufferutil - supports-color @@ -5723,34 +5582,33 @@ snapshots: '@polkadot/rpc-core': 14.1.1 '@polkadot/types': 14.1.1 '@polkadot/types-codec': 14.1.1 - '@polkadot/util': 13.2.1 + '@polkadot/util': 13.2.2 tslib: 2.8.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - '@polkadot/rpc-core@10.13.1': + '@polkadot/rpc-augment@14.2.2': dependencies: - '@polkadot/rpc-augment': 10.13.1 - '@polkadot/rpc-provider': 10.13.1 - '@polkadot/types': 10.13.1 - '@polkadot/util': 12.6.2 - rxjs: 7.8.1 - tslib: 2.6.3 + '@polkadot/rpc-core': 14.2.2 + '@polkadot/types': 14.2.2 + '@polkadot/types-codec': 14.2.2 + '@polkadot/util': 13.2.2 + tslib: 2.8.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - '@polkadot/rpc-core@11.3.1': + '@polkadot/rpc-core@10.13.1': dependencies: - '@polkadot/rpc-augment': 11.3.1 - '@polkadot/rpc-provider': 11.3.1 - '@polkadot/types': 11.3.1 + '@polkadot/rpc-augment': 10.13.1 + '@polkadot/rpc-provider': 10.13.1 + '@polkadot/types': 10.13.1 '@polkadot/util': 12.6.2 rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.0 transitivePeerDependencies: - bufferutil - supports-color @@ -5761,9 +5619,9 @@ snapshots: '@polkadot/rpc-augment': 12.4.2 '@polkadot/rpc-provider': 12.4.2 '@polkadot/types': 12.4.2 - '@polkadot/util': 13.0.2 + '@polkadot/util': 13.2.2 rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.0 transitivePeerDependencies: - bufferutil - supports-color @@ -5774,7 +5632,7 @@ snapshots: '@polkadot/rpc-augment': 14.1.1 '@polkadot/rpc-provider': 14.1.1 '@polkadot/types': 14.1.1 - '@polkadot/util': 13.2.1 + '@polkadot/util': 13.2.2 rxjs: 7.8.1 tslib: 2.8.0 transitivePeerDependencies: @@ -5782,32 +5640,24 @@ snapshots: - supports-color - utf-8-validate - '@polkadot/rpc-provider@10.13.1': + '@polkadot/rpc-core@14.2.2': dependencies: - '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) - '@polkadot/types': 10.13.1 - '@polkadot/types-support': 10.13.1 - '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) - '@polkadot/x-fetch': 12.6.2 - '@polkadot/x-global': 12.6.2 - '@polkadot/x-ws': 12.6.2 - eventemitter3: 5.0.1 - mock-socket: 9.3.1 - nock: 13.5.5 - tslib: 2.6.3 - optionalDependencies: - '@substrate/connect': 0.8.8 + '@polkadot/rpc-augment': 14.2.2 + '@polkadot/rpc-provider': 14.2.2 + '@polkadot/types': 14.2.2 + '@polkadot/util': 13.2.2 + rxjs: 7.8.1 + tslib: 2.8.0 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate - '@polkadot/rpc-provider@11.3.1': + '@polkadot/rpc-provider@10.13.1': dependencies: '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) - '@polkadot/types': 11.3.1 - '@polkadot/types-support': 11.3.1 + '@polkadot/types': 10.13.1 + '@polkadot/types-support': 10.13.1 '@polkadot/util': 12.6.2 '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) '@polkadot/x-fetch': 12.6.2 @@ -5816,9 +5666,9 @@ snapshots: eventemitter3: 5.0.1 mock-socket: 9.3.1 nock: 13.5.5 - tslib: 2.6.3 + tslib: 2.8.0 optionalDependencies: - '@substrate/connect': 0.8.10 + '@substrate/connect': 0.8.8 transitivePeerDependencies: - bufferutil - supports-color @@ -5826,18 +5676,18 @@ snapshots: '@polkadot/rpc-provider@12.4.2': dependencies: - '@polkadot/keyring': 13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2) + '@polkadot/keyring': 13.2.2(@polkadot/util-crypto@13.2.2(@polkadot/util@13.2.2))(@polkadot/util@13.2.2) '@polkadot/types': 12.4.2 '@polkadot/types-support': 12.4.2 - '@polkadot/util': 13.0.2 - '@polkadot/util-crypto': 13.0.2(@polkadot/util@13.0.2) + '@polkadot/util': 13.2.2 + '@polkadot/util-crypto': 13.2.2(@polkadot/util@13.2.2) '@polkadot/x-fetch': 13.0.2 - '@polkadot/x-global': 13.0.2 + '@polkadot/x-global': 13.2.1 '@polkadot/x-ws': 13.0.2 eventemitter3: 5.0.1 mock-socket: 9.3.1 nock: 13.5.5 - tslib: 2.6.3 + tslib: 2.8.0 optionalDependencies: '@substrate/connect': 0.8.11 transitivePeerDependencies: @@ -5847,11 +5697,11 @@ snapshots: '@polkadot/rpc-provider@14.1.1': dependencies: - '@polkadot/keyring': 13.2.1(@polkadot/util-crypto@13.2.1(@polkadot/util@13.2.1))(@polkadot/util@13.2.1) + '@polkadot/keyring': 13.2.2(@polkadot/util-crypto@13.2.2(@polkadot/util@13.2.2))(@polkadot/util@13.2.2) '@polkadot/types': 14.1.1 '@polkadot/types-support': 14.1.1 - '@polkadot/util': 13.2.1 - '@polkadot/util-crypto': 13.2.1(@polkadot/util@13.2.1) + '@polkadot/util': 13.2.2 + '@polkadot/util-crypto': 13.2.2(@polkadot/util@13.2.2) '@polkadot/x-fetch': 13.2.1 '@polkadot/x-global': 13.2.1 '@polkadot/x-ws': 13.2.1 @@ -5866,41 +5716,56 @@ snapshots: - supports-color - utf-8-validate + '@polkadot/rpc-provider@14.2.2': + dependencies: + '@polkadot/keyring': 13.2.2(@polkadot/util-crypto@13.2.2(@polkadot/util@13.2.2))(@polkadot/util@13.2.2) + '@polkadot/types': 14.2.2 + '@polkadot/types-support': 14.2.2 + '@polkadot/util': 13.2.2 + '@polkadot/util-crypto': 13.2.2(@polkadot/util@13.2.2) + '@polkadot/x-fetch': 13.2.2 + '@polkadot/x-global': 13.2.2 + '@polkadot/x-ws': 13.2.2 + eventemitter3: 5.0.1 + mock-socket: 9.3.1 + nock: 13.5.5 + tslib: 2.8.0 + optionalDependencies: + '@substrate/connect': 0.8.11 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + '@polkadot/types-augment@10.13.1': dependencies: '@polkadot/types': 10.13.1 '@polkadot/types-codec': 10.13.1 '@polkadot/util': 12.6.2 - tslib: 2.6.3 - - '@polkadot/types-augment@11.3.1': - dependencies: - '@polkadot/types': 11.3.1 - '@polkadot/types-codec': 11.3.1 - '@polkadot/util': 12.6.2 - tslib: 2.6.3 + tslib: 2.8.0 '@polkadot/types-augment@12.4.2': dependencies: '@polkadot/types': 12.4.2 '@polkadot/types-codec': 12.4.2 - '@polkadot/util': 13.0.2 - tslib: 2.6.3 + '@polkadot/util': 13.2.2 + tslib: 2.8.0 '@polkadot/types-augment@14.1.1': dependencies: '@polkadot/types': 14.1.1 '@polkadot/types-codec': 14.1.1 - '@polkadot/util': 13.2.1 + '@polkadot/util': 13.2.2 tslib: 2.8.0 - '@polkadot/types-codec@10.13.1': + '@polkadot/types-augment@14.2.2': dependencies: - '@polkadot/util': 12.6.2 - '@polkadot/x-bigint': 12.6.2 - tslib: 2.6.3 + '@polkadot/types': 14.2.2 + '@polkadot/types-codec': 14.2.2 + '@polkadot/util': 13.2.2 + tslib: 2.8.0 - '@polkadot/types-codec@11.3.1': + '@polkadot/types-codec@10.13.1': dependencies: '@polkadot/util': 12.6.2 '@polkadot/x-bigint': 12.6.2 @@ -5908,38 +5773,44 @@ snapshots: '@polkadot/types-codec@12.4.2': dependencies: - '@polkadot/util': 13.0.2 - '@polkadot/x-bigint': 13.0.2 - tslib: 2.6.3 + '@polkadot/util': 13.2.2 + '@polkadot/x-bigint': 13.2.1 + tslib: 2.8.0 '@polkadot/types-codec@14.1.1': dependencies: - '@polkadot/util': 13.2.1 + '@polkadot/util': 13.2.2 '@polkadot/x-bigint': 13.2.1 tslib: 2.8.0 - '@polkadot/types-create@10.13.1': + '@polkadot/types-codec@14.2.2': dependencies: - '@polkadot/types-codec': 10.13.1 - '@polkadot/util': 12.6.2 - tslib: 2.6.3 + '@polkadot/util': 13.2.2 + '@polkadot/x-bigint': 13.2.2 + tslib: 2.8.0 - '@polkadot/types-create@11.3.1': + '@polkadot/types-create@10.13.1': dependencies: - '@polkadot/types-codec': 11.3.1 + '@polkadot/types-codec': 10.13.1 '@polkadot/util': 12.6.2 - tslib: 2.6.3 + tslib: 2.8.0 '@polkadot/types-create@12.4.2': dependencies: '@polkadot/types-codec': 12.4.2 - '@polkadot/util': 13.0.2 - tslib: 2.6.3 + '@polkadot/util': 13.2.2 + tslib: 2.8.0 '@polkadot/types-create@14.1.1': dependencies: '@polkadot/types-codec': 14.1.1 - '@polkadot/util': 13.2.1 + '@polkadot/util': 13.2.2 + tslib: 2.8.0 + + '@polkadot/types-create@14.2.2': + dependencies: + '@polkadot/types-codec': 14.2.2 + '@polkadot/util': 13.2.2 tslib: 2.8.0 '@polkadot/types-known@10.13.1': @@ -5949,53 +5820,44 @@ snapshots: '@polkadot/types-codec': 10.13.1 '@polkadot/types-create': 10.13.1 '@polkadot/util': 12.6.2 - tslib: 2.6.3 - - '@polkadot/types-known@11.3.1': - dependencies: - '@polkadot/networks': 12.6.2 - '@polkadot/types': 11.3.1 - '@polkadot/types-codec': 11.3.1 - '@polkadot/types-create': 11.3.1 - '@polkadot/util': 12.6.2 - tslib: 2.6.3 + tslib: 2.8.0 '@polkadot/types-known@12.4.2': dependencies: - '@polkadot/networks': 13.0.2 + '@polkadot/networks': 13.2.1 '@polkadot/types': 12.4.2 '@polkadot/types-codec': 12.4.2 '@polkadot/types-create': 12.4.2 - '@polkadot/util': 13.0.2 - tslib: 2.6.3 + '@polkadot/util': 13.2.2 + tslib: 2.8.0 - '@polkadot/types-known@14.1.1': + '@polkadot/types-known@14.2.2': dependencies: - '@polkadot/networks': 13.2.1 - '@polkadot/types': 14.1.1 - '@polkadot/types-codec': 14.1.1 - '@polkadot/types-create': 14.1.1 - '@polkadot/util': 13.2.1 + '@polkadot/networks': 13.2.2 + '@polkadot/types': 14.2.2 + '@polkadot/types-codec': 14.2.2 + '@polkadot/types-create': 14.2.2 + '@polkadot/util': 13.2.2 tslib: 2.8.0 '@polkadot/types-support@10.13.1': dependencies: '@polkadot/util': 12.6.2 - tslib: 2.6.3 - - '@polkadot/types-support@11.3.1': - dependencies: - '@polkadot/util': 12.6.2 - tslib: 2.6.3 + tslib: 2.8.0 '@polkadot/types-support@12.4.2': dependencies: - '@polkadot/util': 13.0.2 - tslib: 2.6.3 + '@polkadot/util': 13.2.2 + tslib: 2.8.0 '@polkadot/types-support@14.1.1': dependencies: - '@polkadot/util': 13.2.1 + '@polkadot/util': 13.2.2 + tslib: 2.8.0 + + '@polkadot/types-support@14.2.2': + dependencies: + '@polkadot/util': 13.2.2 tslib: 2.8.0 '@polkadot/types@10.13.1': @@ -6009,36 +5871,36 @@ snapshots: rxjs: 7.8.1 tslib: 2.6.3 - '@polkadot/types@11.3.1': - dependencies: - '@polkadot/keyring': 12.6.2(@polkadot/util-crypto@12.6.2(@polkadot/util@12.6.2))(@polkadot/util@12.6.2) - '@polkadot/types-augment': 11.3.1 - '@polkadot/types-codec': 11.3.1 - '@polkadot/types-create': 11.3.1 - '@polkadot/util': 12.6.2 - '@polkadot/util-crypto': 12.6.2(@polkadot/util@12.6.2) - rxjs: 7.8.1 - tslib: 2.6.3 - '@polkadot/types@12.4.2': dependencies: - '@polkadot/keyring': 13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2) + '@polkadot/keyring': 13.2.2(@polkadot/util-crypto@13.2.2(@polkadot/util@13.2.2))(@polkadot/util@13.2.2) '@polkadot/types-augment': 12.4.2 '@polkadot/types-codec': 12.4.2 '@polkadot/types-create': 12.4.2 - '@polkadot/util': 13.0.2 - '@polkadot/util-crypto': 13.0.2(@polkadot/util@13.0.2) + '@polkadot/util': 13.2.2 + '@polkadot/util-crypto': 13.2.2(@polkadot/util@13.2.2) rxjs: 7.8.1 - tslib: 2.6.3 + tslib: 2.8.0 '@polkadot/types@14.1.1': dependencies: - '@polkadot/keyring': 13.2.1(@polkadot/util-crypto@13.2.1(@polkadot/util@13.2.1))(@polkadot/util@13.2.1) + '@polkadot/keyring': 13.2.2(@polkadot/util-crypto@13.2.2(@polkadot/util@13.2.2))(@polkadot/util@13.2.2) '@polkadot/types-augment': 14.1.1 '@polkadot/types-codec': 14.1.1 '@polkadot/types-create': 14.1.1 - '@polkadot/util': 13.2.1 - '@polkadot/util-crypto': 13.2.1(@polkadot/util@13.2.1) + '@polkadot/util': 13.2.2 + '@polkadot/util-crypto': 13.2.2(@polkadot/util@13.2.2) + rxjs: 7.8.1 + tslib: 2.8.0 + + '@polkadot/types@14.2.2': + dependencies: + '@polkadot/keyring': 13.2.2(@polkadot/util-crypto@13.2.2(@polkadot/util@13.2.2))(@polkadot/util@13.2.2) + '@polkadot/types-augment': 14.2.2 + '@polkadot/types-codec': 14.2.2 + '@polkadot/types-create': 14.2.2 + '@polkadot/util': 13.2.2 + '@polkadot/util-crypto': 13.2.2(@polkadot/util@13.2.2) rxjs: 7.8.1 tslib: 2.8.0 @@ -6053,31 +5915,18 @@ snapshots: '@polkadot/x-bigint': 12.6.2 '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)) '@scure/base': 1.1.7 - tslib: 2.6.3 - - '@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2)': - dependencies: - '@noble/curves': 1.5.0 - '@noble/hashes': 1.4.0 - '@polkadot/networks': 13.0.2 - '@polkadot/util': 13.0.2 - '@polkadot/wasm-crypto': 7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2))) - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) - '@polkadot/x-bigint': 13.0.2 - '@polkadot/x-randomvalues': 13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)) - '@scure/base': 1.1.7 - tslib: 2.6.3 + tslib: 2.8.0 - '@polkadot/util-crypto@13.2.1(@polkadot/util@13.2.1)': + '@polkadot/util-crypto@13.2.2(@polkadot/util@13.2.2)': dependencies: '@noble/curves': 1.5.0 '@noble/hashes': 1.4.0 - '@polkadot/networks': 13.2.1 - '@polkadot/util': 13.2.1 - '@polkadot/wasm-crypto': 7.4.1(@polkadot/util@13.2.1)(@polkadot/x-randomvalues@13.2.1(@polkadot/util@13.2.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.1))) - '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.2.1) - '@polkadot/x-bigint': 13.2.1 - '@polkadot/x-randomvalues': 13.2.1(@polkadot/util@13.2.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.1)) + '@polkadot/networks': 13.2.2 + '@polkadot/util': 13.2.2 + '@polkadot/wasm-crypto': 7.4.1(@polkadot/util@13.2.2)(@polkadot/x-randomvalues@13.2.2(@polkadot/util@13.2.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.2))) + '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.2.2) + '@polkadot/x-bigint': 13.2.2 + '@polkadot/x-randomvalues': 13.2.2(@polkadot/util@13.2.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.2)) '@scure/base': 1.1.7 tslib: 2.8.0 @@ -6087,19 +5936,9 @@ snapshots: '@polkadot/x-global': 12.6.2 '@polkadot/x-textdecoder': 12.6.2 '@polkadot/x-textencoder': 12.6.2 - '@types/bn.js': 5.1.5 - bn.js: 5.2.1 - tslib: 2.6.3 - - '@polkadot/util@13.0.2': - dependencies: - '@polkadot/x-bigint': 13.0.2 - '@polkadot/x-global': 13.0.2 - '@polkadot/x-textdecoder': 13.0.2 - '@polkadot/x-textencoder': 13.0.2 - '@types/bn.js': 5.1.5 + '@types/bn.js': 5.1.6 bn.js: 5.2.1 - tslib: 2.6.3 + tslib: 2.8.0 '@polkadot/util@13.2.1': dependencies: @@ -6111,40 +5950,38 @@ snapshots: bn.js: 5.2.1 tslib: 2.8.0 + '@polkadot/util@13.2.2': + dependencies: + '@polkadot/x-bigint': 13.2.2 + '@polkadot/x-global': 13.2.2 + '@polkadot/x-textdecoder': 13.2.2 + '@polkadot/x-textencoder': 13.2.2 + '@types/bn.js': 5.1.6 + bn.js: 5.2.1 + tslib: 2.8.0 + '@polkadot/wasm-bridge@7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)))': dependencies: '@polkadot/util': 12.6.2 '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)) - tslib: 2.6.3 - - '@polkadot/wasm-bridge@7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)))': - dependencies: - '@polkadot/util': 13.0.2 - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) - '@polkadot/x-randomvalues': 13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)) - tslib: 2.6.3 + tslib: 2.8.0 - '@polkadot/wasm-bridge@7.4.1(@polkadot/util@13.2.1)(@polkadot/x-randomvalues@13.2.1(@polkadot/util@13.2.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.1)))': + '@polkadot/wasm-bridge@7.4.1(@polkadot/util@13.2.2)(@polkadot/x-randomvalues@13.2.2(@polkadot/util@13.2.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.2)))': dependencies: - '@polkadot/util': 13.2.1 - '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.2.1) - '@polkadot/x-randomvalues': 13.2.1(@polkadot/util@13.2.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.1)) + '@polkadot/util': 13.2.2 + '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.2.2) + '@polkadot/x-randomvalues': 13.2.2(@polkadot/util@13.2.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.2)) tslib: 2.8.0 '@polkadot/wasm-crypto-asmjs@7.3.2(@polkadot/util@12.6.2)': dependencies: '@polkadot/util': 12.6.2 - tslib: 2.6.3 - - '@polkadot/wasm-crypto-asmjs@7.3.2(@polkadot/util@13.0.2)': - dependencies: - '@polkadot/util': 13.0.2 - tslib: 2.6.3 + tslib: 2.8.0 - '@polkadot/wasm-crypto-asmjs@7.4.1(@polkadot/util@13.2.1)': + '@polkadot/wasm-crypto-asmjs@7.4.1(@polkadot/util@13.2.2)': dependencies: - '@polkadot/util': 13.2.1 + '@polkadot/util': 13.2.2 tslib: 2.8.0 '@polkadot/wasm-crypto-init@7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)))': @@ -6155,44 +5992,28 @@ snapshots: '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@12.6.2) '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)) - tslib: 2.6.3 - - '@polkadot/wasm-crypto-init@7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)))': - dependencies: - '@polkadot/util': 13.0.2 - '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2))) - '@polkadot/wasm-crypto-asmjs': 7.3.2(@polkadot/util@13.0.2) - '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@13.0.2) - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) - '@polkadot/x-randomvalues': 13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)) - tslib: 2.6.3 + tslib: 2.8.0 - '@polkadot/wasm-crypto-init@7.4.1(@polkadot/util@13.2.1)(@polkadot/x-randomvalues@13.2.1(@polkadot/util@13.2.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.1)))': + '@polkadot/wasm-crypto-init@7.4.1(@polkadot/util@13.2.2)(@polkadot/x-randomvalues@13.2.2(@polkadot/util@13.2.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.2)))': dependencies: - '@polkadot/util': 13.2.1 - '@polkadot/wasm-bridge': 7.4.1(@polkadot/util@13.2.1)(@polkadot/x-randomvalues@13.2.1(@polkadot/util@13.2.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.1))) - '@polkadot/wasm-crypto-asmjs': 7.4.1(@polkadot/util@13.2.1) - '@polkadot/wasm-crypto-wasm': 7.4.1(@polkadot/util@13.2.1) - '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.2.1) - '@polkadot/x-randomvalues': 13.2.1(@polkadot/util@13.2.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.1)) + '@polkadot/util': 13.2.2 + '@polkadot/wasm-bridge': 7.4.1(@polkadot/util@13.2.2)(@polkadot/x-randomvalues@13.2.2(@polkadot/util@13.2.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.2))) + '@polkadot/wasm-crypto-asmjs': 7.4.1(@polkadot/util@13.2.2) + '@polkadot/wasm-crypto-wasm': 7.4.1(@polkadot/util@13.2.2) + '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.2.2) + '@polkadot/x-randomvalues': 13.2.2(@polkadot/util@13.2.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.2)) tslib: 2.8.0 '@polkadot/wasm-crypto-wasm@7.3.2(@polkadot/util@12.6.2)': dependencies: '@polkadot/util': 12.6.2 '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) - tslib: 2.6.3 - - '@polkadot/wasm-crypto-wasm@7.3.2(@polkadot/util@13.0.2)': - dependencies: - '@polkadot/util': 13.0.2 - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) - tslib: 2.6.3 + tslib: 2.8.0 - '@polkadot/wasm-crypto-wasm@7.4.1(@polkadot/util@13.2.1)': + '@polkadot/wasm-crypto-wasm@7.4.1(@polkadot/util@13.2.2)': dependencies: - '@polkadot/util': 13.2.1 - '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.2.1) + '@polkadot/util': 13.2.2 + '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.2.2) tslib: 2.8.0 '@polkadot/wasm-crypto@7.3.2(@polkadot/util@12.6.2)(@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)))': @@ -6204,71 +6025,55 @@ snapshots: '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@12.6.2) '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) '@polkadot/x-randomvalues': 12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)) - tslib: 2.6.3 - - '@polkadot/wasm-crypto@7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)))': - dependencies: - '@polkadot/util': 13.0.2 - '@polkadot/wasm-bridge': 7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2))) - '@polkadot/wasm-crypto-asmjs': 7.3.2(@polkadot/util@13.0.2) - '@polkadot/wasm-crypto-init': 7.3.2(@polkadot/util@13.0.2)(@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2))) - '@polkadot/wasm-crypto-wasm': 7.3.2(@polkadot/util@13.0.2) - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) - '@polkadot/x-randomvalues': 13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)) - tslib: 2.6.3 + tslib: 2.8.0 - '@polkadot/wasm-crypto@7.4.1(@polkadot/util@13.2.1)(@polkadot/x-randomvalues@13.2.1(@polkadot/util@13.2.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.1)))': + '@polkadot/wasm-crypto@7.4.1(@polkadot/util@13.2.2)(@polkadot/x-randomvalues@13.2.2(@polkadot/util@13.2.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.2)))': dependencies: - '@polkadot/util': 13.2.1 - '@polkadot/wasm-bridge': 7.4.1(@polkadot/util@13.2.1)(@polkadot/x-randomvalues@13.2.1(@polkadot/util@13.2.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.1))) - '@polkadot/wasm-crypto-asmjs': 7.4.1(@polkadot/util@13.2.1) - '@polkadot/wasm-crypto-init': 7.4.1(@polkadot/util@13.2.1)(@polkadot/x-randomvalues@13.2.1(@polkadot/util@13.2.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.1))) - '@polkadot/wasm-crypto-wasm': 7.4.1(@polkadot/util@13.2.1) - '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.2.1) - '@polkadot/x-randomvalues': 13.2.1(@polkadot/util@13.2.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.1)) + '@polkadot/util': 13.2.2 + '@polkadot/wasm-bridge': 7.4.1(@polkadot/util@13.2.2)(@polkadot/x-randomvalues@13.2.2(@polkadot/util@13.2.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.2))) + '@polkadot/wasm-crypto-asmjs': 7.4.1(@polkadot/util@13.2.2) + '@polkadot/wasm-crypto-init': 7.4.1(@polkadot/util@13.2.2)(@polkadot/x-randomvalues@13.2.2(@polkadot/util@13.2.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.2))) + '@polkadot/wasm-crypto-wasm': 7.4.1(@polkadot/util@13.2.2) + '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.2.2) + '@polkadot/x-randomvalues': 13.2.2(@polkadot/util@13.2.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.2)) tslib: 2.8.0 '@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2)': dependencies: '@polkadot/util': 12.6.2 - tslib: 2.6.3 - - '@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2)': - dependencies: - '@polkadot/util': 13.0.2 - tslib: 2.6.3 + tslib: 2.8.0 - '@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.1)': + '@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.2)': dependencies: - '@polkadot/util': 13.2.1 + '@polkadot/util': 13.2.2 tslib: 2.8.0 '@polkadot/x-bigint@12.6.2': dependencies: '@polkadot/x-global': 12.6.2 - tslib: 2.6.3 - - '@polkadot/x-bigint@13.0.2': - dependencies: - '@polkadot/x-global': 13.0.2 - tslib: 2.6.3 + tslib: 2.8.0 '@polkadot/x-bigint@13.2.1': dependencies: '@polkadot/x-global': 13.2.1 tslib: 2.8.0 + '@polkadot/x-bigint@13.2.2': + dependencies: + '@polkadot/x-global': 13.2.2 + tslib: 2.8.0 + '@polkadot/x-fetch@12.6.2': dependencies: '@polkadot/x-global': 12.6.2 node-fetch: 3.3.2 - tslib: 2.6.3 + tslib: 2.8.0 '@polkadot/x-fetch@13.0.2': dependencies: '@polkadot/x-global': 13.0.2 node-fetch: 3.3.2 - tslib: 2.6.3 + tslib: 2.8.0 '@polkadot/x-fetch@13.2.1': dependencies: @@ -6276,73 +6081,76 @@ snapshots: node-fetch: 3.3.2 tslib: 2.8.0 + '@polkadot/x-fetch@13.2.2': + dependencies: + '@polkadot/x-global': 13.2.2 + node-fetch: 3.3.2 + tslib: 2.8.0 + '@polkadot/x-global@12.6.2': dependencies: - tslib: 2.6.3 + tslib: 2.8.0 '@polkadot/x-global@13.0.2': dependencies: - tslib: 2.6.3 + tslib: 2.8.0 '@polkadot/x-global@13.2.1': dependencies: tslib: 2.8.0 + '@polkadot/x-global@13.2.2': + dependencies: + tslib: 2.8.0 + '@polkadot/x-randomvalues@12.6.2(@polkadot/util@12.6.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@12.6.2))': dependencies: '@polkadot/util': 12.6.2 '@polkadot/wasm-util': 7.3.2(@polkadot/util@12.6.2) '@polkadot/x-global': 12.6.2 - tslib: 2.6.3 - - '@polkadot/x-randomvalues@13.0.2(@polkadot/util@13.0.2)(@polkadot/wasm-util@7.3.2(@polkadot/util@13.0.2))': - dependencies: - '@polkadot/util': 13.0.2 - '@polkadot/wasm-util': 7.3.2(@polkadot/util@13.0.2) - '@polkadot/x-global': 13.0.2 - tslib: 2.6.3 + tslib: 2.8.0 - '@polkadot/x-randomvalues@13.2.1(@polkadot/util@13.2.1)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.1))': + '@polkadot/x-randomvalues@13.2.2(@polkadot/util@13.2.2)(@polkadot/wasm-util@7.4.1(@polkadot/util@13.2.2))': dependencies: - '@polkadot/util': 13.2.1 - '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.2.1) - '@polkadot/x-global': 13.2.1 + '@polkadot/util': 13.2.2 + '@polkadot/wasm-util': 7.4.1(@polkadot/util@13.2.2) + '@polkadot/x-global': 13.2.2 tslib: 2.8.0 '@polkadot/x-textdecoder@12.6.2': dependencies: '@polkadot/x-global': 12.6.2 - tslib: 2.6.3 - - '@polkadot/x-textdecoder@13.0.2': - dependencies: - '@polkadot/x-global': 13.0.2 - tslib: 2.6.3 + tslib: 2.8.0 '@polkadot/x-textdecoder@13.2.1': dependencies: '@polkadot/x-global': 13.2.1 tslib: 2.8.0 - '@polkadot/x-textencoder@12.6.2': + '@polkadot/x-textdecoder@13.2.2': dependencies: - '@polkadot/x-global': 12.6.2 - tslib: 2.6.3 + '@polkadot/x-global': 13.2.2 + tslib: 2.8.0 - '@polkadot/x-textencoder@13.0.2': + '@polkadot/x-textencoder@12.6.2': dependencies: - '@polkadot/x-global': 13.0.2 - tslib: 2.6.3 + '@polkadot/x-global': 12.6.2 + tslib: 2.8.0 '@polkadot/x-textencoder@13.2.1': dependencies: '@polkadot/x-global': 13.2.1 tslib: 2.8.0 + '@polkadot/x-textencoder@13.2.2': + dependencies: + '@polkadot/x-global': 13.2.2 + tslib: 2.8.0 + '@polkadot/x-ws@12.6.2': dependencies: '@polkadot/x-global': 12.6.2 - tslib: 2.6.3 + tslib: 2.8.0 ws: 8.18.0 transitivePeerDependencies: - bufferutil @@ -6351,7 +6159,7 @@ snapshots: '@polkadot/x-ws@13.0.2': dependencies: '@polkadot/x-global': 13.0.2 - tslib: 2.6.3 + tslib: 2.8.0 ws: 8.18.0 transitivePeerDependencies: - bufferutil @@ -6366,6 +6174,15 @@ snapshots: - bufferutil - utf-8-validate + '@polkadot/x-ws@13.2.2': + dependencies: + '@polkadot/x-global': 13.2.2 + tslib: 2.8.0 + ws: 8.18.0 + transitivePeerDependencies: + - bufferutil + - utf-8-validate + '@protobufjs/aspromise@1.1.2': {} '@protobufjs/base64@1.1.2': {} @@ -6500,7 +6317,7 @@ snapshots: '@smithy/abort-controller@3.1.1': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.8.0 '@smithy/config-resolver@3.0.5': dependencies: @@ -6529,7 +6346,7 @@ snapshots: '@smithy/property-provider': 3.1.3 '@smithy/types': 3.3.0 '@smithy/url-parser': 3.0.3 - tslib: 2.6.3 + tslib: 2.8.0 '@smithy/fetch-http-handler@3.2.4': dependencies: @@ -6553,11 +6370,11 @@ snapshots: '@smithy/is-array-buffer@2.2.0': dependencies: - tslib: 2.6.3 + tslib: 2.8.0 '@smithy/is-array-buffer@3.0.0': dependencies: - tslib: 2.6.3 + tslib: 2.8.0 '@smithy/middleware-compression@3.0.7': dependencies: @@ -6627,7 +6444,7 @@ snapshots: '@smithy/property-provider@3.1.3': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.8.0 '@smithy/protocol-http@4.1.0': dependencies: @@ -6638,12 +6455,12 @@ snapshots: dependencies: '@smithy/types': 3.3.0 '@smithy/util-uri-escape': 3.0.0 - tslib: 2.6.3 + tslib: 2.8.0 '@smithy/querystring-parser@3.0.3': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.8.0 '@smithy/service-error-classification@3.0.3': dependencies: @@ -6652,7 +6469,7 @@ snapshots: '@smithy/shared-ini-file-loader@3.1.4': dependencies: '@smithy/types': 3.3.0 - tslib: 2.6.3 + tslib: 2.8.0 '@smithy/signature-v4@4.1.0': dependencies: @@ -6663,7 +6480,7 @@ snapshots: '@smithy/util-middleware': 3.0.3 '@smithy/util-uri-escape': 3.0.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.8.0 '@smithy/smithy-client@3.2.0': dependencies: @@ -6701,16 +6518,16 @@ snapshots: '@smithy/util-buffer-from@2.2.0': dependencies: '@smithy/is-array-buffer': 2.2.0 - tslib: 2.6.3 + tslib: 2.8.0 '@smithy/util-buffer-from@3.0.0': dependencies: '@smithy/is-array-buffer': 3.0.0 - tslib: 2.6.3 + tslib: 2.8.0 '@smithy/util-config-provider@3.0.0': dependencies: - tslib: 2.6.3 + tslib: 2.8.0 '@smithy/util-defaults-mode-browser@3.0.15': dependencies: @@ -6738,7 +6555,7 @@ snapshots: '@smithy/util-hex-encoding@3.0.0': dependencies: - tslib: 2.6.3 + tslib: 2.8.0 '@smithy/util-middleware@3.0.3': dependencies: @@ -6760,16 +6577,16 @@ snapshots: '@smithy/util-buffer-from': 3.0.0 '@smithy/util-hex-encoding': 3.0.0 '@smithy/util-utf8': 3.0.0 - tslib: 2.6.3 + tslib: 2.8.0 '@smithy/util-uri-escape@3.0.0': dependencies: - tslib: 2.6.3 + tslib: 2.8.0 '@smithy/util-utf8@2.3.0': dependencies: '@smithy/util-buffer-from': 2.2.0 - tslib: 2.6.3 + tslib: 2.8.0 '@smithy/util-utf8@3.0.0': dependencies: @@ -6788,17 +6605,6 @@ snapshots: '@substrate/connect-known-chains@1.3.0': optional: true - '@substrate/connect@0.8.10': - dependencies: - '@substrate/connect-extension-protocol': 2.0.0 - '@substrate/connect-known-chains': 1.3.0 - '@substrate/light-client-extension-helpers': 0.0.6(smoldot@2.0.22) - smoldot: 2.0.22 - transitivePeerDependencies: - - bufferutil - - utf-8-validate - optional: true - '@substrate/connect@0.8.11': dependencies: '@substrate/connect-extension-protocol': 2.0.0 @@ -6833,18 +6639,6 @@ snapshots: smoldot: 2.0.22 optional: true - '@substrate/light-client-extension-helpers@0.0.6(smoldot@2.0.22)': - dependencies: - '@polkadot-api/json-rpc-provider': 0.0.1 - '@polkadot-api/json-rpc-provider-proxy': 0.0.1 - '@polkadot-api/observable-client': 0.1.0(rxjs@7.8.1) - '@polkadot-api/substrate-client': 0.0.1 - '@substrate/connect-extension-protocol': 2.0.0 - '@substrate/connect-known-chains': 1.3.0 - rxjs: 7.8.1 - smoldot: 2.0.22 - optional: true - '@substrate/light-client-extension-helpers@1.0.0(smoldot@2.0.26)': dependencies: '@polkadot-api/json-rpc-provider': 0.0.1 @@ -7052,10 +6846,10 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@zombienet/cli@1.3.109(@polkadot/util@13.0.2)(@types/node@18.19.45)(chokidar@3.6.0)': + '@zombienet/cli@1.3.109(@polkadot/util@13.2.2)(@types/node@18.19.45)(chokidar@3.6.0)': dependencies: '@zombienet/dsl-parser-wrapper': 0.1.10 - '@zombienet/orchestrator': 0.0.90(@polkadot/util@13.0.2)(@types/node@18.19.45)(chokidar@3.6.0) + '@zombienet/orchestrator': 0.0.90(@polkadot/util@13.2.2)(@types/node@18.19.45)(chokidar@3.6.0) '@zombienet/utils': 0.0.25(@types/node@18.19.45)(chokidar@3.6.0)(typescript@5.5.4) cli-progress: 3.12.0 commander: 11.1.0 @@ -7075,11 +6869,11 @@ snapshots: '@zombienet/dsl-parser-wrapper@0.1.10': {} - '@zombienet/orchestrator@0.0.90(@polkadot/util@13.0.2)(@types/node@18.19.45)(chokidar@3.6.0)': + '@zombienet/orchestrator@0.0.90(@polkadot/util@13.2.2)(@types/node@18.19.45)(chokidar@3.6.0)': dependencies: '@polkadot/api': 12.4.2 - '@polkadot/keyring': 13.0.2(@polkadot/util-crypto@13.0.2(@polkadot/util@13.0.2))(@polkadot/util@13.0.2) - '@polkadot/util-crypto': 13.0.2(@polkadot/util@13.0.2) + '@polkadot/keyring': 13.2.2(@polkadot/util-crypto@13.2.2(@polkadot/util@13.2.2))(@polkadot/util@13.2.2) + '@polkadot/util-crypto': 13.2.2(@polkadot/util@13.2.2) '@zombienet/utils': 0.0.25(@types/node@18.19.45)(chokidar@3.6.0)(typescript@5.5.4) JSONStream: 1.3.5 chai: 4.5.0