From 394c36a77bab187eda97a6d3af3311dd8a3c3cb2 Mon Sep 17 00:00:00 2001 From: tarikgul Date: Mon, 27 Jan 2025 11:54:36 -0500 Subject: [PATCH] 15.5.1 --- CHANGELOG.md | 25 ++++- package.json | 2 +- packages/api-augment/package.json | 12 +-- packages/api-base/package.json | 6 +- packages/api-contract/package.json | 16 +-- packages/api-derive/package.json | 24 ++--- packages/api/package.json | 28 ++--- packages/rpc-augment/package.json | 8 +- packages/rpc-core/package.json | 10 +- packages/rpc-provider/package.json | 6 +- packages/typegen/package.json | 20 ++-- packages/types-augment/package.json | 6 +- packages/types-codec/package.json | 8 +- packages/types-create/package.json | 6 +- packages/types-known/package.json | 10 +- packages/types-support/package.json | 2 +- packages/types/package.json | 10 +- yarn.lock | 158 ++++++++++++++-------------- 18 files changed, 188 insertions(+), 169 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d07d73966c8..354bab2974a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # CHANGELOG -## 15.4.1 Jan 20, 2024 +## 15.5.1 Jan 27, 2025 + +Contributed: + +- Add `offchain_localStorageClear` RPC method ([#6070](https://github.com/polkadot-js/api/pull/6070)) (Thanks to https://github.com/khssnv) + +Changes: + +- Update polkadot, kusama types-support for rpc, and ver ([#6078](https://github.com/polkadot-js/api/pull/6078)) +- Update Asset-Hub types-support rpc, and ver ([#6077](https://github.com/polkadot-js/api/pull/6077)) +- Patch typegen query to prevent it from adding invalid import ([#6073](https://github.com/polkadot-js/api/pull/6073)) +- Extend `GenericAccountId` description ([#6072](https://github.com/polkadot-js/api/pull/6072)) + +## 15.4.1 Jan 20, 2025 + +Changes: - Allow api.derive.accounts.identity() to obtain SubIdentities ([#6066](https://github.com/polkadot-js/api/pull/6066)) - Adds a new field `subs` to the `DeriveAccountRegistration` output of `api.derive.accounts.identity()` @@ -9,7 +24,9 @@ - Increases performance of the test-runner, both locally, and in the CI -## 15.3.1 Jan 11, 2024 +## 15.3.1 Jan 11, 2025 + +Changes: - Set typegen scripts for Docs to use v15 ([#6060](https://github.com/polkadot-js/api/pull/6060)) - Add Asset hub options to polkadot-types-internal-metadata ([#6062](https://github.com/polkadot-js/api/pull/6062)) @@ -17,7 +34,9 @@ - This adds `--metadataVer` to `polkadot-types-internal-metadata`. It is meant to be used along side `--endpoint` which will allow for the use of metadata versions above v14. -## 15.2.1 Jan 6, 2024 +## 15.2.1 Jan 6, 2025 + +Changes: - Give compatibility for nodejs v22 - Update common to 13.3.1 ([#6057](https://github.com/polkadot-js/api/pull/6057)) diff --git a/package.json b/package.json index 239e250fa4b..701ec07e1a6 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "15.4.2-4-x", + "version": "15.5.1", "versions": { "git": "15.4.2-4-x", "npm": "15.4.1" diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 911dcb6d041..44d45da3c29 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.4.2-4-x", + "version": "15.5.1", "main": "index.js", "dependencies": { - "@polkadot/api-base": "15.4.2-4-x", - "@polkadot/rpc-augment": "15.4.2-4-x", - "@polkadot/types": "15.4.2-4-x", - "@polkadot/types-augment": "15.4.2-4-x", - "@polkadot/types-codec": "15.4.2-4-x", + "@polkadot/api-base": "15.5.1", + "@polkadot/rpc-augment": "15.5.1", + "@polkadot/types": "15.5.1", + "@polkadot/types-augment": "15.5.1", + "@polkadot/types-codec": "15.5.1", "@polkadot/util": "^13.3.1", "tslib": "^2.8.1" } diff --git a/packages/api-base/package.json b/packages/api-base/package.json index a8ddbf15088..06569e603d9 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.4.2-4-x", + "version": "15.5.1", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "15.4.2-4-x", - "@polkadot/types": "15.4.2-4-x", + "@polkadot/rpc-core": "15.5.1", + "@polkadot/types": "15.5.1", "@polkadot/util": "^13.3.1", "rxjs": "^7.8.1", "tslib": "^2.8.1" diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 6e2f5cf75f2..99747d717be 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,22 +18,22 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.4.2-4-x", + "version": "15.5.1", "main": "index.js", "dependencies": { - "@polkadot/api": "15.4.2-4-x", - "@polkadot/api-augment": "15.4.2-4-x", - "@polkadot/types": "15.4.2-4-x", - "@polkadot/types-codec": "15.4.2-4-x", - "@polkadot/types-create": "15.4.2-4-x", + "@polkadot/api": "15.5.1", + "@polkadot/api-augment": "15.5.1", + "@polkadot/types": "15.5.1", + "@polkadot/types-codec": "15.5.1", + "@polkadot/types-create": "15.5.1", "@polkadot/util": "^13.3.1", "@polkadot/util-crypto": "^13.3.1", "rxjs": "^7.8.1", "tslib": "^2.8.1" }, "devDependencies": { - "@polkadot/api-augment": "15.4.2-4-x", + "@polkadot/api-augment": "15.5.1", "@polkadot/keyring": "^13.3.1", - "@polkadot/types-support": "15.4.2-4-x" + "@polkadot/types-support": "15.5.1" } } diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index 7a6807bec7e..ca726fb7053 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.4.2-4-x", + "version": "15.5.1", "main": "index.js", "dependencies": { - "@polkadot/api": "15.4.2-4-x", - "@polkadot/api-augment": "15.4.2-4-x", - "@polkadot/api-base": "15.4.2-4-x", - "@polkadot/rpc-core": "15.4.2-4-x", - "@polkadot/types": "15.4.2-4-x", - "@polkadot/types-codec": "15.4.2-4-x", + "@polkadot/api": "15.5.1", + "@polkadot/api-augment": "15.5.1", + "@polkadot/api-base": "15.5.1", + "@polkadot/rpc-core": "15.5.1", + "@polkadot/types": "15.5.1", + "@polkadot/types-codec": "15.5.1", "@polkadot/util": "^13.3.1", "@polkadot/util-crypto": "^13.3.1", "rxjs": "^7.8.1", "tslib": "^2.8.1" }, "devDependencies": { - "@polkadot/api": "15.4.2-4-x", - "@polkadot/api-augment": "15.4.2-4-x", - "@polkadot/rpc-augment": "15.4.2-4-x", - "@polkadot/rpc-provider": "15.4.2-4-x", - "@polkadot/types-support": "15.4.2-4-x" + "@polkadot/api": "15.5.1", + "@polkadot/api-augment": "15.5.1", + "@polkadot/rpc-augment": "15.5.1", + "@polkadot/rpc-provider": "15.5.1", + "@polkadot/types-support": "15.5.1" } } diff --git a/packages/api/package.json b/packages/api/package.json index 2a05b879f50..2ca7f84591e 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.4.2-4-x", + "version": "15.5.1", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "15.4.2-4-x", - "@polkadot/api-base": "15.4.2-4-x", - "@polkadot/api-derive": "15.4.2-4-x", + "@polkadot/api-augment": "15.5.1", + "@polkadot/api-base": "15.5.1", + "@polkadot/api-derive": "15.5.1", "@polkadot/keyring": "^13.3.1", - "@polkadot/rpc-augment": "15.4.2-4-x", - "@polkadot/rpc-core": "15.4.2-4-x", - "@polkadot/rpc-provider": "15.4.2-4-x", - "@polkadot/types": "15.4.2-4-x", - "@polkadot/types-augment": "15.4.2-4-x", - "@polkadot/types-codec": "15.4.2-4-x", - "@polkadot/types-create": "15.4.2-4-x", - "@polkadot/types-known": "15.4.2-4-x", + "@polkadot/rpc-augment": "15.5.1", + "@polkadot/rpc-core": "15.5.1", + "@polkadot/rpc-provider": "15.5.1", + "@polkadot/types": "15.5.1", + "@polkadot/types-augment": "15.5.1", + "@polkadot/types-codec": "15.5.1", + "@polkadot/types-create": "15.5.1", + "@polkadot/types-known": "15.5.1", "@polkadot/util": "^13.3.1", "@polkadot/util-crypto": "^13.3.1", "eventemitter3": "^5.0.1", @@ -40,7 +40,7 @@ "tslib": "^2.8.1" }, "devDependencies": { - "@polkadot/api-augment": "15.4.2-4-x", - "@polkadot/types-support": "15.4.2-4-x" + "@polkadot/api-augment": "15.5.1", + "@polkadot/types-support": "15.5.1" } } diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index f49ef9b7b5e..bf32e8a4a24 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.4.2-4-x", + "version": "15.5.1", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "15.4.2-4-x", - "@polkadot/types": "15.4.2-4-x", - "@polkadot/types-codec": "15.4.2-4-x", + "@polkadot/rpc-core": "15.5.1", + "@polkadot/types": "15.5.1", + "@polkadot/types-codec": "15.5.1", "@polkadot/util": "^13.3.1", "tslib": "^2.8.1" } diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 912cc4aed33..3c080ddc9bb 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.4.2-4-x", + "version": "15.5.1", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "15.4.2-4-x", - "@polkadot/rpc-provider": "15.4.2-4-x", - "@polkadot/types": "15.4.2-4-x", + "@polkadot/rpc-augment": "15.5.1", + "@polkadot/rpc-provider": "15.5.1", + "@polkadot/types": "15.5.1", "@polkadot/util": "^13.3.1", "rxjs": "^7.8.1", "tslib": "^2.8.1" }, "devDependencies": { "@polkadot/keyring": "^13.3.1", - "@polkadot/rpc-augment": "15.4.2-4-x" + "@polkadot/rpc-augment": "15.5.1" } } diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 15047b7b493..360b8a16b2f 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.4.2-4-x", + "version": "15.5.1", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.3.1", - "@polkadot/types": "15.4.2-4-x", - "@polkadot/types-support": "15.4.2-4-x", + "@polkadot/types": "15.5.1", + "@polkadot/types-support": "15.5.1", "@polkadot/util": "^13.3.1", "@polkadot/util-crypto": "^13.3.1", "@polkadot/x-fetch": "^13.3.1", diff --git a/packages/typegen/package.json b/packages/typegen/package.json index fdf69afe8f7..0b14eea3d99 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.4.2-4-x", + "version": "15.5.1", "main": "index.js", "bin": { "polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs", @@ -28,15 +28,15 @@ "polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs" }, "dependencies": { - "@polkadot/api": "15.4.2-4-x", - "@polkadot/api-augment": "15.4.2-4-x", - "@polkadot/rpc-augment": "15.4.2-4-x", - "@polkadot/rpc-provider": "15.4.2-4-x", - "@polkadot/types": "15.4.2-4-x", - "@polkadot/types-augment": "15.4.2-4-x", - "@polkadot/types-codec": "15.4.2-4-x", - "@polkadot/types-create": "15.4.2-4-x", - "@polkadot/types-support": "15.4.2-4-x", + "@polkadot/api": "15.5.1", + "@polkadot/api-augment": "15.5.1", + "@polkadot/rpc-augment": "15.5.1", + "@polkadot/rpc-provider": "15.5.1", + "@polkadot/types": "15.5.1", + "@polkadot/types-augment": "15.5.1", + "@polkadot/types-codec": "15.5.1", + "@polkadot/types-create": "15.5.1", + "@polkadot/types-support": "15.5.1", "@polkadot/util": "^13.3.1", "@polkadot/util-crypto": "^13.3.1", "@polkadot/x-ws": "^13.3.1", diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index a8b4af802b5..116e72a0c80 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.4.2-4-x", + "version": "15.5.1", "main": "index.js", "dependencies": { - "@polkadot/types": "15.4.2-4-x", - "@polkadot/types-codec": "15.4.2-4-x", + "@polkadot/types": "15.5.1", + "@polkadot/types-codec": "15.5.1", "@polkadot/util": "^13.3.1", "tslib": "^2.8.1" } diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index 72dd8123eba..96db2881592 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.4.2-4-x", + "version": "15.5.1", "main": "index.js", "dependencies": { "@polkadot/util": "^13.3.1", @@ -26,9 +26,9 @@ "tslib": "^2.8.1" }, "devDependencies": { - "@polkadot/types": "15.4.2-4-x", - "@polkadot/types-augment": "15.4.2-4-x", - "@polkadot/types-support": "15.4.2-4-x", + "@polkadot/types": "15.5.1", + "@polkadot/types-augment": "15.5.1", + "@polkadot/types-support": "15.5.1", "@polkadot/util-crypto": "^13.3.1" } } diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 34268de1449..4195388f1de 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.4.2-4-x", + "version": "15.5.1", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "15.4.2-4-x", + "@polkadot/types-codec": "15.5.1", "@polkadot/util": "^13.3.1", "tslib": "^2.8.1" }, "devDependencies": { - "@polkadot/types": "15.4.2-4-x" + "@polkadot/types": "15.5.1" } } diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 883ffc610e4..94c2ff793b6 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.4.2-4-x", + "version": "15.5.1", "main": "index.js", "dependencies": { "@polkadot/networks": "^13.3.1", - "@polkadot/types": "15.4.2-4-x", - "@polkadot/types-codec": "15.4.2-4-x", - "@polkadot/types-create": "15.4.2-4-x", + "@polkadot/types": "15.5.1", + "@polkadot/types-codec": "15.5.1", + "@polkadot/types-create": "15.5.1", "@polkadot/util": "^13.3.1", "tslib": "^2.8.1" }, "devDependencies": { - "@polkadot/api": "15.4.2-4-x" + "@polkadot/api": "15.5.1" } } diff --git a/packages/types-support/package.json b/packages/types-support/package.json index 223adc7c4a2..80aa64eefb3 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.4.2-4-x", + "version": "15.5.1", "main": "index.js", "dependencies": { "@polkadot/util": "^13.3.1", diff --git a/packages/types/package.json b/packages/types/package.json index 5b5397d4b97..6a0eda5f899 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./packageDetect.cjs" ], "type": "module", - "version": "15.4.2-4-x", + "version": "15.5.1", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.3.1", - "@polkadot/types-augment": "15.4.2-4-x", - "@polkadot/types-codec": "15.4.2-4-x", - "@polkadot/types-create": "15.4.2-4-x", + "@polkadot/types-augment": "15.5.1", + "@polkadot/types-codec": "15.5.1", + "@polkadot/types-create": "15.5.1", "@polkadot/util": "^13.3.1", "@polkadot/util-crypto": "^13.3.1", "rxjs": "^7.8.1", @@ -32,6 +32,6 @@ }, "devDependencies": { "@polkadot/keyring": "^13.3.1", - "@polkadot/types-support": "15.4.2-4-x" + "@polkadot/types-support": "15.5.1" } } diff --git a/yarn.lock b/yarn.lock index 1ffb879bb6f..67e29a7ff68 100644 --- a/yarn.lock +++ b/yarn.lock @@ -447,26 +447,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:15.4.2-4-x, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@npm:15.5.1, @polkadot/api-augment@workspace:packages/api-augment": version: 0.0.0-use.local resolution: "@polkadot/api-augment@workspace:packages/api-augment" dependencies: - "@polkadot/api-base": "npm:15.4.2-4-x" - "@polkadot/rpc-augment": "npm:15.4.2-4-x" - "@polkadot/types": "npm:15.4.2-4-x" - "@polkadot/types-augment": "npm:15.4.2-4-x" - "@polkadot/types-codec": "npm:15.4.2-4-x" + "@polkadot/api-base": "npm:15.5.1" + "@polkadot/rpc-augment": "npm:15.5.1" + "@polkadot/types": "npm:15.5.1" + "@polkadot/types-augment": "npm:15.5.1" + "@polkadot/types-codec": "npm:15.5.1" "@polkadot/util": "npm:^13.3.1" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@polkadot/api-base@npm:15.4.2-4-x, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@npm:15.5.1, @polkadot/api-base@workspace:packages/api-base": version: 0.0.0-use.local resolution: "@polkadot/api-base@workspace:packages/api-base" dependencies: - "@polkadot/rpc-core": "npm:15.4.2-4-x" - "@polkadot/types": "npm:15.4.2-4-x" + "@polkadot/rpc-core": "npm:15.5.1" + "@polkadot/types": "npm:15.5.1" "@polkadot/util": "npm:^13.3.1" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.1" @@ -477,13 +477,13 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: - "@polkadot/api": "npm:15.4.2-4-x" - "@polkadot/api-augment": "npm:15.4.2-4-x" + "@polkadot/api": "npm:15.5.1" + "@polkadot/api-augment": "npm:15.5.1" "@polkadot/keyring": "npm:^13.3.1" - "@polkadot/types": "npm:15.4.2-4-x" - "@polkadot/types-codec": "npm:15.4.2-4-x" - "@polkadot/types-create": "npm:15.4.2-4-x" - "@polkadot/types-support": "npm:15.4.2-4-x" + "@polkadot/types": "npm:15.5.1" + "@polkadot/types-codec": "npm:15.5.1" + "@polkadot/types-create": "npm:15.5.1" + "@polkadot/types-support": "npm:15.5.1" "@polkadot/util": "npm:^13.3.1" "@polkadot/util-crypto": "npm:^13.3.1" rxjs: "npm:^7.8.1" @@ -491,19 +491,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@npm:15.4.2-4-x, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@npm:15.5.1, @polkadot/api-derive@workspace:packages/api-derive": version: 0.0.0-use.local resolution: "@polkadot/api-derive@workspace:packages/api-derive" dependencies: - "@polkadot/api": "npm:15.4.2-4-x" - "@polkadot/api-augment": "npm:15.4.2-4-x" - "@polkadot/api-base": "npm:15.4.2-4-x" - "@polkadot/rpc-augment": "npm:15.4.2-4-x" - "@polkadot/rpc-core": "npm:15.4.2-4-x" - "@polkadot/rpc-provider": "npm:15.4.2-4-x" - "@polkadot/types": "npm:15.4.2-4-x" - "@polkadot/types-codec": "npm:15.4.2-4-x" - "@polkadot/types-support": "npm:15.4.2-4-x" + "@polkadot/api": "npm:15.5.1" + "@polkadot/api-augment": "npm:15.5.1" + "@polkadot/api-base": "npm:15.5.1" + "@polkadot/rpc-augment": "npm:15.5.1" + "@polkadot/rpc-core": "npm:15.5.1" + "@polkadot/rpc-provider": "npm:15.5.1" + "@polkadot/types": "npm:15.5.1" + "@polkadot/types-codec": "npm:15.5.1" + "@polkadot/types-support": "npm:15.5.1" "@polkadot/util": "npm:^13.3.1" "@polkadot/util-crypto": "npm:^13.3.1" rxjs: "npm:^7.8.1" @@ -511,23 +511,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@npm:15.4.2-4-x, @polkadot/api@workspace:packages/api": +"@polkadot/api@npm:15.5.1, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": "npm:15.4.2-4-x" - "@polkadot/api-base": "npm:15.4.2-4-x" - "@polkadot/api-derive": "npm:15.4.2-4-x" + "@polkadot/api-augment": "npm:15.5.1" + "@polkadot/api-base": "npm:15.5.1" + "@polkadot/api-derive": "npm:15.5.1" "@polkadot/keyring": "npm:^13.3.1" - "@polkadot/rpc-augment": "npm:15.4.2-4-x" - "@polkadot/rpc-core": "npm:15.4.2-4-x" - "@polkadot/rpc-provider": "npm:15.4.2-4-x" - "@polkadot/types": "npm:15.4.2-4-x" - "@polkadot/types-augment": "npm:15.4.2-4-x" - "@polkadot/types-codec": "npm:15.4.2-4-x" - "@polkadot/types-create": "npm:15.4.2-4-x" - "@polkadot/types-known": "npm:15.4.2-4-x" - "@polkadot/types-support": "npm:15.4.2-4-x" + "@polkadot/rpc-augment": "npm:15.5.1" + "@polkadot/rpc-core": "npm:15.5.1" + "@polkadot/rpc-provider": "npm:15.5.1" + "@polkadot/types": "npm:15.5.1" + "@polkadot/types-augment": "npm:15.5.1" + "@polkadot/types-codec": "npm:15.5.1" + "@polkadot/types-create": "npm:15.5.1" + "@polkadot/types-known": "npm:15.5.1" + "@polkadot/types-support": "npm:15.5.1" "@polkadot/util": "npm:^13.3.1" "@polkadot/util-crypto": "npm:^13.3.1" eventemitter3: "npm:^5.0.1" @@ -657,39 +657,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@npm:15.4.2-4-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@npm:15.5.1, @polkadot/rpc-augment@workspace:packages/rpc-augment": version: 0.0.0-use.local resolution: "@polkadot/rpc-augment@workspace:packages/rpc-augment" dependencies: - "@polkadot/rpc-core": "npm:15.4.2-4-x" - "@polkadot/types": "npm:15.4.2-4-x" - "@polkadot/types-codec": "npm:15.4.2-4-x" + "@polkadot/rpc-core": "npm:15.5.1" + "@polkadot/types": "npm:15.5.1" + "@polkadot/types-codec": "npm:15.5.1" "@polkadot/util": "npm:^13.3.1" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@polkadot/rpc-core@npm:15.4.2-4-x, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@npm:15.5.1, @polkadot/rpc-core@workspace:packages/rpc-core": version: 0.0.0-use.local resolution: "@polkadot/rpc-core@workspace:packages/rpc-core" dependencies: "@polkadot/keyring": "npm:^13.3.1" - "@polkadot/rpc-augment": "npm:15.4.2-4-x" - "@polkadot/rpc-provider": "npm:15.4.2-4-x" - "@polkadot/types": "npm:15.4.2-4-x" + "@polkadot/rpc-augment": "npm:15.5.1" + "@polkadot/rpc-provider": "npm:15.5.1" + "@polkadot/types": "npm:15.5.1" "@polkadot/util": "npm:^13.3.1" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@polkadot/rpc-provider@npm:15.4.2-4-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@npm:15.5.1, @polkadot/rpc-provider@workspace:packages/rpc-provider": version: 0.0.0-use.local resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider" dependencies: "@polkadot/keyring": "npm:^13.3.1" - "@polkadot/types": "npm:15.4.2-4-x" - "@polkadot/types-support": "npm:15.4.2-4-x" + "@polkadot/types": "npm:15.5.1" + "@polkadot/types-support": "npm:15.5.1" "@polkadot/util": "npm:^13.3.1" "@polkadot/util-crypto": "npm:^13.3.1" "@polkadot/x-fetch": "npm:^13.3.1" @@ -710,15 +710,15 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": "npm:15.4.2-4-x" - "@polkadot/api-augment": "npm:15.4.2-4-x" - "@polkadot/rpc-augment": "npm:15.4.2-4-x" - "@polkadot/rpc-provider": "npm:15.4.2-4-x" - "@polkadot/types": "npm:15.4.2-4-x" - "@polkadot/types-augment": "npm:15.4.2-4-x" - "@polkadot/types-codec": "npm:15.4.2-4-x" - "@polkadot/types-create": "npm:15.4.2-4-x" - "@polkadot/types-support": "npm:15.4.2-4-x" + "@polkadot/api": "npm:15.5.1" + "@polkadot/api-augment": "npm:15.5.1" + "@polkadot/rpc-augment": "npm:15.5.1" + "@polkadot/rpc-provider": "npm:15.5.1" + "@polkadot/types": "npm:15.5.1" + "@polkadot/types-augment": "npm:15.5.1" + "@polkadot/types-codec": "npm:15.5.1" + "@polkadot/types-create": "npm:15.5.1" + "@polkadot/types-support": "npm:15.5.1" "@polkadot/util": "npm:^13.3.1" "@polkadot/util-crypto": "npm:^13.3.1" "@polkadot/x-ws": "npm:^13.3.1" @@ -735,24 +735,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@npm:15.4.2-4-x, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@npm:15.5.1, @polkadot/types-augment@workspace:packages/types-augment": version: 0.0.0-use.local resolution: "@polkadot/types-augment@workspace:packages/types-augment" dependencies: - "@polkadot/types": "npm:15.4.2-4-x" - "@polkadot/types-codec": "npm:15.4.2-4-x" + "@polkadot/types": "npm:15.5.1" + "@polkadot/types-codec": "npm:15.5.1" "@polkadot/util": "npm:^13.3.1" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@polkadot/types-codec@npm:15.4.2-4-x, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@npm:15.5.1, @polkadot/types-codec@workspace:packages/types-codec": version: 0.0.0-use.local resolution: "@polkadot/types-codec@workspace:packages/types-codec" dependencies: - "@polkadot/types": "npm:15.4.2-4-x" - "@polkadot/types-augment": "npm:15.4.2-4-x" - "@polkadot/types-support": "npm:15.4.2-4-x" + "@polkadot/types": "npm:15.5.1" + "@polkadot/types-augment": "npm:15.5.1" + "@polkadot/types-support": "npm:15.5.1" "@polkadot/util": "npm:^13.3.1" "@polkadot/util-crypto": "npm:^13.3.1" "@polkadot/x-bigint": "npm:^13.3.1" @@ -760,32 +760,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@npm:15.4.2-4-x, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@npm:15.5.1, @polkadot/types-create@workspace:packages/types-create": version: 0.0.0-use.local resolution: "@polkadot/types-create@workspace:packages/types-create" dependencies: - "@polkadot/types": "npm:15.4.2-4-x" - "@polkadot/types-codec": "npm:15.4.2-4-x" + "@polkadot/types": "npm:15.5.1" + "@polkadot/types-codec": "npm:15.5.1" "@polkadot/util": "npm:^13.3.1" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@polkadot/types-known@npm:15.4.2-4-x, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@npm:15.5.1, @polkadot/types-known@workspace:packages/types-known": version: 0.0.0-use.local resolution: "@polkadot/types-known@workspace:packages/types-known" dependencies: - "@polkadot/api": "npm:15.4.2-4-x" + "@polkadot/api": "npm:15.5.1" "@polkadot/networks": "npm:^13.3.1" - "@polkadot/types": "npm:15.4.2-4-x" - "@polkadot/types-codec": "npm:15.4.2-4-x" - "@polkadot/types-create": "npm:15.4.2-4-x" + "@polkadot/types": "npm:15.5.1" + "@polkadot/types-codec": "npm:15.5.1" + "@polkadot/types-create": "npm:15.5.1" "@polkadot/util": "npm:^13.3.1" tslib: "npm:^2.8.1" languageName: unknown linkType: soft -"@polkadot/types-support@npm:15.4.2-4-x, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@npm:15.5.1, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -794,15 +794,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@npm:15.4.2-4-x, @polkadot/types@workspace:packages/types": +"@polkadot/types@npm:15.5.1, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": "npm:^13.3.1" - "@polkadot/types-augment": "npm:15.4.2-4-x" - "@polkadot/types-codec": "npm:15.4.2-4-x" - "@polkadot/types-create": "npm:15.4.2-4-x" - "@polkadot/types-support": "npm:15.4.2-4-x" + "@polkadot/types-augment": "npm:15.5.1" + "@polkadot/types-codec": "npm:15.5.1" + "@polkadot/types-create": "npm:15.5.1" + "@polkadot/types-support": "npm:15.5.1" "@polkadot/util": "npm:^13.3.1" "@polkadot/util-crypto": "npm:^13.3.1" rxjs: "npm:^7.8.1"