From 90083d1ef3ae0d336c4d9eefc9807efdd50416c8 Mon Sep 17 00:00:00 2001 From: Tarik Gul <47201679+TarikGul@users.noreply.github.com> Date: Wed, 2 Feb 2022 09:11:16 -0500 Subject: [PATCH] fix(deps): update polkadot-js/api, and rxjs (#830) * update polkadot.js and rxjs * fix import for Observable to rxjs * dedupe --- package.json | 10 +- src/test-helpers/typeFactory.ts | 2 +- yarn.lock | 342 +++++++++----------------------- 3 files changed, 105 insertions(+), 249 deletions(-) diff --git a/package.json b/package.json index 808745c4c..52ce64ddd 100644 --- a/package.json +++ b/package.json @@ -50,10 +50,9 @@ "test:test-release": "yarn start:test-release" }, "dependencies": { - "@polkadot/api": "^7.5.2-2", + "@polkadot/api": "^7.6.1", "@polkadot/apps-config": "0.103.1", "@polkadot/util-crypto": "^8.3.3", - "@polkadot/x-rxjs": "^6.11.1", "@substrate/calc": "^0.2.7", "argparse": "^2.0.1", "confmgr": "1.0.7", @@ -61,6 +60,7 @@ "express-winston": "^4.1.0", "http-errors": "^1.8.1", "lru-cache": "^6.0.0", + "rxjs": "^7.5.2", "winston": "^3.3.3" }, "devDependencies": { @@ -75,11 +75,11 @@ "tsc-watch": "^4.4.0" }, "resolutions": { - "@polkadot/api": "7.5.2-2", + "@polkadot/api": "7.6.1", "@polkadot/keyring": "8.3.3", "@polkadot/networks": "8.3.3", - "@polkadot/types": "7.5.2-2", - "@polkadot/types-known": "7.5.2-2", + "@polkadot/types": "7.6.1", + "@polkadot/types-known": "7.6.1", "@polkadot/util": "8.3.3", "@polkadot/util-crypto": "8.3.3", "@polkadot/wasm-crypto": "4.5.1", diff --git a/src/test-helpers/typeFactory.ts b/src/test-helpers/typeFactory.ts index 5d099d128..df80ffcf0 100644 --- a/src/test-helpers/typeFactory.ts +++ b/src/test-helpers/typeFactory.ts @@ -8,7 +8,7 @@ import { InterfaceTypes, Registry, } from '@polkadot/types/types'; -import { Observable } from '@polkadot/x-rxjs'; +import { Observable } from 'rxjs'; /** * Type to fulfill StorageEntryBase regarding storage keys diff --git a/yarn.lock b/yarn.lock index 0ee550fd5..29b8abc20 100644 --- a/yarn.lock +++ b/yarn.lock @@ -407,7 +407,7 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.12.0, @babel/runtime@npm:^7.14.6, @babel/runtime@npm:^7.16.3, @babel/runtime@npm:^7.16.7, @babel/runtime@npm:^7.9.6": +"@babel/runtime@npm:^7.12.0, @babel/runtime@npm:^7.16.3, @babel/runtime@npm:^7.16.7, @babel/runtime@npm:^7.9.6": version: 7.16.7 resolution: "@babel/runtime@npm:7.16.7" dependencies: @@ -922,120 +922,74 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:7.5.1": - version: 7.5.1 - resolution: "@polkadot/api-augment@npm:7.5.1" +"@polkadot/api-augment@npm:7.6.1": + version: 7.6.1 + resolution: "@polkadot/api-augment@npm:7.6.1" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/api-base": 7.5.1 - "@polkadot/rpc-augment": 7.5.1 - "@polkadot/types": 7.5.1 - "@polkadot/types-augment": 7.5.1 - "@polkadot/types-codec": 7.5.1 + "@polkadot/api-base": 7.6.1 + "@polkadot/rpc-augment": 7.6.1 + "@polkadot/types": 7.6.1 + "@polkadot/types-augment": 7.6.1 + "@polkadot/types-codec": 7.6.1 "@polkadot/util": ^8.3.3 - checksum: 8760872f2d544067378d87cb10eb67060bd69afb34ce33c623548aa09959fd15bda6de6b93dec82edebcb612c66e263ac8d0a5a228c77fcbb2eff6b9080a8a80 + checksum: 09687e72d79157828c7d3d3b9572efa68f755b3907c700e159b100bc06edd53edc870e41c307d4938ac22caff4f2a3c560dd866017284a1f016610e4a09b946c languageName: node linkType: hard -"@polkadot/api-augment@npm:7.5.2-2": - version: 7.5.2-2 - resolution: "@polkadot/api-augment@npm:7.5.2-2" +"@polkadot/api-base@npm:7.6.1": + version: 7.6.1 + resolution: "@polkadot/api-base@npm:7.6.1" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/api-base": 7.5.2-2 - "@polkadot/rpc-augment": 7.5.2-2 - "@polkadot/types": 7.5.2-2 - "@polkadot/types-augment": 7.5.2-2 - "@polkadot/types-codec": 7.5.2-2 - "@polkadot/util": ^8.3.3 - checksum: 989242836116093beead27d652bf8ae661aeb1299c94dcdbf5e77b09910f9495e2e12e9ee4feea9a1d1ff9364fee8761c1540e41933b763b94b5eb9ce1c97242 - languageName: node - linkType: hard - -"@polkadot/api-base@npm:7.5.1": - version: 7.5.1 - resolution: "@polkadot/api-base@npm:7.5.1" - dependencies: - "@babel/runtime": ^7.16.7 - "@polkadot/rpc-core": 7.5.1 - "@polkadot/types": 7.5.1 + "@polkadot/rpc-core": 7.6.1 + "@polkadot/types": 7.6.1 "@polkadot/util": ^8.3.3 rxjs: ^7.5.2 - checksum: 874e2dcc2fc93d42d34e88f31f9ce1885126a50fd758accf942d7f3d20cc6ef9cfe3e03902f03faf46d10d1acf812485f4bde011996c2be4cb5876bfa651a433 + checksum: acab724583d86943f906dc64e1067787fbeb3ebd88aa773cfb746076f30094704346130ccb9e5fc47e814680a6c6a0fbb552e2dbaf36e31a7b40623f1a6d107f languageName: node linkType: hard -"@polkadot/api-base@npm:7.5.2-2": - version: 7.5.2-2 - resolution: "@polkadot/api-base@npm:7.5.2-2" +"@polkadot/api-derive@npm:7.6.1, @polkadot/api-derive@npm:^7.5.1": + version: 7.6.1 + resolution: "@polkadot/api-derive@npm:7.6.1" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/rpc-core": 7.5.2-2 - "@polkadot/types": 7.5.2-2 - "@polkadot/util": ^8.3.3 - rxjs: ^7.5.2 - checksum: 08b8bcc91a9c6c846bf02ebea2238d1c89db28a7be254cdfc422d5b58ce107ace7e841b9a058a90503c18e69bad58527cd0b4a2ba3d418e23ce80b4901024d92 - languageName: node - linkType: hard - -"@polkadot/api-derive@npm:7.5.2-2": - version: 7.5.2-2 - resolution: "@polkadot/api-derive@npm:7.5.2-2" - dependencies: - "@babel/runtime": ^7.16.7 - "@polkadot/api": 7.5.2-2 - "@polkadot/api-augment": 7.5.2-2 - "@polkadot/api-base": 7.5.2-2 - "@polkadot/rpc-core": 7.5.2-2 - "@polkadot/types": 7.5.2-2 - "@polkadot/types-codec": 7.5.2-2 + "@polkadot/api": 7.6.1 + "@polkadot/api-augment": 7.6.1 + "@polkadot/api-base": 7.6.1 + "@polkadot/rpc-core": 7.6.1 + "@polkadot/types": 7.6.1 + "@polkadot/types-codec": 7.6.1 "@polkadot/util": ^8.3.3 "@polkadot/util-crypto": ^8.3.3 rxjs: ^7.5.2 - checksum: 998a99537dc7d126862a545efa48e9ae98e08b62fdbd85b0036c6beced5408fbe426c7e7e4e828441f234d9f802a327349a6f39c0df3441ced9ede185144fa15 + checksum: 0b41878a6c0377dc19ae84dc05a974222d48ee2bd163c2b3a48f9364da90e316d505abaa740320fb05fe03e811408a2ceac81cf21c73ae6f4e4b947d00b96592 languageName: node linkType: hard -"@polkadot/api-derive@npm:^7.5.1": - version: 7.5.1 - resolution: "@polkadot/api-derive@npm:7.5.1" +"@polkadot/api@npm:7.6.1": + version: 7.6.1 + resolution: "@polkadot/api@npm:7.6.1" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/api": 7.5.1 - "@polkadot/api-augment": 7.5.1 - "@polkadot/api-base": 7.5.1 - "@polkadot/rpc-core": 7.5.1 - "@polkadot/types": 7.5.1 - "@polkadot/types-codec": 7.5.1 - "@polkadot/util": ^8.3.3 - "@polkadot/util-crypto": ^8.3.3 - rxjs: ^7.5.2 - checksum: ec5ff49f14d2fdedca9fe663e4f7bac99d49d552b497e342568193d10c40646d4798d767e0a5ce50dd512f1bf14d3798611b1d0bd051f9c7fb243e15e09b6808 - languageName: node - linkType: hard - -"@polkadot/api@npm:7.5.2-2": - version: 7.5.2-2 - resolution: "@polkadot/api@npm:7.5.2-2" - dependencies: - "@babel/runtime": ^7.16.7 - "@polkadot/api-augment": 7.5.2-2 - "@polkadot/api-base": 7.5.2-2 - "@polkadot/api-derive": 7.5.2-2 + "@polkadot/api-augment": 7.6.1 + "@polkadot/api-base": 7.6.1 + "@polkadot/api-derive": 7.6.1 "@polkadot/keyring": ^8.3.3 - "@polkadot/rpc-augment": 7.5.2-2 - "@polkadot/rpc-core": 7.5.2-2 - "@polkadot/rpc-provider": 7.5.2-2 - "@polkadot/types": 7.5.2-2 - "@polkadot/types-augment": 7.5.2-2 - "@polkadot/types-codec": 7.5.2-2 - "@polkadot/types-create": 7.5.2-2 - "@polkadot/types-known": 7.5.2-2 + "@polkadot/rpc-augment": 7.6.1 + "@polkadot/rpc-core": 7.6.1 + "@polkadot/rpc-provider": 7.6.1 + "@polkadot/types": 7.6.1 + "@polkadot/types-augment": 7.6.1 + "@polkadot/types-codec": 7.6.1 + "@polkadot/types-create": 7.6.1 + "@polkadot/types-known": 7.6.1 "@polkadot/util": ^8.3.3 "@polkadot/util-crypto": ^8.3.3 eventemitter3: ^4.0.7 rxjs: ^7.5.2 - checksum: 3eabcd514b5b0c446aeb068f70914a3338e244ef79f093fbaa08e6ec900523daf8bbe97139697067d66641ce682bae83778af67f41cdb99098d9c3c5787a88b9 + checksum: 72afb871abdd254d69d6194c5047f3867ac55fbcdec03ce0880c9f9a95374a55b74017ad2ecdda6c1e7df58aff164b5580ebf1b272fe72179a44f8d54566a828 languageName: node linkType: hard @@ -1104,166 +1058,97 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@npm:7.5.1": - version: 7.5.1 - resolution: "@polkadot/rpc-augment@npm:7.5.1" - dependencies: - "@babel/runtime": ^7.16.7 - "@polkadot/rpc-core": 7.5.1 - "@polkadot/types": 7.5.1 - "@polkadot/types-codec": 7.5.1 - "@polkadot/util": ^8.3.3 - checksum: 251713f9d4818cd3c662b7fca3c8c5809a4ba81eea4647ff124f9300d867a4aa15c0689256442276f763f4cf33312b2b167d3b8cd99a99d54183faa5a18172f0 - languageName: node - linkType: hard - -"@polkadot/rpc-augment@npm:7.5.2-2": - version: 7.5.2-2 - resolution: "@polkadot/rpc-augment@npm:7.5.2-2" - dependencies: - "@babel/runtime": ^7.16.7 - "@polkadot/rpc-core": 7.5.2-2 - "@polkadot/types": 7.5.2-2 - "@polkadot/types-codec": 7.5.2-2 - "@polkadot/util": ^8.3.3 - checksum: 6ce1a18ff09ef56ce8f800f205245fb9493a348ff0e0e538d6c2d138177817f5b1c9f79ebe0b82b7dd5cae37b85adf950c07866ffce5e2db7455664faa024eb6 - languageName: node - linkType: hard - -"@polkadot/rpc-core@npm:7.5.1": - version: 7.5.1 - resolution: "@polkadot/rpc-core@npm:7.5.1" +"@polkadot/rpc-augment@npm:7.6.1": + version: 7.6.1 + resolution: "@polkadot/rpc-augment@npm:7.6.1" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/rpc-augment": 7.5.1 - "@polkadot/rpc-provider": 7.5.1 - "@polkadot/types": 7.5.1 + "@polkadot/rpc-core": 7.6.1 + "@polkadot/types": 7.6.1 + "@polkadot/types-codec": 7.6.1 "@polkadot/util": ^8.3.3 - rxjs: ^7.5.2 - checksum: daa0926bbbf573d51a7255bf903ea9e31001d0bb5004519adb83d9fb708d32bddfc2a92e6426e066081989856aebbd46142fc70c537ccaa4812e9dc210793ea0 + checksum: 09781902b2e5dd0d98104dcfb05cf31e2f8919053fc5030e916cef32915698692db7cd48c14f73310867a4bc430bd5caa53e5bb14ef2b00355a3e4b16068d3d1 languageName: node linkType: hard -"@polkadot/rpc-core@npm:7.5.2-2": - version: 7.5.2-2 - resolution: "@polkadot/rpc-core@npm:7.5.2-2" +"@polkadot/rpc-core@npm:7.6.1": + version: 7.6.1 + resolution: "@polkadot/rpc-core@npm:7.6.1" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/rpc-augment": 7.5.2-2 - "@polkadot/rpc-provider": 7.5.2-2 - "@polkadot/types": 7.5.2-2 + "@polkadot/rpc-augment": 7.6.1 + "@polkadot/rpc-provider": 7.6.1 + "@polkadot/types": 7.6.1 "@polkadot/util": ^8.3.3 rxjs: ^7.5.2 - checksum: 27ee1a72b8cc787bf863bfd5b04b33416230caea3cce09ff5ceff3a6f75874a45e3f6eb1293cf768ac1aa01e26d65467a0bb2d33a2dc2fcdc015993e61b25d2f - languageName: node - linkType: hard - -"@polkadot/rpc-provider@npm:7.5.1": - version: 7.5.1 - resolution: "@polkadot/rpc-provider@npm:7.5.1" - dependencies: - "@babel/runtime": ^7.16.7 - "@polkadot/keyring": ^8.3.3 - "@polkadot/types": 7.5.1 - "@polkadot/types-support": 7.5.1 - "@polkadot/util": ^8.3.3 - "@polkadot/util-crypto": ^8.3.3 - "@polkadot/x-fetch": ^8.3.3 - "@polkadot/x-global": ^8.3.3 - "@polkadot/x-ws": ^8.3.3 - eventemitter3: ^4.0.7 - mock-socket: ^9.1.0 - nock: ^13.2.2 - checksum: c02f1f1c3a78871b061e6717a266149c361a32af36b17d1318724758c6380def99acbe85a972dec70af6ee28f717c24526ccbd80963fca816950aa10649fa69e + checksum: f541c2fc144373e6d8402c405a8604e3c5714084063d1773c05d9796bf8bc9cce7883a7715b5689efe64139da100ed76eca419e02afc4b133b9125e8404a5d7a languageName: node linkType: hard -"@polkadot/rpc-provider@npm:7.5.2-2": - version: 7.5.2-2 - resolution: "@polkadot/rpc-provider@npm:7.5.2-2" +"@polkadot/rpc-provider@npm:7.6.1": + version: 7.6.1 + resolution: "@polkadot/rpc-provider@npm:7.6.1" dependencies: "@babel/runtime": ^7.16.7 "@polkadot/keyring": ^8.3.3 - "@polkadot/types": 7.5.2-2 - "@polkadot/types-support": 7.5.2-2 + "@polkadot/types": 7.6.1 + "@polkadot/types-support": 7.6.1 "@polkadot/util": ^8.3.3 "@polkadot/util-crypto": ^8.3.3 "@polkadot/x-fetch": ^8.3.3 "@polkadot/x-global": ^8.3.3 "@polkadot/x-ws": ^8.3.3 eventemitter3: ^4.0.7 - mock-socket: ^9.1.0 + mock-socket: ^9.1.2 nock: ^13.2.2 - checksum: 12fc393458ef405ac463ab6db75e395471f45868ffc57afae0bd6e6570ecb0b93d8f9ca6226d39fa90a676bd0b4f88c5ac87e8eb9ac5db418c70091ad9eebe7b + checksum: ab38859f6af41bff0c2d11e470a30f9038eee280025f2a8729408025587c8462af24e92b708d868ccfb6af13423997e8f778655fc0b289f2e178aa8353efbc74 languageName: node linkType: hard -"@polkadot/types-augment@npm:7.5.1": - version: 7.5.1 - resolution: "@polkadot/types-augment@npm:7.5.1" +"@polkadot/types-augment@npm:7.6.1": + version: 7.6.1 + resolution: "@polkadot/types-augment@npm:7.6.1" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/types": 7.5.1 - "@polkadot/types-codec": 7.5.1 + "@polkadot/types": 7.6.1 + "@polkadot/types-codec": 7.6.1 "@polkadot/util": ^8.3.3 - checksum: 2f1f2bbad89cecc355e60dbb4a62e8730f7fb07b4e34205126459554490e0136b97067050b2d950c4a6e2dbbe18dff9ef0b06ca2813462665f8d24385cdde8ce + checksum: 49d59aac7aeea4a9bd7547e2bd4b704b7a6a07c2e726cf785eea1d1caed341df836c8a0d780c7dfb98ad1b45317b8dd3f91d34d4a032a14ce8b6e050f024a60c languageName: node linkType: hard -"@polkadot/types-augment@npm:7.5.2-2": - version: 7.5.2-2 - resolution: "@polkadot/types-augment@npm:7.5.2-2" +"@polkadot/types-codec@npm:7.6.1": + version: 7.6.1 + resolution: "@polkadot/types-codec@npm:7.6.1" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/types": 7.5.2-2 - "@polkadot/types-codec": 7.5.2-2 "@polkadot/util": ^8.3.3 - checksum: fecd2c6fb1ae151618a285a34468e8c193e78c16d51d3d43ff4e7cd56c5684537e17c2d0d1c6fdf74f0388aa7ae5be160d9f7c739698071d13f25ce062dac97d + checksum: d076e693d5298fbae2a6503bcca151856aee018db54995994255067dafa80c13bdcc5feaa8301281f7939fdadc576704121f3e0829f9a5f0c828301c394f3d8a languageName: node linkType: hard -"@polkadot/types-codec@npm:7.5.1": - version: 7.5.1 - resolution: "@polkadot/types-codec@npm:7.5.1" +"@polkadot/types-create@npm:7.6.1": + version: 7.6.1 + resolution: "@polkadot/types-create@npm:7.6.1" dependencies: "@babel/runtime": ^7.16.7 + "@polkadot/types-codec": 7.6.1 "@polkadot/util": ^8.3.3 - checksum: cf4adbc2ba251690633de956a2f03c629cdc4d3619465103c2c54a81571ba8e7a54434f25df0b546531909af5544e1b7dbbf7ffe1b3219cf90d6836cea914659 + checksum: e987f15cd8c84eb02ab13627f5566cdfa86cff4da0ed41a64b9642257bb86414b7ef401d0099831e818999e7c035ae0b539a0dbe457700cb9bc71626d2146d5b languageName: node linkType: hard -"@polkadot/types-codec@npm:7.5.2-2": - version: 7.5.2-2 - resolution: "@polkadot/types-codec@npm:7.5.2-2" - dependencies: - "@babel/runtime": ^7.16.7 - "@polkadot/util": ^8.3.3 - checksum: b3d2146938c73231f21d71d4d21421e6daaedc4e7a5a3c4fc7bf20d72cab4260d757fb7ee09aee3aaffce8aaf9d0ea2bdc593d4114e8896d6af56c3b4e04c7f8 - languageName: node - linkType: hard - -"@polkadot/types-create@npm:7.5.2-2": - version: 7.5.2-2 - resolution: "@polkadot/types-create@npm:7.5.2-2" - dependencies: - "@babel/runtime": ^7.16.7 - "@polkadot/types-codec": 7.5.2-2 - "@polkadot/util": ^8.3.3 - checksum: cfb305cdb7b611d76b89cc82ba3248ba6a85305670870b6c41e7e3188311693076f0c36cb514286160313c74df5af61ff022a63fc504429a9ad86efaecc7d270 - languageName: node - linkType: hard - -"@polkadot/types-known@npm:7.5.2-2": - version: 7.5.2-2 - resolution: "@polkadot/types-known@npm:7.5.2-2" +"@polkadot/types-known@npm:7.6.1": + version: 7.6.1 + resolution: "@polkadot/types-known@npm:7.6.1" dependencies: "@babel/runtime": ^7.16.7 "@polkadot/networks": ^8.3.3 - "@polkadot/types": 7.5.2-2 - "@polkadot/types-codec": 7.5.2-2 - "@polkadot/types-create": 7.5.2-2 + "@polkadot/types": 7.6.1 + "@polkadot/types-codec": 7.6.1 + "@polkadot/types-create": 7.6.1 "@polkadot/util": ^8.3.3 - checksum: b49caa073b3d27f2e15e0bd1cbda4de0c4ce927e149d7483f74e55c5ee3fe149d93e6ff16bd2d6efa53ecd8c5e9999ed54f2a64ee62d804129ce76ee6cbdcf72 + checksum: 8e82e0f78ca72300e185bd274a9b5ed85b4ac1c56e7f767a588ff616b6770fa5eb7166c5af291d051f42c6f45ad54593b177b31426fbb47a7c33082e10d88c20 languageName: node linkType: hard @@ -1277,39 +1162,29 @@ __metadata: languageName: node linkType: hard -"@polkadot/types-support@npm:7.5.1": - version: 7.5.1 - resolution: "@polkadot/types-support@npm:7.5.1" - dependencies: - "@babel/runtime": ^7.16.7 - "@polkadot/util": ^8.3.3 - checksum: 38e722f397b5253713757d55f158e8ea43d54adf39ea47f08bfb7d81e6ca764223075094a4f948201315af6206b1ec3616a7cc4827d4841907a03c26f6e72fca - languageName: node - linkType: hard - -"@polkadot/types-support@npm:7.5.2-2": - version: 7.5.2-2 - resolution: "@polkadot/types-support@npm:7.5.2-2" +"@polkadot/types-support@npm:7.6.1": + version: 7.6.1 + resolution: "@polkadot/types-support@npm:7.6.1" dependencies: "@babel/runtime": ^7.16.7 "@polkadot/util": ^8.3.3 - checksum: 01de6f678507c7611e6de6c61d4a4ce7eb2f82ad895de235158e1bc1299f3fda7e8f5b4ea09649e0407897e8f8c3c7b1160f190e48d598933b7839b5a819433e + checksum: 3f9362ad2b6f3d4731a3c7acb069acf9de194a553159c8a647901b011893076712563e9e3bad37bdf2c3dd470fd56d011de7d6c699c29622ed4e9e8d7f77e9be languageName: node linkType: hard -"@polkadot/types@npm:7.5.2-2": - version: 7.5.2-2 - resolution: "@polkadot/types@npm:7.5.2-2" +"@polkadot/types@npm:7.6.1": + version: 7.6.1 + resolution: "@polkadot/types@npm:7.6.1" dependencies: "@babel/runtime": ^7.16.7 "@polkadot/keyring": ^8.3.3 - "@polkadot/types-augment": 7.5.2-2 - "@polkadot/types-codec": 7.5.2-2 - "@polkadot/types-create": 7.5.2-2 + "@polkadot/types-augment": 7.6.1 + "@polkadot/types-codec": 7.6.1 + "@polkadot/types-create": 7.6.1 "@polkadot/util": ^8.3.3 "@polkadot/util-crypto": ^8.3.3 rxjs: ^7.5.2 - checksum: 056f1f4473a7f78001328384116b3316550a12e39caa95ce9d75fd0e3020bd639e4c8437b20f2cb3a4028393952d1a9e259f5749a31c89f94bbae8ee7c1eded1 + checksum: 4fb7f11c22388a22126cfdb38a829a22f33462d633d27e4fc4997a4e28d11eea3dbfaeb696f967ecc2eca6d743c84b7043c51b87d2327c2967a0f4fbb7282b0d languageName: node linkType: hard @@ -1423,16 +1298,6 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-rxjs@npm:^6.11.1": - version: 6.11.1 - resolution: "@polkadot/x-rxjs@npm:6.11.1" - dependencies: - "@babel/runtime": ^7.14.6 - rxjs: ^6.6.7 - checksum: e7808856d7e9ae51a459678e1fbb2e6a85c990d30a31d1e572b4312981ea70f5306a1c9e60c06b00ecced8d0774893d2d0e4baa8d67903e6b456b938b02c52fb - languageName: node - linkType: hard - "@polkadot/x-textdecoder@npm:8.3.3": version: 8.3.3 resolution: "@polkadot/x-textdecoder@npm:8.3.3" @@ -1567,10 +1432,9 @@ __metadata: version: 0.0.0-use.local resolution: "@substrate/api-sidecar@workspace:." dependencies: - "@polkadot/api": ^7.5.2-2 + "@polkadot/api": ^7.6.1 "@polkadot/apps-config": 0.103.1 "@polkadot/util-crypto": ^8.3.3 - "@polkadot/x-rxjs": ^6.11.1 "@substrate/calc": ^0.2.7 "@substrate/dev": ^0.5.6 "@types/argparse": 2.0.10 @@ -1586,6 +1450,7 @@ __metadata: express-winston: ^4.1.0 http-errors: ^1.8.1 lru-cache: ^6.0.0 + rxjs: ^7.5.2 tsc-watch: ^4.4.0 winston: ^3.3.3 bin: @@ -5669,7 +5534,7 @@ fsevents@^2.3.2: languageName: node linkType: hard -"mock-socket@npm:^9.1.0": +"mock-socket@npm:^9.1.2": version: 9.1.2 resolution: "mock-socket@npm:9.1.2" checksum: ef25dbd57b7360a0c1e0bb072aa0d73ac53d11d88c1efebedd48da006ccff77327628d707fecf651906e81cc488e8929c733bdb9f2c4c4f3772e99d6b903aace @@ -6528,15 +6393,6 @@ resolve@^1.20.0: languageName: node linkType: hard -"rxjs@npm:^6.6.7": - version: 6.6.7 - resolution: "rxjs@npm:6.6.7" - dependencies: - tslib: ^1.9.0 - checksum: bc334edef1bb8bbf56590b0b25734ba0deaf8825b703256a93714308ea36dff8a11d25533671adf8e104e5e8f256aa6fdfe39b2e248cdbd7a5f90c260acbbd1b - languageName: node - linkType: hard - "rxjs@npm:^7.5.2": version: 7.5.2 resolution: "rxjs@npm:7.5.2" @@ -7203,7 +7059,7 @@ resolve@^1.20.0: languageName: node linkType: hard -"tslib@npm:^1.8.1, tslib@npm:^1.9.0": +"tslib@npm:^1.8.1": version: 1.14.1 resolution: "tslib@npm:1.14.1" checksum: dbe628ef87f66691d5d2959b3e41b9ca0045c3ee3c7c7b906cc1e328b39f199bb1ad9e671c39025bd56122ac57dfbf7385a94843b1cc07c60a4db74795829acd