diff --git a/CHANGELOG.md b/CHANGELOG.md index c9a02b8f1ca..279eca094dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## 14.2.2 Oct 31, 2024 + +Changes: + +- fix: update LRUcache to not keep thread ([#6013](https://github.com/polkadot-js/api/pull/6013)) +- Adjust `api.derive.staking.nextElected` to use erasStakersOverview ([#6011](https://github.com/polkadot-js/api/pull/6011)) + + ## 14.2.1 Oct 28, 2024 Changes: diff --git a/package.json b/package.json index aef06e5c1cd..9493d9b6f88 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "14.2.2-1-x", + "version": "14.2.2", "versions": { "git": "14.2.2-1-x", "npm": "14.2.1" diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 4e43a1a33d2..db50a25f7d2 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.2-1-x", + "version": "14.2.2", "main": "index.js", "dependencies": { - "@polkadot/api-base": "14.2.2-1-x", - "@polkadot/rpc-augment": "14.2.2-1-x", - "@polkadot/types": "14.2.2-1-x", - "@polkadot/types-augment": "14.2.2-1-x", - "@polkadot/types-codec": "14.2.2-1-x", + "@polkadot/api-base": "14.2.2", + "@polkadot/rpc-augment": "14.2.2", + "@polkadot/types": "14.2.2", + "@polkadot/types-augment": "14.2.2", + "@polkadot/types-codec": "14.2.2", "@polkadot/util": "^13.2.2", "tslib": "^2.8.0" } diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 1d0a5e5e1ce..9fd215b9a05 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.2-1-x", + "version": "14.2.2", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "14.2.2-1-x", - "@polkadot/types": "14.2.2-1-x", + "@polkadot/rpc-core": "14.2.2", + "@polkadot/types": "14.2.2", "@polkadot/util": "^13.2.2", "rxjs": "^7.8.1", "tslib": "^2.8.0" diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 81903be3071..ffe765d6dc7 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,22 +18,22 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.2-1-x", + "version": "14.2.2", "main": "index.js", "dependencies": { - "@polkadot/api": "14.2.2-1-x", - "@polkadot/api-augment": "14.2.2-1-x", - "@polkadot/types": "14.2.2-1-x", - "@polkadot/types-codec": "14.2.2-1-x", - "@polkadot/types-create": "14.2.2-1-x", + "@polkadot/api": "14.2.2", + "@polkadot/api-augment": "14.2.2", + "@polkadot/types": "14.2.2", + "@polkadot/types-codec": "14.2.2", + "@polkadot/types-create": "14.2.2", "@polkadot/util": "^13.2.2", "@polkadot/util-crypto": "^13.2.2", "rxjs": "^7.8.1", "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/api-augment": "14.2.2-1-x", + "@polkadot/api-augment": "14.2.2", "@polkadot/keyring": "^13.2.2", - "@polkadot/types-support": "14.2.2-1-x" + "@polkadot/types-support": "14.2.2" } } diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index 81ddc1940e1..19e1bf4ded5 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.2-1-x", + "version": "14.2.2", "main": "index.js", "dependencies": { - "@polkadot/api": "14.2.2-1-x", - "@polkadot/api-augment": "14.2.2-1-x", - "@polkadot/api-base": "14.2.2-1-x", - "@polkadot/rpc-core": "14.2.2-1-x", - "@polkadot/types": "14.2.2-1-x", - "@polkadot/types-codec": "14.2.2-1-x", + "@polkadot/api": "14.2.2", + "@polkadot/api-augment": "14.2.2", + "@polkadot/api-base": "14.2.2", + "@polkadot/rpc-core": "14.2.2", + "@polkadot/types": "14.2.2", + "@polkadot/types-codec": "14.2.2", "@polkadot/util": "^13.2.2", "@polkadot/util-crypto": "^13.2.2", "rxjs": "^7.8.1", "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/api": "14.2.2-1-x", - "@polkadot/api-augment": "14.2.2-1-x", - "@polkadot/rpc-augment": "14.2.2-1-x", - "@polkadot/rpc-provider": "14.2.2-1-x", - "@polkadot/types-support": "14.2.2-1-x" + "@polkadot/api": "14.2.2", + "@polkadot/api-augment": "14.2.2", + "@polkadot/rpc-augment": "14.2.2", + "@polkadot/rpc-provider": "14.2.2", + "@polkadot/types-support": "14.2.2" } } diff --git a/packages/api/package.json b/packages/api/package.json index e5232cec44a..94787f3e75a 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.2-1-x", + "version": "14.2.2", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "14.2.2-1-x", - "@polkadot/api-base": "14.2.2-1-x", - "@polkadot/api-derive": "14.2.2-1-x", + "@polkadot/api-augment": "14.2.2", + "@polkadot/api-base": "14.2.2", + "@polkadot/api-derive": "14.2.2", "@polkadot/keyring": "^13.2.2", - "@polkadot/rpc-augment": "14.2.2-1-x", - "@polkadot/rpc-core": "14.2.2-1-x", - "@polkadot/rpc-provider": "14.2.2-1-x", - "@polkadot/types": "14.2.2-1-x", - "@polkadot/types-augment": "14.2.2-1-x", - "@polkadot/types-codec": "14.2.2-1-x", - "@polkadot/types-create": "14.2.2-1-x", - "@polkadot/types-known": "14.2.2-1-x", + "@polkadot/rpc-augment": "14.2.2", + "@polkadot/rpc-core": "14.2.2", + "@polkadot/rpc-provider": "14.2.2", + "@polkadot/types": "14.2.2", + "@polkadot/types-augment": "14.2.2", + "@polkadot/types-codec": "14.2.2", + "@polkadot/types-create": "14.2.2", + "@polkadot/types-known": "14.2.2", "@polkadot/util": "^13.2.2", "@polkadot/util-crypto": "^13.2.2", "eventemitter3": "^5.0.1", @@ -40,7 +40,7 @@ "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/api-augment": "14.2.2-1-x", - "@polkadot/types-support": "14.2.2-1-x" + "@polkadot/api-augment": "14.2.2", + "@polkadot/types-support": "14.2.2" } } diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index 60b0199d57a..2a6a768f73a 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.2-1-x", + "version": "14.2.2", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "14.2.2-1-x", - "@polkadot/types": "14.2.2-1-x", - "@polkadot/types-codec": "14.2.2-1-x", + "@polkadot/rpc-core": "14.2.2", + "@polkadot/types": "14.2.2", + "@polkadot/types-codec": "14.2.2", "@polkadot/util": "^13.2.2", "tslib": "^2.8.0" } diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 04db42e5d12..cf8b1568b7b 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.2-1-x", + "version": "14.2.2", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "14.2.2-1-x", - "@polkadot/rpc-provider": "14.2.2-1-x", - "@polkadot/types": "14.2.2-1-x", + "@polkadot/rpc-augment": "14.2.2", + "@polkadot/rpc-provider": "14.2.2", + "@polkadot/types": "14.2.2", "@polkadot/util": "^13.2.2", "rxjs": "^7.8.1", "tslib": "^2.8.0" }, "devDependencies": { "@polkadot/keyring": "^13.2.2", - "@polkadot/rpc-augment": "14.2.2-1-x" + "@polkadot/rpc-augment": "14.2.2" } } diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 28b8d568de4..95c9dcc980d 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.2-1-x", + "version": "14.2.2", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.2.2", - "@polkadot/types": "14.2.2-1-x", - "@polkadot/types-support": "14.2.2-1-x", + "@polkadot/types": "14.2.2", + "@polkadot/types-support": "14.2.2", "@polkadot/util": "^13.2.2", "@polkadot/util-crypto": "^13.2.2", "@polkadot/x-fetch": "^13.2.2", diff --git a/packages/typegen/package.json b/packages/typegen/package.json index 20a24bc13c5..d61f640b235 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.2-1-x", + "version": "14.2.2", "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.2-1-x", - "@polkadot/api-augment": "14.2.2-1-x", - "@polkadot/rpc-augment": "14.2.2-1-x", - "@polkadot/rpc-provider": "14.2.2-1-x", - "@polkadot/types": "14.2.2-1-x", - "@polkadot/types-augment": "14.2.2-1-x", - "@polkadot/types-codec": "14.2.2-1-x", - "@polkadot/types-create": "14.2.2-1-x", - "@polkadot/types-support": "14.2.2-1-x", + "@polkadot/api": "14.2.2", + "@polkadot/api-augment": "14.2.2", + "@polkadot/rpc-augment": "14.2.2", + "@polkadot/rpc-provider": "14.2.2", + "@polkadot/types": "14.2.2", + "@polkadot/types-augment": "14.2.2", + "@polkadot/types-codec": "14.2.2", + "@polkadot/types-create": "14.2.2", + "@polkadot/types-support": "14.2.2", "@polkadot/util": "^13.2.2", "@polkadot/util-crypto": "^13.2.2", "@polkadot/x-ws": "^13.2.2", diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 3fa2c919931..90e3709b452 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.2-1-x", + "version": "14.2.2", "main": "index.js", "dependencies": { - "@polkadot/types": "14.2.2-1-x", - "@polkadot/types-codec": "14.2.2-1-x", + "@polkadot/types": "14.2.2", + "@polkadot/types-codec": "14.2.2", "@polkadot/util": "^13.2.2", "tslib": "^2.8.0" } diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index a1a1737af44..e0cf2bd179d 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.2-1-x", + "version": "14.2.2", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.2", @@ -26,9 +26,9 @@ "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/types": "14.2.2-1-x", - "@polkadot/types-augment": "14.2.2-1-x", - "@polkadot/types-support": "14.2.2-1-x", + "@polkadot/types": "14.2.2", + "@polkadot/types-augment": "14.2.2", + "@polkadot/types-support": "14.2.2", "@polkadot/util-crypto": "^13.2.2" } } diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 6c9e71ede0e..0dd83ff5be1 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.2-1-x", + "version": "14.2.2", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "14.2.2-1-x", + "@polkadot/types-codec": "14.2.2", "@polkadot/util": "^13.2.2", "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/types": "14.2.2-1-x" + "@polkadot/types": "14.2.2" } } diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 6ae5ae89165..a2a83a55679 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.2-1-x", + "version": "14.2.2", "main": "index.js", "dependencies": { "@polkadot/networks": "^13.2.2", - "@polkadot/types": "14.2.2-1-x", - "@polkadot/types-codec": "14.2.2-1-x", - "@polkadot/types-create": "14.2.2-1-x", + "@polkadot/types": "14.2.2", + "@polkadot/types-codec": "14.2.2", + "@polkadot/types-create": "14.2.2", "@polkadot/util": "^13.2.2", "tslib": "^2.8.0" }, "devDependencies": { - "@polkadot/api": "14.2.2-1-x" + "@polkadot/api": "14.2.2" } } diff --git a/packages/types-support/package.json b/packages/types-support/package.json index 6cd94127d61..2fff622dc26 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.2-1-x", + "version": "14.2.2", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.2", diff --git a/packages/types/package.json b/packages/types/package.json index 70745b4d335..7b0f6a006a9 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./packageDetect.cjs" ], "type": "module", - "version": "14.2.2-1-x", + "version": "14.2.2", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.2.2", - "@polkadot/types-augment": "14.2.2-1-x", - "@polkadot/types-codec": "14.2.2-1-x", - "@polkadot/types-create": "14.2.2-1-x", + "@polkadot/types-augment": "14.2.2", + "@polkadot/types-codec": "14.2.2", + "@polkadot/types-create": "14.2.2", "@polkadot/util": "^13.2.2", "@polkadot/util-crypto": "^13.2.2", "rxjs": "^7.8.1", @@ -32,6 +32,6 @@ }, "devDependencies": { "@polkadot/keyring": "^13.2.2", - "@polkadot/types-support": "14.2.2-1-x" + "@polkadot/types-support": "14.2.2" } } diff --git a/yarn.lock b/yarn.lock index 15aaa8655f2..e5827ee2077 100644 --- a/yarn.lock +++ b/yarn.lock @@ -447,26 +447,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:14.2.2-1-x, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@npm:14.2.2, @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.2-1-x" - "@polkadot/rpc-augment": "npm:14.2.2-1-x" - "@polkadot/types": "npm:14.2.2-1-x" - "@polkadot/types-augment": "npm:14.2.2-1-x" - "@polkadot/types-codec": "npm:14.2.2-1-x" + "@polkadot/api-base": "npm:14.2.2" + "@polkadot/rpc-augment": "npm:14.2.2" + "@polkadot/types": "npm:14.2.2" + "@polkadot/types-augment": "npm:14.2.2" + "@polkadot/types-codec": "npm:14.2.2" "@polkadot/util": "npm:^13.2.2" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/api-base@npm:14.2.2-1-x, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@npm:14.2.2, @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.2-1-x" - "@polkadot/types": "npm:14.2.2-1-x" + "@polkadot/rpc-core": "npm:14.2.2" + "@polkadot/types": "npm:14.2.2" "@polkadot/util": "npm:^13.2.2" 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.2-1-x" - "@polkadot/api-augment": "npm:14.2.2-1-x" + "@polkadot/api": "npm:14.2.2" + "@polkadot/api-augment": "npm:14.2.2" "@polkadot/keyring": "npm:^13.2.2" - "@polkadot/types": "npm:14.2.2-1-x" - "@polkadot/types-codec": "npm:14.2.2-1-x" - "@polkadot/types-create": "npm:14.2.2-1-x" - "@polkadot/types-support": "npm:14.2.2-1-x" + "@polkadot/types": "npm:14.2.2" + "@polkadot/types-codec": "npm:14.2.2" + "@polkadot/types-create": "npm:14.2.2" + "@polkadot/types-support": "npm:14.2.2" "@polkadot/util": "npm:^13.2.2" "@polkadot/util-crypto": "npm:^13.2.2" rxjs: "npm:^7.8.1" @@ -491,19 +491,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@npm:14.2.2-1-x, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@npm:14.2.2, @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.2-1-x" - "@polkadot/api-augment": "npm:14.2.2-1-x" - "@polkadot/api-base": "npm:14.2.2-1-x" - "@polkadot/rpc-augment": "npm:14.2.2-1-x" - "@polkadot/rpc-core": "npm:14.2.2-1-x" - "@polkadot/rpc-provider": "npm:14.2.2-1-x" - "@polkadot/types": "npm:14.2.2-1-x" - "@polkadot/types-codec": "npm:14.2.2-1-x" - "@polkadot/types-support": "npm:14.2.2-1-x" + "@polkadot/api": "npm:14.2.2" + "@polkadot/api-augment": "npm:14.2.2" + "@polkadot/api-base": "npm:14.2.2" + "@polkadot/rpc-augment": "npm:14.2.2" + "@polkadot/rpc-core": "npm:14.2.2" + "@polkadot/rpc-provider": "npm:14.2.2" + "@polkadot/types": "npm:14.2.2" + "@polkadot/types-codec": "npm:14.2.2" + "@polkadot/types-support": "npm:14.2.2" "@polkadot/util": "npm:^13.2.2" "@polkadot/util-crypto": "npm:^13.2.2" rxjs: "npm:^7.8.1" @@ -511,23 +511,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@npm:14.2.2-1-x, @polkadot/api@workspace:packages/api": +"@polkadot/api@npm:14.2.2, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": "npm:14.2.2-1-x" - "@polkadot/api-base": "npm:14.2.2-1-x" - "@polkadot/api-derive": "npm:14.2.2-1-x" + "@polkadot/api-augment": "npm:14.2.2" + "@polkadot/api-base": "npm:14.2.2" + "@polkadot/api-derive": "npm:14.2.2" "@polkadot/keyring": "npm:^13.2.2" - "@polkadot/rpc-augment": "npm:14.2.2-1-x" - "@polkadot/rpc-core": "npm:14.2.2-1-x" - "@polkadot/rpc-provider": "npm:14.2.2-1-x" - "@polkadot/types": "npm:14.2.2-1-x" - "@polkadot/types-augment": "npm:14.2.2-1-x" - "@polkadot/types-codec": "npm:14.2.2-1-x" - "@polkadot/types-create": "npm:14.2.2-1-x" - "@polkadot/types-known": "npm:14.2.2-1-x" - "@polkadot/types-support": "npm:14.2.2-1-x" + "@polkadot/rpc-augment": "npm:14.2.2" + "@polkadot/rpc-core": "npm:14.2.2" + "@polkadot/rpc-provider": "npm:14.2.2" + "@polkadot/types": "npm:14.2.2" + "@polkadot/types-augment": "npm:14.2.2" + "@polkadot/types-codec": "npm:14.2.2" + "@polkadot/types-create": "npm:14.2.2" + "@polkadot/types-known": "npm:14.2.2" + "@polkadot/types-support": "npm:14.2.2" "@polkadot/util": "npm:^13.2.2" "@polkadot/util-crypto": "npm:^13.2.2" eventemitter3: "npm:^5.0.1" @@ -657,39 +657,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@npm:14.2.2-1-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@npm:14.2.2, @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.2-1-x" - "@polkadot/types": "npm:14.2.2-1-x" - "@polkadot/types-codec": "npm:14.2.2-1-x" + "@polkadot/rpc-core": "npm:14.2.2" + "@polkadot/types": "npm:14.2.2" + "@polkadot/types-codec": "npm:14.2.2" "@polkadot/util": "npm:^13.2.2" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/rpc-core@npm:14.2.2-1-x, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@npm:14.2.2, @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.2" - "@polkadot/rpc-augment": "npm:14.2.2-1-x" - "@polkadot/rpc-provider": "npm:14.2.2-1-x" - "@polkadot/types": "npm:14.2.2-1-x" + "@polkadot/rpc-augment": "npm:14.2.2" + "@polkadot/rpc-provider": "npm:14.2.2" + "@polkadot/types": "npm:14.2.2" "@polkadot/util": "npm:^13.2.2" rxjs: "npm:^7.8.1" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/rpc-provider@npm:14.2.2-1-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@npm:14.2.2, @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.2" - "@polkadot/types": "npm:14.2.2-1-x" - "@polkadot/types-support": "npm:14.2.2-1-x" + "@polkadot/types": "npm:14.2.2" + "@polkadot/types-support": "npm:14.2.2" "@polkadot/util": "npm:^13.2.2" "@polkadot/util-crypto": "npm:^13.2.2" "@polkadot/x-fetch": "npm:^13.2.2" @@ -710,15 +710,15 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": "npm:14.2.2-1-x" - "@polkadot/api-augment": "npm:14.2.2-1-x" - "@polkadot/rpc-augment": "npm:14.2.2-1-x" - "@polkadot/rpc-provider": "npm:14.2.2-1-x" - "@polkadot/types": "npm:14.2.2-1-x" - "@polkadot/types-augment": "npm:14.2.2-1-x" - "@polkadot/types-codec": "npm:14.2.2-1-x" - "@polkadot/types-create": "npm:14.2.2-1-x" - "@polkadot/types-support": "npm:14.2.2-1-x" + "@polkadot/api": "npm:14.2.2" + "@polkadot/api-augment": "npm:14.2.2" + "@polkadot/rpc-augment": "npm:14.2.2" + "@polkadot/rpc-provider": "npm:14.2.2" + "@polkadot/types": "npm:14.2.2" + "@polkadot/types-augment": "npm:14.2.2" + "@polkadot/types-codec": "npm:14.2.2" + "@polkadot/types-create": "npm:14.2.2" + "@polkadot/types-support": "npm:14.2.2" "@polkadot/util": "npm:^13.2.2" "@polkadot/util-crypto": "npm:^13.2.2" "@polkadot/x-ws": "npm:^13.2.2" @@ -735,24 +735,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@npm:14.2.2-1-x, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@npm:14.2.2, @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.2-1-x" - "@polkadot/types-codec": "npm:14.2.2-1-x" + "@polkadot/types": "npm:14.2.2" + "@polkadot/types-codec": "npm:14.2.2" "@polkadot/util": "npm:^13.2.2" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/types-codec@npm:14.2.2-1-x, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@npm:14.2.2, @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.2-1-x" - "@polkadot/types-augment": "npm:14.2.2-1-x" - "@polkadot/types-support": "npm:14.2.2-1-x" + "@polkadot/types": "npm:14.2.2" + "@polkadot/types-augment": "npm:14.2.2" + "@polkadot/types-support": "npm:14.2.2" "@polkadot/util": "npm:^13.2.2" "@polkadot/util-crypto": "npm:^13.2.2" "@polkadot/x-bigint": "npm:^13.2.2" @@ -760,32 +760,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@npm:14.2.2-1-x, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@npm:14.2.2, @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.2-1-x" - "@polkadot/types-codec": "npm:14.2.2-1-x" + "@polkadot/types": "npm:14.2.2" + "@polkadot/types-codec": "npm:14.2.2" "@polkadot/util": "npm:^13.2.2" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/types-known@npm:14.2.2-1-x, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@npm:14.2.2, @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.2-1-x" + "@polkadot/api": "npm:14.2.2" "@polkadot/networks": "npm:^13.2.2" - "@polkadot/types": "npm:14.2.2-1-x" - "@polkadot/types-codec": "npm:14.2.2-1-x" - "@polkadot/types-create": "npm:14.2.2-1-x" + "@polkadot/types": "npm:14.2.2" + "@polkadot/types-codec": "npm:14.2.2" + "@polkadot/types-create": "npm:14.2.2" "@polkadot/util": "npm:^13.2.2" tslib: "npm:^2.8.0" languageName: unknown linkType: soft -"@polkadot/types-support@npm:14.2.2-1-x, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@npm:14.2.2, @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.2-1-x, @polkadot/types@workspace:packages/types": +"@polkadot/types@npm:14.2.2, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": "npm:^13.2.2" - "@polkadot/types-augment": "npm:14.2.2-1-x" - "@polkadot/types-codec": "npm:14.2.2-1-x" - "@polkadot/types-create": "npm:14.2.2-1-x" - "@polkadot/types-support": "npm:14.2.2-1-x" + "@polkadot/types-augment": "npm:14.2.2" + "@polkadot/types-codec": "npm:14.2.2" + "@polkadot/types-create": "npm:14.2.2" + "@polkadot/types-support": "npm:14.2.2" "@polkadot/util": "npm:^13.2.2" "@polkadot/util-crypto": "npm:^13.2.2" rxjs: "npm:^7.8.1"