From c6c9a1259cdd00fe79f5a1b6563f97be02c26223 Mon Sep 17 00:00:00 2001 From: Tarik Gul <47201679+TarikGul@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:56:41 -0700 Subject: [PATCH] 13.1.1 (#5985) --- CHANGELOG.md | 10 ++ package.json | 2 +- packages/api-augment/package.json | 12 +-- packages/api-base/package.json | 6 +- packages/api-contract/package.json | 16 +-- 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, 176 insertions(+), 166 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88f2b7a4c08..e5456f17617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +## 13.1.1 Sep 17, 2024 + +Changes: + +- Upgrade polkadot/common to 13.1.1 ([#5982](https://github.com/polkadot-js/api/pull/5982)) +- Implement xcm dryRunApi ([#5970](https://github.com/polkadot-js/api/pull/5970)) +- Initialize the API with metadata V15 ([#5941](https://github.com/polkadot-js/api/pull/5941)) +- Bump yarn to 4.5.0 ([#5983](https://github.com/polkadot-js/api/pull/5983)) + + ## 13.0.1 Sep 10, 2024 Breaking Changes: diff --git a/package.json b/package.json index 5e3270f102e..1473f5f2983 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "13.0.2-3-x", + "version": "13.1.1", "versions": { "git": "13.0.2-3-x", "npm": "13.0.1" diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 7b2c4c00481..c9ac7ac9948 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-3-x", + "version": "13.1.1", "main": "index.js", "dependencies": { - "@polkadot/api-base": "13.0.2-3-x", - "@polkadot/rpc-augment": "13.0.2-3-x", - "@polkadot/types": "13.0.2-3-x", - "@polkadot/types-augment": "13.0.2-3-x", - "@polkadot/types-codec": "13.0.2-3-x", + "@polkadot/api-base": "13.1.1", + "@polkadot/rpc-augment": "13.1.1", + "@polkadot/types": "13.1.1", + "@polkadot/types-augment": "13.1.1", + "@polkadot/types-codec": "13.1.1", "@polkadot/util": "^13.1.1", "tslib": "^2.7.0" } diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 4666a666998..846b4a993c5 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-3-x", + "version": "13.1.1", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "13.0.2-3-x", - "@polkadot/types": "13.0.2-3-x", + "@polkadot/rpc-core": "13.1.1", + "@polkadot/types": "13.1.1", "@polkadot/util": "^13.1.1", "rxjs": "^7.8.1", "tslib": "^2.7.0" diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 1753c95df64..0e8026eaa4e 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,22 +18,22 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-3-x", + "version": "13.1.1", "main": "index.js", "dependencies": { - "@polkadot/api": "13.0.2-3-x", - "@polkadot/api-augment": "13.0.2-3-x", - "@polkadot/types": "13.0.2-3-x", - "@polkadot/types-codec": "13.0.2-3-x", - "@polkadot/types-create": "13.0.2-3-x", + "@polkadot/api": "13.1.1", + "@polkadot/api-augment": "13.1.1", + "@polkadot/types": "13.1.1", + "@polkadot/types-codec": "13.1.1", + "@polkadot/types-create": "13.1.1", "@polkadot/util": "^13.1.1", "@polkadot/util-crypto": "^13.1.1", "rxjs": "^7.8.1", "tslib": "^2.7.0" }, "devDependencies": { - "@polkadot/api-augment": "13.0.2-3-x", + "@polkadot/api-augment": "13.1.1", "@polkadot/keyring": "^13.1.1", - "@polkadot/types-support": "13.0.2-3-x" + "@polkadot/types-support": "13.1.1" } } diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index 8c4da7f28cc..f504de97d96 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-3-x", + "version": "13.1.1", "main": "index.js", "dependencies": { - "@polkadot/api": "13.0.2-3-x", - "@polkadot/api-augment": "13.0.2-3-x", - "@polkadot/api-base": "13.0.2-3-x", - "@polkadot/rpc-core": "13.0.2-3-x", - "@polkadot/types": "13.0.2-3-x", - "@polkadot/types-codec": "13.0.2-3-x", + "@polkadot/api": "13.1.1", + "@polkadot/api-augment": "13.1.1", + "@polkadot/api-base": "13.1.1", + "@polkadot/rpc-core": "13.1.1", + "@polkadot/types": "13.1.1", + "@polkadot/types-codec": "13.1.1", "@polkadot/util": "^13.1.1", "@polkadot/util-crypto": "^13.1.1", "rxjs": "^7.8.1", "tslib": "^2.7.0" }, "devDependencies": { - "@polkadot/api": "13.0.2-3-x", - "@polkadot/api-augment": "13.0.2-3-x", - "@polkadot/rpc-augment": "13.0.2-3-x", - "@polkadot/rpc-provider": "13.0.2-3-x", - "@polkadot/types-support": "13.0.2-3-x" + "@polkadot/api": "13.1.1", + "@polkadot/api-augment": "13.1.1", + "@polkadot/rpc-augment": "13.1.1", + "@polkadot/rpc-provider": "13.1.1", + "@polkadot/types-support": "13.1.1" } } diff --git a/packages/api/package.json b/packages/api/package.json index 388a39c53e9..a5d410df797 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-3-x", + "version": "13.1.1", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "13.0.2-3-x", - "@polkadot/api-base": "13.0.2-3-x", - "@polkadot/api-derive": "13.0.2-3-x", + "@polkadot/api-augment": "13.1.1", + "@polkadot/api-base": "13.1.1", + "@polkadot/api-derive": "13.1.1", "@polkadot/keyring": "^13.1.1", - "@polkadot/rpc-augment": "13.0.2-3-x", - "@polkadot/rpc-core": "13.0.2-3-x", - "@polkadot/rpc-provider": "13.0.2-3-x", - "@polkadot/types": "13.0.2-3-x", - "@polkadot/types-augment": "13.0.2-3-x", - "@polkadot/types-codec": "13.0.2-3-x", - "@polkadot/types-create": "13.0.2-3-x", - "@polkadot/types-known": "13.0.2-3-x", + "@polkadot/rpc-augment": "13.1.1", + "@polkadot/rpc-core": "13.1.1", + "@polkadot/rpc-provider": "13.1.1", + "@polkadot/types": "13.1.1", + "@polkadot/types-augment": "13.1.1", + "@polkadot/types-codec": "13.1.1", + "@polkadot/types-create": "13.1.1", + "@polkadot/types-known": "13.1.1", "@polkadot/util": "^13.1.1", "@polkadot/util-crypto": "^13.1.1", "eventemitter3": "^5.0.1", @@ -40,7 +40,7 @@ "tslib": "^2.7.0" }, "devDependencies": { - "@polkadot/api-augment": "13.0.2-3-x", - "@polkadot/types-support": "13.0.2-3-x" + "@polkadot/api-augment": "13.1.1", + "@polkadot/types-support": "13.1.1" } } diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index 39694664eb9..d9b7029417a 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-3-x", + "version": "13.1.1", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "13.0.2-3-x", - "@polkadot/types": "13.0.2-3-x", - "@polkadot/types-codec": "13.0.2-3-x", + "@polkadot/rpc-core": "13.1.1", + "@polkadot/types": "13.1.1", + "@polkadot/types-codec": "13.1.1", "@polkadot/util": "^13.1.1", "tslib": "^2.7.0" } diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index e5156888261..1dd1ee32bbd 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-3-x", + "version": "13.1.1", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "13.0.2-3-x", - "@polkadot/rpc-provider": "13.0.2-3-x", - "@polkadot/types": "13.0.2-3-x", + "@polkadot/rpc-augment": "13.1.1", + "@polkadot/rpc-provider": "13.1.1", + "@polkadot/types": "13.1.1", "@polkadot/util": "^13.1.1", "rxjs": "^7.8.1", "tslib": "^2.7.0" }, "devDependencies": { "@polkadot/keyring": "^13.1.1", - "@polkadot/rpc-augment": "13.0.2-3-x" + "@polkadot/rpc-augment": "13.1.1" } } diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index cd2385dea0d..4e7275e0a3d 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-3-x", + "version": "13.1.1", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.1.1", - "@polkadot/types": "13.0.2-3-x", - "@polkadot/types-support": "13.0.2-3-x", + "@polkadot/types": "13.1.1", + "@polkadot/types-support": "13.1.1", "@polkadot/util": "^13.1.1", "@polkadot/util-crypto": "^13.1.1", "@polkadot/x-fetch": "^13.1.1", diff --git a/packages/typegen/package.json b/packages/typegen/package.json index 21b03addf05..fd5fd28ac1b 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-3-x", + "version": "13.1.1", "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": "13.0.2-3-x", - "@polkadot/api-augment": "13.0.2-3-x", - "@polkadot/rpc-augment": "13.0.2-3-x", - "@polkadot/rpc-provider": "13.0.2-3-x", - "@polkadot/types": "13.0.2-3-x", - "@polkadot/types-augment": "13.0.2-3-x", - "@polkadot/types-codec": "13.0.2-3-x", - "@polkadot/types-create": "13.0.2-3-x", - "@polkadot/types-support": "13.0.2-3-x", + "@polkadot/api": "13.1.1", + "@polkadot/api-augment": "13.1.1", + "@polkadot/rpc-augment": "13.1.1", + "@polkadot/rpc-provider": "13.1.1", + "@polkadot/types": "13.1.1", + "@polkadot/types-augment": "13.1.1", + "@polkadot/types-codec": "13.1.1", + "@polkadot/types-create": "13.1.1", + "@polkadot/types-support": "13.1.1", "@polkadot/util": "^13.1.1", "@polkadot/util-crypto": "^13.1.1", "@polkadot/x-ws": "^13.1.1", diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 983856188d8..02caf916664 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-3-x", + "version": "13.1.1", "main": "index.js", "dependencies": { - "@polkadot/types": "13.0.2-3-x", - "@polkadot/types-codec": "13.0.2-3-x", + "@polkadot/types": "13.1.1", + "@polkadot/types-codec": "13.1.1", "@polkadot/util": "^13.1.1", "tslib": "^2.7.0" } diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index 533508400f7..a91f9eec316 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-3-x", + "version": "13.1.1", "main": "index.js", "dependencies": { "@polkadot/util": "^13.1.1", @@ -26,9 +26,9 @@ "tslib": "^2.7.0" }, "devDependencies": { - "@polkadot/types": "13.0.2-3-x", - "@polkadot/types-augment": "13.0.2-3-x", - "@polkadot/types-support": "13.0.2-3-x", + "@polkadot/types": "13.1.1", + "@polkadot/types-augment": "13.1.1", + "@polkadot/types-support": "13.1.1", "@polkadot/util-crypto": "^13.1.1" } } diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 6ed67a3fcc7..6230c6fa24d 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-3-x", + "version": "13.1.1", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "13.0.2-3-x", + "@polkadot/types-codec": "13.1.1", "@polkadot/util": "^13.1.1", "tslib": "^2.7.0" }, "devDependencies": { - "@polkadot/types": "13.0.2-3-x" + "@polkadot/types": "13.1.1" } } diff --git a/packages/types-known/package.json b/packages/types-known/package.json index ab86d8dc0e9..84ded29bda3 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-3-x", + "version": "13.1.1", "main": "index.js", "dependencies": { "@polkadot/networks": "^13.1.1", - "@polkadot/types": "13.0.2-3-x", - "@polkadot/types-codec": "13.0.2-3-x", - "@polkadot/types-create": "13.0.2-3-x", + "@polkadot/types": "13.1.1", + "@polkadot/types-codec": "13.1.1", + "@polkadot/types-create": "13.1.1", "@polkadot/util": "^13.1.1", "tslib": "^2.7.0" }, "devDependencies": { - "@polkadot/api": "13.0.2-3-x" + "@polkadot/api": "13.1.1" } } diff --git a/packages/types-support/package.json b/packages/types-support/package.json index a56a0dd5aec..41b8b5b7121 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-3-x", + "version": "13.1.1", "main": "index.js", "dependencies": { "@polkadot/util": "^13.1.1", diff --git a/packages/types/package.json b/packages/types/package.json index 851fecacd51..0275f07a58e 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.2-3-x", + "version": "13.1.1", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.1.1", - "@polkadot/types-augment": "13.0.2-3-x", - "@polkadot/types-codec": "13.0.2-3-x", - "@polkadot/types-create": "13.0.2-3-x", + "@polkadot/types-augment": "13.1.1", + "@polkadot/types-codec": "13.1.1", + "@polkadot/types-create": "13.1.1", "@polkadot/util": "^13.1.1", "@polkadot/util-crypto": "^13.1.1", "rxjs": "^7.8.1", @@ -32,6 +32,6 @@ }, "devDependencies": { "@polkadot/keyring": "^13.1.1", - "@polkadot/types-support": "13.0.2-3-x" + "@polkadot/types-support": "13.1.1" } } diff --git a/yarn.lock b/yarn.lock index 03c7d03ad91..33d5c3b0b42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -447,26 +447,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:13.0.2-3-x, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@npm:13.1.1, @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": "npm:13.0.2-3-x" - "@polkadot/rpc-augment": "npm:13.0.2-3-x" - "@polkadot/types": "npm:13.0.2-3-x" - "@polkadot/types-augment": "npm:13.0.2-3-x" - "@polkadot/types-codec": "npm:13.0.2-3-x" + "@polkadot/api-base": "npm:13.1.1" + "@polkadot/rpc-augment": "npm:13.1.1" + "@polkadot/types": "npm:13.1.1" + "@polkadot/types-augment": "npm:13.1.1" + "@polkadot/types-codec": "npm:13.1.1" "@polkadot/util": "npm:^13.1.1" tslib: "npm:^2.7.0" languageName: unknown linkType: soft -"@polkadot/api-base@npm:13.0.2-3-x, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@npm:13.1.1, @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": "npm:13.0.2-3-x" - "@polkadot/types": "npm:13.0.2-3-x" + "@polkadot/rpc-core": "npm:13.1.1" + "@polkadot/types": "npm:13.1.1" "@polkadot/util": "npm:^13.1.1" rxjs: "npm:^7.8.1" tslib: "npm:^2.7.0" @@ -477,13 +477,13 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: - "@polkadot/api": "npm:13.0.2-3-x" - "@polkadot/api-augment": "npm:13.0.2-3-x" + "@polkadot/api": "npm:13.1.1" + "@polkadot/api-augment": "npm:13.1.1" "@polkadot/keyring": "npm:^13.1.1" - "@polkadot/types": "npm:13.0.2-3-x" - "@polkadot/types-codec": "npm:13.0.2-3-x" - "@polkadot/types-create": "npm:13.0.2-3-x" - "@polkadot/types-support": "npm:13.0.2-3-x" + "@polkadot/types": "npm:13.1.1" + "@polkadot/types-codec": "npm:13.1.1" + "@polkadot/types-create": "npm:13.1.1" + "@polkadot/types-support": "npm:13.1.1" "@polkadot/util": "npm:^13.1.1" "@polkadot/util-crypto": "npm:^13.1.1" rxjs: "npm:^7.8.1" @@ -491,19 +491,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@npm:13.0.2-3-x, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@npm:13.1.1, @polkadot/api-derive@workspace:packages/api-derive": version: 0.0.0-use.local resolution: "@polkadot/api-derive@workspace:packages/api-derive" dependencies: - "@polkadot/api": "npm:13.0.2-3-x" - "@polkadot/api-augment": "npm:13.0.2-3-x" - "@polkadot/api-base": "npm:13.0.2-3-x" - "@polkadot/rpc-augment": "npm:13.0.2-3-x" - "@polkadot/rpc-core": "npm:13.0.2-3-x" - "@polkadot/rpc-provider": "npm:13.0.2-3-x" - "@polkadot/types": "npm:13.0.2-3-x" - "@polkadot/types-codec": "npm:13.0.2-3-x" - "@polkadot/types-support": "npm:13.0.2-3-x" + "@polkadot/api": "npm:13.1.1" + "@polkadot/api-augment": "npm:13.1.1" + "@polkadot/api-base": "npm:13.1.1" + "@polkadot/rpc-augment": "npm:13.1.1" + "@polkadot/rpc-core": "npm:13.1.1" + "@polkadot/rpc-provider": "npm:13.1.1" + "@polkadot/types": "npm:13.1.1" + "@polkadot/types-codec": "npm:13.1.1" + "@polkadot/types-support": "npm:13.1.1" "@polkadot/util": "npm:^13.1.1" "@polkadot/util-crypto": "npm:^13.1.1" rxjs: "npm:^7.8.1" @@ -511,23 +511,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@npm:13.0.2-3-x, @polkadot/api@workspace:packages/api": +"@polkadot/api@npm:13.1.1, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": "npm:13.0.2-3-x" - "@polkadot/api-base": "npm:13.0.2-3-x" - "@polkadot/api-derive": "npm:13.0.2-3-x" + "@polkadot/api-augment": "npm:13.1.1" + "@polkadot/api-base": "npm:13.1.1" + "@polkadot/api-derive": "npm:13.1.1" "@polkadot/keyring": "npm:^13.1.1" - "@polkadot/rpc-augment": "npm:13.0.2-3-x" - "@polkadot/rpc-core": "npm:13.0.2-3-x" - "@polkadot/rpc-provider": "npm:13.0.2-3-x" - "@polkadot/types": "npm:13.0.2-3-x" - "@polkadot/types-augment": "npm:13.0.2-3-x" - "@polkadot/types-codec": "npm:13.0.2-3-x" - "@polkadot/types-create": "npm:13.0.2-3-x" - "@polkadot/types-known": "npm:13.0.2-3-x" - "@polkadot/types-support": "npm:13.0.2-3-x" + "@polkadot/rpc-augment": "npm:13.1.1" + "@polkadot/rpc-core": "npm:13.1.1" + "@polkadot/rpc-provider": "npm:13.1.1" + "@polkadot/types": "npm:13.1.1" + "@polkadot/types-augment": "npm:13.1.1" + "@polkadot/types-codec": "npm:13.1.1" + "@polkadot/types-create": "npm:13.1.1" + "@polkadot/types-known": "npm:13.1.1" + "@polkadot/types-support": "npm:13.1.1" "@polkadot/util": "npm:^13.1.1" "@polkadot/util-crypto": "npm:^13.1.1" eventemitter3: "npm:^5.0.1" @@ -657,39 +657,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@npm:13.0.2-3-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@npm:13.1.1, @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": "npm:13.0.2-3-x" - "@polkadot/types": "npm:13.0.2-3-x" - "@polkadot/types-codec": "npm:13.0.2-3-x" + "@polkadot/rpc-core": "npm:13.1.1" + "@polkadot/types": "npm:13.1.1" + "@polkadot/types-codec": "npm:13.1.1" "@polkadot/util": "npm:^13.1.1" tslib: "npm:^2.7.0" languageName: unknown linkType: soft -"@polkadot/rpc-core@npm:13.0.2-3-x, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@npm:13.1.1, @polkadot/rpc-core@workspace:packages/rpc-core": version: 0.0.0-use.local resolution: "@polkadot/rpc-core@workspace:packages/rpc-core" dependencies: "@polkadot/keyring": "npm:^13.1.1" - "@polkadot/rpc-augment": "npm:13.0.2-3-x" - "@polkadot/rpc-provider": "npm:13.0.2-3-x" - "@polkadot/types": "npm:13.0.2-3-x" + "@polkadot/rpc-augment": "npm:13.1.1" + "@polkadot/rpc-provider": "npm:13.1.1" + "@polkadot/types": "npm:13.1.1" "@polkadot/util": "npm:^13.1.1" rxjs: "npm:^7.8.1" tslib: "npm:^2.7.0" languageName: unknown linkType: soft -"@polkadot/rpc-provider@npm:13.0.2-3-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@npm:13.1.1, @polkadot/rpc-provider@workspace:packages/rpc-provider": version: 0.0.0-use.local resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider" dependencies: "@polkadot/keyring": "npm:^13.1.1" - "@polkadot/types": "npm:13.0.2-3-x" - "@polkadot/types-support": "npm:13.0.2-3-x" + "@polkadot/types": "npm:13.1.1" + "@polkadot/types-support": "npm:13.1.1" "@polkadot/util": "npm:^13.1.1" "@polkadot/util-crypto": "npm:^13.1.1" "@polkadot/x-fetch": "npm:^13.1.1" @@ -710,15 +710,15 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": "npm:13.0.2-3-x" - "@polkadot/api-augment": "npm:13.0.2-3-x" - "@polkadot/rpc-augment": "npm:13.0.2-3-x" - "@polkadot/rpc-provider": "npm:13.0.2-3-x" - "@polkadot/types": "npm:13.0.2-3-x" - "@polkadot/types-augment": "npm:13.0.2-3-x" - "@polkadot/types-codec": "npm:13.0.2-3-x" - "@polkadot/types-create": "npm:13.0.2-3-x" - "@polkadot/types-support": "npm:13.0.2-3-x" + "@polkadot/api": "npm:13.1.1" + "@polkadot/api-augment": "npm:13.1.1" + "@polkadot/rpc-augment": "npm:13.1.1" + "@polkadot/rpc-provider": "npm:13.1.1" + "@polkadot/types": "npm:13.1.1" + "@polkadot/types-augment": "npm:13.1.1" + "@polkadot/types-codec": "npm:13.1.1" + "@polkadot/types-create": "npm:13.1.1" + "@polkadot/types-support": "npm:13.1.1" "@polkadot/util": "npm:^13.1.1" "@polkadot/util-crypto": "npm:^13.1.1" "@polkadot/x-ws": "npm:^13.1.1" @@ -735,24 +735,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@npm:13.0.2-3-x, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@npm:13.1.1, @polkadot/types-augment@workspace:packages/types-augment": version: 0.0.0-use.local resolution: "@polkadot/types-augment@workspace:packages/types-augment" dependencies: - "@polkadot/types": "npm:13.0.2-3-x" - "@polkadot/types-codec": "npm:13.0.2-3-x" + "@polkadot/types": "npm:13.1.1" + "@polkadot/types-codec": "npm:13.1.1" "@polkadot/util": "npm:^13.1.1" tslib: "npm:^2.7.0" languageName: unknown linkType: soft -"@polkadot/types-codec@npm:13.0.2-3-x, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@npm:13.1.1, @polkadot/types-codec@workspace:packages/types-codec": version: 0.0.0-use.local resolution: "@polkadot/types-codec@workspace:packages/types-codec" dependencies: - "@polkadot/types": "npm:13.0.2-3-x" - "@polkadot/types-augment": "npm:13.0.2-3-x" - "@polkadot/types-support": "npm:13.0.2-3-x" + "@polkadot/types": "npm:13.1.1" + "@polkadot/types-augment": "npm:13.1.1" + "@polkadot/types-support": "npm:13.1.1" "@polkadot/util": "npm:^13.1.1" "@polkadot/util-crypto": "npm:^13.1.1" "@polkadot/x-bigint": "npm:^13.1.1" @@ -760,32 +760,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@npm:13.0.2-3-x, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@npm:13.1.1, @polkadot/types-create@workspace:packages/types-create": version: 0.0.0-use.local resolution: "@polkadot/types-create@workspace:packages/types-create" dependencies: - "@polkadot/types": "npm:13.0.2-3-x" - "@polkadot/types-codec": "npm:13.0.2-3-x" + "@polkadot/types": "npm:13.1.1" + "@polkadot/types-codec": "npm:13.1.1" "@polkadot/util": "npm:^13.1.1" tslib: "npm:^2.7.0" languageName: unknown linkType: soft -"@polkadot/types-known@npm:13.0.2-3-x, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@npm:13.1.1, @polkadot/types-known@workspace:packages/types-known": version: 0.0.0-use.local resolution: "@polkadot/types-known@workspace:packages/types-known" dependencies: - "@polkadot/api": "npm:13.0.2-3-x" + "@polkadot/api": "npm:13.1.1" "@polkadot/networks": "npm:^13.1.1" - "@polkadot/types": "npm:13.0.2-3-x" - "@polkadot/types-codec": "npm:13.0.2-3-x" - "@polkadot/types-create": "npm:13.0.2-3-x" + "@polkadot/types": "npm:13.1.1" + "@polkadot/types-codec": "npm:13.1.1" + "@polkadot/types-create": "npm:13.1.1" "@polkadot/util": "npm:^13.1.1" tslib: "npm:^2.7.0" languageName: unknown linkType: soft -"@polkadot/types-support@npm:13.0.2-3-x, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@npm:13.1.1, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -794,15 +794,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@npm:13.0.2-3-x, @polkadot/types@workspace:packages/types": +"@polkadot/types@npm:13.1.1, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": "npm:^13.1.1" - "@polkadot/types-augment": "npm:13.0.2-3-x" - "@polkadot/types-codec": "npm:13.0.2-3-x" - "@polkadot/types-create": "npm:13.0.2-3-x" - "@polkadot/types-support": "npm:13.0.2-3-x" + "@polkadot/types-augment": "npm:13.1.1" + "@polkadot/types-codec": "npm:13.1.1" + "@polkadot/types-create": "npm:13.1.1" + "@polkadot/types-support": "npm:13.1.1" "@polkadot/util": "npm:^13.1.1" "@polkadot/util-crypto": "npm:^13.1.1" rxjs: "npm:^7.8.1"