From 52236ec1e479e95a42c69490f6a3f3fd3fe927ad Mon Sep 17 00:00:00 2001 From: Raphael Flechtner Date: Thu, 20 Feb 2025 14:17:14 +0200 Subject: [PATCH 1/2] chore: bump to api v15 --- packages/chain-helpers/package.json | 6 +- packages/config/package.json | 2 +- packages/core/package.json | 10 +- packages/did/package.json | 12 +- packages/messaging/package.json | 2 +- packages/types/package.json | 10 +- packages/utils/package.json | 8 +- packages/vc-export/package.json | 8 +- yarn.lock | 627 ++++++++++++++-------------- 9 files changed, 344 insertions(+), 341 deletions(-) diff --git a/packages/chain-helpers/package.json b/packages/chain-helpers/package.json index 463ac93fa..54cbbbf61 100644 --- a/packages/chain-helpers/package.json +++ b/packages/chain-helpers/package.json @@ -30,7 +30,7 @@ "bugs": "https://github.com/KILTprotocol/sdk-js/issues", "homepage": "https://github.com/KILTprotocol/sdk-js#readme", "devDependencies": { - "@polkadot/keyring": "^12.0.0", + "@polkadot/keyring": "^13.4.3", "rimraf": "^3.0.2", "typescript": "^4.8.3" }, @@ -38,7 +38,7 @@ "@kiltprotocol/config": "workspace:*", "@kiltprotocol/types": "workspace:*", "@kiltprotocol/utils": "workspace:*", - "@polkadot/api": "^11.1.1", - "@polkadot/types": "^11.1.1" + "@polkadot/api": "^15.6.1", + "@polkadot/types": "^15.6.1" } } diff --git a/packages/config/package.json b/packages/config/package.json index c36ab86eb..eb79a9074 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@kiltprotocol/types": "workspace:*", - "@polkadot/api": "^11.1.1", + "@polkadot/api": "^15.6.1", "typescript-logging": "^1.0.0" } } diff --git a/packages/core/package.json b/packages/core/package.json index fad393ffc..ce89dfa66 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -44,10 +44,10 @@ "@kiltprotocol/type-definitions": "^1.0.0", "@kiltprotocol/types": "workspace:*", "@kiltprotocol/utils": "workspace:*", - "@polkadot/api": "^11.1.1", - "@polkadot/keyring": "^12.0.0", - "@polkadot/types": "^11.1.1", - "@polkadot/util": "^12.0.0", - "@polkadot/util-crypto": "^12.0.0" + "@polkadot/api": "^15.6.1", + "@polkadot/keyring": "^13.4.3", + "@polkadot/types": "^15.6.1", + "@polkadot/util": "^13.4.3", + "@polkadot/util-crypto": "^13.4.3" } } diff --git a/packages/did/package.json b/packages/did/package.json index 95160ee88..2bbeca411 100644 --- a/packages/did/package.json +++ b/packages/did/package.json @@ -38,11 +38,11 @@ "@kiltprotocol/config": "workspace:*", "@kiltprotocol/types": "workspace:*", "@kiltprotocol/utils": "workspace:*", - "@polkadot/api": "^11.1.1", - "@polkadot/keyring": "^12.0.0", - "@polkadot/types": "^11.1.1", - "@polkadot/types-codec": "^11.1.1", - "@polkadot/util": "^12.0.0", - "@polkadot/util-crypto": "^12.0.0" + "@polkadot/api": "^15.6.1", + "@polkadot/keyring": "^13.4.3", + "@polkadot/types": "^15.6.1", + "@polkadot/types-codec": "^15.6.1", + "@polkadot/util": "^13.4.3", + "@polkadot/util-crypto": "^13.4.3" } } diff --git a/packages/messaging/package.json b/packages/messaging/package.json index 8a2812b20..8e3f5ace2 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -38,6 +38,6 @@ "@kiltprotocol/did": "workspace:*", "@kiltprotocol/types": "workspace:*", "@kiltprotocol/utils": "workspace:*", - "@polkadot/util": "^12.0.0" + "@polkadot/util": "^13.4.3" } } diff --git a/packages/types/package.json b/packages/types/package.json index 78b1b7e38..234cd9421 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -30,11 +30,11 @@ "bugs": "https://github.com/KILTprotocol/sdk-js/issues", "homepage": "https://github.com/KILTprotocol/sdk-js#readme", "dependencies": { - "@polkadot/api": "^11.1.1", - "@polkadot/keyring": "^12.0.0", - "@polkadot/types": "^11.1.1", - "@polkadot/util": "^12.0.0", - "@polkadot/util-crypto": "^12.0.0" + "@polkadot/api": "^15.6.1", + "@polkadot/keyring": "^13.4.3", + "@polkadot/types": "^15.6.1", + "@polkadot/util": "^13.4.3", + "@polkadot/util-crypto": "^13.4.3" }, "devDependencies": { "rimraf": "^3.0.2", diff --git a/packages/utils/package.json b/packages/utils/package.json index dc8ca46c8..16ba04342 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -35,10 +35,10 @@ }, "dependencies": { "@kiltprotocol/types": "workspace:*", - "@polkadot/api": "^11.1.1", - "@polkadot/keyring": "^12.0.0", - "@polkadot/util": "^12.0.0", - "@polkadot/util-crypto": "^12.0.0", + "@polkadot/api": "^15.6.1", + "@polkadot/keyring": "^13.4.3", + "@polkadot/util": "^13.4.3", + "@polkadot/util-crypto": "^13.4.3", "cbor-web": "^9.0.0", "tweetnacl": "^1.0.3", "uuid": "^9.0.0" diff --git a/packages/vc-export/package.json b/packages/vc-export/package.json index 6c1eee4f7..d5670362b 100644 --- a/packages/vc-export/package.json +++ b/packages/vc-export/package.json @@ -40,10 +40,10 @@ "@kiltprotocol/did": "workspace:*", "@kiltprotocol/types": "workspace:*", "@kiltprotocol/utils": "workspace:*", - "@polkadot/api": "^11.1.1", - "@polkadot/types": "^11.1.1", - "@polkadot/util": "^12.0.0", - "@polkadot/util-crypto": "^12.0.0", + "@polkadot/api": "^15.6.1", + "@polkadot/types": "^15.6.1", + "@polkadot/util": "^13.4.3", + "@polkadot/util-crypto": "^13.4.3", "jsonld": "^2.0.2", "jsonld-signatures": "^5.0.0", "vc-js": "^0.6.4" diff --git a/yarn.lock b/yarn.lock index 6e64204f2..94f7fb618 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1974,9 +1974,9 @@ __metadata: "@kiltprotocol/config": "workspace:*" "@kiltprotocol/types": "workspace:*" "@kiltprotocol/utils": "workspace:*" - "@polkadot/api": ^11.1.1 - "@polkadot/keyring": ^12.0.0 - "@polkadot/types": ^11.1.1 + "@polkadot/api": ^15.6.1 + "@polkadot/keyring": ^13.4.3 + "@polkadot/types": ^15.6.1 rimraf: ^3.0.2 typescript: ^4.8.3 languageName: unknown @@ -1987,7 +1987,7 @@ __metadata: resolution: "@kiltprotocol/config@workspace:packages/config" dependencies: "@kiltprotocol/types": "workspace:*" - "@polkadot/api": ^11.1.1 + "@polkadot/api": ^15.6.1 rimraf: ^3.0.2 typescript: ^4.8.3 typescript-logging: ^1.0.0 @@ -2006,11 +2006,11 @@ __metadata: "@kiltprotocol/type-definitions": ^1.0.0 "@kiltprotocol/types": "workspace:*" "@kiltprotocol/utils": "workspace:*" - "@polkadot/api": ^11.1.1 - "@polkadot/keyring": ^12.0.0 - "@polkadot/types": ^11.1.1 - "@polkadot/util": ^12.0.0 - "@polkadot/util-crypto": ^12.0.0 + "@polkadot/api": ^15.6.1 + "@polkadot/keyring": ^13.4.3 + "@polkadot/types": ^15.6.1 + "@polkadot/util": ^13.4.3 + "@polkadot/util-crypto": ^13.4.3 "@types/uuid": ^8.0.0 rimraf: ^3.0.2 testcontainers: ^9.0.0 @@ -2026,12 +2026,12 @@ __metadata: "@kiltprotocol/config": "workspace:*" "@kiltprotocol/types": "workspace:*" "@kiltprotocol/utils": "workspace:*" - "@polkadot/api": ^11.1.1 - "@polkadot/keyring": ^12.0.0 - "@polkadot/types": ^11.1.1 - "@polkadot/types-codec": ^11.1.1 - "@polkadot/util": ^12.0.0 - "@polkadot/util-crypto": ^12.0.0 + "@polkadot/api": ^15.6.1 + "@polkadot/keyring": ^13.4.3 + "@polkadot/types": ^15.6.1 + "@polkadot/types-codec": ^15.6.1 + "@polkadot/util": ^13.4.3 + "@polkadot/util-crypto": ^13.4.3 rimraf: ^3.0.2 typescript: ^4.8.3 languageName: unknown @@ -2045,7 +2045,7 @@ __metadata: "@kiltprotocol/did": "workspace:*" "@kiltprotocol/types": "workspace:*" "@kiltprotocol/utils": "workspace:*" - "@polkadot/util": ^12.0.0 + "@polkadot/util": ^13.4.3 rimraf: ^3.0.2 typescript: ^4.8.3 languageName: unknown @@ -2083,11 +2083,11 @@ __metadata: version: 0.0.0-use.local resolution: "@kiltprotocol/types@workspace:packages/types" dependencies: - "@polkadot/api": ^11.1.1 - "@polkadot/keyring": ^12.0.0 - "@polkadot/types": ^11.1.1 - "@polkadot/util": ^12.0.0 - "@polkadot/util-crypto": ^12.0.0 + "@polkadot/api": ^15.6.1 + "@polkadot/keyring": ^13.4.3 + "@polkadot/types": ^15.6.1 + "@polkadot/util": ^13.4.3 + "@polkadot/util-crypto": ^13.4.3 rimraf: ^3.0.2 typescript: ^4.8.3 languageName: unknown @@ -2098,10 +2098,10 @@ __metadata: resolution: "@kiltprotocol/utils@workspace:packages/utils" dependencies: "@kiltprotocol/types": "workspace:*" - "@polkadot/api": ^11.1.1 - "@polkadot/keyring": ^12.0.0 - "@polkadot/util": ^12.0.0 - "@polkadot/util-crypto": ^12.0.0 + "@polkadot/api": ^15.6.1 + "@polkadot/keyring": ^13.4.3 + "@polkadot/util": ^13.4.3 + "@polkadot/util-crypto": ^13.4.3 cbor-web: ^9.0.0 rimraf: ^3.0.2 tweetnacl: ^1.0.3 @@ -2119,10 +2119,10 @@ __metadata: "@kiltprotocol/did": "workspace:*" "@kiltprotocol/types": "workspace:*" "@kiltprotocol/utils": "workspace:*" - "@polkadot/api": ^11.1.1 - "@polkadot/types": ^11.1.1 - "@polkadot/util": ^12.0.0 - "@polkadot/util-crypto": ^12.0.0 + "@polkadot/api": ^15.6.1 + "@polkadot/types": ^15.6.1 + "@polkadot/util": ^13.4.3 + "@polkadot/util-crypto": ^13.4.3 "@types/jsonld": 1.5.1 jsonld: ^2.0.2 jsonld-signatures: ^5.0.0 @@ -2206,323 +2206,326 @@ __metadata: languageName: node linkType: hard -"@polkadot-api/json-rpc-provider-proxy@npm:0.0.1": - version: 0.0.1 - resolution: "@polkadot-api/json-rpc-provider-proxy@npm:0.0.1" - checksum: cf8daf52ff6d92f26c6027f13ef5fbef9e512626e0225bc8408b79002cfd34fc17c5f2d856beebcb01aa5f84c93ccc8272f9264dc8349b7f6cb63845b30119b5 +"@polkadot-api/json-rpc-provider-proxy@npm:^0.1.0": + version: 0.1.0 + resolution: "@polkadot-api/json-rpc-provider-proxy@npm:0.1.0" + checksum: 3dcfa50dfa9c1b5654d97d818ae85042facfdf47b71c418f069d664eba149c6be10eb02a8e8de011ce8753a813e214fff195f45f55851b8cfc7f60138fe9dfb2 languageName: node linkType: hard -"@polkadot-api/json-rpc-provider@npm:0.0.1": +"@polkadot-api/json-rpc-provider@npm:0.0.1, @polkadot-api/json-rpc-provider@npm:^0.0.1": version: 0.0.1 resolution: "@polkadot-api/json-rpc-provider@npm:0.0.1" checksum: 1f315bdadcba7def7145011132e6127b983c6f91f976be217ad7d555bb96a67f3a270fe4a46e427531822c5d54d353d84a6439d112a99cdfc07013d3b662ee3c languageName: node linkType: hard -"@polkadot-api/metadata-builders@npm:0.0.1": - version: 0.0.1 - resolution: "@polkadot-api/metadata-builders@npm:0.0.1" +"@polkadot-api/metadata-builders@npm:0.3.2": + version: 0.3.2 + resolution: "@polkadot-api/metadata-builders@npm:0.3.2" dependencies: - "@polkadot-api/substrate-bindings": 0.0.1 - "@polkadot-api/utils": 0.0.1 - checksum: 7cf69e583e64f0ea1b90b141d9f61c4b0ba445daf87d4eba25bfcaa629c95cf4bbe6d89f5263dc495189fae0795c45810a004a2a8fbf59ece01ae71e1e049f17 + "@polkadot-api/substrate-bindings": 0.6.0 + "@polkadot-api/utils": 0.1.0 + checksum: e37a664ac2582048a0dd0357b378349f2165eb2f0902f7bc3aa7ec7b84735cba2b4103d36169089671c422caab30af00467cf2866c1456fc668f57ff1c8d3b55 languageName: node linkType: hard -"@polkadot-api/observable-client@npm:0.1.0": - version: 0.1.0 - resolution: "@polkadot-api/observable-client@npm:0.1.0" +"@polkadot-api/observable-client@npm:^0.3.0": + version: 0.3.2 + resolution: "@polkadot-api/observable-client@npm:0.3.2" 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 + "@polkadot-api/metadata-builders": 0.3.2 + "@polkadot-api/substrate-bindings": 0.6.0 + "@polkadot-api/utils": 0.1.0 peerDependencies: + "@polkadot-api/substrate-client": 0.1.4 rxjs: ">=7.8.0" - checksum: 694ee405f40ce47eb8d23dd2fc68359a5016c54ac530893a76e772a2d6a1a7c09c3a11d772b7c196af4faa29e98a443849334b97c6bf91af616990b4c7834caa + checksum: a559a815c11fe29c5ce1d69e132bbfb451abd1de3fa2c701fa60777388c3730fb86acd7f6e3d9580ae50a148c742d4562aca90070c04c70fa9d45f9d5148b448 languageName: node linkType: hard -"@polkadot-api/substrate-bindings@npm:0.0.1": - version: 0.0.1 - resolution: "@polkadot-api/substrate-bindings@npm:0.0.1" +"@polkadot-api/substrate-bindings@npm:0.6.0": + version: 0.6.0 + resolution: "@polkadot-api/substrate-bindings@npm:0.6.0" dependencies: "@noble/hashes": ^1.3.1 - "@polkadot-api/utils": 0.0.1 + "@polkadot-api/utils": 0.1.0 "@scure/base": ^1.1.1 scale-ts: ^1.6.0 - checksum: fc49e49ffe749fc6fab49eee1d10d47fcd1fa3a9b6ca4e7bbde4e9741b9e062cd4e9271fd86a2525095ff36bf33b95d57c51efb88635bb60b2c77fa9e83b2cd6 + checksum: c752d52dbea2b332357652b5475297ee6fa2f1ab8adffa7bd697522df5a42a0c358aec6f558523fd6f38ab20ab54ed0bda284c0c0424d917c1c68ef435dde4a4 languageName: node linkType: hard -"@polkadot-api/substrate-client@npm:0.0.1": - version: 0.0.1 - resolution: "@polkadot-api/substrate-client@npm:0.0.1" - checksum: 13dc05f1fce0d00241b48d262d691a740c65b107800cdfdf8d800333e9b3950932ce50a88bf65810892e43103bf57d1541c71538e68aa27b9aba55b389835b91 +"@polkadot-api/substrate-client@npm:^0.1.2": + version: 0.1.4 + resolution: "@polkadot-api/substrate-client@npm:0.1.4" + dependencies: + "@polkadot-api/json-rpc-provider": 0.0.1 + "@polkadot-api/utils": 0.1.0 + checksum: b975bdf030523ea7620ef58b50ca1d258266656f040a95fa7875a59535a935b05d23d893090fc1216b0e119327b2df329a1aaca84c8893f5924b9536d2ed8473 languageName: node linkType: hard -"@polkadot-api/utils@npm:0.0.1": - version: 0.0.1 - resolution: "@polkadot-api/utils@npm:0.0.1" - checksum: 11e67019cbf6dd39997d772edf14296c1b156d7a59c7726ce117b438ee85a5e50e305514a2a93cba87fdce1380fcf045931f2fb959df3a43bb327e77ac876148 +"@polkadot-api/utils@npm:0.1.0": + version: 0.1.0 + resolution: "@polkadot-api/utils@npm:0.1.0" + checksum: 55f39cf6949e54b763fc67e5132ae7d1095bf28f8413895dcec7e5778d9fe345b1ce9fe08f127c84f79fb9aedd51f045aa8ed84b2a72f4217047a91d2ecb4c27 languageName: node linkType: hard -"@polkadot/api-augment@npm:11.3.1": - version: 11.3.1 - resolution: "@polkadot/api-augment@npm:11.3.1" +"@polkadot/api-augment@npm:15.6.1": + version: 15.6.1 + resolution: "@polkadot/api-augment@npm:15.6.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.2 - checksum: 2910ab42ddb7787a5230cdd1a1c4ce8b0491fbdab44b349cf5523ad2f8c885db00c1caeb76cf96daec3a32461d970efd18ccaceed374294f0e2af6c8c093bb41 + "@polkadot/api-base": 15.6.1 + "@polkadot/rpc-augment": 15.6.1 + "@polkadot/types": 15.6.1 + "@polkadot/types-augment": 15.6.1 + "@polkadot/types-codec": 15.6.1 + "@polkadot/util": ^13.4.3 + tslib: ^2.8.1 + checksum: 7ac7d59c5313a43eb8c79bd803c01585120c9f54b237f7b6b94c44a7f154e62e3c24e902f03ac81177c19fb87ff1890c9b90c5b9e85168b13fcc7d57d5fdaf1b languageName: node linkType: hard -"@polkadot/api-base@npm:11.3.1": - version: 11.3.1 - resolution: "@polkadot/api-base@npm:11.3.1" +"@polkadot/api-base@npm:15.6.1": + version: 15.6.1 + resolution: "@polkadot/api-base@npm:15.6.1" dependencies: - "@polkadot/rpc-core": 11.3.1 - "@polkadot/types": 11.3.1 - "@polkadot/util": ^12.6.2 + "@polkadot/rpc-core": 15.6.1 + "@polkadot/types": 15.6.1 + "@polkadot/util": ^13.4.3 rxjs: ^7.8.1 - tslib: ^2.6.2 - checksum: 955c8c62fa4fc390a46570d3f86d5d1f828345c804b79e9344bf57fa2e986d053cec0b19bea7a95956a2216db319f0cc5ecb8f099b091a6f7fa5792037cca311 + tslib: ^2.8.1 + checksum: 8ad307942e803a4a66da307604c163669e93a674277901b49458e1ebc1726c2d7220f0cb87be1c8ce40d84d60feae9922ac4416f7f1d997de2f2afdbf24913ad languageName: node linkType: hard -"@polkadot/api-derive@npm:11.3.1": - version: 11.3.1 - resolution: "@polkadot/api-derive@npm:11.3.1" +"@polkadot/api-derive@npm:15.6.1": + version: 15.6.1 + resolution: "@polkadot/api-derive@npm:15.6.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/api": 15.6.1 + "@polkadot/api-augment": 15.6.1 + "@polkadot/api-base": 15.6.1 + "@polkadot/rpc-core": 15.6.1 + "@polkadot/types": 15.6.1 + "@polkadot/types-codec": 15.6.1 + "@polkadot/util": ^13.4.3 + "@polkadot/util-crypto": ^13.4.3 rxjs: ^7.8.1 - tslib: ^2.6.2 - checksum: 94c08ea8341fba531010a28331dede0567d6fe53d064ec4e4fdf13d0e446e25e490b493142213f231683f6da8353bb015a93b0c9a8c0a414c794594be689a790 - languageName: node - linkType: hard - -"@polkadot/api@npm:11.3.1, @polkadot/api@npm:^11.1.1": - version: 11.3.1 - resolution: "@polkadot/api@npm: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/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 + tslib: ^2.8.1 + checksum: d43740b54da2319692edc987f5e95d2b2df6ee934954df0b07b32089291fbe1f683026af3bd6d5581bd127102ba581aff0682efadc65f21b43bef4ebfa484eb3 + languageName: node + linkType: hard + +"@polkadot/api@npm:15.6.1, @polkadot/api@npm:^15.6.1": + version: 15.6.1 + resolution: "@polkadot/api@npm:15.6.1" + dependencies: + "@polkadot/api-augment": 15.6.1 + "@polkadot/api-base": 15.6.1 + "@polkadot/api-derive": 15.6.1 + "@polkadot/keyring": ^13.4.3 + "@polkadot/rpc-augment": 15.6.1 + "@polkadot/rpc-core": 15.6.1 + "@polkadot/rpc-provider": 15.6.1 + "@polkadot/types": 15.6.1 + "@polkadot/types-augment": 15.6.1 + "@polkadot/types-codec": 15.6.1 + "@polkadot/types-create": 15.6.1 + "@polkadot/types-known": 15.6.1 + "@polkadot/util": ^13.4.3 + "@polkadot/util-crypto": ^13.4.3 eventemitter3: ^5.0.1 rxjs: ^7.8.1 - tslib: ^2.6.2 - checksum: 1cc81ef5bc9483744475f1fd5b268018cf528ffe47ab598555be8c16d69162606ef2f357cf9ffa27b9d7bbcaa95841fa4079a5d3fcb8f5520533378191ddf9bf + tslib: ^2.8.1 + checksum: 30ba1a379b485db1d1b3aa2af89f4e3aad1a97eba1650b12c13f33dca5f62ef7a055ddec79a116f3cf72ec0249865b122c054520772cfd2fee356e768a8ca068 languageName: node linkType: hard -"@polkadot/keyring@npm:^12.0.0, @polkadot/keyring@npm:^12.6.2": - version: 12.6.2 - resolution: "@polkadot/keyring@npm:12.6.2" +"@polkadot/keyring@npm:^13.4.3": + version: 13.4.3 + resolution: "@polkadot/keyring@npm:13.4.3" dependencies: - "@polkadot/util": 12.6.2 - "@polkadot/util-crypto": 12.6.2 - tslib: ^2.6.2 + "@polkadot/util": 13.4.3 + "@polkadot/util-crypto": 13.4.3 + tslib: ^2.8.0 peerDependencies: - "@polkadot/util": 12.6.2 - "@polkadot/util-crypto": 12.6.2 - checksum: b8591690cdd2b9c0fea5de88efe0be19190466572ecb696cc284eec61343b1a2fe0b61a7cfad54933730a132f65d7444619bcb2c8620f38bc0246bfaaa5026f4 + "@polkadot/util": 13.4.3 + "@polkadot/util-crypto": 13.4.3 + checksum: 4ce70ea4ced3bafc5284c6e645a61380415d80f8dd42efd1073fed1c1944ef311e2ef805261009ecafe760fb097165ae7110b76a1ae7c44c3ac511a7a7368898 languageName: node linkType: hard -"@polkadot/networks@npm:12.6.2, @polkadot/networks@npm:^12.6.2": - version: 12.6.2 - resolution: "@polkadot/networks@npm:12.6.2" +"@polkadot/networks@npm:13.4.3, @polkadot/networks@npm:^13.4.3": + version: 13.4.3 + resolution: "@polkadot/networks@npm:13.4.3" dependencies: - "@polkadot/util": 12.6.2 - "@substrate/ss58-registry": ^1.44.0 - tslib: ^2.6.2 - checksum: 7f3dbdd02d8429f82c36ce284ca279af663d45c1a40ce4ce1e38ec2a06fc9d6d27c66d374f32b91ae3058257f33d60701481c9e95ceab19bd2eb70d83465b026 + "@polkadot/util": 13.4.3 + "@substrate/ss58-registry": ^1.51.0 + tslib: ^2.8.0 + checksum: bd9736a745d8b1cc40b6f9c8708afc40b1817d2d30c77f3377de5cab62e18ddb4102740dfde4b2ab08db9d9753c304595989b4ee3c1c6564aee94913ff5215e8 languageName: node linkType: hard -"@polkadot/rpc-augment@npm:11.3.1": - version: 11.3.1 - resolution: "@polkadot/rpc-augment@npm:11.3.1" +"@polkadot/rpc-augment@npm:15.6.1": + version: 15.6.1 + resolution: "@polkadot/rpc-augment@npm:15.6.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.2 - checksum: 047f3a534e2017c8f486018aab56284e69ec8fd38985ef18f3b39f5b697d83a0793443d9ff012b554c35ad31852339da37eb938a37b99ef18dd8c906483abc0b + "@polkadot/rpc-core": 15.6.1 + "@polkadot/types": 15.6.1 + "@polkadot/types-codec": 15.6.1 + "@polkadot/util": ^13.4.3 + tslib: ^2.8.1 + checksum: c17e55537f55f0c7d8b7d7aec47c56abae2877e72d32a305debcb782b00c898e0d6adc7d4f513069077937b29ed5cfb7555c27115fdd078f1148e6034749538c languageName: node linkType: hard -"@polkadot/rpc-core@npm:11.3.1": - version: 11.3.1 - resolution: "@polkadot/rpc-core@npm:11.3.1" +"@polkadot/rpc-core@npm:15.6.1": + version: 15.6.1 + resolution: "@polkadot/rpc-core@npm:15.6.1" dependencies: - "@polkadot/rpc-augment": 11.3.1 - "@polkadot/rpc-provider": 11.3.1 - "@polkadot/types": 11.3.1 - "@polkadot/util": ^12.6.2 + "@polkadot/rpc-augment": 15.6.1 + "@polkadot/rpc-provider": 15.6.1 + "@polkadot/types": 15.6.1 + "@polkadot/util": ^13.4.3 rxjs: ^7.8.1 - tslib: ^2.6.2 - checksum: 031641f506349110339a18ed2eac789e6e24e1702792dee72a0270902420a483ee117153a1f3fbf48e2467b236bc72a41f9e9750f690f9d8efbd8d56715477b1 + tslib: ^2.8.1 + checksum: 5a96c0b8965628545ae640a1c0edfcbe4c87b3d8b2bbb8ad95e5945060dd216f4ca14670add2c17fa486ae4584971dd7d79d834cf5bb2bc32c0c41d9bb8f778d languageName: node linkType: hard -"@polkadot/rpc-provider@npm:11.3.1": - version: 11.3.1 - resolution: "@polkadot/rpc-provider@npm:11.3.1" +"@polkadot/rpc-provider@npm:15.6.1": + version: 15.6.1 + resolution: "@polkadot/rpc-provider@npm:15.6.1" dependencies: - "@polkadot/keyring": ^12.6.2 - "@polkadot/types": 11.3.1 - "@polkadot/types-support": 11.3.1 - "@polkadot/util": ^12.6.2 - "@polkadot/util-crypto": ^12.6.2 - "@polkadot/x-fetch": ^12.6.2 - "@polkadot/x-global": ^12.6.2 - "@polkadot/x-ws": ^12.6.2 - "@substrate/connect": 0.8.10 + "@polkadot/keyring": ^13.4.3 + "@polkadot/types": 15.6.1 + "@polkadot/types-support": 15.6.1 + "@polkadot/util": ^13.4.3 + "@polkadot/util-crypto": ^13.4.3 + "@polkadot/x-fetch": ^13.4.3 + "@polkadot/x-global": ^13.4.3 + "@polkadot/x-ws": ^13.4.3 + "@substrate/connect": 0.8.11 eventemitter3: ^5.0.1 mock-socket: ^9.3.1 - nock: ^13.5.0 - tslib: ^2.6.2 + nock: ^13.5.5 + tslib: ^2.8.1 dependenciesMeta: "@substrate/connect": optional: true - checksum: c2019bcae03c0272d45683b542b6a6679cfb71bae94392c32f8d9c830ea68c07cd5d9ac5fe19cb4df7197f5c721120e068b690e33003853045c126f2275ccb95 + checksum: 36fef62e57ce043796d5e7e9c437ba4d5258015e25e75cbbbe7edfbade0394df8e0d34cd23116f812ed671a378f966c3a2675d44a27842c5037e7de9285bf236 languageName: node linkType: hard -"@polkadot/types-augment@npm:11.3.1": - version: 11.3.1 - resolution: "@polkadot/types-augment@npm:11.3.1" +"@polkadot/types-augment@npm:15.6.1": + version: 15.6.1 + resolution: "@polkadot/types-augment@npm:15.6.1" dependencies: - "@polkadot/types": 11.3.1 - "@polkadot/types-codec": 11.3.1 - "@polkadot/util": ^12.6.2 - tslib: ^2.6.2 - checksum: f8b69e2d605078741be625919bc1f4a4bf22cc6d5f5e448abd199bc8d7dc95973dbbc38b32a0afb9bb576f2d40745b86cdd93aa003aa4a9318bfffa9c5dd0b49 + "@polkadot/types": 15.6.1 + "@polkadot/types-codec": 15.6.1 + "@polkadot/util": ^13.4.3 + tslib: ^2.8.1 + checksum: 4f89c82ca8072a0fea9e4eab6ca596a3943759691921271d4189ae67ef7bdd4059f268c138b3ce48cccb3cc32d745c4b832d01b6c46e6a3670b03c82bb752f4c languageName: node linkType: hard -"@polkadot/types-codec@npm:11.3.1, @polkadot/types-codec@npm:^11.1.1": - version: 11.3.1 - resolution: "@polkadot/types-codec@npm:11.3.1" +"@polkadot/types-codec@npm:15.6.1, @polkadot/types-codec@npm:^15.6.1": + version: 15.6.1 + resolution: "@polkadot/types-codec@npm:15.6.1" dependencies: - "@polkadot/util": ^12.6.2 - "@polkadot/x-bigint": ^12.6.2 - tslib: ^2.6.2 - checksum: 890deea0187dadaed6fadf16266a710d0c2f92f4b7b1a6e50641e21ade9dfdf3693b6aeb61faa2a04a50daf7431f1a6bb6d8564d7f68b936a666fb5d97e12150 + "@polkadot/util": ^13.4.3 + "@polkadot/x-bigint": ^13.4.3 + tslib: ^2.8.1 + checksum: 2049ea194cd4820a17d1a556a85ace8695afcc8f4b8bf76fee817bf0e34540479f80a21db5a40aee44ce04279421e32d8f71a73e974b2cffe9ef580b492b93bf languageName: node linkType: hard -"@polkadot/types-create@npm:11.3.1": - version: 11.3.1 - resolution: "@polkadot/types-create@npm:11.3.1" +"@polkadot/types-create@npm:15.6.1": + version: 15.6.1 + resolution: "@polkadot/types-create@npm:15.6.1" dependencies: - "@polkadot/types-codec": 11.3.1 - "@polkadot/util": ^12.6.2 - tslib: ^2.6.2 - checksum: 5bd73559990d59a1c1e7625d5ecc2b6a0821d105804138aba126d01bbc3aa66ebe3ce0c89ab9a6965c17bbd8e1a7987630e9eb6ec16dd4774b161a6152d3dcaf + "@polkadot/types-codec": 15.6.1 + "@polkadot/util": ^13.4.3 + tslib: ^2.8.1 + checksum: 0f7536d9bec8d2a5a5f45e94c1faf2a75c3ad001fd0bd659bc37dbafcc6e34c675c8b7cb2b878dc6f5c528e38c783953406f30efa9339aba9243bce4d55bef8d languageName: node linkType: hard -"@polkadot/types-known@npm:11.3.1": - version: 11.3.1 - resolution: "@polkadot/types-known@npm:11.3.1" +"@polkadot/types-known@npm:15.6.1": + version: 15.6.1 + resolution: "@polkadot/types-known@npm:15.6.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.2 - checksum: c0ebaa6a17daaf48871372a7d3126782c451d23c7f0f082075a1b0499d28a5bbaa29e2f36f508e9fc0e25eafd5d9f0322d0990049ef86ad579c8167bf49a8293 + "@polkadot/networks": ^13.4.3 + "@polkadot/types": 15.6.1 + "@polkadot/types-codec": 15.6.1 + "@polkadot/types-create": 15.6.1 + "@polkadot/util": ^13.4.3 + tslib: ^2.8.1 + checksum: bd7d8e4c1beb3da60654aeb6d4ff69f21f96df9803e2cb81843936d147be6bd951b87a78fe6f529e1381ca369b1dbf725efb2d3ec0e1e5f9a43bb0daa00b2ade languageName: node linkType: hard -"@polkadot/types-support@npm:11.3.1": - version: 11.3.1 - resolution: "@polkadot/types-support@npm:11.3.1" +"@polkadot/types-support@npm:15.6.1": + version: 15.6.1 + resolution: "@polkadot/types-support@npm:15.6.1" dependencies: - "@polkadot/util": ^12.6.2 - tslib: ^2.6.2 - checksum: 09b66a2da40f654348dbf4784b117c25e6a6efc14cdf4ed254d8a1d5129359a3109bcdc604dff220d4c265e0810b2145bd8dfdb82f5f298a60febfd7e641289c + "@polkadot/util": ^13.4.3 + tslib: ^2.8.1 + checksum: 822ec439de3ae704cdb3c8cdadfd3336fbec7003ea7d0b6b60263d7032b2aab01e92721f5fa2f87c8502f107d9fe7c74a883eb9f1c4168bd7278436fd8d34efe languageName: node linkType: hard -"@polkadot/types@npm:11.3.1, @polkadot/types@npm:^11.1.1": - version: 11.3.1 - resolution: "@polkadot/types@npm:11.3.1" +"@polkadot/types@npm:15.6.1, @polkadot/types@npm:^15.6.1": + version: 15.6.1 + resolution: "@polkadot/types@npm:15.6.1" dependencies: - "@polkadot/keyring": ^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/keyring": ^13.4.3 + "@polkadot/types-augment": 15.6.1 + "@polkadot/types-codec": 15.6.1 + "@polkadot/types-create": 15.6.1 + "@polkadot/util": ^13.4.3 + "@polkadot/util-crypto": ^13.4.3 rxjs: ^7.8.1 - tslib: ^2.6.2 - checksum: f0137ff49e972dc4fa0bbc4bab3853024544a1985081f6a5034405882b7fb482f3a27dc2aabaed8526bc7f970bd0fbe92eeac4896c5bf83f4e5b8cdf482aaeb8 + tslib: ^2.8.1 + checksum: d47efc665ff4eb3e14e5f20056790abcae1c403d1d351847170494962612e8568b3be61adff86d2cb3b8fc6504126a6a2784072a4a9fa616b7702fccf9b465e4 languageName: node linkType: hard -"@polkadot/util-crypto@npm:12.6.2, @polkadot/util-crypto@npm:^12.0.0, @polkadot/util-crypto@npm:^12.6.2": - version: 12.6.2 - resolution: "@polkadot/util-crypto@npm:12.6.2" +"@polkadot/util-crypto@npm:13.4.3, @polkadot/util-crypto@npm:^13.4.3": + version: 13.4.3 + resolution: "@polkadot/util-crypto@npm:13.4.3" dependencies: "@noble/curves": ^1.3.0 "@noble/hashes": ^1.3.3 - "@polkadot/networks": 12.6.2 - "@polkadot/util": 12.6.2 - "@polkadot/wasm-crypto": ^7.3.2 - "@polkadot/wasm-util": ^7.3.2 - "@polkadot/x-bigint": 12.6.2 - "@polkadot/x-randomvalues": 12.6.2 - "@scure/base": ^1.1.5 - tslib: ^2.6.2 + "@polkadot/networks": 13.4.3 + "@polkadot/util": 13.4.3 + "@polkadot/wasm-crypto": ^7.4.1 + "@polkadot/wasm-util": ^7.4.1 + "@polkadot/x-bigint": 13.4.3 + "@polkadot/x-randomvalues": 13.4.3 + "@scure/base": ^1.1.7 + tslib: ^2.8.0 peerDependencies: - "@polkadot/util": 12.6.2 - checksum: 63d4bd9bdc3a7089a0a68555cd6a510b8da3cfab142a8f96ba4b43d5d1db2a543433079bc88c2daf15a329d19ba2cc60f6cca6dbebaefd25e96169cb6343794b + "@polkadot/util": 13.4.3 + checksum: eeddf313e80c898570a0ee0b999d0c560b489f8749188c678a1be2219e57a15a5123e50ab21e4bbb6bfaab380facdde3b75dba1b2fe16021415b62ee62abdfdb languageName: node linkType: hard -"@polkadot/util@npm:12.6.2, @polkadot/util@npm:^12.0.0, @polkadot/util@npm:^12.6.2": - version: 12.6.2 - resolution: "@polkadot/util@npm:12.6.2" +"@polkadot/util@npm:13.4.3, @polkadot/util@npm:^13.4.3": + version: 13.4.3 + resolution: "@polkadot/util@npm:13.4.3" dependencies: - "@polkadot/x-bigint": 12.6.2 - "@polkadot/x-global": 12.6.2 - "@polkadot/x-textdecoder": 12.6.2 - "@polkadot/x-textencoder": 12.6.2 - "@types/bn.js": ^5.1.5 + "@polkadot/x-bigint": 13.4.3 + "@polkadot/x-global": 13.4.3 + "@polkadot/x-textdecoder": 13.4.3 + "@polkadot/x-textencoder": 13.4.3 + "@types/bn.js": ^5.1.6 bn.js: ^5.2.1 - tslib: ^2.6.2 - checksum: a42a226f3c299026458d82e48516abf59c1cd8638167edaa3fc1a17aec0ebab203e0ad68a096a4a4fa188afd55093535a98e5083d682a79242a3c5ad79342599 + tslib: ^2.8.0 + checksum: 64f643d427fa3664f996a9004ef970d25e676dd598a3edb5d04e134a62edfae896a84082398435deca9066bab6e8c80f1cd945bb5b02c0bd8a331464db35966a languageName: node linkType: hard @@ -2578,7 +2581,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/wasm-crypto@npm:^7.3.2": +"@polkadot/wasm-crypto@npm:^7.4.1": version: 7.4.1 resolution: "@polkadot/wasm-crypto@npm:7.4.1" dependencies: @@ -2595,7 +2598,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/wasm-util@npm:7.4.1, @polkadot/wasm-util@npm:^7.3.2": +"@polkadot/wasm-util@npm:7.4.1, @polkadot/wasm-util@npm:^7.4.1": version: 7.4.1 resolution: "@polkadot/wasm-util@npm:7.4.1" dependencies: @@ -2606,81 +2609,81 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bigint@npm:12.6.2, @polkadot/x-bigint@npm:^12.6.2": - version: 12.6.2 - resolution: "@polkadot/x-bigint@npm:12.6.2" +"@polkadot/x-bigint@npm:13.4.3, @polkadot/x-bigint@npm:^13.4.3": + version: 13.4.3 + resolution: "@polkadot/x-bigint@npm:13.4.3" dependencies: - "@polkadot/x-global": 12.6.2 - tslib: ^2.6.2 - checksum: 12b2d5c3a7b994f5bd4f7aeda9e268384b04bd080892400c65b88fb5aa4951df6c4abe3baf9820f3adf3da92e2add710858dd35dcd597d2527bbfd1cd0efe534 + "@polkadot/x-global": 13.4.3 + tslib: ^2.8.0 + checksum: 7d6e43bfead093b4af6421e4bec8f305ae7eba6059e145e1830f6e874173701639f2273c36b37fe63ec89d18a0992e24b246ee583a44c7656920f039e590018a languageName: node linkType: hard -"@polkadot/x-fetch@npm:^12.6.2": - version: 12.6.2 - resolution: "@polkadot/x-fetch@npm:12.6.2" +"@polkadot/x-fetch@npm:^13.4.3": + version: 13.4.3 + resolution: "@polkadot/x-fetch@npm:13.4.3" dependencies: - "@polkadot/x-global": 12.6.2 + "@polkadot/x-global": 13.4.3 node-fetch: ^3.3.2 - tslib: ^2.6.2 - checksum: 2f0269b17ebbb907f4f4fa777898fd8ea16ecd37abfc2c0b69cfc49bd5ab0ed38cf836a4941e85f9100192f7005731a9a8c6b135799efd17b4261c3cc1ebf844 + tslib: ^2.8.0 + checksum: e587ddb73a2aa5244f2597467cc6e02685a1b161fb47f8c585570920883e5368d5dff1aca88824f70180534169fb3cab109f531d4e298280043dc103261b5e2d languageName: node linkType: hard -"@polkadot/x-global@npm:12.6.2, @polkadot/x-global@npm:^12.6.2": - version: 12.6.2 - resolution: "@polkadot/x-global@npm:12.6.2" +"@polkadot/x-global@npm:13.4.3, @polkadot/x-global@npm:^13.4.3": + version: 13.4.3 + resolution: "@polkadot/x-global@npm:13.4.3" dependencies: - tslib: ^2.6.2 - checksum: eb17e039cb1668743c84f5eafbf518cf6248e93090e4877f81f338b418b3e6b0173f2414c62bd9cbe7bf8911ec566527ca7c49c4354ba90d57e62e90195329d0 + tslib: ^2.8.0 + checksum: 731750a234437e6d8b41757631644bca8f3c58df8e705392e3eafc040b82c562c6bc1f90aacc39abc39c712a3caa6c5e9ecd60efd4e36b1914b950507bc703df languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:12.6.2": - version: 12.6.2 - resolution: "@polkadot/x-randomvalues@npm:12.6.2" +"@polkadot/x-randomvalues@npm:13.4.3": + version: 13.4.3 + resolution: "@polkadot/x-randomvalues@npm:13.4.3" dependencies: - "@polkadot/x-global": 12.6.2 - tslib: ^2.6.2 + "@polkadot/x-global": 13.4.3 + tslib: ^2.8.0 peerDependencies: - "@polkadot/util": 12.6.2 + "@polkadot/util": 13.4.3 "@polkadot/wasm-util": "*" - checksum: 7faccf2dbcf0c7383b5ecfd7beb098c8c8ad5cf4c8f5bafd601657f8271af8f00b66741531ecf8b2f7c59911d96f77e358184a7c5034c70bf387a8e929a4c210 + checksum: 4fb06d2ecbbe6ffe70b596064f8ac0d3df772a551337547fa5979698726e7f2dee323d35bf577e50f7f84a50ba3b7bdc620ccb9c246b6eb32ce43608f22b77a9 languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:12.6.2": - version: 12.6.2 - resolution: "@polkadot/x-textdecoder@npm:12.6.2" +"@polkadot/x-textdecoder@npm:13.4.3": + version: 13.4.3 + resolution: "@polkadot/x-textdecoder@npm:13.4.3" dependencies: - "@polkadot/x-global": 12.6.2 - tslib: ^2.6.2 - checksum: c7e4b7f7ff943095a96bef3e3e56216d33d6ff38c965931356a06d01594b2c523ccbeada697a31b5457b134e578618f35425e0883f45187adffa98df99a45f27 + "@polkadot/x-global": 13.4.3 + tslib: ^2.8.0 + checksum: f47f0721bb61804e193e8d0219e367c1c5e7a2d46d07a0a60a1878b12ee1403792e5c0c74fc2a3c7fab231bac9b1140cb39008d1cf0e13694817ec8a97b48ed8 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:12.6.2": - version: 12.6.2 - resolution: "@polkadot/x-textencoder@npm:12.6.2" +"@polkadot/x-textencoder@npm:13.4.3": + version: 13.4.3 + resolution: "@polkadot/x-textencoder@npm:13.4.3" dependencies: - "@polkadot/x-global": 12.6.2 - tslib: ^2.6.2 - checksum: d3eacdc0eb2e1ef8b8132d52a1f1033be62bc64360753a117f2e6517ccf7c9cde628558bbd016a73836eacd91cb1e2ac382dce0ce9c8d32c2f7db3fcc8863911 + "@polkadot/x-global": 13.4.3 + tslib: ^2.8.0 + checksum: bee2d2b0458214858ae8a48b50333b155f1b315f38e42a0ea72287ee621d00dbb06022ac831a70f331297df30b5ff7c3120b1a6cde35137addcb81ac9281cd43 languageName: node linkType: hard -"@polkadot/x-ws@npm:^12.6.2": - version: 12.6.2 - resolution: "@polkadot/x-ws@npm:12.6.2" +"@polkadot/x-ws@npm:^13.4.3": + version: 13.4.3 + resolution: "@polkadot/x-ws@npm:13.4.3" dependencies: - "@polkadot/x-global": 12.6.2 - tslib: ^2.6.2 - ws: ^8.15.1 - checksum: a6bddc7ac81690f222fbc192f87f2d9b951d67414ea31a0377fb20844db8fde05d7771df5291633417aa4616bf968a31005ff22d416b2d4fecda2109f820abf7 + "@polkadot/x-global": 13.4.3 + tslib: ^2.8.0 + ws: ^8.18.0 + checksum: 6e1dc064527576cd88798a04cd7f8d296ea45dba769cba6972127a563ac18de59642c997f50d5b99b55d9f67aec46c27f4315f7dedbb516cdcab5676f0b17ff8 languageName: node linkType: hard -"@scure/base@npm:^1.1.1, @scure/base@npm:^1.1.5": +"@scure/base@npm:^1.1.1, @scure/base@npm:^1.1.7": version: 1.2.4 resolution: "@scure/base@npm:1.2.4" checksum: db554eb550a1bd17684af9282e1ad751050a13d4add0e83ad61cc496680d7d1c1c1120ca780e72935a293bb59721c20a006a53a5eec6f6b5bdcd702cf27c8cae @@ -2719,43 +2722,43 @@ __metadata: languageName: node linkType: hard -"@substrate/connect-known-chains@npm:^1.1.4": - version: 1.9.0 - resolution: "@substrate/connect-known-chains@npm:1.9.0" - checksum: 943eb3076d2ac17eae7c791203439fd2dfc7d6648e8965d2b017b3085040d11f166af16d4a43d89814c579f090b2f3191b4c5c426e8c634e4f62611fbd376dc7 +"@substrate/connect-known-chains@npm:^1.1.5": + version: 1.9.1 + resolution: "@substrate/connect-known-chains@npm:1.9.1" + checksum: 7eed0c81412fd71897e97f4ece714a8e14bc9810ec756b431952062561cab0d0089eda49c8720c1507bab91028ce94bda8adbe2b5ee4982831388b2cc199790c languageName: node linkType: hard -"@substrate/connect@npm:0.8.10": - version: 0.8.10 - resolution: "@substrate/connect@npm:0.8.10" +"@substrate/connect@npm:0.8.11": + version: 0.8.11 + resolution: "@substrate/connect@npm:0.8.11" dependencies: "@substrate/connect-extension-protocol": ^2.0.0 - "@substrate/connect-known-chains": ^1.1.4 - "@substrate/light-client-extension-helpers": ^0.0.6 - smoldot: 2.0.22 - checksum: 2ed22ff5eefc547f9c3a7547f166b20c844372802cf406e6511844ed2f813b091f515611a720847e1b78848af1156d5cba403c9423c4ad32e4009daf014150bc + "@substrate/connect-known-chains": ^1.1.5 + "@substrate/light-client-extension-helpers": ^1.0.0 + smoldot: 2.0.26 + checksum: c7c915ef51c43258f928323b8197b20f8dc3c14f5a5369b320a209df0037bd49aa5fee849486872bee22f40fced8be169e23a600d36b6f254d7e9e80ac2e1c9c languageName: node linkType: hard -"@substrate/light-client-extension-helpers@npm:^0.0.6": - version: 0.0.6 - resolution: "@substrate/light-client-extension-helpers@npm:0.0.6" +"@substrate/light-client-extension-helpers@npm:^1.0.0": + version: 1.0.0 + resolution: "@substrate/light-client-extension-helpers@npm:1.0.0" 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 - "@polkadot-api/substrate-client": 0.0.1 + "@polkadot-api/json-rpc-provider": ^0.0.1 + "@polkadot-api/json-rpc-provider-proxy": ^0.1.0 + "@polkadot-api/observable-client": ^0.3.0 + "@polkadot-api/substrate-client": ^0.1.2 "@substrate/connect-extension-protocol": ^2.0.0 - "@substrate/connect-known-chains": ^1.1.4 + "@substrate/connect-known-chains": ^1.1.5 rxjs: ^7.8.1 peerDependencies: smoldot: 2.x - checksum: a0cc169e6edf56cdbfd839a32487e31ad0bcb4cc9d4d50bac632c16f95d6ebf54638b268c1f7b8e651482e201f38411139a90071bc91268a2c01e5b50f39f338 + checksum: 12b2180c1b5fa9884588e7e94c095ba6bdd4bc386ca54c2bd2d58e8b606b361b04636ae0536b1eb4a18398e31d191d5949e3b3ba9b3a01d6592f425fb671881c languageName: node linkType: hard -"@substrate/ss58-registry@npm:^1.44.0": +"@substrate/ss58-registry@npm:^1.51.0": version: 1.51.0 resolution: "@substrate/ss58-registry@npm:1.51.0" checksum: bfcba035e14648801f74802c76b195c22a86875cca89a577e21f5edd3e800578486f964a5117bad4b272f21695f8557fe713c3031c0c81269b76259470eb5a74 @@ -2819,7 +2822,7 @@ __metadata: languageName: node linkType: hard -"@types/bn.js@npm:^5.1.5": +"@types/bn.js@npm:^5.1.6": version: 5.1.6 resolution: "@types/bn.js@npm:5.1.6" dependencies: @@ -7688,7 +7691,7 @@ __metadata: languageName: node linkType: hard -"nock@npm:^13.5.0": +"nock@npm:^13.5.5": version: 13.5.6 resolution: "nock@npm:13.5.6" dependencies: @@ -8907,12 +8910,12 @@ __metadata: languageName: node linkType: hard -"smoldot@npm:2.0.22": - version: 2.0.22 - resolution: "smoldot@npm:2.0.22" +"smoldot@npm:2.0.26": + version: 2.0.26 + resolution: "smoldot@npm:2.0.26" dependencies: ws: ^8.8.1 - checksum: 383bc6a5481190d64302fad56e9e4120a484885aee5543b268887de425708f04e8b3b3b69893333dfd9fd0e596f006afaa7c7ee5ff260c5d2be929c60302d385 + checksum: df1b27afae3ade7ee08947ca73f6e7afd450106b7ae4ff127ad7e71b7c20b01a2dc64135a07a7039aeeb23ad30fb549d7003c3131afa368f47125abf6837d919 languageName: node linkType: hard @@ -9583,7 +9586,7 @@ __metadata: languageName: node linkType: hard -"tslib@npm:^2.1.0, tslib@npm:^2.6.2, tslib@npm:^2.7.0": +"tslib@npm:^2.1.0, tslib@npm:^2.7.0, tslib@npm:^2.8.0, tslib@npm:^2.8.1": version: 2.8.1 resolution: "tslib@npm:2.8.1" checksum: e4aba30e632b8c8902b47587fd13345e2827fa639e7c3121074d5ee0880723282411a8838f830b55100cbe4517672f84a2472667d355b81e8af165a55dc6203a @@ -10137,7 +10140,7 @@ typescript@^4.8.3: languageName: node linkType: hard -"ws@npm:^8.15.1, ws@npm:^8.8.1": +"ws@npm:^8.18.0, ws@npm:^8.8.1": version: 8.18.0 resolution: "ws@npm:8.18.0" peerDependencies: From 86dd578cae8f29f702a5070221d94c3c8e57ea89 Mon Sep 17 00:00:00 2001 From: Raphael Flechtner Date: Thu, 20 Feb 2025 14:40:08 +0200 Subject: [PATCH 2/2] chore: require v11401 of type definitions --- packages/core/package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index ce89dfa66..e00424a3b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -41,7 +41,7 @@ "@kiltprotocol/chain-helpers": "workspace:*", "@kiltprotocol/config": "workspace:*", "@kiltprotocol/did": "workspace:*", - "@kiltprotocol/type-definitions": "^1.0.0", + "@kiltprotocol/type-definitions": "^1.11401.0", "@kiltprotocol/types": "workspace:*", "@kiltprotocol/utils": "workspace:*", "@polkadot/api": "^15.6.1", diff --git a/yarn.lock b/yarn.lock index 94f7fb618..a1048413c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2003,7 +2003,7 @@ __metadata: "@kiltprotocol/chain-helpers": "workspace:*" "@kiltprotocol/config": "workspace:*" "@kiltprotocol/did": "workspace:*" - "@kiltprotocol/type-definitions": ^1.0.0 + "@kiltprotocol/type-definitions": ^1.11401.0 "@kiltprotocol/types": "workspace:*" "@kiltprotocol/utils": "workspace:*" "@polkadot/api": ^15.6.1 @@ -2070,12 +2070,12 @@ __metadata: languageName: unknown linkType: soft -"@kiltprotocol/type-definitions@npm:^1.0.0": - version: 1.11500.0-rc.2 - resolution: "@kiltprotocol/type-definitions@npm:1.11500.0-rc.2" +"@kiltprotocol/type-definitions@npm:^1.11401.0": + version: 1.11401.1 + resolution: "@kiltprotocol/type-definitions@npm:1.11401.1" peerDependencies: "@polkadot/types": ^12.2.0 - checksum: da8217339e7df2ff2aa766f419bf227d928aff4cfe2d4541865379b4b1928a7b3c2b1247fb51093032c8a7372ef5e893ade94e6e789f332b55f56c9b060df18e + checksum: 6f7f8e837cd04d9d823e11879aee3c9986c2686567381548e860969c4b38757274c2b0adee2a01c661c07a86f6583ecc1a99ae1d506b71d7880f3c2f757cc15e languageName: node linkType: hard