diff --git a/CHANGELOG.md b/CHANGELOG.md index b3cfad9228df..700ab0ec211c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## 12.2.1 July 13, 2024 + +Changes: + +- Bump polkadot/common to 13.0.2 + - This contains the latest changes to the Ledger interface in `@polkadot/hw-ledger`. For more info please see ([13.0.1](https://github.com/polkadot-js/common/releases/tag/v13.0.1)) +- Bump Substrate Metadata to Latest + - This includes additions and removals to the api's type augmentation. For more info please see ([#5936](https://github.com/polkadot-js/api/pull/5936)) +- Update Polkadot 1002006 types-known +- Bump yarn to 4.3.1 + + ## 12.1.1 July 2, 2024 Contributed: diff --git a/package.json b/package.json index 73461914d105..751a3da86649 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "12.1.2-3-x", + "version": "12.2.1", "versions": { "git": "12.1.2-3-x", "npm": "12.1.1" diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index 1d20d88b3510..f46dd2af5710 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-3-x", + "version": "12.2.1", "main": "index.js", "dependencies": { - "@polkadot/api-base": "12.1.2-3-x", - "@polkadot/rpc-augment": "12.1.2-3-x", - "@polkadot/types": "12.1.2-3-x", - "@polkadot/types-augment": "12.1.2-3-x", - "@polkadot/types-codec": "12.1.2-3-x", + "@polkadot/api-base": "12.2.1", + "@polkadot/rpc-augment": "12.2.1", + "@polkadot/types": "12.2.1", + "@polkadot/types-augment": "12.2.1", + "@polkadot/types-codec": "12.2.1", "@polkadot/util": "^13.0.2", "tslib": "^2.6.2" } diff --git a/packages/api-base/package.json b/packages/api-base/package.json index 1a1e03299f84..de91915933e7 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-3-x", + "version": "12.2.1", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "12.1.2-3-x", - "@polkadot/types": "12.1.2-3-x", + "@polkadot/rpc-core": "12.2.1", + "@polkadot/types": "12.2.1", "@polkadot/util": "^13.0.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index e7134a079892..cc6ea6e07d6c 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,22 +18,22 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-3-x", + "version": "12.2.1", "main": "index.js", "dependencies": { - "@polkadot/api": "12.1.2-3-x", - "@polkadot/api-augment": "12.1.2-3-x", - "@polkadot/types": "12.1.2-3-x", - "@polkadot/types-codec": "12.1.2-3-x", - "@polkadot/types-create": "12.1.2-3-x", + "@polkadot/api": "12.2.1", + "@polkadot/api-augment": "12.2.1", + "@polkadot/types": "12.2.1", + "@polkadot/types-codec": "12.2.1", + "@polkadot/types-create": "12.2.1", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api-augment": "12.1.2-3-x", + "@polkadot/api-augment": "12.2.1", "@polkadot/keyring": "^13.0.2", - "@polkadot/types-support": "12.1.2-3-x" + "@polkadot/types-support": "12.2.1" } } diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index 5b3be4b14d3b..8cbd1db76d78 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-3-x", + "version": "12.2.1", "main": "index.js", "dependencies": { - "@polkadot/api": "12.1.2-3-x", - "@polkadot/api-augment": "12.1.2-3-x", - "@polkadot/api-base": "12.1.2-3-x", - "@polkadot/rpc-core": "12.1.2-3-x", - "@polkadot/types": "12.1.2-3-x", - "@polkadot/types-codec": "12.1.2-3-x", + "@polkadot/api": "12.2.1", + "@polkadot/api-augment": "12.2.1", + "@polkadot/api-base": "12.2.1", + "@polkadot/rpc-core": "12.2.1", + "@polkadot/types": "12.2.1", + "@polkadot/types-codec": "12.2.1", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api": "12.1.2-3-x", - "@polkadot/api-augment": "12.1.2-3-x", - "@polkadot/rpc-augment": "12.1.2-3-x", - "@polkadot/rpc-provider": "12.1.2-3-x", - "@polkadot/types-support": "12.1.2-3-x" + "@polkadot/api": "12.2.1", + "@polkadot/api-augment": "12.2.1", + "@polkadot/rpc-augment": "12.2.1", + "@polkadot/rpc-provider": "12.2.1", + "@polkadot/types-support": "12.2.1" } } diff --git a/packages/api/package.json b/packages/api/package.json index f05b65257853..a736c4460df1 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,21 +18,21 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-3-x", + "version": "12.2.1", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "12.1.2-3-x", - "@polkadot/api-base": "12.1.2-3-x", - "@polkadot/api-derive": "12.1.2-3-x", + "@polkadot/api-augment": "12.2.1", + "@polkadot/api-base": "12.2.1", + "@polkadot/api-derive": "12.2.1", "@polkadot/keyring": "^13.0.2", - "@polkadot/rpc-augment": "12.1.2-3-x", - "@polkadot/rpc-core": "12.1.2-3-x", - "@polkadot/rpc-provider": "12.1.2-3-x", - "@polkadot/types": "12.1.2-3-x", - "@polkadot/types-augment": "12.1.2-3-x", - "@polkadot/types-codec": "12.1.2-3-x", - "@polkadot/types-create": "12.1.2-3-x", - "@polkadot/types-known": "12.1.2-3-x", + "@polkadot/rpc-augment": "12.2.1", + "@polkadot/rpc-core": "12.2.1", + "@polkadot/rpc-provider": "12.2.1", + "@polkadot/types": "12.2.1", + "@polkadot/types-augment": "12.2.1", + "@polkadot/types-codec": "12.2.1", + "@polkadot/types-create": "12.2.1", + "@polkadot/types-known": "12.2.1", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "eventemitter3": "^5.0.1", @@ -40,7 +40,7 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api-augment": "12.1.2-3-x", - "@polkadot/types-support": "12.1.2-3-x" + "@polkadot/api-augment": "12.2.1", + "@polkadot/types-support": "12.2.1" } } diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index e9f0c80c7b23..3c4d4babe5f3 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-3-x", + "version": "12.2.1", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "12.1.2-3-x", - "@polkadot/types": "12.1.2-3-x", - "@polkadot/types-codec": "12.1.2-3-x", + "@polkadot/rpc-core": "12.2.1", + "@polkadot/types": "12.2.1", + "@polkadot/types-codec": "12.2.1", "@polkadot/util": "^13.0.2", "tslib": "^2.6.2" } diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 79f4a8133c41..25b8f8eb0de7 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-3-x", + "version": "12.2.1", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "12.1.2-3-x", - "@polkadot/rpc-provider": "12.1.2-3-x", - "@polkadot/types": "12.1.2-3-x", + "@polkadot/rpc-augment": "12.2.1", + "@polkadot/rpc-provider": "12.2.1", + "@polkadot/types": "12.2.1", "@polkadot/util": "^13.0.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { "@polkadot/keyring": "^13.0.2", - "@polkadot/rpc-augment": "12.1.2-3-x" + "@polkadot/rpc-augment": "12.2.1" } } diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index bb36ba83c905..236475f0126b 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-3-x", + "version": "12.2.1", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.0.2", - "@polkadot/types": "12.1.2-3-x", - "@polkadot/types-support": "12.1.2-3-x", + "@polkadot/types": "12.2.1", + "@polkadot/types-support": "12.2.1", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "@polkadot/x-fetch": "^13.0.2", diff --git a/packages/typegen/package.json b/packages/typegen/package.json index eeb4df6c9ec8..4252d4734e63 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-3-x", + "version": "12.2.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": "12.1.2-3-x", - "@polkadot/api-augment": "12.1.2-3-x", - "@polkadot/rpc-augment": "12.1.2-3-x", - "@polkadot/rpc-provider": "12.1.2-3-x", - "@polkadot/types": "12.1.2-3-x", - "@polkadot/types-augment": "12.1.2-3-x", - "@polkadot/types-codec": "12.1.2-3-x", - "@polkadot/types-create": "12.1.2-3-x", - "@polkadot/types-support": "12.1.2-3-x", + "@polkadot/api": "12.2.1", + "@polkadot/api-augment": "12.2.1", + "@polkadot/rpc-augment": "12.2.1", + "@polkadot/rpc-provider": "12.2.1", + "@polkadot/types": "12.2.1", + "@polkadot/types-augment": "12.2.1", + "@polkadot/types-codec": "12.2.1", + "@polkadot/types-create": "12.2.1", + "@polkadot/types-support": "12.2.1", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "@polkadot/x-ws": "^13.0.2", diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 6efb2c00f062..bdb3dde59baa 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,11 +18,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-3-x", + "version": "12.2.1", "main": "index.js", "dependencies": { - "@polkadot/types": "12.1.2-3-x", - "@polkadot/types-codec": "12.1.2-3-x", + "@polkadot/types": "12.2.1", + "@polkadot/types-codec": "12.2.1", "@polkadot/util": "^13.0.2", "tslib": "^2.6.2" } diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index fba597df7c9b..e1c87b5a0b22 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-3-x", + "version": "12.2.1", "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2", @@ -26,9 +26,9 @@ "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/types": "12.1.2-3-x", - "@polkadot/types-augment": "12.1.2-3-x", - "@polkadot/types-support": "12.1.2-3-x", + "@polkadot/types": "12.2.1", + "@polkadot/types-augment": "12.2.1", + "@polkadot/types-support": "12.2.1", "@polkadot/util-crypto": "^13.0.2" } } diff --git a/packages/types-create/package.json b/packages/types-create/package.json index 8482dcc41197..b049117d7e7d 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-3-x", + "version": "12.2.1", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "12.1.2-3-x", + "@polkadot/types-codec": "12.2.1", "@polkadot/util": "^13.0.2", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/types": "12.1.2-3-x" + "@polkadot/types": "12.2.1" } } diff --git a/packages/types-known/package.json b/packages/types-known/package.json index a56a02716510..0927b817bbce 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-3-x", + "version": "12.2.1", "main": "index.js", "dependencies": { "@polkadot/networks": "^13.0.2", - "@polkadot/types": "12.1.2-3-x", - "@polkadot/types-codec": "12.1.2-3-x", - "@polkadot/types-create": "12.1.2-3-x", + "@polkadot/types": "12.2.1", + "@polkadot/types-codec": "12.2.1", + "@polkadot/types-create": "12.2.1", "@polkadot/util": "^13.0.2", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api": "12.1.2-3-x" + "@polkadot/api": "12.2.1" } } diff --git a/packages/types-support/package.json b/packages/types-support/package.json index c46f9fabc789..8e4d6376891d 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-3-x", + "version": "12.2.1", "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2", diff --git a/packages/types/package.json b/packages/types/package.json index a928279f5892..666eeff3d48b 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,13 +18,13 @@ "./packageDetect.cjs" ], "type": "module", - "version": "12.1.2-3-x", + "version": "12.2.1", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.0.2", - "@polkadot/types-augment": "12.1.2-3-x", - "@polkadot/types-codec": "12.1.2-3-x", - "@polkadot/types-create": "12.1.2-3-x", + "@polkadot/types-augment": "12.2.1", + "@polkadot/types-codec": "12.2.1", + "@polkadot/types-create": "12.2.1", "@polkadot/util": "^13.0.2", "@polkadot/util-crypto": "^13.0.2", "rxjs": "^7.8.1", @@ -32,6 +32,6 @@ }, "devDependencies": { "@polkadot/keyring": "^13.0.2", - "@polkadot/types-support": "12.1.2-3-x" + "@polkadot/types-support": "12.2.1" } } diff --git a/yarn.lock b/yarn.lock index fbc9ef9d589d..beaad412b776 100644 --- a/yarn.lock +++ b/yarn.lock @@ -444,26 +444,26 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:12.1.2-3-x, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@npm:12.2.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:12.1.2-3-x" - "@polkadot/rpc-augment": "npm:12.1.2-3-x" - "@polkadot/types": "npm:12.1.2-3-x" - "@polkadot/types-augment": "npm:12.1.2-3-x" - "@polkadot/types-codec": "npm:12.1.2-3-x" + "@polkadot/api-base": "npm:12.2.1" + "@polkadot/rpc-augment": "npm:12.2.1" + "@polkadot/types": "npm:12.2.1" + "@polkadot/types-augment": "npm:12.2.1" + "@polkadot/types-codec": "npm:12.2.1" "@polkadot/util": "npm:^13.0.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/api-base@npm:12.1.2-3-x, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@npm:12.2.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:12.1.2-3-x" - "@polkadot/types": "npm:12.1.2-3-x" + "@polkadot/rpc-core": "npm:12.2.1" + "@polkadot/types": "npm:12.2.1" "@polkadot/util": "npm:^13.0.2" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" @@ -474,13 +474,13 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: - "@polkadot/api": "npm:12.1.2-3-x" - "@polkadot/api-augment": "npm:12.1.2-3-x" + "@polkadot/api": "npm:12.2.1" + "@polkadot/api-augment": "npm:12.2.1" "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/types": "npm:12.1.2-3-x" - "@polkadot/types-codec": "npm:12.1.2-3-x" - "@polkadot/types-create": "npm:12.1.2-3-x" - "@polkadot/types-support": "npm:12.1.2-3-x" + "@polkadot/types": "npm:12.2.1" + "@polkadot/types-codec": "npm:12.2.1" + "@polkadot/types-create": "npm:12.2.1" + "@polkadot/types-support": "npm:12.2.1" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" rxjs: "npm:^7.8.1" @@ -488,19 +488,19 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api-derive@npm:12.1.2-3-x, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@npm:12.2.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:12.1.2-3-x" - "@polkadot/api-augment": "npm:12.1.2-3-x" - "@polkadot/api-base": "npm:12.1.2-3-x" - "@polkadot/rpc-augment": "npm:12.1.2-3-x" - "@polkadot/rpc-core": "npm:12.1.2-3-x" - "@polkadot/rpc-provider": "npm:12.1.2-3-x" - "@polkadot/types": "npm:12.1.2-3-x" - "@polkadot/types-codec": "npm:12.1.2-3-x" - "@polkadot/types-support": "npm:12.1.2-3-x" + "@polkadot/api": "npm:12.2.1" + "@polkadot/api-augment": "npm:12.2.1" + "@polkadot/api-base": "npm:12.2.1" + "@polkadot/rpc-augment": "npm:12.2.1" + "@polkadot/rpc-core": "npm:12.2.1" + "@polkadot/rpc-provider": "npm:12.2.1" + "@polkadot/types": "npm:12.2.1" + "@polkadot/types-codec": "npm:12.2.1" + "@polkadot/types-support": "npm:12.2.1" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" rxjs: "npm:^7.8.1" @@ -508,23 +508,23 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/api@npm:12.1.2-3-x, @polkadot/api@workspace:packages/api": +"@polkadot/api@npm:12.2.1, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": "npm:12.1.2-3-x" - "@polkadot/api-base": "npm:12.1.2-3-x" - "@polkadot/api-derive": "npm:12.1.2-3-x" + "@polkadot/api-augment": "npm:12.2.1" + "@polkadot/api-base": "npm:12.2.1" + "@polkadot/api-derive": "npm:12.2.1" "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/rpc-augment": "npm:12.1.2-3-x" - "@polkadot/rpc-core": "npm:12.1.2-3-x" - "@polkadot/rpc-provider": "npm:12.1.2-3-x" - "@polkadot/types": "npm:12.1.2-3-x" - "@polkadot/types-augment": "npm:12.1.2-3-x" - "@polkadot/types-codec": "npm:12.1.2-3-x" - "@polkadot/types-create": "npm:12.1.2-3-x" - "@polkadot/types-known": "npm:12.1.2-3-x" - "@polkadot/types-support": "npm:12.1.2-3-x" + "@polkadot/rpc-augment": "npm:12.2.1" + "@polkadot/rpc-core": "npm:12.2.1" + "@polkadot/rpc-provider": "npm:12.2.1" + "@polkadot/types": "npm:12.2.1" + "@polkadot/types-augment": "npm:12.2.1" + "@polkadot/types-codec": "npm:12.2.1" + "@polkadot/types-create": "npm:12.2.1" + "@polkadot/types-known": "npm:12.2.1" + "@polkadot/types-support": "npm:12.2.1" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" eventemitter3: "npm:^5.0.1" @@ -654,39 +654,39 @@ __metadata: languageName: node linkType: hard -"@polkadot/rpc-augment@npm:12.1.2-3-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@npm:12.2.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:12.1.2-3-x" - "@polkadot/types": "npm:12.1.2-3-x" - "@polkadot/types-codec": "npm:12.1.2-3-x" + "@polkadot/rpc-core": "npm:12.2.1" + "@polkadot/types": "npm:12.2.1" + "@polkadot/types-codec": "npm:12.2.1" "@polkadot/util": "npm:^13.0.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/rpc-core@npm:12.1.2-3-x, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@npm:12.2.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.0.2" - "@polkadot/rpc-augment": "npm:12.1.2-3-x" - "@polkadot/rpc-provider": "npm:12.1.2-3-x" - "@polkadot/types": "npm:12.1.2-3-x" + "@polkadot/rpc-augment": "npm:12.2.1" + "@polkadot/rpc-provider": "npm:12.2.1" + "@polkadot/types": "npm:12.2.1" "@polkadot/util": "npm:^13.0.2" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/rpc-provider@npm:12.1.2-3-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@npm:12.2.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.0.2" - "@polkadot/types": "npm:12.1.2-3-x" - "@polkadot/types-support": "npm:12.1.2-3-x" + "@polkadot/types": "npm:12.2.1" + "@polkadot/types-support": "npm:12.2.1" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" "@polkadot/x-fetch": "npm:^13.0.2" @@ -707,15 +707,15 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": "npm:12.1.2-3-x" - "@polkadot/api-augment": "npm:12.1.2-3-x" - "@polkadot/rpc-augment": "npm:12.1.2-3-x" - "@polkadot/rpc-provider": "npm:12.1.2-3-x" - "@polkadot/types": "npm:12.1.2-3-x" - "@polkadot/types-augment": "npm:12.1.2-3-x" - "@polkadot/types-codec": "npm:12.1.2-3-x" - "@polkadot/types-create": "npm:12.1.2-3-x" - "@polkadot/types-support": "npm:12.1.2-3-x" + "@polkadot/api": "npm:12.2.1" + "@polkadot/api-augment": "npm:12.2.1" + "@polkadot/rpc-augment": "npm:12.2.1" + "@polkadot/rpc-provider": "npm:12.2.1" + "@polkadot/types": "npm:12.2.1" + "@polkadot/types-augment": "npm:12.2.1" + "@polkadot/types-codec": "npm:12.2.1" + "@polkadot/types-create": "npm:12.2.1" + "@polkadot/types-support": "npm:12.2.1" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" "@polkadot/x-ws": "npm:^13.0.2" @@ -732,24 +732,24 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@npm:12.1.2-3-x, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@npm:12.2.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:12.1.2-3-x" - "@polkadot/types-codec": "npm:12.1.2-3-x" + "@polkadot/types": "npm:12.2.1" + "@polkadot/types-codec": "npm:12.2.1" "@polkadot/util": "npm:^13.0.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/types-codec@npm:12.1.2-3-x, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@npm:12.2.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:12.1.2-3-x" - "@polkadot/types-augment": "npm:12.1.2-3-x" - "@polkadot/types-support": "npm:12.1.2-3-x" + "@polkadot/types": "npm:12.2.1" + "@polkadot/types-augment": "npm:12.2.1" + "@polkadot/types-support": "npm:12.2.1" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" "@polkadot/x-bigint": "npm:^13.0.2" @@ -757,32 +757,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-create@npm:12.1.2-3-x, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@npm:12.2.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:12.1.2-3-x" - "@polkadot/types-codec": "npm:12.1.2-3-x" + "@polkadot/types": "npm:12.2.1" + "@polkadot/types-codec": "npm:12.2.1" "@polkadot/util": "npm:^13.0.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/types-known@npm:12.1.2-3-x, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@npm:12.2.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:12.1.2-3-x" + "@polkadot/api": "npm:12.2.1" "@polkadot/networks": "npm:^13.0.2" - "@polkadot/types": "npm:12.1.2-3-x" - "@polkadot/types-codec": "npm:12.1.2-3-x" - "@polkadot/types-create": "npm:12.1.2-3-x" + "@polkadot/types": "npm:12.2.1" + "@polkadot/types-codec": "npm:12.2.1" + "@polkadot/types-create": "npm:12.2.1" "@polkadot/util": "npm:^13.0.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/types-support@npm:12.1.2-3-x, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@npm:12.2.1, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: @@ -791,15 +791,15 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types@npm:12.1.2-3-x, @polkadot/types@workspace:packages/types": +"@polkadot/types@npm:12.2.1, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@polkadot/keyring": "npm:^13.0.2" - "@polkadot/types-augment": "npm:12.1.2-3-x" - "@polkadot/types-codec": "npm:12.1.2-3-x" - "@polkadot/types-create": "npm:12.1.2-3-x" - "@polkadot/types-support": "npm:12.1.2-3-x" + "@polkadot/types-augment": "npm:12.2.1" + "@polkadot/types-codec": "npm:12.2.1" + "@polkadot/types-create": "npm:12.2.1" + "@polkadot/types-support": "npm:12.2.1" "@polkadot/util": "npm:^13.0.2" "@polkadot/util-crypto": "npm:^13.0.2" rxjs: "npm:^7.8.1"