From 7ad49ac4b0ef8836ba45667480d30504ba0b3b01 Mon Sep 17 00:00:00 2001 From: tarikgul Date: Mon, 11 Nov 2024 20:27:15 -0500 Subject: [PATCH 1/2] 14.2.4 --- CHANGELOG.md | 9 ++ 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, 175 insertions(+), 166 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ebc46600e4..23f7840ef6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## 14.2.4 Nov 11, 2024 + +Changes: + +- Fix isClaimed for edgecase with non validator Ids ([#6027](https://github.com/polkadot-js/api/pull/6027)) +- Fix isClaimed in api.derive.staking.{stakerRewards, stakerRewardsMultiEras, stakerRewardsMulti} ([#6026](https://github.com/polkadot-js/api/pull/6026)) +- Upgrade common to 13.2.3 ([#6025](https://github.com/polkadot-js/api/pull/6025)) + + ## 14.2.3 Nov 5, 2024 Changes: diff --git a/package.json b/package.json index e4db1fc4e41..17c0ee8231f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "14.2.4-6-x", + "version": "14.2.4", "versions": { "git": "14.2.4-6-x", "npm": "14.2.3" diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 4646810ce13..2fe76322e19 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4-6-x", + "version": "14.2.4", "main": "index.js", "dependencies": { - "@polkadot/api-base": "14.2.4-6-x", - "@polkadot/rpc-augment": "14.2.4-6-x", - "@polkadot/types": "14.2.4-6-x", - "@polkadot/types-augment": "14.2.4-6-x", - "@polkadot/types-codec": "14.2.4-6-x", + "@polkadot/api-base": "14.2.4", + "@polkadot/rpc-augment": "14.2.4", + "@polkadot/types": "14.2.4", + "@polkadot/types-augment": "14.2.4", + "@polkadot/types-codec": "14.2.4", "@polkadot/util": "^13.2.3", "tslib": "^2.8.0" } diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 73b83bf389e..50594e5d251 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4-6-x", + "version": "14.2.4", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "14.2.4-6-x", - "@polkadot/types": "14.2.4-6-x", + "@polkadot/rpc-core": "14.2.4", + "@polkadot/types": "14.2.4", "@polkadot/util": "^13.2.3", "rxjs": "^7.8.1", "tslib": "^2.8.0" diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 5efdf1c2770..5b5785e46da 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,22 +18,22 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4-6-x", + "version": "14.2.4", "main": "index.js", "dependencies": { - "@polkadot/api": "14.2.4-6-x", - "@polkadot/api-augment": "14.2.4-6-x", - "@polkadot/types": "14.2.4-6-x", - "@polkadot/types-codec": "14.2.4-6-x", - "@polkadot/types-create": "14.2.4-6-x", + "@polkadot/api": "14.2.4", + "@polkadot/api-augment": "14.2.4", + "@polkadot/types": "14.2.4", + "@polkadot/types-codec": "14.2.4", + "@polkadot/types-create": "14.2.4", "@polkadot/util": "^13.2.3", "@polkadot/util-crypto": "^13.2.3", "rxjs": "^7.8.1", "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/api-augment": "14.2.4-6-x", + "@polkadot/api-augment": "14.2.4", "@polkadot/keyring": "^13.2.3", - "@polkadot/types-support": "14.2.4-6-x" + "@polkadot/types-support": "14.2.4" } } diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index a40f00478b2..f050841be2c 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4-6-x", + "version": "14.2.4", "main": "index.js", "dependencies": { - "@polkadot/api": "14.2.4-6-x", - "@polkadot/api-augment": "14.2.4-6-x", - "@polkadot/api-base": "14.2.4-6-x", - "@polkadot/rpc-core": "14.2.4-6-x", - "@polkadot/types": "14.2.4-6-x", - "@polkadot/types-codec": "14.2.4-6-x", + "@polkadot/api": "14.2.4", + "@polkadot/api-augment": "14.2.4", + "@polkadot/api-base": "14.2.4", + "@polkadot/rpc-core": "14.2.4", + "@polkadot/types": "14.2.4", + "@polkadot/types-codec": "14.2.4", "@polkadot/util": "^13.2.3", "@polkadot/util-crypto": "^13.2.3", "rxjs": "^7.8.1", "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/api": "14.2.4-6-x", - "@polkadot/api-augment": "14.2.4-6-x", - "@polkadot/rpc-augment": "14.2.4-6-x", - "@polkadot/rpc-provider": "14.2.4-6-x", - "@polkadot/types-support": "14.2.4-6-x" + "@polkadot/api": "14.2.4", + "@polkadot/api-augment": "14.2.4", + "@polkadot/rpc-augment": "14.2.4", + "@polkadot/rpc-provider": "14.2.4", + "@polkadot/types-support": "14.2.4" } } diff --git a/packages/api/package.json b/packages/api/package.json index c8c7a0bbe62..ddd7d4866f1 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4-6-x", + "version": "14.2.4", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "14.2.4-6-x", - "@polkadot/api-base": "14.2.4-6-x", - "@polkadot/api-derive": "14.2.4-6-x", + "@polkadot/api-augment": "14.2.4", + "@polkadot/api-base": "14.2.4", + "@polkadot/api-derive": "14.2.4", "@polkadot/keyring": "^13.2.3", - "@polkadot/rpc-augment": "14.2.4-6-x", - "@polkadot/rpc-core": "14.2.4-6-x", - "@polkadot/rpc-provider": "14.2.4-6-x", - "@polkadot/types": "14.2.4-6-x", - "@polkadot/types-augment": "14.2.4-6-x", - "@polkadot/types-codec": "14.2.4-6-x", - "@polkadot/types-create": "14.2.4-6-x", - "@polkadot/types-known": "14.2.4-6-x", + "@polkadot/rpc-augment": "14.2.4", + "@polkadot/rpc-core": "14.2.4", + "@polkadot/rpc-provider": "14.2.4", + "@polkadot/types": "14.2.4", + "@polkadot/types-augment": "14.2.4", + "@polkadot/types-codec": "14.2.4", + "@polkadot/types-create": "14.2.4", + "@polkadot/types-known": "14.2.4", "@polkadot/util": "^13.2.3", "@polkadot/util-crypto": "^13.2.3", "eventemitter3": "^5.0.1", @@ -40,7 +40,7 @@ "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/api-augment": "14.2.4-6-x", - "@polkadot/types-support": "14.2.4-6-x" + "@polkadot/api-augment": "14.2.4", + "@polkadot/types-support": "14.2.4" } } diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index 0a126046548..17a225845d4 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4-6-x", + "version": "14.2.4", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "14.2.4-6-x", - "@polkadot/types": "14.2.4-6-x", - "@polkadot/types-codec": "14.2.4-6-x", + "@polkadot/rpc-core": "14.2.4", + "@polkadot/types": "14.2.4", + "@polkadot/types-codec": "14.2.4", "@polkadot/util": "^13.2.3", "tslib": "^2.8.0" } diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 2f46a8640fe..df138e99e52 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4-6-x", + "version": "14.2.4", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "14.2.4-6-x", - "@polkadot/rpc-provider": "14.2.4-6-x", - "@polkadot/types": "14.2.4-6-x", + "@polkadot/rpc-augment": "14.2.4", + "@polkadot/rpc-provider": "14.2.4", + "@polkadot/types": "14.2.4", "@polkadot/util": "^13.2.3", "rxjs": "^7.8.1", "tslib": "^2.8.0" }, "devDependencies": { "@polkadot/keyring": "^13.2.3", - "@polkadot/rpc-augment": "14.2.4-6-x" + "@polkadot/rpc-augment": "14.2.4" } } diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index e3911698537..3afe5d74751 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4-6-x", + "version": "14.2.4", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.2.3", - "@polkadot/types": "14.2.4-6-x", - "@polkadot/types-support": "14.2.4-6-x", + "@polkadot/types": "14.2.4", + "@polkadot/types-support": "14.2.4", "@polkadot/util": "^13.2.3", "@polkadot/util-crypto": "^13.2.3", "@polkadot/x-fetch": "^13.2.3", diff --git a/packages/typegen/package.json b/packages/typegen/package.json index 4e8ab366a51..47cb84ed3ee 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4-6-x", + "version": "14.2.4", "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": "14.2.4-6-x", - "@polkadot/api-augment": "14.2.4-6-x", - "@polkadot/rpc-augment": "14.2.4-6-x", - "@polkadot/rpc-provider": "14.2.4-6-x", - "@polkadot/types": "14.2.4-6-x", - "@polkadot/types-augment": "14.2.4-6-x", - "@polkadot/types-codec": "14.2.4-6-x", - "@polkadot/types-create": "14.2.4-6-x", - "@polkadot/types-support": "14.2.4-6-x", + "@polkadot/api": "14.2.4", + "@polkadot/api-augment": "14.2.4", + "@polkadot/rpc-augment": "14.2.4", + "@polkadot/rpc-provider": "14.2.4", + "@polkadot/types": "14.2.4", + "@polkadot/types-augment": "14.2.4", + "@polkadot/types-codec": "14.2.4", + "@polkadot/types-create": "14.2.4", + "@polkadot/types-support": "14.2.4", "@polkadot/util": "^13.2.3", "@polkadot/util-crypto": "^13.2.3", "@polkadot/x-ws": "^13.2.3", diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index c99150bf30d..bae5e67c66a 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4-6-x", + "version": "14.2.4", "main": "index.js", "dependencies": { - "@polkadot/types": "14.2.4-6-x", - "@polkadot/types-codec": "14.2.4-6-x", + "@polkadot/types": "14.2.4", + "@polkadot/types-codec": "14.2.4", "@polkadot/util": "^13.2.3", "tslib": "^2.8.0" } diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index 19dd90aa900..b3feb28adb0 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4-6-x", + "version": "14.2.4", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.3", @@ -26,9 +26,9 @@ "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/types": "14.2.4-6-x", - "@polkadot/types-augment": "14.2.4-6-x", - "@polkadot/types-support": "14.2.4-6-x", + "@polkadot/types": "14.2.4", + "@polkadot/types-augment": "14.2.4", + "@polkadot/types-support": "14.2.4", "@polkadot/util-crypto": "^13.2.3" } } diff --git a/packages/types-create/package.json b/packages/types-create/package.json index b77312a2961..e82c32e7ff0 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4-6-x", + "version": "14.2.4", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "14.2.4-6-x", + "@polkadot/types-codec": "14.2.4", "@polkadot/util": "^13.2.3", "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/types": "14.2.4-6-x" + "@polkadot/types": "14.2.4" } } diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 8a246555352..31491e54942 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4-6-x", + "version": "14.2.4", "main": "index.js", "dependencies": { "@polkadot/networks": "^13.2.3", - "@polkadot/types": "14.2.4-6-x", - "@polkadot/types-codec": "14.2.4-6-x", - "@polkadot/types-create": "14.2.4-6-x", + "@polkadot/types": "14.2.4", + "@polkadot/types-codec": "14.2.4", + "@polkadot/types-create": "14.2.4", "@polkadot/util": "^13.2.3", "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/api": "14.2.4-6-x" + "@polkadot/api": "14.2.4" } } diff --git a/packages/types-support/package.json b/packages/types-support/package.json index c394ffd3aa9..c906a056775 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4-6-x", + "version": "14.2.4", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.3", diff --git a/packages/types/package.json b/packages/types/package.json index ba9a7de0d92..d6d8e986a13 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4-6-x", + "version": "14.2.4", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.2.3", - "@polkadot/types-augment": "14.2.4-6-x", - "@polkadot/types-codec": "14.2.4-6-x", - "@polkadot/types-create": "14.2.4-6-x", + "@polkadot/types-augment": "14.2.4", + "@polkadot/types-codec": "14.2.4", + "@polkadot/types-create": "14.2.4", "@polkadot/util": "^13.2.3", "@polkadot/util-crypto": "^13.2.3", "rxjs": "^7.8.1", @@ -32,6 +32,6 @@ }, "devDependencies": { "@polkadot/keyring": "^13.2.3", - "@polkadot/types-support": "14.2.4-6-x" + "@polkadot/types-support": "14.2.4" } } diff --git a/yarn.lock b/yarn.lock index 41c3cfeb01c..25580cce741 100644 --- a/yarn.lock +++ b/yarn.lock @@ -447,26 +447,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:14.2.4-6-x, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@npm:14.2.4, @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:14.2.4-6-x" - "@polkadot/rpc-augment": "npm:14.2.4-6-x" - "@polkadot/types": "npm:14.2.4-6-x" - "@polkadot/types-augment": "npm:14.2.4-6-x" - "@polkadot/types-codec": "npm:14.2.4-6-x" + "@polkadot/api-base": "npm:14.2.4" + "@polkadot/rpc-augment": "npm:14.2.4" + "@polkadot/types": "npm:14.2.4" + "@polkadot/types-augment": "npm:14.2.4" + "@polkadot/types-codec": "npm:14.2.4" "@polkadot/util": "npm:^13.2.3" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/api-base@npm:14.2.4-6-x, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@npm:14.2.4, @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:14.2.4-6-x" - "@polkadot/types": "npm:14.2.4-6-x" + "@polkadot/rpc-core": "npm:14.2.4" + "@polkadot/types": "npm:14.2.4" "@polkadot/util": "npm:^13.2.3" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.0" @@ -477,13 +477,13 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: - "@polkadot/api": "npm:14.2.4-6-x" - "@polkadot/api-augment": "npm:14.2.4-6-x" + "@polkadot/api": "npm:14.2.4" + "@polkadot/api-augment": "npm:14.2.4" "@polkadot/keyring": "npm:^13.2.3" - "@polkadot/types": "npm:14.2.4-6-x" - "@polkadot/types-codec": "npm:14.2.4-6-x" - "@polkadot/types-create": "npm:14.2.4-6-x" - "@polkadot/types-support": "npm:14.2.4-6-x" + "@polkadot/types": "npm:14.2.4" + "@polkadot/types-codec": "npm:14.2.4" + "@polkadot/types-create": "npm:14.2.4" + "@polkadot/types-support": "npm:14.2.4" "@polkadot/util": "npm:^13.2.3" "@polkadot/util-crypto": "npm:^13.2.3" rxjs: "npm:^7.8.1" @@ -491,19 +491,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@npm:14.2.4-6-x, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@npm:14.2.4, @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:14.2.4-6-x" - "@polkadot/api-augment": "npm:14.2.4-6-x" - "@polkadot/api-base": "npm:14.2.4-6-x" - "@polkadot/rpc-augment": "npm:14.2.4-6-x" - "@polkadot/rpc-core": "npm:14.2.4-6-x" - "@polkadot/rpc-provider": "npm:14.2.4-6-x" - "@polkadot/types": "npm:14.2.4-6-x" - "@polkadot/types-codec": "npm:14.2.4-6-x" - "@polkadot/types-support": "npm:14.2.4-6-x" + "@polkadot/api": "npm:14.2.4" + "@polkadot/api-augment": "npm:14.2.4" + "@polkadot/api-base": "npm:14.2.4" + "@polkadot/rpc-augment": "npm:14.2.4" + "@polkadot/rpc-core": "npm:14.2.4" + "@polkadot/rpc-provider": "npm:14.2.4" + "@polkadot/types": "npm:14.2.4" + "@polkadot/types-codec": "npm:14.2.4" + "@polkadot/types-support": "npm:14.2.4" "@polkadot/util": "npm:^13.2.3" "@polkadot/util-crypto": "npm:^13.2.3" rxjs: "npm:^7.8.1" @@ -511,23 +511,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@npm:14.2.4-6-x, @polkadot/api@workspace:packages/api": +"@polkadot/api@npm:14.2.4, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": "npm:14.2.4-6-x" - "@polkadot/api-base": "npm:14.2.4-6-x" - "@polkadot/api-derive": "npm:14.2.4-6-x" + "@polkadot/api-augment": "npm:14.2.4" + "@polkadot/api-base": "npm:14.2.4" + "@polkadot/api-derive": "npm:14.2.4" "@polkadot/keyring": "npm:^13.2.3" - "@polkadot/rpc-augment": "npm:14.2.4-6-x" - "@polkadot/rpc-core": "npm:14.2.4-6-x" - "@polkadot/rpc-provider": "npm:14.2.4-6-x" - "@polkadot/types": "npm:14.2.4-6-x" - "@polkadot/types-augment": "npm:14.2.4-6-x" - "@polkadot/types-codec": "npm:14.2.4-6-x" - "@polkadot/types-create": "npm:14.2.4-6-x" - "@polkadot/types-known": "npm:14.2.4-6-x" - "@polkadot/types-support": "npm:14.2.4-6-x" + "@polkadot/rpc-augment": "npm:14.2.4" + "@polkadot/rpc-core": "npm:14.2.4" + "@polkadot/rpc-provider": "npm:14.2.4" + "@polkadot/types": "npm:14.2.4" + "@polkadot/types-augment": "npm:14.2.4" + "@polkadot/types-codec": "npm:14.2.4" + "@polkadot/types-create": "npm:14.2.4" + "@polkadot/types-known": "npm:14.2.4" + "@polkadot/types-support": "npm:14.2.4" "@polkadot/util": "npm:^13.2.3" "@polkadot/util-crypto": "npm:^13.2.3" eventemitter3: "npm:^5.0.1" @@ -657,39 +657,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@npm:14.2.4-6-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@npm:14.2.4, @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:14.2.4-6-x" - "@polkadot/types": "npm:14.2.4-6-x" - "@polkadot/types-codec": "npm:14.2.4-6-x" + "@polkadot/rpc-core": "npm:14.2.4" + "@polkadot/types": "npm:14.2.4" + "@polkadot/types-codec": "npm:14.2.4" "@polkadot/util": "npm:^13.2.3" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/rpc-core@npm:14.2.4-6-x, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@npm:14.2.4, @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.2.3" - "@polkadot/rpc-augment": "npm:14.2.4-6-x" - "@polkadot/rpc-provider": "npm:14.2.4-6-x" - "@polkadot/types": "npm:14.2.4-6-x" + "@polkadot/rpc-augment": "npm:14.2.4" + "@polkadot/rpc-provider": "npm:14.2.4" + "@polkadot/types": "npm:14.2.4" "@polkadot/util": "npm:^13.2.3" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/rpc-provider@npm:14.2.4-6-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@npm:14.2.4, @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.2.3" - "@polkadot/types": "npm:14.2.4-6-x" - "@polkadot/types-support": "npm:14.2.4-6-x" + "@polkadot/types": "npm:14.2.4" + "@polkadot/types-support": "npm:14.2.4" "@polkadot/util": "npm:^13.2.3" "@polkadot/util-crypto": "npm:^13.2.3" "@polkadot/x-fetch": "npm:^13.2.3" @@ -710,15 +710,15 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": "npm:14.2.4-6-x" - "@polkadot/api-augment": "npm:14.2.4-6-x" - "@polkadot/rpc-augment": "npm:14.2.4-6-x" - "@polkadot/rpc-provider": "npm:14.2.4-6-x" - "@polkadot/types": "npm:14.2.4-6-x" - "@polkadot/types-augment": "npm:14.2.4-6-x" - "@polkadot/types-codec": "npm:14.2.4-6-x" - "@polkadot/types-create": "npm:14.2.4-6-x" - "@polkadot/types-support": "npm:14.2.4-6-x" + "@polkadot/api": "npm:14.2.4" + "@polkadot/api-augment": "npm:14.2.4" + "@polkadot/rpc-augment": "npm:14.2.4" + "@polkadot/rpc-provider": "npm:14.2.4" + "@polkadot/types": "npm:14.2.4" + "@polkadot/types-augment": "npm:14.2.4" + "@polkadot/types-codec": "npm:14.2.4" + "@polkadot/types-create": "npm:14.2.4" + "@polkadot/types-support": "npm:14.2.4" "@polkadot/util": "npm:^13.2.3" "@polkadot/util-crypto": "npm:^13.2.3" "@polkadot/x-ws": "npm:^13.2.3" @@ -735,24 +735,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@npm:14.2.4-6-x, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@npm:14.2.4, @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:14.2.4-6-x" - "@polkadot/types-codec": "npm:14.2.4-6-x" + "@polkadot/types": "npm:14.2.4" + "@polkadot/types-codec": "npm:14.2.4" "@polkadot/util": "npm:^13.2.3" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/types-codec@npm:14.2.4-6-x, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@npm:14.2.4, @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:14.2.4-6-x" - "@polkadot/types-augment": "npm:14.2.4-6-x" - "@polkadot/types-support": "npm:14.2.4-6-x" + "@polkadot/types": "npm:14.2.4" + "@polkadot/types-augment": "npm:14.2.4" + "@polkadot/types-support": "npm:14.2.4" "@polkadot/util": "npm:^13.2.3" "@polkadot/util-crypto": "npm:^13.2.3" "@polkadot/x-bigint": "npm:^13.2.3" @@ -760,32 +760,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@npm:14.2.4-6-x, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@npm:14.2.4, @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:14.2.4-6-x" - "@polkadot/types-codec": "npm:14.2.4-6-x" + "@polkadot/types": "npm:14.2.4" + "@polkadot/types-codec": "npm:14.2.4" "@polkadot/util": "npm:^13.2.3" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/types-known@npm:14.2.4-6-x, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@npm:14.2.4, @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:14.2.4-6-x" + "@polkadot/api": "npm:14.2.4" "@polkadot/networks": "npm:^13.2.3" - "@polkadot/types": "npm:14.2.4-6-x" - "@polkadot/types-codec": "npm:14.2.4-6-x" - "@polkadot/types-create": "npm:14.2.4-6-x" + "@polkadot/types": "npm:14.2.4" + "@polkadot/types-codec": "npm:14.2.4" + "@polkadot/types-create": "npm:14.2.4" "@polkadot/util": "npm:^13.2.3" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/types-support@npm:14.2.4-6-x, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@npm:14.2.4, @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:14.2.4-6-x, @polkadot/types@workspace:packages/types": +"@polkadot/types@npm:14.2.4, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": "npm:^13.2.3" - "@polkadot/types-augment": "npm:14.2.4-6-x" - "@polkadot/types-codec": "npm:14.2.4-6-x" - "@polkadot/types-create": "npm:14.2.4-6-x" - "@polkadot/types-support": "npm:14.2.4-6-x" + "@polkadot/types-augment": "npm:14.2.4" + "@polkadot/types-codec": "npm:14.2.4" + "@polkadot/types-create": "npm:14.2.4" + "@polkadot/types-support": "npm:14.2.4" "@polkadot/util": "npm:^13.2.3" "@polkadot/util-crypto": "npm:^13.2.3" rxjs: "npm:^7.8.1" From 79ca9fb49193ebdb733e6e9e1a8cddcc1df214a2 Mon Sep 17 00:00:00 2001 From: tarikgul Date: Mon, 11 Nov 2024 20:38:25 -0500 Subject: [PATCH 2/2] 14.3.1 --- CHANGELOG.md | 6 +- 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, 171 insertions(+), 167 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f7840ef6b..a0927a6488c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # CHANGELOG -## 14.2.4 Nov 11, 2024 +## 14.3.1 Nov 11, 2024 Changes: +- Add rpcCacheCapacity option to ApiOptions ([#6020](https://github.com/polkadot-js/api/pull/6020)) +- Update metadata script for types-support ([#6021](https://github.com/polkadot-js/api/pull/6021)) +- Add AssetHub to types-support and test generation ([#6022](https://github.com/polkadot-js/api/pull/6022)) +- Fix node v22 testing compatibility w/ dev bump ([#6024](https://github.com/polkadot-js/api/pull/6024)) - Fix isClaimed for edgecase with non validator Ids ([#6027](https://github.com/polkadot-js/api/pull/6027)) - Fix isClaimed in api.derive.staking.{stakerRewards, stakerRewardsMultiEras, stakerRewardsMulti} ([#6026](https://github.com/polkadot-js/api/pull/6026)) - Upgrade common to 13.2.3 ([#6025](https://github.com/polkadot-js/api/pull/6025)) diff --git a/package.json b/package.json index 17c0ee8231f..c97705850cb 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "14.2.4", + "version": "14.3.1", "versions": { "git": "14.2.4-6-x", "npm": "14.2.3" diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 2fe76322e19..f099e4ac791 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4", + "version": "14.3.1", "main": "index.js", "dependencies": { - "@polkadot/api-base": "14.2.4", - "@polkadot/rpc-augment": "14.2.4", - "@polkadot/types": "14.2.4", - "@polkadot/types-augment": "14.2.4", - "@polkadot/types-codec": "14.2.4", + "@polkadot/api-base": "14.3.1", + "@polkadot/rpc-augment": "14.3.1", + "@polkadot/types": "14.3.1", + "@polkadot/types-augment": "14.3.1", + "@polkadot/types-codec": "14.3.1", "@polkadot/util": "^13.2.3", "tslib": "^2.8.0" } diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 50594e5d251..cbcf4f89e2a 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4", + "version": "14.3.1", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "14.2.4", - "@polkadot/types": "14.2.4", + "@polkadot/rpc-core": "14.3.1", + "@polkadot/types": "14.3.1", "@polkadot/util": "^13.2.3", "rxjs": "^7.8.1", "tslib": "^2.8.0" diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 5b5785e46da..394f1fd5b16 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,22 +18,22 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4", + "version": "14.3.1", "main": "index.js", "dependencies": { - "@polkadot/api": "14.2.4", - "@polkadot/api-augment": "14.2.4", - "@polkadot/types": "14.2.4", - "@polkadot/types-codec": "14.2.4", - "@polkadot/types-create": "14.2.4", + "@polkadot/api": "14.3.1", + "@polkadot/api-augment": "14.3.1", + "@polkadot/types": "14.3.1", + "@polkadot/types-codec": "14.3.1", + "@polkadot/types-create": "14.3.1", "@polkadot/util": "^13.2.3", "@polkadot/util-crypto": "^13.2.3", "rxjs": "^7.8.1", "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/api-augment": "14.2.4", + "@polkadot/api-augment": "14.3.1", "@polkadot/keyring": "^13.2.3", - "@polkadot/types-support": "14.2.4" + "@polkadot/types-support": "14.3.1" } } diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index f050841be2c..778a81479e9 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4", + "version": "14.3.1", "main": "index.js", "dependencies": { - "@polkadot/api": "14.2.4", - "@polkadot/api-augment": "14.2.4", - "@polkadot/api-base": "14.2.4", - "@polkadot/rpc-core": "14.2.4", - "@polkadot/types": "14.2.4", - "@polkadot/types-codec": "14.2.4", + "@polkadot/api": "14.3.1", + "@polkadot/api-augment": "14.3.1", + "@polkadot/api-base": "14.3.1", + "@polkadot/rpc-core": "14.3.1", + "@polkadot/types": "14.3.1", + "@polkadot/types-codec": "14.3.1", "@polkadot/util": "^13.2.3", "@polkadot/util-crypto": "^13.2.3", "rxjs": "^7.8.1", "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/api": "14.2.4", - "@polkadot/api-augment": "14.2.4", - "@polkadot/rpc-augment": "14.2.4", - "@polkadot/rpc-provider": "14.2.4", - "@polkadot/types-support": "14.2.4" + "@polkadot/api": "14.3.1", + "@polkadot/api-augment": "14.3.1", + "@polkadot/rpc-augment": "14.3.1", + "@polkadot/rpc-provider": "14.3.1", + "@polkadot/types-support": "14.3.1" } } diff --git a/packages/api/package.json b/packages/api/package.json index ddd7d4866f1..4ab4e3b7a08 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4", + "version": "14.3.1", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "14.2.4", - "@polkadot/api-base": "14.2.4", - "@polkadot/api-derive": "14.2.4", + "@polkadot/api-augment": "14.3.1", + "@polkadot/api-base": "14.3.1", + "@polkadot/api-derive": "14.3.1", "@polkadot/keyring": "^13.2.3", - "@polkadot/rpc-augment": "14.2.4", - "@polkadot/rpc-core": "14.2.4", - "@polkadot/rpc-provider": "14.2.4", - "@polkadot/types": "14.2.4", - "@polkadot/types-augment": "14.2.4", - "@polkadot/types-codec": "14.2.4", - "@polkadot/types-create": "14.2.4", - "@polkadot/types-known": "14.2.4", + "@polkadot/rpc-augment": "14.3.1", + "@polkadot/rpc-core": "14.3.1", + "@polkadot/rpc-provider": "14.3.1", + "@polkadot/types": "14.3.1", + "@polkadot/types-augment": "14.3.1", + "@polkadot/types-codec": "14.3.1", + "@polkadot/types-create": "14.3.1", + "@polkadot/types-known": "14.3.1", "@polkadot/util": "^13.2.3", "@polkadot/util-crypto": "^13.2.3", "eventemitter3": "^5.0.1", @@ -40,7 +40,7 @@ "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/api-augment": "14.2.4", - "@polkadot/types-support": "14.2.4" + "@polkadot/api-augment": "14.3.1", + "@polkadot/types-support": "14.3.1" } } diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index 17a225845d4..d02ab314ae0 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4", + "version": "14.3.1", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "14.2.4", - "@polkadot/types": "14.2.4", - "@polkadot/types-codec": "14.2.4", + "@polkadot/rpc-core": "14.3.1", + "@polkadot/types": "14.3.1", + "@polkadot/types-codec": "14.3.1", "@polkadot/util": "^13.2.3", "tslib": "^2.8.0" } diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index df138e99e52..2c2c2fe489a 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4", + "version": "14.3.1", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "14.2.4", - "@polkadot/rpc-provider": "14.2.4", - "@polkadot/types": "14.2.4", + "@polkadot/rpc-augment": "14.3.1", + "@polkadot/rpc-provider": "14.3.1", + "@polkadot/types": "14.3.1", "@polkadot/util": "^13.2.3", "rxjs": "^7.8.1", "tslib": "^2.8.0" }, "devDependencies": { "@polkadot/keyring": "^13.2.3", - "@polkadot/rpc-augment": "14.2.4" + "@polkadot/rpc-augment": "14.3.1" } } diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 3afe5d74751..c2cb07bcc9a 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4", + "version": "14.3.1", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.2.3", - "@polkadot/types": "14.2.4", - "@polkadot/types-support": "14.2.4", + "@polkadot/types": "14.3.1", + "@polkadot/types-support": "14.3.1", "@polkadot/util": "^13.2.3", "@polkadot/util-crypto": "^13.2.3", "@polkadot/x-fetch": "^13.2.3", diff --git a/packages/typegen/package.json b/packages/typegen/package.json index 47cb84ed3ee..7975ce835a9 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4", + "version": "14.3.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": "14.2.4", - "@polkadot/api-augment": "14.2.4", - "@polkadot/rpc-augment": "14.2.4", - "@polkadot/rpc-provider": "14.2.4", - "@polkadot/types": "14.2.4", - "@polkadot/types-augment": "14.2.4", - "@polkadot/types-codec": "14.2.4", - "@polkadot/types-create": "14.2.4", - "@polkadot/types-support": "14.2.4", + "@polkadot/api": "14.3.1", + "@polkadot/api-augment": "14.3.1", + "@polkadot/rpc-augment": "14.3.1", + "@polkadot/rpc-provider": "14.3.1", + "@polkadot/types": "14.3.1", + "@polkadot/types-augment": "14.3.1", + "@polkadot/types-codec": "14.3.1", + "@polkadot/types-create": "14.3.1", + "@polkadot/types-support": "14.3.1", "@polkadot/util": "^13.2.3", "@polkadot/util-crypto": "^13.2.3", "@polkadot/x-ws": "^13.2.3", diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index bae5e67c66a..0005e3dae8f 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4", + "version": "14.3.1", "main": "index.js", "dependencies": { - "@polkadot/types": "14.2.4", - "@polkadot/types-codec": "14.2.4", + "@polkadot/types": "14.3.1", + "@polkadot/types-codec": "14.3.1", "@polkadot/util": "^13.2.3", "tslib": "^2.8.0" } diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index b3feb28adb0..aa730af8ddf 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4", + "version": "14.3.1", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.3", @@ -26,9 +26,9 @@ "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/types": "14.2.4", - "@polkadot/types-augment": "14.2.4", - "@polkadot/types-support": "14.2.4", + "@polkadot/types": "14.3.1", + "@polkadot/types-augment": "14.3.1", + "@polkadot/types-support": "14.3.1", "@polkadot/util-crypto": "^13.2.3" } } diff --git a/packages/types-create/package.json b/packages/types-create/package.json index e82c32e7ff0..2acc400db4f 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4", + "version": "14.3.1", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "14.2.4", + "@polkadot/types-codec": "14.3.1", "@polkadot/util": "^13.2.3", "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/types": "14.2.4" + "@polkadot/types": "14.3.1" } } diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 31491e54942..5f005135042 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4", + "version": "14.3.1", "main": "index.js", "dependencies": { "@polkadot/networks": "^13.2.3", - "@polkadot/types": "14.2.4", - "@polkadot/types-codec": "14.2.4", - "@polkadot/types-create": "14.2.4", + "@polkadot/types": "14.3.1", + "@polkadot/types-codec": "14.3.1", + "@polkadot/types-create": "14.3.1", "@polkadot/util": "^13.2.3", "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/api": "14.2.4" + "@polkadot/api": "14.3.1" } } diff --git a/packages/types-support/package.json b/packages/types-support/package.json index c906a056775..ca3aca86eda 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4", + "version": "14.3.1", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.3", diff --git a/packages/types/package.json b/packages/types/package.json index d6d8e986a13..c2d17f028ed 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.4", + "version": "14.3.1", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.2.3", - "@polkadot/types-augment": "14.2.4", - "@polkadot/types-codec": "14.2.4", - "@polkadot/types-create": "14.2.4", + "@polkadot/types-augment": "14.3.1", + "@polkadot/types-codec": "14.3.1", + "@polkadot/types-create": "14.3.1", "@polkadot/util": "^13.2.3", "@polkadot/util-crypto": "^13.2.3", "rxjs": "^7.8.1", @@ -32,6 +32,6 @@ }, "devDependencies": { "@polkadot/keyring": "^13.2.3", - "@polkadot/types-support": "14.2.4" + "@polkadot/types-support": "14.3.1" } } diff --git a/yarn.lock b/yarn.lock index 25580cce741..7d643b55c72 100644 --- a/yarn.lock +++ b/yarn.lock @@ -447,26 +447,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:14.2.4, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@npm:14.3.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:14.2.4" - "@polkadot/rpc-augment": "npm:14.2.4" - "@polkadot/types": "npm:14.2.4" - "@polkadot/types-augment": "npm:14.2.4" - "@polkadot/types-codec": "npm:14.2.4" + "@polkadot/api-base": "npm:14.3.1" + "@polkadot/rpc-augment": "npm:14.3.1" + "@polkadot/types": "npm:14.3.1" + "@polkadot/types-augment": "npm:14.3.1" + "@polkadot/types-codec": "npm:14.3.1" "@polkadot/util": "npm:^13.2.3" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/api-base@npm:14.2.4, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@npm:14.3.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:14.2.4" - "@polkadot/types": "npm:14.2.4" + "@polkadot/rpc-core": "npm:14.3.1" + "@polkadot/types": "npm:14.3.1" "@polkadot/util": "npm:^13.2.3" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.0" @@ -477,13 +477,13 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: - "@polkadot/api": "npm:14.2.4" - "@polkadot/api-augment": "npm:14.2.4" + "@polkadot/api": "npm:14.3.1" + "@polkadot/api-augment": "npm:14.3.1" "@polkadot/keyring": "npm:^13.2.3" - "@polkadot/types": "npm:14.2.4" - "@polkadot/types-codec": "npm:14.2.4" - "@polkadot/types-create": "npm:14.2.4" - "@polkadot/types-support": "npm:14.2.4" + "@polkadot/types": "npm:14.3.1" + "@polkadot/types-codec": "npm:14.3.1" + "@polkadot/types-create": "npm:14.3.1" + "@polkadot/types-support": "npm:14.3.1" "@polkadot/util": "npm:^13.2.3" "@polkadot/util-crypto": "npm:^13.2.3" rxjs: "npm:^7.8.1" @@ -491,19 +491,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@npm:14.2.4, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@npm:14.3.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:14.2.4" - "@polkadot/api-augment": "npm:14.2.4" - "@polkadot/api-base": "npm:14.2.4" - "@polkadot/rpc-augment": "npm:14.2.4" - "@polkadot/rpc-core": "npm:14.2.4" - "@polkadot/rpc-provider": "npm:14.2.4" - "@polkadot/types": "npm:14.2.4" - "@polkadot/types-codec": "npm:14.2.4" - "@polkadot/types-support": "npm:14.2.4" + "@polkadot/api": "npm:14.3.1" + "@polkadot/api-augment": "npm:14.3.1" + "@polkadot/api-base": "npm:14.3.1" + "@polkadot/rpc-augment": "npm:14.3.1" + "@polkadot/rpc-core": "npm:14.3.1" + "@polkadot/rpc-provider": "npm:14.3.1" + "@polkadot/types": "npm:14.3.1" + "@polkadot/types-codec": "npm:14.3.1" + "@polkadot/types-support": "npm:14.3.1" "@polkadot/util": "npm:^13.2.3" "@polkadot/util-crypto": "npm:^13.2.3" rxjs: "npm:^7.8.1" @@ -511,23 +511,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@npm:14.2.4, @polkadot/api@workspace:packages/api": +"@polkadot/api@npm:14.3.1, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": "npm:14.2.4" - "@polkadot/api-base": "npm:14.2.4" - "@polkadot/api-derive": "npm:14.2.4" + "@polkadot/api-augment": "npm:14.3.1" + "@polkadot/api-base": "npm:14.3.1" + "@polkadot/api-derive": "npm:14.3.1" "@polkadot/keyring": "npm:^13.2.3" - "@polkadot/rpc-augment": "npm:14.2.4" - "@polkadot/rpc-core": "npm:14.2.4" - "@polkadot/rpc-provider": "npm:14.2.4" - "@polkadot/types": "npm:14.2.4" - "@polkadot/types-augment": "npm:14.2.4" - "@polkadot/types-codec": "npm:14.2.4" - "@polkadot/types-create": "npm:14.2.4" - "@polkadot/types-known": "npm:14.2.4" - "@polkadot/types-support": "npm:14.2.4" + "@polkadot/rpc-augment": "npm:14.3.1" + "@polkadot/rpc-core": "npm:14.3.1" + "@polkadot/rpc-provider": "npm:14.3.1" + "@polkadot/types": "npm:14.3.1" + "@polkadot/types-augment": "npm:14.3.1" + "@polkadot/types-codec": "npm:14.3.1" + "@polkadot/types-create": "npm:14.3.1" + "@polkadot/types-known": "npm:14.3.1" + "@polkadot/types-support": "npm:14.3.1" "@polkadot/util": "npm:^13.2.3" "@polkadot/util-crypto": "npm:^13.2.3" eventemitter3: "npm:^5.0.1" @@ -657,39 +657,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@npm:14.2.4, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@npm:14.3.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:14.2.4" - "@polkadot/types": "npm:14.2.4" - "@polkadot/types-codec": "npm:14.2.4" + "@polkadot/rpc-core": "npm:14.3.1" + "@polkadot/types": "npm:14.3.1" + "@polkadot/types-codec": "npm:14.3.1" "@polkadot/util": "npm:^13.2.3" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/rpc-core@npm:14.2.4, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@npm:14.3.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.2.3" - "@polkadot/rpc-augment": "npm:14.2.4" - "@polkadot/rpc-provider": "npm:14.2.4" - "@polkadot/types": "npm:14.2.4" + "@polkadot/rpc-augment": "npm:14.3.1" + "@polkadot/rpc-provider": "npm:14.3.1" + "@polkadot/types": "npm:14.3.1" "@polkadot/util": "npm:^13.2.3" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/rpc-provider@npm:14.2.4, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@npm:14.3.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.2.3" - "@polkadot/types": "npm:14.2.4" - "@polkadot/types-support": "npm:14.2.4" + "@polkadot/types": "npm:14.3.1" + "@polkadot/types-support": "npm:14.3.1" "@polkadot/util": "npm:^13.2.3" "@polkadot/util-crypto": "npm:^13.2.3" "@polkadot/x-fetch": "npm:^13.2.3" @@ -710,15 +710,15 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": "npm:14.2.4" - "@polkadot/api-augment": "npm:14.2.4" - "@polkadot/rpc-augment": "npm:14.2.4" - "@polkadot/rpc-provider": "npm:14.2.4" - "@polkadot/types": "npm:14.2.4" - "@polkadot/types-augment": "npm:14.2.4" - "@polkadot/types-codec": "npm:14.2.4" - "@polkadot/types-create": "npm:14.2.4" - "@polkadot/types-support": "npm:14.2.4" + "@polkadot/api": "npm:14.3.1" + "@polkadot/api-augment": "npm:14.3.1" + "@polkadot/rpc-augment": "npm:14.3.1" + "@polkadot/rpc-provider": "npm:14.3.1" + "@polkadot/types": "npm:14.3.1" + "@polkadot/types-augment": "npm:14.3.1" + "@polkadot/types-codec": "npm:14.3.1" + "@polkadot/types-create": "npm:14.3.1" + "@polkadot/types-support": "npm:14.3.1" "@polkadot/util": "npm:^13.2.3" "@polkadot/util-crypto": "npm:^13.2.3" "@polkadot/x-ws": "npm:^13.2.3" @@ -735,24 +735,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@npm:14.2.4, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@npm:14.3.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:14.2.4" - "@polkadot/types-codec": "npm:14.2.4" + "@polkadot/types": "npm:14.3.1" + "@polkadot/types-codec": "npm:14.3.1" "@polkadot/util": "npm:^13.2.3" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/types-codec@npm:14.2.4, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@npm:14.3.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:14.2.4" - "@polkadot/types-augment": "npm:14.2.4" - "@polkadot/types-support": "npm:14.2.4" + "@polkadot/types": "npm:14.3.1" + "@polkadot/types-augment": "npm:14.3.1" + "@polkadot/types-support": "npm:14.3.1" "@polkadot/util": "npm:^13.2.3" "@polkadot/util-crypto": "npm:^13.2.3" "@polkadot/x-bigint": "npm:^13.2.3" @@ -760,32 +760,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@npm:14.2.4, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@npm:14.3.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:14.2.4" - "@polkadot/types-codec": "npm:14.2.4" + "@polkadot/types": "npm:14.3.1" + "@polkadot/types-codec": "npm:14.3.1" "@polkadot/util": "npm:^13.2.3" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/types-known@npm:14.2.4, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@npm:14.3.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:14.2.4" + "@polkadot/api": "npm:14.3.1" "@polkadot/networks": "npm:^13.2.3" - "@polkadot/types": "npm:14.2.4" - "@polkadot/types-codec": "npm:14.2.4" - "@polkadot/types-create": "npm:14.2.4" + "@polkadot/types": "npm:14.3.1" + "@polkadot/types-codec": "npm:14.3.1" + "@polkadot/types-create": "npm:14.3.1" "@polkadot/util": "npm:^13.2.3" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/types-support@npm:14.2.4, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@npm:14.3.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:14.2.4, @polkadot/types@workspace:packages/types": +"@polkadot/types@npm:14.3.1, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": "npm:^13.2.3" - "@polkadot/types-augment": "npm:14.2.4" - "@polkadot/types-codec": "npm:14.2.4" - "@polkadot/types-create": "npm:14.2.4" - "@polkadot/types-support": "npm:14.2.4" + "@polkadot/types-augment": "npm:14.3.1" + "@polkadot/types-codec": "npm:14.3.1" + "@polkadot/types-create": "npm:14.3.1" + "@polkadot/types-support": "npm:14.3.1" "@polkadot/util": "npm:^13.2.3" "@polkadot/util-crypto": "npm:^13.2.3" rxjs: "npm:^7.8.1"