From c241d2430f4e2e84c4f94bc2414b86500ee70f4f Mon Sep 17 00:00:00 2001 From: Jaco Date: Sat, 14 Oct 2023 09:54:17 +0300 Subject: [PATCH] 10.10.1 (#5738) --- CHANGELOG.md | 2 +- package.json | 2 +- packages/api-augment/package.json | 12 +-- packages/api-base/package.json | 6 +- packages/api-contract/package.json | 14 +-- 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 | 156 ++++++++++++++-------------- 18 files changed, 165 insertions(+), 165 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 626f0f419ee8..ea87c32dc7b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## master +## 10.10.1 Oct 14, 2023 Contributed: diff --git a/package.json b/package.json index 7af81eb72ed5..8eab18367d4a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "10.9.2-29-x", + "version": "10.10.0", "versions": { "git": "10.9.2-29-x", "npm": "10.9.1" diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 71d534702af5..24c711b7bbaf 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.9.2-29-x", + "version": "10.10.0", "main": "index.js", "dependencies": { - "@polkadot/api-base": "10.9.2-29-x", - "@polkadot/rpc-augment": "10.9.2-29-x", - "@polkadot/types": "10.9.2-29-x", - "@polkadot/types-augment": "10.9.2-29-x", - "@polkadot/types-codec": "10.9.2-29-x", + "@polkadot/api-base": "10.10.0", + "@polkadot/rpc-augment": "10.10.0", + "@polkadot/types": "10.10.0", + "@polkadot/types-augment": "10.10.0", + "@polkadot/types-codec": "10.10.0", "@polkadot/util": "^12.5.1", "tslib": "^2.6.2" } diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 431df9a0b5c4..b42e1941f441 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.9.2-29-x", + "version": "10.10.0", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.9.2-29-x", - "@polkadot/types": "10.9.2-29-x", + "@polkadot/rpc-core": "10.10.0", + "@polkadot/types": "10.10.0", "@polkadot/util": "^12.5.1", "rxjs": "^7.8.1", "tslib": "^2.6.2" diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 8d4c4b2a9878..f6edfced2064 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,21 +18,21 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.9.2-29-x", + "version": "10.10.0", "main": "index.js", "dependencies": { - "@polkadot/api": "10.9.2-29-x", - "@polkadot/api-augment": "10.9.2-29-x", - "@polkadot/types": "10.9.2-29-x", - "@polkadot/types-codec": "10.9.2-29-x", - "@polkadot/types-create": "10.9.2-29-x", + "@polkadot/api": "10.10.0", + "@polkadot/api-augment": "10.10.0", + "@polkadot/types": "10.10.0", + "@polkadot/types-codec": "10.10.0", + "@polkadot/types-create": "10.10.0", "@polkadot/util": "^12.5.1", "@polkadot/util-crypto": "^12.5.1", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api-augment": "10.9.2-29-x", + "@polkadot/api-augment": "10.10.0", "@polkadot/keyring": "^12.5.1" } } diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index 6496def132d2..1ab8d7c1ff91 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.9.2-29-x", + "version": "10.10.0", "main": "index.js", "dependencies": { - "@polkadot/api": "10.9.2-29-x", - "@polkadot/api-augment": "10.9.2-29-x", - "@polkadot/api-base": "10.9.2-29-x", - "@polkadot/rpc-core": "10.9.2-29-x", - "@polkadot/types": "10.9.2-29-x", - "@polkadot/types-codec": "10.9.2-29-x", + "@polkadot/api": "10.10.0", + "@polkadot/api-augment": "10.10.0", + "@polkadot/api-base": "10.10.0", + "@polkadot/rpc-core": "10.10.0", + "@polkadot/types": "10.10.0", + "@polkadot/types-codec": "10.10.0", "@polkadot/util": "^12.5.1", "@polkadot/util-crypto": "^12.5.1", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api": "10.9.2-29-x", - "@polkadot/api-augment": "10.9.2-29-x", - "@polkadot/rpc-augment": "10.9.2-29-x", - "@polkadot/rpc-provider": "10.9.2-29-x", - "@polkadot/types-support": "10.9.2-29-x" + "@polkadot/api": "10.10.0", + "@polkadot/api-augment": "10.10.0", + "@polkadot/rpc-augment": "10.10.0", + "@polkadot/rpc-provider": "10.10.0", + "@polkadot/types-support": "10.10.0" } } diff --git a/packages/api/package.json b/packages/api/package.json index 573a7456517d..5ff1df190d84 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.9.2-29-x", + "version": "10.10.0", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "10.9.2-29-x", - "@polkadot/api-base": "10.9.2-29-x", - "@polkadot/api-derive": "10.9.2-29-x", + "@polkadot/api-augment": "10.10.0", + "@polkadot/api-base": "10.10.0", + "@polkadot/api-derive": "10.10.0", "@polkadot/keyring": "^12.5.1", - "@polkadot/rpc-augment": "10.9.2-29-x", - "@polkadot/rpc-core": "10.9.2-29-x", - "@polkadot/rpc-provider": "10.9.2-29-x", - "@polkadot/types": "10.9.2-29-x", - "@polkadot/types-augment": "10.9.2-29-x", - "@polkadot/types-codec": "10.9.2-29-x", - "@polkadot/types-create": "10.9.2-29-x", - "@polkadot/types-known": "10.9.2-29-x", + "@polkadot/rpc-augment": "10.10.0", + "@polkadot/rpc-core": "10.10.0", + "@polkadot/rpc-provider": "10.10.0", + "@polkadot/types": "10.10.0", + "@polkadot/types-augment": "10.10.0", + "@polkadot/types-codec": "10.10.0", + "@polkadot/types-create": "10.10.0", + "@polkadot/types-known": "10.10.0", "@polkadot/util": "^12.5.1", "@polkadot/util-crypto": "^12.5.1", "eventemitter3": "^5.0.1", @@ -40,7 +40,7 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api-augment": "10.9.2-29-x", - "@polkadot/types-support": "10.9.2-29-x" + "@polkadot/api-augment": "10.10.0", + "@polkadot/types-support": "10.10.0" } } diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index 9992f8dbc29c..1fc9cfda3821 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.9.2-29-x", + "version": "10.10.0", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.9.2-29-x", - "@polkadot/types": "10.9.2-29-x", - "@polkadot/types-codec": "10.9.2-29-x", + "@polkadot/rpc-core": "10.10.0", + "@polkadot/types": "10.10.0", + "@polkadot/types-codec": "10.10.0", "@polkadot/util": "^12.5.1", "tslib": "^2.6.2" } diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index fde923d66073..69010f6e738e 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.9.2-29-x", + "version": "10.10.0", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "10.9.2-29-x", - "@polkadot/rpc-provider": "10.9.2-29-x", - "@polkadot/types": "10.9.2-29-x", + "@polkadot/rpc-augment": "10.10.0", + "@polkadot/rpc-provider": "10.10.0", + "@polkadot/types": "10.10.0", "@polkadot/util": "^12.5.1", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { "@polkadot/keyring": "^12.5.1", - "@polkadot/rpc-augment": "10.9.2-29-x" + "@polkadot/rpc-augment": "10.10.0" } } diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 5ddec7c03532..c1cabfb93044 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.9.2-29-x", + "version": "10.10.0", "main": "index.js", "dependencies": { "@polkadot/keyring": "^12.5.1", - "@polkadot/types": "10.9.2-29-x", - "@polkadot/types-support": "10.9.2-29-x", + "@polkadot/types": "10.10.0", + "@polkadot/types-support": "10.10.0", "@polkadot/util": "^12.5.1", "@polkadot/util-crypto": "^12.5.1", "@polkadot/x-fetch": "^12.5.1", diff --git a/packages/typegen/package.json b/packages/typegen/package.json index 55f6053e226c..f6fce3ce6418 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.9.2-29-x", + "version": "10.10.0", "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": "10.9.2-29-x", - "@polkadot/api-augment": "10.9.2-29-x", - "@polkadot/rpc-augment": "10.9.2-29-x", - "@polkadot/rpc-provider": "10.9.2-29-x", - "@polkadot/types": "10.9.2-29-x", - "@polkadot/types-augment": "10.9.2-29-x", - "@polkadot/types-codec": "10.9.2-29-x", - "@polkadot/types-create": "10.9.2-29-x", - "@polkadot/types-support": "10.9.2-29-x", + "@polkadot/api": "10.10.0", + "@polkadot/api-augment": "10.10.0", + "@polkadot/rpc-augment": "10.10.0", + "@polkadot/rpc-provider": "10.10.0", + "@polkadot/types": "10.10.0", + "@polkadot/types-augment": "10.10.0", + "@polkadot/types-codec": "10.10.0", + "@polkadot/types-create": "10.10.0", + "@polkadot/types-support": "10.10.0", "@polkadot/util": "^12.5.1", "@polkadot/util-crypto": "^12.5.1", "@polkadot/x-ws": "^12.5.1", diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 8e8998e827b5..8a3d001e15a6 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.9.2-29-x", + "version": "10.10.0", "main": "index.js", "dependencies": { - "@polkadot/types": "10.9.2-29-x", - "@polkadot/types-codec": "10.9.2-29-x", + "@polkadot/types": "10.10.0", + "@polkadot/types-codec": "10.10.0", "@polkadot/util": "^12.5.1", "tslib": "^2.6.2" } diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index 30820c4ac101..b5bd6f1c0dfd 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.9.2-29-x", + "version": "10.10.0", "main": "index.js", "dependencies": { "@polkadot/util": "^12.5.1", @@ -26,9 +26,9 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/types": "10.9.2-29-x", - "@polkadot/types-augment": "10.9.2-29-x", - "@polkadot/types-support": "10.9.2-29-x", + "@polkadot/types": "10.10.0", + "@polkadot/types-augment": "10.10.0", + "@polkadot/types-support": "10.10.0", "@polkadot/util-crypto": "^12.5.1" } } diff --git a/packages/types-create/package.json b/packages/types-create/package.json index c5a24f4bcb03..26f75c40ee96 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.9.2-29-x", + "version": "10.10.0", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "10.9.2-29-x", + "@polkadot/types-codec": "10.10.0", "@polkadot/util": "^12.5.1", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/types": "10.9.2-29-x" + "@polkadot/types": "10.10.0" } } diff --git a/packages/types-known/package.json b/packages/types-known/package.json index d9e8bb3cc371..014d7b3db069 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.9.2-29-x", + "version": "10.10.0", "main": "index.js", "dependencies": { "@polkadot/networks": "^12.5.1", - "@polkadot/types": "10.9.2-29-x", - "@polkadot/types-codec": "10.9.2-29-x", - "@polkadot/types-create": "10.9.2-29-x", + "@polkadot/types": "10.10.0", + "@polkadot/types-codec": "10.10.0", + "@polkadot/types-create": "10.10.0", "@polkadot/util": "^12.5.1", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api": "10.9.2-29-x" + "@polkadot/api": "10.10.0" } } diff --git a/packages/types-support/package.json b/packages/types-support/package.json index 7d9171d550cc..870b07eec7f8 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.9.2-29-x", + "version": "10.10.0", "main": "index.js", "dependencies": { "@polkadot/util": "^12.5.1", diff --git a/packages/types/package.json b/packages/types/package.json index 865aaa5f3ec6..5141d45cbbc7 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.9.2-29-x", + "version": "10.10.0", "main": "index.js", "dependencies": { "@polkadot/keyring": "^12.5.1", - "@polkadot/types-augment": "10.9.2-29-x", - "@polkadot/types-codec": "10.9.2-29-x", - "@polkadot/types-create": "10.9.2-29-x", + "@polkadot/types-augment": "10.10.0", + "@polkadot/types-codec": "10.10.0", + "@polkadot/types-create": "10.10.0", "@polkadot/util": "^12.5.1", "@polkadot/util-crypto": "^12.5.1", "rxjs": "^7.8.1", @@ -32,6 +32,6 @@ }, "devDependencies": { "@polkadot/keyring": "^12.5.1", - "@polkadot/types-support": "10.9.2-29-x" + "@polkadot/types-support": "10.10.0" } } diff --git a/yarn.lock b/yarn.lock index a6a48d055e6f..895c007da545 100644 --- a/yarn.lock +++ b/yarn.lock @@ -373,26 +373,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@10.9.2-29-x, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@10.10.0, @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": 10.9.2-29-x - "@polkadot/rpc-augment": 10.9.2-29-x - "@polkadot/types": 10.9.2-29-x - "@polkadot/types-augment": 10.9.2-29-x - "@polkadot/types-codec": 10.9.2-29-x + "@polkadot/api-base": 10.10.0 + "@polkadot/rpc-augment": 10.10.0 + "@polkadot/types": 10.10.0 + "@polkadot/types-augment": 10.10.0 + "@polkadot/types-codec": 10.10.0 "@polkadot/util": ^12.5.1 tslib: ^2.6.2 languageName: unknown linkType: soft -"@polkadot/api-base@10.9.2-29-x, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@10.10.0, @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": 10.9.2-29-x - "@polkadot/types": 10.9.2-29-x + "@polkadot/rpc-core": 10.10.0 + "@polkadot/types": 10.10.0 "@polkadot/util": ^12.5.1 rxjs: ^7.8.1 tslib: ^2.6.2 @@ -403,12 +403,12 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: - "@polkadot/api": 10.9.2-29-x - "@polkadot/api-augment": 10.9.2-29-x + "@polkadot/api": 10.10.0 + "@polkadot/api-augment": 10.10.0 "@polkadot/keyring": ^12.5.1 - "@polkadot/types": 10.9.2-29-x - "@polkadot/types-codec": 10.9.2-29-x - "@polkadot/types-create": 10.9.2-29-x + "@polkadot/types": 10.10.0 + "@polkadot/types-codec": 10.10.0 + "@polkadot/types-create": 10.10.0 "@polkadot/util": ^12.5.1 "@polkadot/util-crypto": ^12.5.1 rxjs: ^7.8.1 @@ -416,19 +416,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@10.9.2-29-x, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@10.10.0, @polkadot/api-derive@workspace:packages/api-derive": version: 0.0.0-use.local resolution: "@polkadot/api-derive@workspace:packages/api-derive" dependencies: - "@polkadot/api": 10.9.2-29-x - "@polkadot/api-augment": 10.9.2-29-x - "@polkadot/api-base": 10.9.2-29-x - "@polkadot/rpc-augment": 10.9.2-29-x - "@polkadot/rpc-core": 10.9.2-29-x - "@polkadot/rpc-provider": 10.9.2-29-x - "@polkadot/types": 10.9.2-29-x - "@polkadot/types-codec": 10.9.2-29-x - "@polkadot/types-support": 10.9.2-29-x + "@polkadot/api": 10.10.0 + "@polkadot/api-augment": 10.10.0 + "@polkadot/api-base": 10.10.0 + "@polkadot/rpc-augment": 10.10.0 + "@polkadot/rpc-core": 10.10.0 + "@polkadot/rpc-provider": 10.10.0 + "@polkadot/types": 10.10.0 + "@polkadot/types-codec": 10.10.0 + "@polkadot/types-support": 10.10.0 "@polkadot/util": ^12.5.1 "@polkadot/util-crypto": ^12.5.1 rxjs: ^7.8.1 @@ -436,23 +436,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@10.9.2-29-x, @polkadot/api@workspace:packages/api": +"@polkadot/api@10.10.0, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": 10.9.2-29-x - "@polkadot/api-base": 10.9.2-29-x - "@polkadot/api-derive": 10.9.2-29-x + "@polkadot/api-augment": 10.10.0 + "@polkadot/api-base": 10.10.0 + "@polkadot/api-derive": 10.10.0 "@polkadot/keyring": ^12.5.1 - "@polkadot/rpc-augment": 10.9.2-29-x - "@polkadot/rpc-core": 10.9.2-29-x - "@polkadot/rpc-provider": 10.9.2-29-x - "@polkadot/types": 10.9.2-29-x - "@polkadot/types-augment": 10.9.2-29-x - "@polkadot/types-codec": 10.9.2-29-x - "@polkadot/types-create": 10.9.2-29-x - "@polkadot/types-known": 10.9.2-29-x - "@polkadot/types-support": 10.9.2-29-x + "@polkadot/rpc-augment": 10.10.0 + "@polkadot/rpc-core": 10.10.0 + "@polkadot/rpc-provider": 10.10.0 + "@polkadot/types": 10.10.0 + "@polkadot/types-augment": 10.10.0 + "@polkadot/types-codec": 10.10.0 + "@polkadot/types-create": 10.10.0 + "@polkadot/types-known": 10.10.0 + "@polkadot/types-support": 10.10.0 "@polkadot/util": ^12.5.1 "@polkadot/util-crypto": ^12.5.1 eventemitter3: ^5.0.1 @@ -582,39 +582,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@10.9.2-29-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@10.10.0, @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": 10.9.2-29-x - "@polkadot/types": 10.9.2-29-x - "@polkadot/types-codec": 10.9.2-29-x + "@polkadot/rpc-core": 10.10.0 + "@polkadot/types": 10.10.0 + "@polkadot/types-codec": 10.10.0 "@polkadot/util": ^12.5.1 tslib: ^2.6.2 languageName: unknown linkType: soft -"@polkadot/rpc-core@10.9.2-29-x, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@10.10.0, @polkadot/rpc-core@workspace:packages/rpc-core": version: 0.0.0-use.local resolution: "@polkadot/rpc-core@workspace:packages/rpc-core" dependencies: "@polkadot/keyring": ^12.5.1 - "@polkadot/rpc-augment": 10.9.2-29-x - "@polkadot/rpc-provider": 10.9.2-29-x - "@polkadot/types": 10.9.2-29-x + "@polkadot/rpc-augment": 10.10.0 + "@polkadot/rpc-provider": 10.10.0 + "@polkadot/types": 10.10.0 "@polkadot/util": ^12.5.1 rxjs: ^7.8.1 tslib: ^2.6.2 languageName: unknown linkType: soft -"@polkadot/rpc-provider@10.9.2-29-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@10.10.0, @polkadot/rpc-provider@workspace:packages/rpc-provider": version: 0.0.0-use.local resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider" dependencies: "@polkadot/keyring": ^12.5.1 - "@polkadot/types": 10.9.2-29-x - "@polkadot/types-support": 10.9.2-29-x + "@polkadot/types": 10.10.0 + "@polkadot/types-support": 10.10.0 "@polkadot/util": ^12.5.1 "@polkadot/util-crypto": ^12.5.1 "@polkadot/x-fetch": ^12.5.1 @@ -635,15 +635,15 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": 10.9.2-29-x - "@polkadot/api-augment": 10.9.2-29-x - "@polkadot/rpc-augment": 10.9.2-29-x - "@polkadot/rpc-provider": 10.9.2-29-x - "@polkadot/types": 10.9.2-29-x - "@polkadot/types-augment": 10.9.2-29-x - "@polkadot/types-codec": 10.9.2-29-x - "@polkadot/types-create": 10.9.2-29-x - "@polkadot/types-support": 10.9.2-29-x + "@polkadot/api": 10.10.0 + "@polkadot/api-augment": 10.10.0 + "@polkadot/rpc-augment": 10.10.0 + "@polkadot/rpc-provider": 10.10.0 + "@polkadot/types": 10.10.0 + "@polkadot/types-augment": 10.10.0 + "@polkadot/types-codec": 10.10.0 + "@polkadot/types-create": 10.10.0 + "@polkadot/types-support": 10.10.0 "@polkadot/util": ^12.5.1 "@polkadot/util-crypto": ^12.5.1 "@polkadot/x-ws": ^12.5.1 @@ -660,24 +660,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@10.9.2-29-x, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@10.10.0, @polkadot/types-augment@workspace:packages/types-augment": version: 0.0.0-use.local resolution: "@polkadot/types-augment@workspace:packages/types-augment" dependencies: - "@polkadot/types": 10.9.2-29-x - "@polkadot/types-codec": 10.9.2-29-x + "@polkadot/types": 10.10.0 + "@polkadot/types-codec": 10.10.0 "@polkadot/util": ^12.5.1 tslib: ^2.6.2 languageName: unknown linkType: soft -"@polkadot/types-codec@10.9.2-29-x, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@10.10.0, @polkadot/types-codec@workspace:packages/types-codec": version: 0.0.0-use.local resolution: "@polkadot/types-codec@workspace:packages/types-codec" dependencies: - "@polkadot/types": 10.9.2-29-x - "@polkadot/types-augment": 10.9.2-29-x - "@polkadot/types-support": 10.9.2-29-x + "@polkadot/types": 10.10.0 + "@polkadot/types-augment": 10.10.0 + "@polkadot/types-support": 10.10.0 "@polkadot/util": ^12.5.1 "@polkadot/util-crypto": ^12.5.1 "@polkadot/x-bigint": ^12.5.1 @@ -685,32 +685,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@10.9.2-29-x, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@10.10.0, @polkadot/types-create@workspace:packages/types-create": version: 0.0.0-use.local resolution: "@polkadot/types-create@workspace:packages/types-create" dependencies: - "@polkadot/types": 10.9.2-29-x - "@polkadot/types-codec": 10.9.2-29-x + "@polkadot/types": 10.10.0 + "@polkadot/types-codec": 10.10.0 "@polkadot/util": ^12.5.1 tslib: ^2.6.2 languageName: unknown linkType: soft -"@polkadot/types-known@10.9.2-29-x, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@10.10.0, @polkadot/types-known@workspace:packages/types-known": version: 0.0.0-use.local resolution: "@polkadot/types-known@workspace:packages/types-known" dependencies: - "@polkadot/api": 10.9.2-29-x + "@polkadot/api": 10.10.0 "@polkadot/networks": ^12.5.1 - "@polkadot/types": 10.9.2-29-x - "@polkadot/types-codec": 10.9.2-29-x - "@polkadot/types-create": 10.9.2-29-x + "@polkadot/types": 10.10.0 + "@polkadot/types-codec": 10.10.0 + "@polkadot/types-create": 10.10.0 "@polkadot/util": ^12.5.1 tslib: ^2.6.2 languageName: unknown linkType: soft -"@polkadot/types-support@10.9.2-29-x, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@10.10.0, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -719,15 +719,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@10.9.2-29-x, @polkadot/types@workspace:packages/types": +"@polkadot/types@10.10.0, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": ^12.5.1 - "@polkadot/types-augment": 10.9.2-29-x - "@polkadot/types-codec": 10.9.2-29-x - "@polkadot/types-create": 10.9.2-29-x - "@polkadot/types-support": 10.9.2-29-x + "@polkadot/types-augment": 10.10.0 + "@polkadot/types-codec": 10.10.0 + "@polkadot/types-create": 10.10.0 + "@polkadot/types-support": 10.10.0 "@polkadot/util": ^12.5.1 "@polkadot/util-crypto": ^12.5.1 rxjs: ^7.8.1