From d561fc9dc705eec45c834f0025f8879dbe76559f Mon Sep 17 00:00:00 2001 From: Jaco Date: Sat, 15 Apr 2023 14:31:04 +0300 Subject: [PATCH] 10.3.3 (#5596) --- CHANGELOG.md | 1 + 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(+), 163 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2fc5e757dfb..292834b27f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Contributed: - Add support for Fungibles runtime api (Thanks to https://github.com/bkontur) +- Update Nimbus Collator lookups (Thanks to https://github.com/grenade) Changes: diff --git a/package.json b/package.json index 377292b07a61..d48f38202abd 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "10.3.3-3-x", + "version": "10.3.3", "versions": { "git": "10.3.3-3-x", "npm": "10.3.2" diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index a5acb5f72210..0108f1f54c92 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-3-x", + "version": "10.3.3", "main": "index.js", "dependencies": { - "@polkadot/api-base": "10.3.3-3-x", - "@polkadot/rpc-augment": "10.3.3-3-x", - "@polkadot/types": "10.3.3-3-x", - "@polkadot/types-augment": "10.3.3-3-x", - "@polkadot/types-codec": "10.3.3-3-x", + "@polkadot/api-base": "10.3.3", + "@polkadot/rpc-augment": "10.3.3", + "@polkadot/types": "10.3.3", + "@polkadot/types-augment": "10.3.3", + "@polkadot/types-codec": "10.3.3", "@polkadot/util": "^11.1.3", "tslib": "^2.5.0" } diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 7ab22c0fdcc4..220f4050bb6d 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-3-x", + "version": "10.3.3", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.3.3-3-x", - "@polkadot/types": "10.3.3-3-x", + "@polkadot/rpc-core": "10.3.3", + "@polkadot/types": "10.3.3", "@polkadot/util": "^11.1.3", "rxjs": "^7.8.0", "tslib": "^2.5.0" diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 861db49455fd..35281f51e5e9 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,20 +18,20 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-3-x", + "version": "10.3.3", "main": "index.js", "dependencies": { - "@polkadot/api": "10.3.3-3-x", - "@polkadot/types": "10.3.3-3-x", - "@polkadot/types-codec": "10.3.3-3-x", - "@polkadot/types-create": "10.3.3-3-x", + "@polkadot/api": "10.3.3", + "@polkadot/types": "10.3.3", + "@polkadot/types-codec": "10.3.3", + "@polkadot/types-create": "10.3.3", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "rxjs": "^7.8.0", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api-augment": "10.3.3-3-x", + "@polkadot/api-augment": "10.3.3", "@polkadot/keyring": "^11.1.3" } } diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index e782e7dac657..3bb401555435 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-3-x", + "version": "10.3.3", "main": "index.js", "dependencies": { - "@polkadot/api": "10.3.3-3-x", - "@polkadot/api-augment": "10.3.3-3-x", - "@polkadot/api-base": "10.3.3-3-x", - "@polkadot/rpc-core": "10.3.3-3-x", - "@polkadot/types": "10.3.3-3-x", - "@polkadot/types-codec": "10.3.3-3-x", + "@polkadot/api": "10.3.3", + "@polkadot/api-augment": "10.3.3", + "@polkadot/api-base": "10.3.3", + "@polkadot/rpc-core": "10.3.3", + "@polkadot/types": "10.3.3", + "@polkadot/types-codec": "10.3.3", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "rxjs": "^7.8.0", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api": "10.3.3-3-x", - "@polkadot/api-augment": "10.3.3-3-x", - "@polkadot/rpc-augment": "10.3.3-3-x", - "@polkadot/rpc-provider": "10.3.3-3-x", - "@polkadot/types-support": "10.3.3-3-x" + "@polkadot/api": "10.3.3", + "@polkadot/api-augment": "10.3.3", + "@polkadot/rpc-augment": "10.3.3", + "@polkadot/rpc-provider": "10.3.3", + "@polkadot/types-support": "10.3.3" } } diff --git a/packages/api/package.json b/packages/api/package.json index 84d0f8bb3f95..044b41dbd6bd 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-3-x", + "version": "10.3.3", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "10.3.3-3-x", - "@polkadot/api-base": "10.3.3-3-x", - "@polkadot/api-derive": "10.3.3-3-x", + "@polkadot/api-augment": "10.3.3", + "@polkadot/api-base": "10.3.3", + "@polkadot/api-derive": "10.3.3", "@polkadot/keyring": "^11.1.3", - "@polkadot/rpc-augment": "10.3.3-3-x", - "@polkadot/rpc-core": "10.3.3-3-x", - "@polkadot/rpc-provider": "10.3.3-3-x", - "@polkadot/types": "10.3.3-3-x", - "@polkadot/types-augment": "10.3.3-3-x", - "@polkadot/types-codec": "10.3.3-3-x", - "@polkadot/types-create": "10.3.3-3-x", - "@polkadot/types-known": "10.3.3-3-x", + "@polkadot/rpc-augment": "10.3.3", + "@polkadot/rpc-core": "10.3.3", + "@polkadot/rpc-provider": "10.3.3", + "@polkadot/types": "10.3.3", + "@polkadot/types-augment": "10.3.3", + "@polkadot/types-codec": "10.3.3", + "@polkadot/types-create": "10.3.3", + "@polkadot/types-known": "10.3.3", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "eventemitter3": "^5.0.0", @@ -40,7 +40,7 @@ "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api-augment": "10.3.3-3-x", - "@polkadot/types-support": "10.3.3-3-x" + "@polkadot/api-augment": "10.3.3", + "@polkadot/types-support": "10.3.3" } } diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index 54e41c886de5..af8054c49e3a 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-3-x", + "version": "10.3.3", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.3.3-3-x", - "@polkadot/types": "10.3.3-3-x", - "@polkadot/types-codec": "10.3.3-3-x", + "@polkadot/rpc-core": "10.3.3", + "@polkadot/types": "10.3.3", + "@polkadot/types-codec": "10.3.3", "@polkadot/util": "^11.1.3", "tslib": "^2.5.0" } diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index a8a7812dd90d..4f9a9e56af3e 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-3-x", + "version": "10.3.3", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "10.3.3-3-x", - "@polkadot/rpc-provider": "10.3.3-3-x", - "@polkadot/types": "10.3.3-3-x", + "@polkadot/rpc-augment": "10.3.3", + "@polkadot/rpc-provider": "10.3.3", + "@polkadot/types": "10.3.3", "@polkadot/util": "^11.1.3", "rxjs": "^7.8.0", "tslib": "^2.5.0" }, "devDependencies": { "@polkadot/keyring": "^11.1.3", - "@polkadot/rpc-augment": "10.3.3-3-x" + "@polkadot/rpc-augment": "10.3.3" } } diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 976d35d0c910..dd9a28014079 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-3-x", + "version": "10.3.3", "main": "index.js", "dependencies": { "@polkadot/keyring": "^11.1.3", - "@polkadot/types": "10.3.3-3-x", - "@polkadot/types-support": "10.3.3-3-x", + "@polkadot/types": "10.3.3", + "@polkadot/types-support": "10.3.3", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "@polkadot/x-fetch": "^11.1.3", diff --git a/packages/typegen/package.json b/packages/typegen/package.json index bae618f0714b..a42e2d10b780 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-3-x", + "version": "10.3.3", "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.3.3-3-x", - "@polkadot/api-augment": "10.3.3-3-x", - "@polkadot/rpc-augment": "10.3.3-3-x", - "@polkadot/rpc-provider": "10.3.3-3-x", - "@polkadot/types": "10.3.3-3-x", - "@polkadot/types-augment": "10.3.3-3-x", - "@polkadot/types-codec": "10.3.3-3-x", - "@polkadot/types-create": "10.3.3-3-x", - "@polkadot/types-support": "10.3.3-3-x", + "@polkadot/api": "10.3.3", + "@polkadot/api-augment": "10.3.3", + "@polkadot/rpc-augment": "10.3.3", + "@polkadot/rpc-provider": "10.3.3", + "@polkadot/types": "10.3.3", + "@polkadot/types-augment": "10.3.3", + "@polkadot/types-codec": "10.3.3", + "@polkadot/types-create": "10.3.3", + "@polkadot/types-support": "10.3.3", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "@polkadot/x-ws": "^11.1.3", diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 8a6c489facc8..14e6d78c58e7 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-3-x", + "version": "10.3.3", "main": "index.js", "dependencies": { - "@polkadot/types": "10.3.3-3-x", - "@polkadot/types-codec": "10.3.3-3-x", + "@polkadot/types": "10.3.3", + "@polkadot/types-codec": "10.3.3", "@polkadot/util": "^11.1.3", "tslib": "^2.5.0" } diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index d1ee3aef915e..57a07a8eecbc 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-3-x", + "version": "10.3.3", "main": "index.js", "dependencies": { "@polkadot/util": "^11.1.3", @@ -26,9 +26,9 @@ "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/types": "10.3.3-3-x", - "@polkadot/types-augment": "10.3.3-3-x", - "@polkadot/types-support": "10.3.3-3-x", + "@polkadot/types": "10.3.3", + "@polkadot/types-augment": "10.3.3", + "@polkadot/types-support": "10.3.3", "@polkadot/util-crypto": "^11.1.3" } } diff --git a/packages/types-create/package.json b/packages/types-create/package.json index c3f5bc396032..2ca6752de9e7 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-3-x", + "version": "10.3.3", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "10.3.3-3-x", + "@polkadot/types-codec": "10.3.3", "@polkadot/util": "^11.1.3", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/types": "10.3.3-3-x" + "@polkadot/types": "10.3.3" } } diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 5848d3000e89..e00263bc9bdc 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-3-x", + "version": "10.3.3", "main": "index.js", "dependencies": { "@polkadot/networks": "^11.1.3", - "@polkadot/types": "10.3.3-3-x", - "@polkadot/types-codec": "10.3.3-3-x", - "@polkadot/types-create": "10.3.3-3-x", + "@polkadot/types": "10.3.3", + "@polkadot/types-codec": "10.3.3", + "@polkadot/types-create": "10.3.3", "@polkadot/util": "^11.1.3", "tslib": "^2.5.0" }, "devDependencies": { - "@polkadot/api": "10.3.3-3-x" + "@polkadot/api": "10.3.3" } } diff --git a/packages/types-support/package.json b/packages/types-support/package.json index e8fdf17aacef..fa04048ca9a2 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-3-x", + "version": "10.3.3", "main": "index.js", "dependencies": { "@polkadot/util": "^11.1.3", diff --git a/packages/types/package.json b/packages/types/package.json index 8bf7129dfcd5..88618af72db3 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.3.3-3-x", + "version": "10.3.3", "main": "index.js", "dependencies": { "@polkadot/keyring": "^11.1.3", - "@polkadot/types-augment": "10.3.3-3-x", - "@polkadot/types-codec": "10.3.3-3-x", - "@polkadot/types-create": "10.3.3-3-x", + "@polkadot/types-augment": "10.3.3", + "@polkadot/types-codec": "10.3.3", + "@polkadot/types-create": "10.3.3", "@polkadot/util": "^11.1.3", "@polkadot/util-crypto": "^11.1.3", "rxjs": "^7.8.0", @@ -32,6 +32,6 @@ }, "devDependencies": { "@polkadot/keyring": "^11.1.3", - "@polkadot/types-support": "10.3.3-3-x" + "@polkadot/types-support": "10.3.3" } } diff --git a/yarn.lock b/yarn.lock index f2969453fdec..4eafc35b02f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -364,26 +364,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@10.3.3-3-x, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@10.3.3, @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.3.3-3-x - "@polkadot/rpc-augment": 10.3.3-3-x - "@polkadot/types": 10.3.3-3-x - "@polkadot/types-augment": 10.3.3-3-x - "@polkadot/types-codec": 10.3.3-3-x + "@polkadot/api-base": 10.3.3 + "@polkadot/rpc-augment": 10.3.3 + "@polkadot/types": 10.3.3 + "@polkadot/types-augment": 10.3.3 + "@polkadot/types-codec": 10.3.3 "@polkadot/util": ^11.1.3 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/api-base@10.3.3-3-x, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@10.3.3, @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.3.3-3-x - "@polkadot/types": 10.3.3-3-x + "@polkadot/rpc-core": 10.3.3 + "@polkadot/types": 10.3.3 "@polkadot/util": ^11.1.3 rxjs: ^7.8.0 tslib: ^2.5.0 @@ -394,12 +394,12 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: - "@polkadot/api": 10.3.3-3-x - "@polkadot/api-augment": 10.3.3-3-x + "@polkadot/api": 10.3.3 + "@polkadot/api-augment": 10.3.3 "@polkadot/keyring": ^11.1.3 - "@polkadot/types": 10.3.3-3-x - "@polkadot/types-codec": 10.3.3-3-x - "@polkadot/types-create": 10.3.3-3-x + "@polkadot/types": 10.3.3 + "@polkadot/types-codec": 10.3.3 + "@polkadot/types-create": 10.3.3 "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 rxjs: ^7.8.0 @@ -407,19 +407,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@10.3.3-3-x, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@10.3.3, @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.3.3-3-x - "@polkadot/api-augment": 10.3.3-3-x - "@polkadot/api-base": 10.3.3-3-x - "@polkadot/rpc-augment": 10.3.3-3-x - "@polkadot/rpc-core": 10.3.3-3-x - "@polkadot/rpc-provider": 10.3.3-3-x - "@polkadot/types": 10.3.3-3-x - "@polkadot/types-codec": 10.3.3-3-x - "@polkadot/types-support": 10.3.3-3-x + "@polkadot/api": 10.3.3 + "@polkadot/api-augment": 10.3.3 + "@polkadot/api-base": 10.3.3 + "@polkadot/rpc-augment": 10.3.3 + "@polkadot/rpc-core": 10.3.3 + "@polkadot/rpc-provider": 10.3.3 + "@polkadot/types": 10.3.3 + "@polkadot/types-codec": 10.3.3 + "@polkadot/types-support": 10.3.3 "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 rxjs: ^7.8.0 @@ -427,23 +427,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@10.3.3-3-x, @polkadot/api@workspace:packages/api": +"@polkadot/api@10.3.3, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": 10.3.3-3-x - "@polkadot/api-base": 10.3.3-3-x - "@polkadot/api-derive": 10.3.3-3-x + "@polkadot/api-augment": 10.3.3 + "@polkadot/api-base": 10.3.3 + "@polkadot/api-derive": 10.3.3 "@polkadot/keyring": ^11.1.3 - "@polkadot/rpc-augment": 10.3.3-3-x - "@polkadot/rpc-core": 10.3.3-3-x - "@polkadot/rpc-provider": 10.3.3-3-x - "@polkadot/types": 10.3.3-3-x - "@polkadot/types-augment": 10.3.3-3-x - "@polkadot/types-codec": 10.3.3-3-x - "@polkadot/types-create": 10.3.3-3-x - "@polkadot/types-known": 10.3.3-3-x - "@polkadot/types-support": 10.3.3-3-x + "@polkadot/rpc-augment": 10.3.3 + "@polkadot/rpc-core": 10.3.3 + "@polkadot/rpc-provider": 10.3.3 + "@polkadot/types": 10.3.3 + "@polkadot/types-augment": 10.3.3 + "@polkadot/types-codec": 10.3.3 + "@polkadot/types-create": 10.3.3 + "@polkadot/types-known": 10.3.3 + "@polkadot/types-support": 10.3.3 "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 eventemitter3: ^5.0.0 @@ -570,39 +570,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@10.3.3-3-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@10.3.3, @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.3.3-3-x - "@polkadot/types": 10.3.3-3-x - "@polkadot/types-codec": 10.3.3-3-x + "@polkadot/rpc-core": 10.3.3 + "@polkadot/types": 10.3.3 + "@polkadot/types-codec": 10.3.3 "@polkadot/util": ^11.1.3 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/rpc-core@10.3.3-3-x, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@10.3.3, @polkadot/rpc-core@workspace:packages/rpc-core": version: 0.0.0-use.local resolution: "@polkadot/rpc-core@workspace:packages/rpc-core" dependencies: "@polkadot/keyring": ^11.1.3 - "@polkadot/rpc-augment": 10.3.3-3-x - "@polkadot/rpc-provider": 10.3.3-3-x - "@polkadot/types": 10.3.3-3-x + "@polkadot/rpc-augment": 10.3.3 + "@polkadot/rpc-provider": 10.3.3 + "@polkadot/types": 10.3.3 "@polkadot/util": ^11.1.3 rxjs: ^7.8.0 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/rpc-provider@10.3.3-3-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@10.3.3, @polkadot/rpc-provider@workspace:packages/rpc-provider": version: 0.0.0-use.local resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider" dependencies: "@polkadot/keyring": ^11.1.3 - "@polkadot/types": 10.3.3-3-x - "@polkadot/types-support": 10.3.3-3-x + "@polkadot/types": 10.3.3 + "@polkadot/types-support": 10.3.3 "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 "@polkadot/x-fetch": ^11.1.3 @@ -623,15 +623,15 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": 10.3.3-3-x - "@polkadot/api-augment": 10.3.3-3-x - "@polkadot/rpc-augment": 10.3.3-3-x - "@polkadot/rpc-provider": 10.3.3-3-x - "@polkadot/types": 10.3.3-3-x - "@polkadot/types-augment": 10.3.3-3-x - "@polkadot/types-codec": 10.3.3-3-x - "@polkadot/types-create": 10.3.3-3-x - "@polkadot/types-support": 10.3.3-3-x + "@polkadot/api": 10.3.3 + "@polkadot/api-augment": 10.3.3 + "@polkadot/rpc-augment": 10.3.3 + "@polkadot/rpc-provider": 10.3.3 + "@polkadot/types": 10.3.3 + "@polkadot/types-augment": 10.3.3 + "@polkadot/types-codec": 10.3.3 + "@polkadot/types-create": 10.3.3 + "@polkadot/types-support": 10.3.3 "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 "@polkadot/x-ws": ^11.1.3 @@ -649,24 +649,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@10.3.3-3-x, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@10.3.3, @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.3.3-3-x - "@polkadot/types-codec": 10.3.3-3-x + "@polkadot/types": 10.3.3 + "@polkadot/types-codec": 10.3.3 "@polkadot/util": ^11.1.3 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-codec@10.3.3-3-x, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@10.3.3, @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.3.3-3-x - "@polkadot/types-augment": 10.3.3-3-x - "@polkadot/types-support": 10.3.3-3-x + "@polkadot/types": 10.3.3 + "@polkadot/types-augment": 10.3.3 + "@polkadot/types-support": 10.3.3 "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 "@polkadot/x-bigint": ^11.1.3 @@ -674,32 +674,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@10.3.3-3-x, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@10.3.3, @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.3.3-3-x - "@polkadot/types-codec": 10.3.3-3-x + "@polkadot/types": 10.3.3 + "@polkadot/types-codec": 10.3.3 "@polkadot/util": ^11.1.3 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-known@10.3.3-3-x, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@10.3.3, @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.3.3-3-x + "@polkadot/api": 10.3.3 "@polkadot/networks": ^11.1.3 - "@polkadot/types": 10.3.3-3-x - "@polkadot/types-codec": 10.3.3-3-x - "@polkadot/types-create": 10.3.3-3-x + "@polkadot/types": 10.3.3 + "@polkadot/types-codec": 10.3.3 + "@polkadot/types-create": 10.3.3 "@polkadot/util": ^11.1.3 tslib: ^2.5.0 languageName: unknown linkType: soft -"@polkadot/types-support@10.3.3-3-x, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@10.3.3, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -708,15 +708,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@10.3.3-3-x, @polkadot/types@workspace:packages/types": +"@polkadot/types@10.3.3, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": ^11.1.3 - "@polkadot/types-augment": 10.3.3-3-x - "@polkadot/types-codec": 10.3.3-3-x - "@polkadot/types-create": 10.3.3-3-x - "@polkadot/types-support": 10.3.3-3-x + "@polkadot/types-augment": 10.3.3 + "@polkadot/types-codec": 10.3.3 + "@polkadot/types-create": 10.3.3 + "@polkadot/types-support": 10.3.3 "@polkadot/util": ^11.1.3 "@polkadot/util-crypto": ^11.1.3 rxjs: ^7.8.0