From 8cee4c462a54f799ea3a48c49a8e6dd4b5bd58b8 Mon Sep 17 00:00:00 2001 From: Jaco Date: Sun, 7 May 2023 14:30:10 +0300 Subject: [PATCH] 10.6.1 (#5635) --- CHANGELOG.md | 2 +- package.json | 2 +- packages/api-augment/package.json | 12 +-- packages/api-base/package.json | 6 +- packages/api-contract/package.json | 12 +-- 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, 164 insertions(+), 164 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba26e6f9976e..33657a1218a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## master +## 10.6.1 May 7, 2023 Contributed: diff --git a/package.json b/package.json index 42707139b455..62affdb00598 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "10.5.2-8-x", + "version": "10.6.0", "versions": { "git": "10.5.2-8-x", "npm": "10.5.1" diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 4913517f1924..988bc6997127 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.5.2-8-x", + "version": "10.6.0", "main": "index.js", "dependencies": { - "@polkadot/api-base": "10.5.2-8-x", - "@polkadot/rpc-augment": "10.5.2-8-x", - "@polkadot/types": "10.5.2-8-x", - "@polkadot/types-augment": "10.5.2-8-x", - "@polkadot/types-codec": "10.5.2-8-x", + "@polkadot/api-base": "10.6.0", + "@polkadot/rpc-augment": "10.6.0", + "@polkadot/types": "10.6.0", + "@polkadot/types-augment": "10.6.0", + "@polkadot/types-codec": "10.6.0", "@polkadot/util": "^12.1.2", "tslib": "^2.5.0" } diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 8ea5fe5d0a67..8c0112241175 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.5.2-8-x", + "version": "10.6.0", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.5.2-8-x", - "@polkadot/types": "10.5.2-8-x", + "@polkadot/rpc-core": "10.6.0", + "@polkadot/types": "10.6.0", "@polkadot/util": "^12.1.2", "rxjs": "^7.8.1", "tslib": "^2.5.0" diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index a882c95ac81b..e527022906f1 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,20 +18,20 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.5.2-8-x", + "version": "10.6.0", "main": "index.js", "dependencies": { - "@polkadot/api": "10.5.2-8-x", - "@polkadot/types": "10.5.2-8-x", - "@polkadot/types-codec": "10.5.2-8-x", - "@polkadot/types-create": "10.5.2-8-x", + "@polkadot/api": "10.6.0", + "@polkadot/types": "10.6.0", + "@polkadot/types-codec": "10.6.0", + "@polkadot/types-create": "10.6.0", "@polkadot/util": "^12.1.2", "@polkadot/util-crypto": "^12.1.2", "rxjs": "^7.8.1", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api-augment": "10.5.2-8-x", + "@polkadot/api-augment": "10.6.0", "@polkadot/keyring": "^12.1.2" } } diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index d30b23854d00..27d369317f73 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.5.2-8-x", + "version": "10.6.0", "main": "index.js", "dependencies": { - "@polkadot/api": "10.5.2-8-x", - "@polkadot/api-augment": "10.5.2-8-x", - "@polkadot/api-base": "10.5.2-8-x", - "@polkadot/rpc-core": "10.5.2-8-x", - "@polkadot/types": "10.5.2-8-x", - "@polkadot/types-codec": "10.5.2-8-x", + "@polkadot/api": "10.6.0", + "@polkadot/api-augment": "10.6.0", + "@polkadot/api-base": "10.6.0", + "@polkadot/rpc-core": "10.6.0", + "@polkadot/types": "10.6.0", + "@polkadot/types-codec": "10.6.0", "@polkadot/util": "^12.1.2", "@polkadot/util-crypto": "^12.1.2", "rxjs": "^7.8.1", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api": "10.5.2-8-x", - "@polkadot/api-augment": "10.5.2-8-x", - "@polkadot/rpc-augment": "10.5.2-8-x", - "@polkadot/rpc-provider": "10.5.2-8-x", - "@polkadot/types-support": "10.5.2-8-x" + "@polkadot/api": "10.6.0", + "@polkadot/api-augment": "10.6.0", + "@polkadot/rpc-augment": "10.6.0", + "@polkadot/rpc-provider": "10.6.0", + "@polkadot/types-support": "10.6.0" } } diff --git a/packages/api/package.json b/packages/api/package.json index 09f0e75d8808..fee137390655 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.5.2-8-x", + "version": "10.6.0", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "10.5.2-8-x", - "@polkadot/api-base": "10.5.2-8-x", - "@polkadot/api-derive": "10.5.2-8-x", + "@polkadot/api-augment": "10.6.0", + "@polkadot/api-base": "10.6.0", + "@polkadot/api-derive": "10.6.0", "@polkadot/keyring": "^12.1.2", - "@polkadot/rpc-augment": "10.5.2-8-x", - "@polkadot/rpc-core": "10.5.2-8-x", - "@polkadot/rpc-provider": "10.5.2-8-x", - "@polkadot/types": "10.5.2-8-x", - "@polkadot/types-augment": "10.5.2-8-x", - "@polkadot/types-codec": "10.5.2-8-x", - "@polkadot/types-create": "10.5.2-8-x", - "@polkadot/types-known": "10.5.2-8-x", + "@polkadot/rpc-augment": "10.6.0", + "@polkadot/rpc-core": "10.6.0", + "@polkadot/rpc-provider": "10.6.0", + "@polkadot/types": "10.6.0", + "@polkadot/types-augment": "10.6.0", + "@polkadot/types-codec": "10.6.0", + "@polkadot/types-create": "10.6.0", + "@polkadot/types-known": "10.6.0", "@polkadot/util": "^12.1.2", "@polkadot/util-crypto": "^12.1.2", "eventemitter3": "^5.0.1", @@ -40,7 +40,7 @@ "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api-augment": "10.5.2-8-x", - "@polkadot/types-support": "10.5.2-8-x" + "@polkadot/api-augment": "10.6.0", + "@polkadot/types-support": "10.6.0" } } diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index 8e57cac7b978..efa3cde566b6 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.5.2-8-x", + "version": "10.6.0", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.5.2-8-x", - "@polkadot/types": "10.5.2-8-x", - "@polkadot/types-codec": "10.5.2-8-x", + "@polkadot/rpc-core": "10.6.0", + "@polkadot/types": "10.6.0", + "@polkadot/types-codec": "10.6.0", "@polkadot/util": "^12.1.2", "tslib": "^2.5.0" } diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index dc01a5883d29..6d9dbf4d802e 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.5.2-8-x", + "version": "10.6.0", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "10.5.2-8-x", - "@polkadot/rpc-provider": "10.5.2-8-x", - "@polkadot/types": "10.5.2-8-x", + "@polkadot/rpc-augment": "10.6.0", + "@polkadot/rpc-provider": "10.6.0", + "@polkadot/types": "10.6.0", "@polkadot/util": "^12.1.2", "rxjs": "^7.8.1", "tslib": "^2.5.0" }, "devDependencies": { "@polkadot/keyring": "^12.1.2", - "@polkadot/rpc-augment": "10.5.2-8-x" + "@polkadot/rpc-augment": "10.6.0" } } diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index e40f19c857ec..5066db6e2475 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.5.2-8-x", + "version": "10.6.0", "main": "index.js", "dependencies": { "@polkadot/keyring": "^12.1.2", - "@polkadot/types": "10.5.2-8-x", - "@polkadot/types-support": "10.5.2-8-x", + "@polkadot/types": "10.6.0", + "@polkadot/types-support": "10.6.0", "@polkadot/util": "^12.1.2", "@polkadot/util-crypto": "^12.1.2", "@polkadot/x-fetch": "^12.1.2", diff --git a/packages/typegen/package.json b/packages/typegen/package.json index db8796ad3cf4..7265374775f4 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.5.2-8-x", + "version": "10.6.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.5.2-8-x", - "@polkadot/api-augment": "10.5.2-8-x", - "@polkadot/rpc-augment": "10.5.2-8-x", - "@polkadot/rpc-provider": "10.5.2-8-x", - "@polkadot/types": "10.5.2-8-x", - "@polkadot/types-augment": "10.5.2-8-x", - "@polkadot/types-codec": "10.5.2-8-x", - "@polkadot/types-create": "10.5.2-8-x", - "@polkadot/types-support": "10.5.2-8-x", + "@polkadot/api": "10.6.0", + "@polkadot/api-augment": "10.6.0", + "@polkadot/rpc-augment": "10.6.0", + "@polkadot/rpc-provider": "10.6.0", + "@polkadot/types": "10.6.0", + "@polkadot/types-augment": "10.6.0", + "@polkadot/types-codec": "10.6.0", + "@polkadot/types-create": "10.6.0", + "@polkadot/types-support": "10.6.0", "@polkadot/util": "^12.1.2", "@polkadot/util-crypto": "^12.1.2", "@polkadot/x-ws": "^12.1.2", diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 1dd0897ec37d..a805400e8273 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.5.2-8-x", + "version": "10.6.0", "main": "index.js", "dependencies": { - "@polkadot/types": "10.5.2-8-x", - "@polkadot/types-codec": "10.5.2-8-x", + "@polkadot/types": "10.6.0", + "@polkadot/types-codec": "10.6.0", "@polkadot/util": "^12.1.2", "tslib": "^2.5.0" } diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index ab717549c3c2..33f6d6f695fa 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.5.2-8-x", + "version": "10.6.0", "main": "index.js", "dependencies": { "@polkadot/util": "^12.1.2", @@ -26,9 +26,9 @@ "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/types": "10.5.2-8-x", - "@polkadot/types-augment": "10.5.2-8-x", - "@polkadot/types-support": "10.5.2-8-x", + "@polkadot/types": "10.6.0", + "@polkadot/types-augment": "10.6.0", + "@polkadot/types-support": "10.6.0", "@polkadot/util-crypto": "^12.1.2" } } diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 0b0c7934db6e..a24e52073a08 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.5.2-8-x", + "version": "10.6.0", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "10.5.2-8-x", + "@polkadot/types-codec": "10.6.0", "@polkadot/util": "^12.1.2", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/types": "10.5.2-8-x" + "@polkadot/types": "10.6.0" } } diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 793adc55a06b..b4f327f5c812 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.5.2-8-x", + "version": "10.6.0", "main": "index.js", "dependencies": { "@polkadot/networks": "^12.1.2", - "@polkadot/types": "10.5.2-8-x", - "@polkadot/types-codec": "10.5.2-8-x", - "@polkadot/types-create": "10.5.2-8-x", + "@polkadot/types": "10.6.0", + "@polkadot/types-codec": "10.6.0", + "@polkadot/types-create": "10.6.0", "@polkadot/util": "^12.1.2", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api": "10.5.2-8-x" + "@polkadot/api": "10.6.0" } } diff --git a/packages/types-support/package.json b/packages/types-support/package.json index ab483f912fba..504bdfe707ae 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.5.2-8-x", + "version": "10.6.0", "main": "index.js", "dependencies": { "@polkadot/util": "^12.1.2", diff --git a/packages/types/package.json b/packages/types/package.json index a275b6d364f5..72b8cc46ed6d 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.5.2-8-x", + "version": "10.6.0", "main": "index.js", "dependencies": { "@polkadot/keyring": "^12.1.2", - "@polkadot/types-augment": "10.5.2-8-x", - "@polkadot/types-codec": "10.5.2-8-x", - "@polkadot/types-create": "10.5.2-8-x", + "@polkadot/types-augment": "10.6.0", + "@polkadot/types-codec": "10.6.0", + "@polkadot/types-create": "10.6.0", "@polkadot/util": "^12.1.2", "@polkadot/util-crypto": "^12.1.2", "rxjs": "^7.8.1", @@ -32,6 +32,6 @@ }, "devDependencies": { "@polkadot/keyring": "^12.1.2", - "@polkadot/types-support": "10.5.2-8-x" + "@polkadot/types-support": "10.6.0" } } diff --git a/yarn.lock b/yarn.lock index 18ce5bb04304..fa725990a47b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -366,26 +366,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@10.5.2-8-x, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@10.6.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.5.2-8-x - "@polkadot/rpc-augment": 10.5.2-8-x - "@polkadot/types": 10.5.2-8-x - "@polkadot/types-augment": 10.5.2-8-x - "@polkadot/types-codec": 10.5.2-8-x + "@polkadot/api-base": 10.6.0 + "@polkadot/rpc-augment": 10.6.0 + "@polkadot/types": 10.6.0 + "@polkadot/types-augment": 10.6.0 + "@polkadot/types-codec": 10.6.0 "@polkadot/util": ^12.1.2 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/api-base@10.5.2-8-x, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@10.6.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.5.2-8-x - "@polkadot/types": 10.5.2-8-x + "@polkadot/rpc-core": 10.6.0 + "@polkadot/types": 10.6.0 "@polkadot/util": ^12.1.2 rxjs: ^7.8.1 tslib: ^2.5.0 @@ -396,12 +396,12 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: - "@polkadot/api": 10.5.2-8-x - "@polkadot/api-augment": 10.5.2-8-x + "@polkadot/api": 10.6.0 + "@polkadot/api-augment": 10.6.0 "@polkadot/keyring": ^12.1.2 - "@polkadot/types": 10.5.2-8-x - "@polkadot/types-codec": 10.5.2-8-x - "@polkadot/types-create": 10.5.2-8-x + "@polkadot/types": 10.6.0 + "@polkadot/types-codec": 10.6.0 + "@polkadot/types-create": 10.6.0 "@polkadot/util": ^12.1.2 "@polkadot/util-crypto": ^12.1.2 rxjs: ^7.8.1 @@ -409,19 +409,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@10.5.2-8-x, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@10.6.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.5.2-8-x - "@polkadot/api-augment": 10.5.2-8-x - "@polkadot/api-base": 10.5.2-8-x - "@polkadot/rpc-augment": 10.5.2-8-x - "@polkadot/rpc-core": 10.5.2-8-x - "@polkadot/rpc-provider": 10.5.2-8-x - "@polkadot/types": 10.5.2-8-x - "@polkadot/types-codec": 10.5.2-8-x - "@polkadot/types-support": 10.5.2-8-x + "@polkadot/api": 10.6.0 + "@polkadot/api-augment": 10.6.0 + "@polkadot/api-base": 10.6.0 + "@polkadot/rpc-augment": 10.6.0 + "@polkadot/rpc-core": 10.6.0 + "@polkadot/rpc-provider": 10.6.0 + "@polkadot/types": 10.6.0 + "@polkadot/types-codec": 10.6.0 + "@polkadot/types-support": 10.6.0 "@polkadot/util": ^12.1.2 "@polkadot/util-crypto": ^12.1.2 rxjs: ^7.8.1 @@ -429,23 +429,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@10.5.2-8-x, @polkadot/api@workspace:packages/api": +"@polkadot/api@10.6.0, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": 10.5.2-8-x - "@polkadot/api-base": 10.5.2-8-x - "@polkadot/api-derive": 10.5.2-8-x + "@polkadot/api-augment": 10.6.0 + "@polkadot/api-base": 10.6.0 + "@polkadot/api-derive": 10.6.0 "@polkadot/keyring": ^12.1.2 - "@polkadot/rpc-augment": 10.5.2-8-x - "@polkadot/rpc-core": 10.5.2-8-x - "@polkadot/rpc-provider": 10.5.2-8-x - "@polkadot/types": 10.5.2-8-x - "@polkadot/types-augment": 10.5.2-8-x - "@polkadot/types-codec": 10.5.2-8-x - "@polkadot/types-create": 10.5.2-8-x - "@polkadot/types-known": 10.5.2-8-x - "@polkadot/types-support": 10.5.2-8-x + "@polkadot/rpc-augment": 10.6.0 + "@polkadot/rpc-core": 10.6.0 + "@polkadot/rpc-provider": 10.6.0 + "@polkadot/types": 10.6.0 + "@polkadot/types-augment": 10.6.0 + "@polkadot/types-codec": 10.6.0 + "@polkadot/types-create": 10.6.0 + "@polkadot/types-known": 10.6.0 + "@polkadot/types-support": 10.6.0 "@polkadot/util": ^12.1.2 "@polkadot/util-crypto": ^12.1.2 eventemitter3: ^5.0.1 @@ -572,39 +572,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@10.5.2-8-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@10.6.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.5.2-8-x - "@polkadot/types": 10.5.2-8-x - "@polkadot/types-codec": 10.5.2-8-x + "@polkadot/rpc-core": 10.6.0 + "@polkadot/types": 10.6.0 + "@polkadot/types-codec": 10.6.0 "@polkadot/util": ^12.1.2 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/rpc-core@10.5.2-8-x, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@10.6.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.1.2 - "@polkadot/rpc-augment": 10.5.2-8-x - "@polkadot/rpc-provider": 10.5.2-8-x - "@polkadot/types": 10.5.2-8-x + "@polkadot/rpc-augment": 10.6.0 + "@polkadot/rpc-provider": 10.6.0 + "@polkadot/types": 10.6.0 "@polkadot/util": ^12.1.2 rxjs: ^7.8.1 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/rpc-provider@10.5.2-8-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@10.6.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.1.2 - "@polkadot/types": 10.5.2-8-x - "@polkadot/types-support": 10.5.2-8-x + "@polkadot/types": 10.6.0 + "@polkadot/types-support": 10.6.0 "@polkadot/util": ^12.1.2 "@polkadot/util-crypto": ^12.1.2 "@polkadot/x-fetch": ^12.1.2 @@ -625,15 +625,15 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": 10.5.2-8-x - "@polkadot/api-augment": 10.5.2-8-x - "@polkadot/rpc-augment": 10.5.2-8-x - "@polkadot/rpc-provider": 10.5.2-8-x - "@polkadot/types": 10.5.2-8-x - "@polkadot/types-augment": 10.5.2-8-x - "@polkadot/types-codec": 10.5.2-8-x - "@polkadot/types-create": 10.5.2-8-x - "@polkadot/types-support": 10.5.2-8-x + "@polkadot/api": 10.6.0 + "@polkadot/api-augment": 10.6.0 + "@polkadot/rpc-augment": 10.6.0 + "@polkadot/rpc-provider": 10.6.0 + "@polkadot/types": 10.6.0 + "@polkadot/types-augment": 10.6.0 + "@polkadot/types-codec": 10.6.0 + "@polkadot/types-create": 10.6.0 + "@polkadot/types-support": 10.6.0 "@polkadot/util": ^12.1.2 "@polkadot/util-crypto": ^12.1.2 "@polkadot/x-ws": ^12.1.2 @@ -651,24 +651,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@10.5.2-8-x, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@10.6.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.5.2-8-x - "@polkadot/types-codec": 10.5.2-8-x + "@polkadot/types": 10.6.0 + "@polkadot/types-codec": 10.6.0 "@polkadot/util": ^12.1.2 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-codec@10.5.2-8-x, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@10.6.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.5.2-8-x - "@polkadot/types-augment": 10.5.2-8-x - "@polkadot/types-support": 10.5.2-8-x + "@polkadot/types": 10.6.0 + "@polkadot/types-augment": 10.6.0 + "@polkadot/types-support": 10.6.0 "@polkadot/util": ^12.1.2 "@polkadot/util-crypto": ^12.1.2 "@polkadot/x-bigint": ^12.1.2 @@ -676,32 +676,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@10.5.2-8-x, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@10.6.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.5.2-8-x - "@polkadot/types-codec": 10.5.2-8-x + "@polkadot/types": 10.6.0 + "@polkadot/types-codec": 10.6.0 "@polkadot/util": ^12.1.2 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-known@10.5.2-8-x, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@10.6.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.5.2-8-x + "@polkadot/api": 10.6.0 "@polkadot/networks": ^12.1.2 - "@polkadot/types": 10.5.2-8-x - "@polkadot/types-codec": 10.5.2-8-x - "@polkadot/types-create": 10.5.2-8-x + "@polkadot/types": 10.6.0 + "@polkadot/types-codec": 10.6.0 + "@polkadot/types-create": 10.6.0 "@polkadot/util": ^12.1.2 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-support@10.5.2-8-x, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@10.6.0, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -710,15 +710,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@10.5.2-8-x, @polkadot/types@workspace:packages/types": +"@polkadot/types@10.6.0, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": ^12.1.2 - "@polkadot/types-augment": 10.5.2-8-x - "@polkadot/types-codec": 10.5.2-8-x - "@polkadot/types-create": 10.5.2-8-x - "@polkadot/types-support": 10.5.2-8-x + "@polkadot/types-augment": 10.6.0 + "@polkadot/types-codec": 10.6.0 + "@polkadot/types-create": 10.6.0 + "@polkadot/types-support": 10.6.0 "@polkadot/util": ^12.1.2 "@polkadot/util-crypto": ^12.1.2 rxjs: ^7.8.1