From f4a590d7f8fafb796cd3fda8f9599efba58015f6 Mon Sep 17 00:00:00 2001 From: Jaco Date: Sun, 3 Apr 2022 07:59:31 +0200 Subject: [PATCH] 7.15.1 (#4714) --- CHANGELOG.md | 4 +- 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 | 8 +- 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 10d9bb3e7f46..a54cf3c22695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## master +## 7.15.1 Apr 3, 2022 Contributed: @@ -14,7 +14,7 @@ Changes: - Add in-flight cache for parallel same-version metadata queries - Cater for lazy `@polkadot/util-crypto` init (adjustment for React Native) - Update to latest Substrate, Kusama & Polkadot static metadata -- Updaqte latest Westend & Kusama (up to 9180) upgrade blocks +- Update latest Westend & Kusama (up to 9180) upgrade blocks ## 7.14.3 Mar 28, 2022 diff --git a/package.json b/package.json index 7a66629099ef..ca261fc0416a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "sideEffects": false, "type": "commonjs", - "version": "7.14.4-9", + "version": "7.15.0", "workspaces": [ "packages/*" ], diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index d8f7d0139c4a..04f175145593 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -20,18 +20,18 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.14.4-9", + "version": "7.15.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", - "@polkadot/api-base": "7.14.4-9", - "@polkadot/rpc-augment": "7.14.4-9", - "@polkadot/types": "7.14.4-9", - "@polkadot/types-augment": "7.14.4-9", - "@polkadot/types-codec": "7.14.4-9", + "@polkadot/api-base": "7.15.0", + "@polkadot/rpc-augment": "7.15.0", + "@polkadot/types": "7.15.0", + "@polkadot/types-augment": "7.15.0", + "@polkadot/types-codec": "7.15.0", "@polkadot/util": "^8.7.1" }, "devDependencies": { - "@polkadot/types-support": "7.14.4-9" + "@polkadot/types-support": "7.15.0" } } diff --git a/packages/api-base/package.json b/packages/api-base/package.json index c1091f0a0ef0..6ac08bab2687 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -20,12 +20,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.14.4-9", + "version": "7.15.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", - "@polkadot/rpc-core": "7.14.4-9", - "@polkadot/types": "7.14.4-9", + "@polkadot/rpc-core": "7.15.0", + "@polkadot/types": "7.15.0", "@polkadot/util": "^8.7.1", "rxjs": "^7.5.5" } diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 3094c0eae46a..3e6f71668575 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -20,20 +20,20 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.14.4-9", + "version": "7.15.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", - "@polkadot/api": "7.14.4-9", - "@polkadot/types": "7.14.4-9", - "@polkadot/types-codec": "7.14.4-9", - "@polkadot/types-create": "7.14.4-9", + "@polkadot/api": "7.15.0", + "@polkadot/types": "7.15.0", + "@polkadot/types-codec": "7.15.0", + "@polkadot/types-create": "7.15.0", "@polkadot/util": "^8.7.1", "@polkadot/util-crypto": "^8.7.1", "rxjs": "^7.5.5" }, "devDependencies": { - "@polkadot/api-augment": "7.14.4-9", + "@polkadot/api-augment": "7.15.0", "@polkadot/keyring": "^8.7.1" } } diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index e76809cbe322..3b32edef580c 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -20,25 +20,25 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.14.4-9", + "version": "7.15.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", - "@polkadot/api": "7.14.4-9", - "@polkadot/api-augment": "7.14.4-9", - "@polkadot/api-base": "7.14.4-9", - "@polkadot/rpc-core": "7.14.4-9", - "@polkadot/types": "7.14.4-9", - "@polkadot/types-codec": "7.14.4-9", + "@polkadot/api": "7.15.0", + "@polkadot/api-augment": "7.15.0", + "@polkadot/api-base": "7.15.0", + "@polkadot/rpc-core": "7.15.0", + "@polkadot/types": "7.15.0", + "@polkadot/types-codec": "7.15.0", "@polkadot/util": "^8.7.1", "@polkadot/util-crypto": "^8.7.1", "rxjs": "^7.5.5" }, "devDependencies": { - "@polkadot/api": "7.14.4-9", - "@polkadot/api-augment": "7.14.4-9", - "@polkadot/rpc-augment": "7.14.4-9", - "@polkadot/rpc-provider": "7.14.4-9", - "@polkadot/types-support": "7.14.4-9" + "@polkadot/api": "7.15.0", + "@polkadot/api-augment": "7.15.0", + "@polkadot/rpc-augment": "7.15.0", + "@polkadot/rpc-provider": "7.15.0", + "@polkadot/types-support": "7.15.0" } } diff --git a/packages/api/package.json b/packages/api/package.json index c735c863aca7..52b839c496cd 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -20,29 +20,29 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.14.4-9", + "version": "7.15.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", - "@polkadot/api-augment": "7.14.4-9", - "@polkadot/api-base": "7.14.4-9", - "@polkadot/api-derive": "7.14.4-9", + "@polkadot/api-augment": "7.15.0", + "@polkadot/api-base": "7.15.0", + "@polkadot/api-derive": "7.15.0", "@polkadot/keyring": "^8.7.1", - "@polkadot/rpc-augment": "7.14.4-9", - "@polkadot/rpc-core": "7.14.4-9", - "@polkadot/rpc-provider": "7.14.4-9", - "@polkadot/types": "7.14.4-9", - "@polkadot/types-augment": "7.14.4-9", - "@polkadot/types-codec": "7.14.4-9", - "@polkadot/types-create": "7.14.4-9", - "@polkadot/types-known": "7.14.4-9", + "@polkadot/rpc-augment": "7.15.0", + "@polkadot/rpc-core": "7.15.0", + "@polkadot/rpc-provider": "7.15.0", + "@polkadot/types": "7.15.0", + "@polkadot/types-augment": "7.15.0", + "@polkadot/types-codec": "7.15.0", + "@polkadot/types-create": "7.15.0", + "@polkadot/types-known": "7.15.0", "@polkadot/util": "^8.7.1", "@polkadot/util-crypto": "^8.7.1", "eventemitter3": "^4.0.7", "rxjs": "^7.5.5" }, "devDependencies": { - "@polkadot/api-augment": "7.14.4-9", - "@polkadot/types-support": "7.14.4-9" + "@polkadot/api-augment": "7.15.0", + "@polkadot/types-support": "7.15.0" } } diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index d3eab9a529f3..d8b2b03c3b05 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -20,13 +20,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.14.4-9", + "version": "7.15.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", - "@polkadot/rpc-core": "7.14.4-9", - "@polkadot/types": "7.14.4-9", - "@polkadot/types-codec": "7.14.4-9", + "@polkadot/rpc-core": "7.15.0", + "@polkadot/types": "7.15.0", + "@polkadot/types-codec": "7.15.0", "@polkadot/util": "^8.7.1" } } diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 55eeca186d97..c36cbd2879d4 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -20,18 +20,18 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.14.4-9", + "version": "7.15.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", - "@polkadot/rpc-augment": "7.14.4-9", - "@polkadot/rpc-provider": "7.14.4-9", - "@polkadot/types": "7.14.4-9", + "@polkadot/rpc-augment": "7.15.0", + "@polkadot/rpc-provider": "7.15.0", + "@polkadot/types": "7.15.0", "@polkadot/util": "^8.7.1", "rxjs": "^7.5.5" }, "devDependencies": { "@polkadot/keyring": "^8.7.1", - "@polkadot/rpc-augment": "7.14.4-9" + "@polkadot/rpc-augment": "7.15.0" } } diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 39a83f3c0dcb..d96feb242fe0 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -20,13 +20,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.14.4-9", + "version": "7.15.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", "@polkadot/keyring": "^8.7.1", - "@polkadot/types": "7.14.4-9", - "@polkadot/types-support": "7.14.4-9", + "@polkadot/types": "7.15.0", + "@polkadot/types-support": "7.15.0", "@polkadot/util": "^8.7.1", "@polkadot/util-crypto": "^8.7.1", "@polkadot/x-fetch": "^8.7.1", diff --git a/packages/typegen/package.json b/packages/typegen/package.json index b720553faf10..c0d4a30b9a64 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -20,7 +20,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.14.4-9", + "version": "7.15.0", "main": "index.js", "bin": { "polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.cjs", @@ -33,15 +33,15 @@ "@babel/core": "^7.17.8", "@babel/register": "^7.17.7", "@babel/runtime": "^7.17.8", - "@polkadot/api": "7.14.4-9", - "@polkadot/api-augment": "7.14.4-9", - "@polkadot/rpc-augment": "7.14.4-9", - "@polkadot/rpc-provider": "7.14.4-9", - "@polkadot/types": "7.14.4-9", - "@polkadot/types-augment": "7.14.4-9", - "@polkadot/types-codec": "7.14.4-9", - "@polkadot/types-create": "7.14.4-9", - "@polkadot/types-support": "7.14.4-9", + "@polkadot/api": "7.15.0", + "@polkadot/api-augment": "7.15.0", + "@polkadot/rpc-augment": "7.15.0", + "@polkadot/rpc-provider": "7.15.0", + "@polkadot/types": "7.15.0", + "@polkadot/types-augment": "7.15.0", + "@polkadot/types-codec": "7.15.0", + "@polkadot/types-create": "7.15.0", + "@polkadot/types-support": "7.15.0", "@polkadot/util": "^8.7.1", "@polkadot/x-ws": "^8.7.1", "handlebars": "^4.7.7", diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index ec6babd5b331..8d4c52e7805b 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -20,12 +20,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.14.4-9", + "version": "7.15.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", - "@polkadot/types": "7.14.4-9", - "@polkadot/types-codec": "7.14.4-9", + "@polkadot/types": "7.15.0", + "@polkadot/types-codec": "7.15.0", "@polkadot/util": "^8.7.1" } } diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index 4ef7189075df..cfdc1526d530 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -20,16 +20,16 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.14.4-9", + "version": "7.15.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", "@polkadot/util": "^8.7.1" }, "devDependencies": { - "@polkadot/types": "7.14.4-9", - "@polkadot/types-augment": "7.14.4-9", - "@polkadot/types-support": "7.14.4-9", + "@polkadot/types": "7.15.0", + "@polkadot/types-augment": "7.15.0", + "@polkadot/types-support": "7.15.0", "@polkadot/util-crypto": "^8.7.1" } } diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 56e89f06890f..99e88d65ffac 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -20,14 +20,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.14.4-9", + "version": "7.15.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", - "@polkadot/types-codec": "7.14.4-9", + "@polkadot/types-codec": "7.15.0", "@polkadot/util": "^8.7.1" }, "devDependencies": { - "@polkadot/types": "7.14.4-9" + "@polkadot/types": "7.15.0" } } diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 4e923c37f90f..eb9007d0acce 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -20,14 +20,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.14.4-9", + "version": "7.15.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", "@polkadot/networks": "^8.7.1", - "@polkadot/types": "7.14.4-9", - "@polkadot/types-codec": "7.14.4-9", - "@polkadot/types-create": "7.14.4-9", + "@polkadot/types": "7.15.0", + "@polkadot/types-codec": "7.15.0", + "@polkadot/types-create": "7.15.0", "@polkadot/util": "^8.7.1" } } diff --git a/packages/types-support/package.json b/packages/types-support/package.json index df392df4347f..7f5299f43dbd 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -20,7 +20,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.14.4-9", + "version": "7.15.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", diff --git a/packages/types/package.json b/packages/types/package.json index cf2a300114df..5bf8be80e82f 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -20,20 +20,20 @@ "./detectPackage.cjs" ], "type": "module", - "version": "7.14.4-9", + "version": "7.15.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", "@polkadot/keyring": "^8.7.1", - "@polkadot/types-augment": "7.14.4-9", - "@polkadot/types-codec": "7.14.4-9", - "@polkadot/types-create": "7.14.4-9", + "@polkadot/types-augment": "7.15.0", + "@polkadot/types-codec": "7.15.0", + "@polkadot/types-create": "7.15.0", "@polkadot/util": "^8.7.1", "@polkadot/util-crypto": "^8.7.1", "rxjs": "^7.5.5" }, "devDependencies": { "@polkadot/keyring": "^8.7.1", - "@polkadot/types-support": "7.14.4-9" + "@polkadot/types-support": "7.15.0" } } diff --git a/yarn.lock b/yarn.lock index 3a70e2eb4bff..24ce056edd22 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1902,28 +1902,28 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@7.14.4-9, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@7.15.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.17.8 - "@polkadot/api-base": 7.14.4-9 - "@polkadot/rpc-augment": 7.14.4-9 - "@polkadot/types": 7.14.4-9 - "@polkadot/types-augment": 7.14.4-9 - "@polkadot/types-codec": 7.14.4-9 - "@polkadot/types-support": 7.14.4-9 + "@polkadot/api-base": 7.15.0 + "@polkadot/rpc-augment": 7.15.0 + "@polkadot/types": 7.15.0 + "@polkadot/types-augment": 7.15.0 + "@polkadot/types-codec": 7.15.0 + "@polkadot/types-support": 7.15.0 "@polkadot/util": ^8.7.1 languageName: unknown linkType: soft -"@polkadot/api-base@7.14.4-9, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@7.15.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.17.8 - "@polkadot/rpc-core": 7.14.4-9 - "@polkadot/types": 7.14.4-9 + "@polkadot/rpc-core": 7.15.0 + "@polkadot/types": 7.15.0 "@polkadot/util": ^8.7.1 rxjs: ^7.5.5 languageName: unknown @@ -1934,56 +1934,56 @@ __metadata: resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: "@babel/runtime": ^7.17.8 - "@polkadot/api": 7.14.4-9 - "@polkadot/api-augment": 7.14.4-9 + "@polkadot/api": 7.15.0 + "@polkadot/api-augment": 7.15.0 "@polkadot/keyring": ^8.7.1 - "@polkadot/types": 7.14.4-9 - "@polkadot/types-codec": 7.14.4-9 - "@polkadot/types-create": 7.14.4-9 + "@polkadot/types": 7.15.0 + "@polkadot/types-codec": 7.15.0 + "@polkadot/types-create": 7.15.0 "@polkadot/util": ^8.7.1 "@polkadot/util-crypto": ^8.7.1 rxjs: ^7.5.5 languageName: unknown linkType: soft -"@polkadot/api-derive@7.14.4-9, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@7.15.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.17.8 - "@polkadot/api": 7.14.4-9 - "@polkadot/api-augment": 7.14.4-9 - "@polkadot/api-base": 7.14.4-9 - "@polkadot/rpc-augment": 7.14.4-9 - "@polkadot/rpc-core": 7.14.4-9 - "@polkadot/rpc-provider": 7.14.4-9 - "@polkadot/types": 7.14.4-9 - "@polkadot/types-codec": 7.14.4-9 - "@polkadot/types-support": 7.14.4-9 + "@polkadot/api": 7.15.0 + "@polkadot/api-augment": 7.15.0 + "@polkadot/api-base": 7.15.0 + "@polkadot/rpc-augment": 7.15.0 + "@polkadot/rpc-core": 7.15.0 + "@polkadot/rpc-provider": 7.15.0 + "@polkadot/types": 7.15.0 + "@polkadot/types-codec": 7.15.0 + "@polkadot/types-support": 7.15.0 "@polkadot/util": ^8.7.1 "@polkadot/util-crypto": ^8.7.1 rxjs: ^7.5.5 languageName: unknown linkType: soft -"@polkadot/api@7.14.4-9, @polkadot/api@workspace:packages/api": +"@polkadot/api@7.15.0, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: "@babel/runtime": ^7.17.8 - "@polkadot/api-augment": 7.14.4-9 - "@polkadot/api-base": 7.14.4-9 - "@polkadot/api-derive": 7.14.4-9 + "@polkadot/api-augment": 7.15.0 + "@polkadot/api-base": 7.15.0 + "@polkadot/api-derive": 7.15.0 "@polkadot/keyring": ^8.7.1 - "@polkadot/rpc-augment": 7.14.4-9 - "@polkadot/rpc-core": 7.14.4-9 - "@polkadot/rpc-provider": 7.14.4-9 - "@polkadot/types": 7.14.4-9 - "@polkadot/types-augment": 7.14.4-9 - "@polkadot/types-codec": 7.14.4-9 - "@polkadot/types-create": 7.14.4-9 - "@polkadot/types-known": 7.14.4-9 - "@polkadot/types-support": 7.14.4-9 + "@polkadot/rpc-augment": 7.15.0 + "@polkadot/rpc-core": 7.15.0 + "@polkadot/rpc-provider": 7.15.0 + "@polkadot/types": 7.15.0 + "@polkadot/types-augment": 7.15.0 + "@polkadot/types-codec": 7.15.0 + "@polkadot/types-create": 7.15.0 + "@polkadot/types-known": 7.15.0 + "@polkadot/types-support": 7.15.0 "@polkadot/util": ^8.7.1 "@polkadot/util-crypto": ^8.7.1 eventemitter3: ^4.0.7 @@ -2108,40 +2108,40 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@7.14.4-9, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@7.15.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.17.8 - "@polkadot/rpc-core": 7.14.4-9 - "@polkadot/types": 7.14.4-9 - "@polkadot/types-codec": 7.14.4-9 + "@polkadot/rpc-core": 7.15.0 + "@polkadot/types": 7.15.0 + "@polkadot/types-codec": 7.15.0 "@polkadot/util": ^8.7.1 languageName: unknown linkType: soft -"@polkadot/rpc-core@7.14.4-9, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@7.15.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.17.8 "@polkadot/keyring": ^8.7.1 - "@polkadot/rpc-augment": 7.14.4-9 - "@polkadot/rpc-provider": 7.14.4-9 - "@polkadot/types": 7.14.4-9 + "@polkadot/rpc-augment": 7.15.0 + "@polkadot/rpc-provider": 7.15.0 + "@polkadot/types": 7.15.0 "@polkadot/util": ^8.7.1 rxjs: ^7.5.5 languageName: unknown linkType: soft -"@polkadot/rpc-provider@7.14.4-9, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@7.15.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.17.8 "@polkadot/keyring": ^8.7.1 - "@polkadot/types": 7.14.4-9 - "@polkadot/types-support": 7.14.4-9 + "@polkadot/types": 7.15.0 + "@polkadot/types-support": 7.15.0 "@polkadot/util": ^8.7.1 "@polkadot/util-crypto": ^8.7.1 "@polkadot/x-fetch": ^8.7.1 @@ -2161,15 +2161,15 @@ __metadata: "@babel/core": ^7.17.8 "@babel/register": ^7.17.7 "@babel/runtime": ^7.17.8 - "@polkadot/api": 7.14.4-9 - "@polkadot/api-augment": 7.14.4-9 - "@polkadot/rpc-augment": 7.14.4-9 - "@polkadot/rpc-provider": 7.14.4-9 - "@polkadot/types": 7.14.4-9 - "@polkadot/types-augment": 7.14.4-9 - "@polkadot/types-codec": 7.14.4-9 - "@polkadot/types-create": 7.14.4-9 - "@polkadot/types-support": 7.14.4-9 + "@polkadot/api": 7.15.0 + "@polkadot/api-augment": 7.15.0 + "@polkadot/rpc-augment": 7.15.0 + "@polkadot/rpc-provider": 7.15.0 + "@polkadot/types": 7.15.0 + "@polkadot/types-augment": 7.15.0 + "@polkadot/types-codec": 7.15.0 + "@polkadot/types-create": 7.15.0 + "@polkadot/types-support": 7.15.0 "@polkadot/util": ^8.7.1 "@polkadot/x-ws": ^8.7.1 "@types/websocket": ^1.0.5 @@ -2186,55 +2186,55 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@7.14.4-9, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@7.15.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.17.8 - "@polkadot/types": 7.14.4-9 - "@polkadot/types-codec": 7.14.4-9 + "@polkadot/types": 7.15.0 + "@polkadot/types-codec": 7.15.0 "@polkadot/util": ^8.7.1 languageName: unknown linkType: soft -"@polkadot/types-codec@7.14.4-9, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@7.15.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.17.8 - "@polkadot/types": 7.14.4-9 - "@polkadot/types-augment": 7.14.4-9 - "@polkadot/types-support": 7.14.4-9 + "@polkadot/types": 7.15.0 + "@polkadot/types-augment": 7.15.0 + "@polkadot/types-support": 7.15.0 "@polkadot/util": ^8.7.1 "@polkadot/util-crypto": ^8.7.1 languageName: unknown linkType: soft -"@polkadot/types-create@7.14.4-9, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@7.15.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.17.8 - "@polkadot/types": 7.14.4-9 - "@polkadot/types-codec": 7.14.4-9 + "@polkadot/types": 7.15.0 + "@polkadot/types-codec": 7.15.0 "@polkadot/util": ^8.7.1 languageName: unknown linkType: soft -"@polkadot/types-known@7.14.4-9, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@7.15.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.17.8 "@polkadot/networks": ^8.7.1 - "@polkadot/types": 7.14.4-9 - "@polkadot/types-codec": 7.14.4-9 - "@polkadot/types-create": 7.14.4-9 + "@polkadot/types": 7.15.0 + "@polkadot/types-codec": 7.15.0 + "@polkadot/types-create": 7.15.0 "@polkadot/util": ^8.7.1 languageName: unknown linkType: soft -"@polkadot/types-support@7.14.4-9, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@7.15.0, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -2243,16 +2243,16 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@7.14.4-9, @polkadot/types@workspace:packages/types": +"@polkadot/types@7.15.0, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@babel/runtime": ^7.17.8 "@polkadot/keyring": ^8.7.1 - "@polkadot/types-augment": 7.14.4-9 - "@polkadot/types-codec": 7.14.4-9 - "@polkadot/types-create": 7.14.4-9 - "@polkadot/types-support": 7.14.4-9 + "@polkadot/types-augment": 7.15.0 + "@polkadot/types-codec": 7.15.0 + "@polkadot/types-create": 7.15.0 + "@polkadot/types-support": 7.15.0 "@polkadot/util": ^8.7.1 "@polkadot/util-crypto": ^8.7.1 rxjs: ^7.5.5