From 9820f0e129d7f4f422235ed7b5a81c7317807732 Mon Sep 17 00:00:00 2001 From: Jaco Date: Sun, 4 Dec 2022 13:23:09 +0200 Subject: [PATCH] 9.10.1 --- CHANGELOG.md | 2 + package.json | 2 +- packages/api-augment/package.json | 14 +-- 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 | 158 ++++++++++++++-------------- 18 files changed, 167 insertions(+), 165 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb7eb273ac2a..5ab79b3c5845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Changes: +- Adjust payloads to use `BlockHash` types (as applicable) +- Adjust type-only imports in `ScProvider` - Update to latest Polkadot, Kusama & Substrate metadata - Update to `@polkadot/util` 10.2.1 diff --git a/package.json b/package.json index 33656925065e..c8b448ab4e4e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "sideEffects": false, "type": "module", - "version": "9.9.5-2-x", + "version": "9.10.0", "versions": { "git": "9.9.5-2-x", "npm": "9.9.4" diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 90144f81dffb..9448fd25480f 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -20,18 +20,18 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.9.5-2-x", + "version": "9.10.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/api-base": "9.9.5-2-x", - "@polkadot/rpc-augment": "9.9.5-2-x", - "@polkadot/types": "9.9.5-2-x", - "@polkadot/types-augment": "9.9.5-2-x", - "@polkadot/types-codec": "9.9.5-2-x", + "@polkadot/api-base": "9.10.0", + "@polkadot/rpc-augment": "9.10.0", + "@polkadot/types": "9.10.0", + "@polkadot/types-augment": "9.10.0", + "@polkadot/types-codec": "9.10.0", "@polkadot/util": "^10.2.1" }, "devDependencies": { - "@polkadot/types-support": "9.9.5-2-x" + "@polkadot/types-support": "9.10.0" } } diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 9e8e3234ae48..67268c1116f7 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -20,12 +20,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.9.5-2-x", + "version": "9.10.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/rpc-core": "9.9.5-2-x", - "@polkadot/types": "9.9.5-2-x", + "@polkadot/rpc-core": "9.10.0", + "@polkadot/types": "9.10.0", "@polkadot/util": "^10.2.1", "rxjs": "^7.5.7" } diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 1641d9368b57..ec1442cc41f0 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -20,20 +20,20 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.9.5-2-x", + "version": "9.10.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/api": "9.9.5-2-x", - "@polkadot/types": "9.9.5-2-x", - "@polkadot/types-codec": "9.9.5-2-x", - "@polkadot/types-create": "9.9.5-2-x", + "@polkadot/api": "9.10.0", + "@polkadot/types": "9.10.0", + "@polkadot/types-codec": "9.10.0", + "@polkadot/types-create": "9.10.0", "@polkadot/util": "^10.2.1", "@polkadot/util-crypto": "^10.2.1", "rxjs": "^7.5.7" }, "devDependencies": { - "@polkadot/api-augment": "9.9.5-2-x", + "@polkadot/api-augment": "9.10.0", "@polkadot/keyring": "^10.2.1" } } diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index 570e6883921e..0092b954fc82 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -20,25 +20,25 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.9.5-2-x", + "version": "9.10.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/api": "9.9.5-2-x", - "@polkadot/api-augment": "9.9.5-2-x", - "@polkadot/api-base": "9.9.5-2-x", - "@polkadot/rpc-core": "9.9.5-2-x", - "@polkadot/types": "9.9.5-2-x", - "@polkadot/types-codec": "9.9.5-2-x", + "@polkadot/api": "9.10.0", + "@polkadot/api-augment": "9.10.0", + "@polkadot/api-base": "9.10.0", + "@polkadot/rpc-core": "9.10.0", + "@polkadot/types": "9.10.0", + "@polkadot/types-codec": "9.10.0", "@polkadot/util": "^10.2.1", "@polkadot/util-crypto": "^10.2.1", "rxjs": "^7.5.7" }, "devDependencies": { - "@polkadot/api": "9.9.5-2-x", - "@polkadot/api-augment": "9.9.5-2-x", - "@polkadot/rpc-augment": "9.9.5-2-x", - "@polkadot/rpc-provider": "9.9.5-2-x", - "@polkadot/types-support": "9.9.5-2-x" + "@polkadot/api": "9.10.0", + "@polkadot/api-augment": "9.10.0", + "@polkadot/rpc-augment": "9.10.0", + "@polkadot/rpc-provider": "9.10.0", + "@polkadot/types-support": "9.10.0" } } diff --git a/packages/api/package.json b/packages/api/package.json index 9a7535893992..217cebee36b3 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -20,29 +20,29 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.9.5-2-x", + "version": "9.10.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/api-augment": "9.9.5-2-x", - "@polkadot/api-base": "9.9.5-2-x", - "@polkadot/api-derive": "9.9.5-2-x", + "@polkadot/api-augment": "9.10.0", + "@polkadot/api-base": "9.10.0", + "@polkadot/api-derive": "9.10.0", "@polkadot/keyring": "^10.2.1", - "@polkadot/rpc-augment": "9.9.5-2-x", - "@polkadot/rpc-core": "9.9.5-2-x", - "@polkadot/rpc-provider": "9.9.5-2-x", - "@polkadot/types": "9.9.5-2-x", - "@polkadot/types-augment": "9.9.5-2-x", - "@polkadot/types-codec": "9.9.5-2-x", - "@polkadot/types-create": "9.9.5-2-x", - "@polkadot/types-known": "9.9.5-2-x", + "@polkadot/rpc-augment": "9.10.0", + "@polkadot/rpc-core": "9.10.0", + "@polkadot/rpc-provider": "9.10.0", + "@polkadot/types": "9.10.0", + "@polkadot/types-augment": "9.10.0", + "@polkadot/types-codec": "9.10.0", + "@polkadot/types-create": "9.10.0", + "@polkadot/types-known": "9.10.0", "@polkadot/util": "^10.2.1", "@polkadot/util-crypto": "^10.2.1", "eventemitter3": "^4.0.7", "rxjs": "^7.5.7" }, "devDependencies": { - "@polkadot/api-augment": "9.9.5-2-x", - "@polkadot/types-support": "9.9.5-2-x" + "@polkadot/api-augment": "9.10.0", + "@polkadot/types-support": "9.10.0" } } diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index c34f84862e08..7a490ff51a79 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -20,13 +20,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.9.5-2-x", + "version": "9.10.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/rpc-core": "9.9.5-2-x", - "@polkadot/types": "9.9.5-2-x", - "@polkadot/types-codec": "9.9.5-2-x", + "@polkadot/rpc-core": "9.10.0", + "@polkadot/types": "9.10.0", + "@polkadot/types-codec": "9.10.0", "@polkadot/util": "^10.2.1" } } diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 2f719b0abbeb..420509ee8a0e 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -20,18 +20,18 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.9.5-2-x", + "version": "9.10.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/rpc-augment": "9.9.5-2-x", - "@polkadot/rpc-provider": "9.9.5-2-x", - "@polkadot/types": "9.9.5-2-x", + "@polkadot/rpc-augment": "9.10.0", + "@polkadot/rpc-provider": "9.10.0", + "@polkadot/types": "9.10.0", "@polkadot/util": "^10.2.1", "rxjs": "^7.5.7" }, "devDependencies": { "@polkadot/keyring": "^10.2.1", - "@polkadot/rpc-augment": "9.9.5-2-x" + "@polkadot/rpc-augment": "9.10.0" } } diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index c4250ce3cd36..82f7fd3e358d 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -20,13 +20,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.9.5-2-x", + "version": "9.10.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.1", "@polkadot/keyring": "^10.2.1", - "@polkadot/types": "9.9.5-2-x", - "@polkadot/types-support": "9.9.5-2-x", + "@polkadot/types": "9.10.0", + "@polkadot/types-support": "9.10.0", "@polkadot/util": "^10.2.1", "@polkadot/util-crypto": "^10.2.1", "@polkadot/x-fetch": "^10.2.1", diff --git a/packages/typegen/package.json b/packages/typegen/package.json index c2a8ecac2c42..541ef943d99f 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -20,7 +20,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.9.5-2-x", + "version": "9.10.0", "main": "index.js", "bin": { "polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.cjs", @@ -33,15 +33,15 @@ "@babel/core": "^7.20.2", "@babel/register": "^7.18.9", "@babel/runtime": "^7.20.1", - "@polkadot/api": "9.9.5-2-x", - "@polkadot/api-augment": "9.9.5-2-x", - "@polkadot/rpc-augment": "9.9.5-2-x", - "@polkadot/rpc-provider": "9.9.5-2-x", - "@polkadot/types": "9.9.5-2-x", - "@polkadot/types-augment": "9.9.5-2-x", - "@polkadot/types-codec": "9.9.5-2-x", - "@polkadot/types-create": "9.9.5-2-x", - "@polkadot/types-support": "9.9.5-2-x", + "@polkadot/api": "9.10.0", + "@polkadot/api-augment": "9.10.0", + "@polkadot/rpc-augment": "9.10.0", + "@polkadot/rpc-provider": "9.10.0", + "@polkadot/types": "9.10.0", + "@polkadot/types-augment": "9.10.0", + "@polkadot/types-codec": "9.10.0", + "@polkadot/types-create": "9.10.0", + "@polkadot/types-support": "9.10.0", "@polkadot/util": "^10.2.1", "@polkadot/util-crypto": "^10.2.1", "@polkadot/x-ws": "^10.2.1", diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 2df07012a1a5..7fed6de5c9f3 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -20,12 +20,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.9.5-2-x", + "version": "9.10.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/types": "9.9.5-2-x", - "@polkadot/types-codec": "9.9.5-2-x", + "@polkadot/types": "9.10.0", + "@polkadot/types-codec": "9.10.0", "@polkadot/util": "^10.2.1" } } diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index 37d9172f1d11..2d04cf3ddadc 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -20,7 +20,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.9.5-2-x", + "version": "9.10.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.1", @@ -28,9 +28,9 @@ "@polkadot/x-bigint": "^10.2.1" }, "devDependencies": { - "@polkadot/types": "9.9.5-2-x", - "@polkadot/types-augment": "9.9.5-2-x", - "@polkadot/types-support": "9.9.5-2-x", + "@polkadot/types": "9.10.0", + "@polkadot/types-augment": "9.10.0", + "@polkadot/types-support": "9.10.0", "@polkadot/util-crypto": "^10.2.1" } } diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 62792910fba7..fca9398d3939 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -20,14 +20,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.9.5-2-x", + "version": "9.10.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.1", - "@polkadot/types-codec": "9.9.5-2-x", + "@polkadot/types-codec": "9.10.0", "@polkadot/util": "^10.2.1" }, "devDependencies": { - "@polkadot/types": "9.9.5-2-x" + "@polkadot/types": "9.10.0" } } diff --git a/packages/types-known/package.json b/packages/types-known/package.json index df22377125b4..69de1bbb31d8 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -20,17 +20,17 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.9.5-2-x", + "version": "9.10.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.1", "@polkadot/networks": "^10.2.1", - "@polkadot/types": "9.9.5-2-x", - "@polkadot/types-codec": "9.9.5-2-x", - "@polkadot/types-create": "9.9.5-2-x", + "@polkadot/types": "9.10.0", + "@polkadot/types-codec": "9.10.0", + "@polkadot/types-create": "9.10.0", "@polkadot/util": "^10.2.1" }, "devDependencies": { - "@polkadot/api": "9.9.5-2-x" + "@polkadot/api": "9.10.0" } } diff --git a/packages/types-support/package.json b/packages/types-support/package.json index e5f8efcb137c..684f24053566 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -20,7 +20,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.9.5-2-x", + "version": "9.10.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.1", diff --git a/packages/types/package.json b/packages/types/package.json index 9663737a3407..823f2fa2aa4e 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -20,20 +20,20 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.9.5-2-x", + "version": "9.10.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.1", "@polkadot/keyring": "^10.2.1", - "@polkadot/types-augment": "9.9.5-2-x", - "@polkadot/types-codec": "9.9.5-2-x", - "@polkadot/types-create": "9.9.5-2-x", + "@polkadot/types-augment": "9.10.0", + "@polkadot/types-codec": "9.10.0", + "@polkadot/types-create": "9.10.0", "@polkadot/util": "^10.2.1", "@polkadot/util-crypto": "^10.2.1", "rxjs": "^7.5.7" }, "devDependencies": { "@polkadot/keyring": "^10.2.1", - "@polkadot/types-support": "9.9.5-2-x" + "@polkadot/types-support": "9.10.0" } } diff --git a/yarn.lock b/yarn.lock index 90c3e556df44..9ad00f1914d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1989,28 +1989,28 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@9.9.5-2-x, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@9.10.0, @polkadot/api-augment@workspace:packages/api-augment": version: 0.0.0-use.local resolution: "@polkadot/api-augment@workspace:packages/api-augment" dependencies: "@babel/runtime": ^7.20.1 - "@polkadot/api-base": 9.9.5-2-x - "@polkadot/rpc-augment": 9.9.5-2-x - "@polkadot/types": 9.9.5-2-x - "@polkadot/types-augment": 9.9.5-2-x - "@polkadot/types-codec": 9.9.5-2-x - "@polkadot/types-support": 9.9.5-2-x + "@polkadot/api-base": 9.10.0 + "@polkadot/rpc-augment": 9.10.0 + "@polkadot/types": 9.10.0 + "@polkadot/types-augment": 9.10.0 + "@polkadot/types-codec": 9.10.0 + "@polkadot/types-support": 9.10.0 "@polkadot/util": ^10.2.1 languageName: unknown linkType: soft -"@polkadot/api-base@9.9.5-2-x, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@9.10.0, @polkadot/api-base@workspace:packages/api-base": version: 0.0.0-use.local resolution: "@polkadot/api-base@workspace:packages/api-base" dependencies: "@babel/runtime": ^7.20.1 - "@polkadot/rpc-core": 9.9.5-2-x - "@polkadot/types": 9.9.5-2-x + "@polkadot/rpc-core": 9.10.0 + "@polkadot/types": 9.10.0 "@polkadot/util": ^10.2.1 rxjs: ^7.5.7 languageName: unknown @@ -2021,56 +2021,56 @@ __metadata: resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: "@babel/runtime": ^7.20.1 - "@polkadot/api": 9.9.5-2-x - "@polkadot/api-augment": 9.9.5-2-x + "@polkadot/api": 9.10.0 + "@polkadot/api-augment": 9.10.0 "@polkadot/keyring": ^10.2.1 - "@polkadot/types": 9.9.5-2-x - "@polkadot/types-codec": 9.9.5-2-x - "@polkadot/types-create": 9.9.5-2-x + "@polkadot/types": 9.10.0 + "@polkadot/types-codec": 9.10.0 + "@polkadot/types-create": 9.10.0 "@polkadot/util": ^10.2.1 "@polkadot/util-crypto": ^10.2.1 rxjs: ^7.5.7 languageName: unknown linkType: soft -"@polkadot/api-derive@9.9.5-2-x, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@9.10.0, @polkadot/api-derive@workspace:packages/api-derive": version: 0.0.0-use.local resolution: "@polkadot/api-derive@workspace:packages/api-derive" dependencies: "@babel/runtime": ^7.20.1 - "@polkadot/api": 9.9.5-2-x - "@polkadot/api-augment": 9.9.5-2-x - "@polkadot/api-base": 9.9.5-2-x - "@polkadot/rpc-augment": 9.9.5-2-x - "@polkadot/rpc-core": 9.9.5-2-x - "@polkadot/rpc-provider": 9.9.5-2-x - "@polkadot/types": 9.9.5-2-x - "@polkadot/types-codec": 9.9.5-2-x - "@polkadot/types-support": 9.9.5-2-x + "@polkadot/api": 9.10.0 + "@polkadot/api-augment": 9.10.0 + "@polkadot/api-base": 9.10.0 + "@polkadot/rpc-augment": 9.10.0 + "@polkadot/rpc-core": 9.10.0 + "@polkadot/rpc-provider": 9.10.0 + "@polkadot/types": 9.10.0 + "@polkadot/types-codec": 9.10.0 + "@polkadot/types-support": 9.10.0 "@polkadot/util": ^10.2.1 "@polkadot/util-crypto": ^10.2.1 rxjs: ^7.5.7 languageName: unknown linkType: soft -"@polkadot/api@9.9.5-2-x, @polkadot/api@workspace:packages/api": +"@polkadot/api@9.10.0, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: "@babel/runtime": ^7.20.1 - "@polkadot/api-augment": 9.9.5-2-x - "@polkadot/api-base": 9.9.5-2-x - "@polkadot/api-derive": 9.9.5-2-x + "@polkadot/api-augment": 9.10.0 + "@polkadot/api-base": 9.10.0 + "@polkadot/api-derive": 9.10.0 "@polkadot/keyring": ^10.2.1 - "@polkadot/rpc-augment": 9.9.5-2-x - "@polkadot/rpc-core": 9.9.5-2-x - "@polkadot/rpc-provider": 9.9.5-2-x - "@polkadot/types": 9.9.5-2-x - "@polkadot/types-augment": 9.9.5-2-x - "@polkadot/types-codec": 9.9.5-2-x - "@polkadot/types-create": 9.9.5-2-x - "@polkadot/types-known": 9.9.5-2-x - "@polkadot/types-support": 9.9.5-2-x + "@polkadot/rpc-augment": 9.10.0 + "@polkadot/rpc-core": 9.10.0 + "@polkadot/rpc-provider": 9.10.0 + "@polkadot/types": 9.10.0 + "@polkadot/types-augment": 9.10.0 + "@polkadot/types-codec": 9.10.0 + "@polkadot/types-create": 9.10.0 + "@polkadot/types-known": 9.10.0 + "@polkadot/types-support": 9.10.0 "@polkadot/util": ^10.2.1 "@polkadot/util-crypto": ^10.2.1 eventemitter3: ^4.0.7 @@ -2206,40 +2206,40 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@9.9.5-2-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@9.10.0, @polkadot/rpc-augment@workspace:packages/rpc-augment": version: 0.0.0-use.local resolution: "@polkadot/rpc-augment@workspace:packages/rpc-augment" dependencies: "@babel/runtime": ^7.20.1 - "@polkadot/rpc-core": 9.9.5-2-x - "@polkadot/types": 9.9.5-2-x - "@polkadot/types-codec": 9.9.5-2-x + "@polkadot/rpc-core": 9.10.0 + "@polkadot/types": 9.10.0 + "@polkadot/types-codec": 9.10.0 "@polkadot/util": ^10.2.1 languageName: unknown linkType: soft -"@polkadot/rpc-core@9.9.5-2-x, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@9.10.0, @polkadot/rpc-core@workspace:packages/rpc-core": version: 0.0.0-use.local resolution: "@polkadot/rpc-core@workspace:packages/rpc-core" dependencies: "@babel/runtime": ^7.20.1 "@polkadot/keyring": ^10.2.1 - "@polkadot/rpc-augment": 9.9.5-2-x - "@polkadot/rpc-provider": 9.9.5-2-x - "@polkadot/types": 9.9.5-2-x + "@polkadot/rpc-augment": 9.10.0 + "@polkadot/rpc-provider": 9.10.0 + "@polkadot/types": 9.10.0 "@polkadot/util": ^10.2.1 rxjs: ^7.5.7 languageName: unknown linkType: soft -"@polkadot/rpc-provider@9.9.5-2-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@9.10.0, @polkadot/rpc-provider@workspace:packages/rpc-provider": version: 0.0.0-use.local resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider" dependencies: "@babel/runtime": ^7.20.1 "@polkadot/keyring": ^10.2.1 - "@polkadot/types": 9.9.5-2-x - "@polkadot/types-support": 9.9.5-2-x + "@polkadot/types": 9.10.0 + "@polkadot/types-support": 9.10.0 "@polkadot/util": ^10.2.1 "@polkadot/util-crypto": ^10.2.1 "@polkadot/x-fetch": ^10.2.1 @@ -2259,15 +2259,15 @@ __metadata: "@babel/core": ^7.20.2 "@babel/register": ^7.18.9 "@babel/runtime": ^7.20.1 - "@polkadot/api": 9.9.5-2-x - "@polkadot/api-augment": 9.9.5-2-x - "@polkadot/rpc-augment": 9.9.5-2-x - "@polkadot/rpc-provider": 9.9.5-2-x - "@polkadot/types": 9.9.5-2-x - "@polkadot/types-augment": 9.9.5-2-x - "@polkadot/types-codec": 9.9.5-2-x - "@polkadot/types-create": 9.9.5-2-x - "@polkadot/types-support": 9.9.5-2-x + "@polkadot/api": 9.10.0 + "@polkadot/api-augment": 9.10.0 + "@polkadot/rpc-augment": 9.10.0 + "@polkadot/rpc-provider": 9.10.0 + "@polkadot/types": 9.10.0 + "@polkadot/types-augment": 9.10.0 + "@polkadot/types-codec": 9.10.0 + "@polkadot/types-create": 9.10.0 + "@polkadot/types-support": 9.10.0 "@polkadot/util": ^10.2.1 "@polkadot/util-crypto": ^10.2.1 "@polkadot/x-ws": ^10.2.1 @@ -2285,57 +2285,57 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@9.9.5-2-x, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@9.10.0, @polkadot/types-augment@workspace:packages/types-augment": version: 0.0.0-use.local resolution: "@polkadot/types-augment@workspace:packages/types-augment" dependencies: "@babel/runtime": ^7.20.1 - "@polkadot/types": 9.9.5-2-x - "@polkadot/types-codec": 9.9.5-2-x + "@polkadot/types": 9.10.0 + "@polkadot/types-codec": 9.10.0 "@polkadot/util": ^10.2.1 languageName: unknown linkType: soft -"@polkadot/types-codec@9.9.5-2-x, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@9.10.0, @polkadot/types-codec@workspace:packages/types-codec": version: 0.0.0-use.local resolution: "@polkadot/types-codec@workspace:packages/types-codec" dependencies: "@babel/runtime": ^7.20.1 - "@polkadot/types": 9.9.5-2-x - "@polkadot/types-augment": 9.9.5-2-x - "@polkadot/types-support": 9.9.5-2-x + "@polkadot/types": 9.10.0 + "@polkadot/types-augment": 9.10.0 + "@polkadot/types-support": 9.10.0 "@polkadot/util": ^10.2.1 "@polkadot/util-crypto": ^10.2.1 "@polkadot/x-bigint": ^10.2.1 languageName: unknown linkType: soft -"@polkadot/types-create@9.9.5-2-x, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@9.10.0, @polkadot/types-create@workspace:packages/types-create": version: 0.0.0-use.local resolution: "@polkadot/types-create@workspace:packages/types-create" dependencies: "@babel/runtime": ^7.20.1 - "@polkadot/types": 9.9.5-2-x - "@polkadot/types-codec": 9.9.5-2-x + "@polkadot/types": 9.10.0 + "@polkadot/types-codec": 9.10.0 "@polkadot/util": ^10.2.1 languageName: unknown linkType: soft -"@polkadot/types-known@9.9.5-2-x, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@9.10.0, @polkadot/types-known@workspace:packages/types-known": version: 0.0.0-use.local resolution: "@polkadot/types-known@workspace:packages/types-known" dependencies: "@babel/runtime": ^7.20.1 - "@polkadot/api": 9.9.5-2-x + "@polkadot/api": 9.10.0 "@polkadot/networks": ^10.2.1 - "@polkadot/types": 9.9.5-2-x - "@polkadot/types-codec": 9.9.5-2-x - "@polkadot/types-create": 9.9.5-2-x + "@polkadot/types": 9.10.0 + "@polkadot/types-codec": 9.10.0 + "@polkadot/types-create": 9.10.0 "@polkadot/util": ^10.2.1 languageName: unknown linkType: soft -"@polkadot/types-support@9.9.5-2-x, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@9.10.0, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -2344,16 +2344,16 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@9.9.5-2-x, @polkadot/types@workspace:packages/types": +"@polkadot/types@9.10.0, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@babel/runtime": ^7.20.1 "@polkadot/keyring": ^10.2.1 - "@polkadot/types-augment": 9.9.5-2-x - "@polkadot/types-codec": 9.9.5-2-x - "@polkadot/types-create": 9.9.5-2-x - "@polkadot/types-support": 9.9.5-2-x + "@polkadot/types-augment": 9.10.0 + "@polkadot/types-codec": 9.10.0 + "@polkadot/types-create": 9.10.0 + "@polkadot/types-support": 9.10.0 "@polkadot/util": ^10.2.1 "@polkadot/util-crypto": ^10.2.1 rxjs: ^7.5.7