diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf601fc8e57..e82acb2a5503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # CHANGELOG +## 10.11.2 Dec 18, 2023 + +Contributed: + +- Add `chainIsEthereum` key to `Registry` interface (Thanks to https://github.com/fgamundi) +- Adjust types for `ChargeAssetTxPayment` (Thanks to https://github.com/bee344) + +Changes: + +- Support `[8a;32]` types in known keys +- Update to latest Substrate metadata + + ## 10.11.1 Nov 18, 2023 Contributed: diff --git a/package.json b/package.json index a2e7586cd21a..8ff1cf49dd36 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "10.11.2-4-x", + "version": "10.11.2", "versions": { "git": "10.11.2-4-x", "npm": "10.11.1" @@ -45,6 +45,6 @@ "@types/node": "^20.10.5" }, "resolutions": { - "typescript": "^5.2.2" + "typescript": "^5.3.3" } } diff --git a/packages/api-augment/package.json b/packages/api-augment/package.json index a85a709693de..b1501cb98141 100644 --- a/packages/api-augment/package.json +++ b/packages/api-augment/package.json @@ -18,15 +18,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.11.2-4-x", + "version": "10.11.2", "main": "index.js", "dependencies": { - "@polkadot/api-base": "10.11.2-4-x", - "@polkadot/rpc-augment": "10.11.2-4-x", - "@polkadot/types": "10.11.2-4-x", - "@polkadot/types-augment": "10.11.2-4-x", - "@polkadot/types-codec": "10.11.2-4-x", - "@polkadot/util": "^12.6.1", + "@polkadot/api-base": "10.11.2", + "@polkadot/rpc-augment": "10.11.2", + "@polkadot/types": "10.11.2", + "@polkadot/types-augment": "10.11.2", + "@polkadot/types-codec": "10.11.2", + "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" } } diff --git a/packages/api-base/package.json b/packages/api-base/package.json index cbb92473ce98..3bf60d5aca75 100644 --- a/packages/api-base/package.json +++ b/packages/api-base/package.json @@ -18,12 +18,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.11.2-4-x", + "version": "10.11.2", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.11.2-4-x", - "@polkadot/types": "10.11.2-4-x", - "@polkadot/util": "^12.6.1", + "@polkadot/rpc-core": "10.11.2", + "@polkadot/types": "10.11.2", + "@polkadot/util": "^12.6.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" } diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index 6d4a5856228d..1bd84d8b738c 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -18,21 +18,21 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.11.2-4-x", + "version": "10.11.2", "main": "index.js", "dependencies": { - "@polkadot/api": "10.11.2-4-x", - "@polkadot/api-augment": "10.11.2-4-x", - "@polkadot/types": "10.11.2-4-x", - "@polkadot/types-codec": "10.11.2-4-x", - "@polkadot/types-create": "10.11.2-4-x", - "@polkadot/util": "^12.6.1", - "@polkadot/util-crypto": "^12.6.1", + "@polkadot/api": "10.11.2", + "@polkadot/api-augment": "10.11.2", + "@polkadot/types": "10.11.2", + "@polkadot/types-codec": "10.11.2", + "@polkadot/types-create": "10.11.2", + "@polkadot/util": "^12.6.2", + "@polkadot/util-crypto": "^12.6.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api-augment": "10.11.2-4-x", - "@polkadot/keyring": "^12.6.1" + "@polkadot/api-augment": "10.11.2", + "@polkadot/keyring": "^12.6.2" } } diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index 605ff32c1266..4955a8241c32 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -18,25 +18,25 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.11.2-4-x", + "version": "10.11.2", "main": "index.js", "dependencies": { - "@polkadot/api": "10.11.2-4-x", - "@polkadot/api-augment": "10.11.2-4-x", - "@polkadot/api-base": "10.11.2-4-x", - "@polkadot/rpc-core": "10.11.2-4-x", - "@polkadot/types": "10.11.2-4-x", - "@polkadot/types-codec": "10.11.2-4-x", - "@polkadot/util": "^12.6.1", - "@polkadot/util-crypto": "^12.6.1", + "@polkadot/api": "10.11.2", + "@polkadot/api-augment": "10.11.2", + "@polkadot/api-base": "10.11.2", + "@polkadot/rpc-core": "10.11.2", + "@polkadot/types": "10.11.2", + "@polkadot/types-codec": "10.11.2", + "@polkadot/util": "^12.6.2", + "@polkadot/util-crypto": "^12.6.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api": "10.11.2-4-x", - "@polkadot/api-augment": "10.11.2-4-x", - "@polkadot/rpc-augment": "10.11.2-4-x", - "@polkadot/rpc-provider": "10.11.2-4-x", - "@polkadot/types-support": "10.11.2-4-x" + "@polkadot/api": "10.11.2", + "@polkadot/api-augment": "10.11.2", + "@polkadot/rpc-augment": "10.11.2", + "@polkadot/rpc-provider": "10.11.2", + "@polkadot/types-support": "10.11.2" } } diff --git a/packages/api/package.json b/packages/api/package.json index f2b7a6d2c141..e7cd9d5552db 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -18,29 +18,29 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.11.2-4-x", + "version": "10.11.2", "main": "index.js", "dependencies": { - "@polkadot/api-augment": "10.11.2-4-x", - "@polkadot/api-base": "10.11.2-4-x", - "@polkadot/api-derive": "10.11.2-4-x", - "@polkadot/keyring": "^12.6.1", - "@polkadot/rpc-augment": "10.11.2-4-x", - "@polkadot/rpc-core": "10.11.2-4-x", - "@polkadot/rpc-provider": "10.11.2-4-x", - "@polkadot/types": "10.11.2-4-x", - "@polkadot/types-augment": "10.11.2-4-x", - "@polkadot/types-codec": "10.11.2-4-x", - "@polkadot/types-create": "10.11.2-4-x", - "@polkadot/types-known": "10.11.2-4-x", - "@polkadot/util": "^12.6.1", - "@polkadot/util-crypto": "^12.6.1", + "@polkadot/api-augment": "10.11.2", + "@polkadot/api-base": "10.11.2", + "@polkadot/api-derive": "10.11.2", + "@polkadot/keyring": "^12.6.2", + "@polkadot/rpc-augment": "10.11.2", + "@polkadot/rpc-core": "10.11.2", + "@polkadot/rpc-provider": "10.11.2", + "@polkadot/types": "10.11.2", + "@polkadot/types-augment": "10.11.2", + "@polkadot/types-codec": "10.11.2", + "@polkadot/types-create": "10.11.2", + "@polkadot/types-known": "10.11.2", + "@polkadot/util": "^12.6.2", + "@polkadot/util-crypto": "^12.6.2", "eventemitter3": "^5.0.1", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api-augment": "10.11.2-4-x", - "@polkadot/types-support": "10.11.2-4-x" + "@polkadot/api-augment": "10.11.2", + "@polkadot/types-support": "10.11.2" } } diff --git a/packages/rpc-augment/package.json b/packages/rpc-augment/package.json index 2c1ab346d761..ee34b84311db 100644 --- a/packages/rpc-augment/package.json +++ b/packages/rpc-augment/package.json @@ -18,13 +18,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.11.2-4-x", + "version": "10.11.2", "main": "index.js", "dependencies": { - "@polkadot/rpc-core": "10.11.2-4-x", - "@polkadot/types": "10.11.2-4-x", - "@polkadot/types-codec": "10.11.2-4-x", - "@polkadot/util": "^12.6.1", + "@polkadot/rpc-core": "10.11.2", + "@polkadot/types": "10.11.2", + "@polkadot/types-codec": "10.11.2", + "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" } } diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 7c24dfac4ccf..7d0e45eb0737 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -18,18 +18,18 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.11.2-4-x", + "version": "10.11.2", "main": "index.js", "dependencies": { - "@polkadot/rpc-augment": "10.11.2-4-x", - "@polkadot/rpc-provider": "10.11.2-4-x", - "@polkadot/types": "10.11.2-4-x", - "@polkadot/util": "^12.6.1", + "@polkadot/rpc-augment": "10.11.2", + "@polkadot/rpc-provider": "10.11.2", + "@polkadot/types": "10.11.2", + "@polkadot/util": "^12.6.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/keyring": "^12.6.1", - "@polkadot/rpc-augment": "10.11.2-4-x" + "@polkadot/keyring": "^12.6.2", + "@polkadot/rpc-augment": "10.11.2" } } diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index c3cb7b1a4110..36a185813249 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -18,17 +18,17 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.11.2-4-x", + "version": "10.11.2", "main": "index.js", "dependencies": { - "@polkadot/keyring": "^12.6.1", - "@polkadot/types": "10.11.2-4-x", - "@polkadot/types-support": "10.11.2-4-x", - "@polkadot/util": "^12.6.1", - "@polkadot/util-crypto": "^12.6.1", - "@polkadot/x-fetch": "^12.6.1", - "@polkadot/x-global": "^12.6.1", - "@polkadot/x-ws": "^12.6.1", + "@polkadot/keyring": "^12.6.2", + "@polkadot/types": "10.11.2", + "@polkadot/types-support": "10.11.2", + "@polkadot/util": "^12.6.2", + "@polkadot/util-crypto": "^12.6.2", + "@polkadot/x-fetch": "^12.6.2", + "@polkadot/x-global": "^12.6.2", + "@polkadot/x-ws": "^12.6.2", "eventemitter3": "^5.0.1", "mock-socket": "^9.3.1", "nock": "^13.4.0", diff --git a/packages/typegen/package.json b/packages/typegen/package.json index bc34372391e9..74b1506378c1 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.11.2-4-x", + "version": "10.11.2", "main": "index.js", "bin": { "polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.mjs", @@ -28,18 +28,18 @@ "polkadot-types-internal-metadata": "./scripts/polkadot-types-internal-metadata.mjs" }, "dependencies": { - "@polkadot/api": "10.11.2-4-x", - "@polkadot/api-augment": "10.11.2-4-x", - "@polkadot/rpc-augment": "10.11.2-4-x", - "@polkadot/rpc-provider": "10.11.2-4-x", - "@polkadot/types": "10.11.2-4-x", - "@polkadot/types-augment": "10.11.2-4-x", - "@polkadot/types-codec": "10.11.2-4-x", - "@polkadot/types-create": "10.11.2-4-x", - "@polkadot/types-support": "10.11.2-4-x", - "@polkadot/util": "^12.6.1", - "@polkadot/util-crypto": "^12.6.1", - "@polkadot/x-ws": "^12.6.1", + "@polkadot/api": "10.11.2", + "@polkadot/api-augment": "10.11.2", + "@polkadot/rpc-augment": "10.11.2", + "@polkadot/rpc-provider": "10.11.2", + "@polkadot/types": "10.11.2", + "@polkadot/types-augment": "10.11.2", + "@polkadot/types-codec": "10.11.2", + "@polkadot/types-create": "10.11.2", + "@polkadot/types-support": "10.11.2", + "@polkadot/util": "^12.6.2", + "@polkadot/util-crypto": "^12.6.2", + "@polkadot/x-ws": "^12.6.2", "handlebars": "^4.7.8", "tslib": "^2.6.2", "yargs": "^17.7.2" diff --git a/packages/types-augment/package.json b/packages/types-augment/package.json index 4eaaf8f08e5f..20b6c93f222c 100644 --- a/packages/types-augment/package.json +++ b/packages/types-augment/package.json @@ -18,12 +18,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.11.2-4-x", + "version": "10.11.2", "main": "index.js", "dependencies": { - "@polkadot/types": "10.11.2-4-x", - "@polkadot/types-codec": "10.11.2-4-x", - "@polkadot/util": "^12.6.1", + "@polkadot/types": "10.11.2", + "@polkadot/types-codec": "10.11.2", + "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" } } diff --git a/packages/types-codec/package.json b/packages/types-codec/package.json index 60a3797e40c4..97b186736e3d 100644 --- a/packages/types-codec/package.json +++ b/packages/types-codec/package.json @@ -18,17 +18,17 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.11.2-4-x", + "version": "10.11.2", "main": "index.js", "dependencies": { - "@polkadot/util": "^12.6.1", - "@polkadot/x-bigint": "^12.6.1", + "@polkadot/util": "^12.6.2", + "@polkadot/x-bigint": "^12.6.2", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/types": "10.11.2-4-x", - "@polkadot/types-augment": "10.11.2-4-x", - "@polkadot/types-support": "10.11.2-4-x", - "@polkadot/util-crypto": "^12.6.1" + "@polkadot/types": "10.11.2", + "@polkadot/types-augment": "10.11.2", + "@polkadot/types-support": "10.11.2", + "@polkadot/util-crypto": "^12.6.2" } } diff --git a/packages/types-create/package.json b/packages/types-create/package.json index c187fe28dbcc..314e7105afc4 100644 --- a/packages/types-create/package.json +++ b/packages/types-create/package.json @@ -18,14 +18,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.11.2-4-x", + "version": "10.11.2", "main": "index.js", "dependencies": { - "@polkadot/types-codec": "10.11.2-4-x", - "@polkadot/util": "^12.6.1", + "@polkadot/types-codec": "10.11.2", + "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/types": "10.11.2-4-x" + "@polkadot/types": "10.11.2" } } diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 56a0f4e3bd7f..6b161651f7c7 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -18,17 +18,17 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.11.2-4-x", + "version": "10.11.2", "main": "index.js", "dependencies": { - "@polkadot/networks": "^12.6.1", - "@polkadot/types": "10.11.2-4-x", - "@polkadot/types-codec": "10.11.2-4-x", - "@polkadot/types-create": "10.11.2-4-x", - "@polkadot/util": "^12.6.1", + "@polkadot/networks": "^12.6.2", + "@polkadot/types": "10.11.2", + "@polkadot/types-codec": "10.11.2", + "@polkadot/types-create": "10.11.2", + "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/api": "10.11.2-4-x" + "@polkadot/api": "10.11.2" } } diff --git a/packages/types-support/package.json b/packages/types-support/package.json index 4d26150231dc..7d5f4972f1c2 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -18,10 +18,10 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.11.2-4-x", + "version": "10.11.2", "main": "index.js", "dependencies": { - "@polkadot/util": "^12.6.1", + "@polkadot/util": "^12.6.2", "tslib": "^2.6.2" } } diff --git a/packages/types/package.json b/packages/types/package.json index 567d34e92cc9..38c0d783eb24 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -18,20 +18,20 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.11.2-4-x", + "version": "10.11.2", "main": "index.js", "dependencies": { - "@polkadot/keyring": "^12.6.1", - "@polkadot/types-augment": "10.11.2-4-x", - "@polkadot/types-codec": "10.11.2-4-x", - "@polkadot/types-create": "10.11.2-4-x", - "@polkadot/util": "^12.6.1", - "@polkadot/util-crypto": "^12.6.1", + "@polkadot/keyring": "^12.6.2", + "@polkadot/types-augment": "10.11.2", + "@polkadot/types-codec": "10.11.2", + "@polkadot/types-create": "10.11.2", + "@polkadot/util": "^12.6.2", + "@polkadot/util-crypto": "^12.6.2", "rxjs": "^7.8.1", "tslib": "^2.6.2" }, "devDependencies": { - "@polkadot/keyring": "^12.6.1", - "@polkadot/types-support": "10.11.2-4-x" + "@polkadot/keyring": "^12.6.2", + "@polkadot/types-support": "10.11.2" } } diff --git a/yarn.lock b/yarn.lock index fabb640bf78d..6e18201db384 100644 --- a/yarn.lock +++ b/yarn.lock @@ -206,19 +206,19 @@ __metadata: languageName: node linkType: hard -"@noble/curves@npm:^1.2.0": - version: 1.2.0 - resolution: "@noble/curves@npm:1.2.0" +"@noble/curves@npm:^1.3.0": + version: 1.3.0 + resolution: "@noble/curves@npm:1.3.0" dependencies: - "@noble/hashes": "npm:1.3.2" - checksum: 94e02e9571a9fd42a3263362451849d2f54405cb3ce9fa7c45bc6b9b36dcd7d1d20e2e1e14cfded24937a13d82f1e60eefc4d7a14982ce0bc219a9fc0f51d1f9 + "@noble/hashes": "npm:1.3.3" + checksum: f3cbdd1af00179e30146eac5539e6df290228fb857a7a8ba36d1a772cbe59288a2ca83d06f175d3446ef00db3a80d7fd8b8347f7de9c2d4d5bf3865d8bb78252 languageName: node linkType: hard -"@noble/hashes@npm:1.3.2, @noble/hashes@npm:^1.3.2": - version: 1.3.2 - resolution: "@noble/hashes@npm:1.3.2" - checksum: 685f59d2d44d88e738114b71011d343a9f7dce9dfb0a121f1489132f9247baa60bc985e5ec6f3213d114fbd1e1168e7294644e46cbd0ce2eba37994f28eeb51b +"@noble/hashes@npm:1.3.3, @noble/hashes@npm:^1.3.3": + version: 1.3.3 + resolution: "@noble/hashes@npm:1.3.3" + checksum: 1025ddde4d24630e95c0818e63d2d54ee131b980fe113312d17ed7468bc18f54486ac86c907685759f8a7e13c2f9b9e83ec7b67d1cc20836f36b5e4a65bb102d languageName: node linkType: hard @@ -380,27 +380,27 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-augment@npm:10.11.2-4-x, @polkadot/api-augment@workspace:packages/api-augment": +"@polkadot/api-augment@npm:10.11.2, @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:10.11.2-4-x" - "@polkadot/rpc-augment": "npm:10.11.2-4-x" - "@polkadot/types": "npm:10.11.2-4-x" - "@polkadot/types-augment": "npm:10.11.2-4-x" - "@polkadot/types-codec": "npm:10.11.2-4-x" - "@polkadot/util": "npm:^12.6.1" + "@polkadot/api-base": "npm:10.11.2" + "@polkadot/rpc-augment": "npm:10.11.2" + "@polkadot/types": "npm:10.11.2" + "@polkadot/types-augment": "npm:10.11.2" + "@polkadot/types-codec": "npm:10.11.2" + "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/api-base@npm:10.11.2-4-x, @polkadot/api-base@workspace:packages/api-base": +"@polkadot/api-base@npm:10.11.2, @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:10.11.2-4-x" - "@polkadot/types": "npm:10.11.2-4-x" - "@polkadot/util": "npm:^12.6.1" + "@polkadot/rpc-core": "npm:10.11.2" + "@polkadot/types": "npm:10.11.2" + "@polkadot/util": "npm:^12.6.2" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" languageName: unknown @@ -410,58 +410,58 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: - "@polkadot/api": "npm:10.11.2-4-x" - "@polkadot/api-augment": "npm:10.11.2-4-x" - "@polkadot/keyring": "npm:^12.6.1" - "@polkadot/types": "npm:10.11.2-4-x" - "@polkadot/types-codec": "npm:10.11.2-4-x" - "@polkadot/types-create": "npm:10.11.2-4-x" - "@polkadot/util": "npm:^12.6.1" - "@polkadot/util-crypto": "npm:^12.6.1" + "@polkadot/api": "npm:10.11.2" + "@polkadot/api-augment": "npm:10.11.2" + "@polkadot/keyring": "npm:^12.6.2" + "@polkadot/types": "npm:10.11.2" + "@polkadot/types-codec": "npm:10.11.2" + "@polkadot/types-create": "npm:10.11.2" + "@polkadot/util": "npm:^12.6.2" + "@polkadot/util-crypto": "npm:^12.6.2" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/api-derive@npm:10.11.2-4-x, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@npm:10.11.2, @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:10.11.2-4-x" - "@polkadot/api-augment": "npm:10.11.2-4-x" - "@polkadot/api-base": "npm:10.11.2-4-x" - "@polkadot/rpc-augment": "npm:10.11.2-4-x" - "@polkadot/rpc-core": "npm:10.11.2-4-x" - "@polkadot/rpc-provider": "npm:10.11.2-4-x" - "@polkadot/types": "npm:10.11.2-4-x" - "@polkadot/types-codec": "npm:10.11.2-4-x" - "@polkadot/types-support": "npm:10.11.2-4-x" - "@polkadot/util": "npm:^12.6.1" - "@polkadot/util-crypto": "npm:^12.6.1" + "@polkadot/api": "npm:10.11.2" + "@polkadot/api-augment": "npm:10.11.2" + "@polkadot/api-base": "npm:10.11.2" + "@polkadot/rpc-augment": "npm:10.11.2" + "@polkadot/rpc-core": "npm:10.11.2" + "@polkadot/rpc-provider": "npm:10.11.2" + "@polkadot/types": "npm:10.11.2" + "@polkadot/types-codec": "npm:10.11.2" + "@polkadot/types-support": "npm:10.11.2" + "@polkadot/util": "npm:^12.6.2" + "@polkadot/util-crypto": "npm:^12.6.2" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/api@npm:10.11.2-4-x, @polkadot/api@workspace:packages/api": +"@polkadot/api@npm:10.11.2, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: - "@polkadot/api-augment": "npm:10.11.2-4-x" - "@polkadot/api-base": "npm:10.11.2-4-x" - "@polkadot/api-derive": "npm:10.11.2-4-x" - "@polkadot/keyring": "npm:^12.6.1" - "@polkadot/rpc-augment": "npm:10.11.2-4-x" - "@polkadot/rpc-core": "npm:10.11.2-4-x" - "@polkadot/rpc-provider": "npm:10.11.2-4-x" - "@polkadot/types": "npm:10.11.2-4-x" - "@polkadot/types-augment": "npm:10.11.2-4-x" - "@polkadot/types-codec": "npm:10.11.2-4-x" - "@polkadot/types-create": "npm:10.11.2-4-x" - "@polkadot/types-known": "npm:10.11.2-4-x" - "@polkadot/types-support": "npm:10.11.2-4-x" - "@polkadot/util": "npm:^12.6.1" - "@polkadot/util-crypto": "npm:^12.6.1" + "@polkadot/api-augment": "npm:10.11.2" + "@polkadot/api-base": "npm:10.11.2" + "@polkadot/api-derive": "npm:10.11.2" + "@polkadot/keyring": "npm:^12.6.2" + "@polkadot/rpc-augment": "npm:10.11.2" + "@polkadot/rpc-core": "npm:10.11.2" + "@polkadot/rpc-provider": "npm:10.11.2" + "@polkadot/types": "npm:10.11.2" + "@polkadot/types-augment": "npm:10.11.2" + "@polkadot/types-codec": "npm:10.11.2" + "@polkadot/types-create": "npm:10.11.2" + "@polkadot/types-known": "npm:10.11.2" + "@polkadot/types-support": "npm:10.11.2" + "@polkadot/util": "npm:^12.6.2" + "@polkadot/util-crypto": "npm:^12.6.2" eventemitter3: "npm:^5.0.1" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" @@ -564,69 +564,69 @@ __metadata: languageName: node linkType: hard -"@polkadot/keyring@npm:^12.6.1": - version: 12.6.1 - resolution: "@polkadot/keyring@npm:12.6.1" +"@polkadot/keyring@npm:^12.6.2": + version: 12.6.2 + resolution: "@polkadot/keyring@npm:12.6.2" dependencies: - "@polkadot/util": "npm:12.6.1" - "@polkadot/util-crypto": "npm:12.6.1" + "@polkadot/util": "npm:12.6.2" + "@polkadot/util-crypto": "npm:12.6.2" tslib: "npm:^2.6.2" peerDependencies: - "@polkadot/util": 12.6.1 - "@polkadot/util-crypto": 12.6.1 - checksum: b1f1736544c5f14583331d879f47183c298c9efbd5ca41fb5dafb9a416b720cc97634405946633a3cae5398bd2644d9ed05f3bdb0d8320733896355d92dd5c8b + "@polkadot/util": 12.6.2 + "@polkadot/util-crypto": 12.6.2 + checksum: 8faf59684ff5d041ba5fa7dd85c3ee4ac3920b2d907f81a485e37aedab64798f9c59b7ec914eb24dfc5271a4ef31e1244aecbd247c66f2b2ec518cfd37dd30fc languageName: node linkType: hard -"@polkadot/networks@npm:12.6.1, @polkadot/networks@npm:^12.6.1": - version: 12.6.1 - resolution: "@polkadot/networks@npm:12.6.1" +"@polkadot/networks@npm:12.6.2, @polkadot/networks@npm:^12.6.2": + version: 12.6.2 + resolution: "@polkadot/networks@npm:12.6.2" dependencies: - "@polkadot/util": "npm:12.6.1" + "@polkadot/util": "npm:12.6.2" "@substrate/ss58-registry": "npm:^1.44.0" tslib: "npm:^2.6.2" - checksum: ee024481eee249ae97a5ac87311433dd4cca061310eb0ea0c0e825f7d6b0e81929c66a87777f09f20c84fab6e8736f51277be36a266fe31639dc98b3465465e3 + checksum: 6c2cd7f631ec40489e8f8260b15a138bd0d276d222e4133847e8915c476aea415498dd8d8ab583bdf76f2e4e5bb1c7a20bca9dac110eae2fb48d5f6cf6798349 languageName: node linkType: hard -"@polkadot/rpc-augment@npm:10.11.2-4-x, @polkadot/rpc-augment@workspace:packages/rpc-augment": +"@polkadot/rpc-augment@npm:10.11.2, @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:10.11.2-4-x" - "@polkadot/types": "npm:10.11.2-4-x" - "@polkadot/types-codec": "npm:10.11.2-4-x" - "@polkadot/util": "npm:^12.6.1" + "@polkadot/rpc-core": "npm:10.11.2" + "@polkadot/types": "npm:10.11.2" + "@polkadot/types-codec": "npm:10.11.2" + "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/rpc-core@npm:10.11.2-4-x, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@npm:10.11.2, @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:^12.6.1" - "@polkadot/rpc-augment": "npm:10.11.2-4-x" - "@polkadot/rpc-provider": "npm:10.11.2-4-x" - "@polkadot/types": "npm:10.11.2-4-x" - "@polkadot/util": "npm:^12.6.1" + "@polkadot/keyring": "npm:^12.6.2" + "@polkadot/rpc-augment": "npm:10.11.2" + "@polkadot/rpc-provider": "npm:10.11.2" + "@polkadot/types": "npm:10.11.2" + "@polkadot/util": "npm:^12.6.2" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/rpc-provider@npm:10.11.2-4-x, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@npm:10.11.2, @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:^12.6.1" - "@polkadot/types": "npm:10.11.2-4-x" - "@polkadot/types-support": "npm:10.11.2-4-x" - "@polkadot/util": "npm:^12.6.1" - "@polkadot/util-crypto": "npm:^12.6.1" - "@polkadot/x-fetch": "npm:^12.6.1" - "@polkadot/x-global": "npm:^12.6.1" - "@polkadot/x-ws": "npm:^12.6.1" + "@polkadot/keyring": "npm:^12.6.2" + "@polkadot/types": "npm:10.11.2" + "@polkadot/types-support": "npm:10.11.2" + "@polkadot/util": "npm:^12.6.2" + "@polkadot/util-crypto": "npm:^12.6.2" + "@polkadot/x-fetch": "npm:^12.6.2" + "@polkadot/x-global": "npm:^12.6.2" + "@polkadot/x-ws": "npm:^12.6.2" "@substrate/connect": "npm:0.7.35" eventemitter3: "npm:^5.0.1" mock-socket: "npm:^9.3.1" @@ -642,18 +642,18 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/typegen@workspace:packages/typegen" dependencies: - "@polkadot/api": "npm:10.11.2-4-x" - "@polkadot/api-augment": "npm:10.11.2-4-x" - "@polkadot/rpc-augment": "npm:10.11.2-4-x" - "@polkadot/rpc-provider": "npm:10.11.2-4-x" - "@polkadot/types": "npm:10.11.2-4-x" - "@polkadot/types-augment": "npm:10.11.2-4-x" - "@polkadot/types-codec": "npm:10.11.2-4-x" - "@polkadot/types-create": "npm:10.11.2-4-x" - "@polkadot/types-support": "npm:10.11.2-4-x" - "@polkadot/util": "npm:^12.6.1" - "@polkadot/util-crypto": "npm:^12.6.1" - "@polkadot/x-ws": "npm:^12.6.1" + "@polkadot/api": "npm:10.11.2" + "@polkadot/api-augment": "npm:10.11.2" + "@polkadot/rpc-augment": "npm:10.11.2" + "@polkadot/rpc-provider": "npm:10.11.2" + "@polkadot/types": "npm:10.11.2" + "@polkadot/types-augment": "npm:10.11.2" + "@polkadot/types-codec": "npm:10.11.2" + "@polkadot/types-create": "npm:10.11.2" + "@polkadot/types-support": "npm:10.11.2" + "@polkadot/util": "npm:^12.6.2" + "@polkadot/util-crypto": "npm:^12.6.2" + "@polkadot/x-ws": "npm:^12.6.2" "@types/yargs": "npm:^17.0.32" handlebars: "npm:^4.7.8" tslib: "npm:^2.6.2" @@ -667,267 +667,267 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-augment@npm:10.11.2-4-x, @polkadot/types-augment@workspace:packages/types-augment": +"@polkadot/types-augment@npm:10.11.2, @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:10.11.2-4-x" - "@polkadot/types-codec": "npm:10.11.2-4-x" - "@polkadot/util": "npm:^12.6.1" + "@polkadot/types": "npm:10.11.2" + "@polkadot/types-codec": "npm:10.11.2" + "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/types-codec@npm:10.11.2-4-x, @polkadot/types-codec@workspace:packages/types-codec": +"@polkadot/types-codec@npm:10.11.2, @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:10.11.2-4-x" - "@polkadot/types-augment": "npm:10.11.2-4-x" - "@polkadot/types-support": "npm:10.11.2-4-x" - "@polkadot/util": "npm:^12.6.1" - "@polkadot/util-crypto": "npm:^12.6.1" - "@polkadot/x-bigint": "npm:^12.6.1" + "@polkadot/types": "npm:10.11.2" + "@polkadot/types-augment": "npm:10.11.2" + "@polkadot/types-support": "npm:10.11.2" + "@polkadot/util": "npm:^12.6.2" + "@polkadot/util-crypto": "npm:^12.6.2" + "@polkadot/x-bigint": "npm:^12.6.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/types-create@npm:10.11.2-4-x, @polkadot/types-create@workspace:packages/types-create": +"@polkadot/types-create@npm:10.11.2, @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:10.11.2-4-x" - "@polkadot/types-codec": "npm:10.11.2-4-x" - "@polkadot/util": "npm:^12.6.1" + "@polkadot/types": "npm:10.11.2" + "@polkadot/types-codec": "npm:10.11.2" + "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/types-known@npm:10.11.2-4-x, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@npm:10.11.2, @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:10.11.2-4-x" - "@polkadot/networks": "npm:^12.6.1" - "@polkadot/types": "npm:10.11.2-4-x" - "@polkadot/types-codec": "npm:10.11.2-4-x" - "@polkadot/types-create": "npm:10.11.2-4-x" - "@polkadot/util": "npm:^12.6.1" + "@polkadot/api": "npm:10.11.2" + "@polkadot/networks": "npm:^12.6.2" + "@polkadot/types": "npm:10.11.2" + "@polkadot/types-codec": "npm:10.11.2" + "@polkadot/types-create": "npm:10.11.2" + "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/types-support@npm:10.11.2-4-x, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@npm:10.11.2, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: - "@polkadot/util": "npm:^12.6.1" + "@polkadot/util": "npm:^12.6.2" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/types@npm:10.11.2-4-x, @polkadot/types@workspace:packages/types": +"@polkadot/types@npm:10.11.2, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: - "@polkadot/keyring": "npm:^12.6.1" - "@polkadot/types-augment": "npm:10.11.2-4-x" - "@polkadot/types-codec": "npm:10.11.2-4-x" - "@polkadot/types-create": "npm:10.11.2-4-x" - "@polkadot/types-support": "npm:10.11.2-4-x" - "@polkadot/util": "npm:^12.6.1" - "@polkadot/util-crypto": "npm:^12.6.1" + "@polkadot/keyring": "npm:^12.6.2" + "@polkadot/types-augment": "npm:10.11.2" + "@polkadot/types-codec": "npm:10.11.2" + "@polkadot/types-create": "npm:10.11.2" + "@polkadot/types-support": "npm:10.11.2" + "@polkadot/util": "npm:^12.6.2" + "@polkadot/util-crypto": "npm:^12.6.2" rxjs: "npm:^7.8.1" tslib: "npm:^2.6.2" languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:12.6.1, @polkadot/util-crypto@npm:^12.6.1": - version: 12.6.1 - resolution: "@polkadot/util-crypto@npm:12.6.1" - dependencies: - "@noble/curves": "npm:^1.2.0" - "@noble/hashes": "npm:^1.3.2" - "@polkadot/networks": "npm:12.6.1" - "@polkadot/util": "npm:12.6.1" - "@polkadot/wasm-crypto": "npm:^7.3.1" - "@polkadot/wasm-util": "npm:^7.3.1" - "@polkadot/x-bigint": "npm:12.6.1" - "@polkadot/x-randomvalues": "npm:12.6.1" - "@scure/base": "npm:^1.1.3" +"@polkadot/util-crypto@npm:12.6.2, @polkadot/util-crypto@npm:^12.6.2": + version: 12.6.2 + resolution: "@polkadot/util-crypto@npm:12.6.2" + dependencies: + "@noble/curves": "npm:^1.3.0" + "@noble/hashes": "npm:^1.3.3" + "@polkadot/networks": "npm:12.6.2" + "@polkadot/util": "npm:12.6.2" + "@polkadot/wasm-crypto": "npm:^7.3.2" + "@polkadot/wasm-util": "npm:^7.3.2" + "@polkadot/x-bigint": "npm:12.6.2" + "@polkadot/x-randomvalues": "npm:12.6.2" + "@scure/base": "npm:^1.1.5" tslib: "npm:^2.6.2" peerDependencies: - "@polkadot/util": 12.6.1 - checksum: 6db2b29c19719ff803bbd27187f1c80876d917657ec0bffa52a4b1262ecafc089155c5b919fdc27badc1e6168b882e8e67e71f3de470109eb16ba5f407b593c4 + "@polkadot/util": 12.6.2 + checksum: a587e5e25697f3a928ae8677b82ccdbcc1df95122db2bbde753b0605f44487136fe2f55c502460d931def0007e856db40b1b34b4da3c674638ead459e79f227a languageName: node linkType: hard -"@polkadot/util@npm:12.6.1, @polkadot/util@npm:^12.6.1": - version: 12.6.1 - resolution: "@polkadot/util@npm:12.6.1" +"@polkadot/util@npm:12.6.2, @polkadot/util@npm:^12.6.2": + version: 12.6.2 + resolution: "@polkadot/util@npm:12.6.2" dependencies: - "@polkadot/x-bigint": "npm:12.6.1" - "@polkadot/x-global": "npm:12.6.1" - "@polkadot/x-textdecoder": "npm:12.6.1" - "@polkadot/x-textencoder": "npm:12.6.1" + "@polkadot/x-bigint": "npm:12.6.2" + "@polkadot/x-global": "npm:12.6.2" + "@polkadot/x-textdecoder": "npm:12.6.2" + "@polkadot/x-textencoder": "npm:12.6.2" "@types/bn.js": "npm:^5.1.5" bn.js: "npm:^5.2.1" tslib: "npm:^2.6.2" - checksum: 3675e12c3f5dda6adeef02a1858ed9f52628adb959e0f7779fe5f1bfbcf7c857570c3c268f6647c2d4d6ee106472100810d0b6d99b5967c8da3596cb1b0d6bf0 + checksum: b7a3c2be417d670fc64d0642818cadbf041cbcfae830f2ee45fc2496e86c8e11c385854b733504a7d6a6391066fd0ef544a1748f0f8809215c37a5c0ff64571d languageName: node linkType: hard -"@polkadot/wasm-bridge@npm:7.3.1": - version: 7.3.1 - resolution: "@polkadot/wasm-bridge@npm:7.3.1" +"@polkadot/wasm-bridge@npm:7.3.2": + version: 7.3.2 + resolution: "@polkadot/wasm-bridge@npm:7.3.2" dependencies: - "@polkadot/wasm-util": "npm:7.3.1" + "@polkadot/wasm-util": "npm:7.3.2" tslib: "npm:^2.6.2" peerDependencies: "@polkadot/util": "*" "@polkadot/x-randomvalues": "*" - checksum: b74a4147b153dcb244847cef0e6ccd2d28f992aaae614e1b2f4ea91e138797a5ef56a536900e8710cfa451f7d05a40de61b88c5b894a58817f7ec528146f5092 + checksum: 8d8afa55d9f14043fb9e414b356d6ba4aa0ccc52219b8022fc86a5ea5be569dea34383b461528069996f5399011db6060ceff158227606d95ab779717ea25f5f languageName: node linkType: hard -"@polkadot/wasm-crypto-asmjs@npm:7.3.1": - version: 7.3.1 - resolution: "@polkadot/wasm-crypto-asmjs@npm:7.3.1" +"@polkadot/wasm-crypto-asmjs@npm:7.3.2": + version: 7.3.2 + resolution: "@polkadot/wasm-crypto-asmjs@npm:7.3.2" dependencies: tslib: "npm:^2.6.2" peerDependencies: "@polkadot/util": "*" - checksum: 41113f152f7c05957c7f97d6ee69499801e0f27efbc108e9ee25a4311cc4dfb51b9a26bb459bf05f5c6fc3b0f63c7250ce1225ac185dd01b2e83a8ca5885dd18 + checksum: b8c0c7b3a1e5b4b07b0d4fbec51ae19c529c8a943c0b3c4631490e05f5cc61fa352e7eaf7a9fabeb49ab2e40760ff584346a929e67f6eece82134c13963e6c4b languageName: node linkType: hard -"@polkadot/wasm-crypto-init@npm:7.3.1": - version: 7.3.1 - resolution: "@polkadot/wasm-crypto-init@npm:7.3.1" +"@polkadot/wasm-crypto-init@npm:7.3.2": + version: 7.3.2 + resolution: "@polkadot/wasm-crypto-init@npm:7.3.2" dependencies: - "@polkadot/wasm-bridge": "npm:7.3.1" - "@polkadot/wasm-crypto-asmjs": "npm:7.3.1" - "@polkadot/wasm-crypto-wasm": "npm:7.3.1" - "@polkadot/wasm-util": "npm:7.3.1" + "@polkadot/wasm-bridge": "npm:7.3.2" + "@polkadot/wasm-crypto-asmjs": "npm:7.3.2" + "@polkadot/wasm-crypto-wasm": "npm:7.3.2" + "@polkadot/wasm-util": "npm:7.3.2" tslib: "npm:^2.6.2" peerDependencies: "@polkadot/util": "*" "@polkadot/x-randomvalues": "*" - checksum: 97e677ddc7ecf9b9f134930e2440a5d8097a3aecf65838738ca18708ce8168313c81cc9ca71d848ffad479d5d3f9854815455a2f716e1c62f10e71e7408cc38a + checksum: 94b950c01f20c2ce98e2e8bfd3dc94fdcdc095a2b3d609c5de3db3bc9e403871ff08479d7eac1d2e4d048b9375e82dafb5bfab3d9d86988ec4afc41e7539d0af languageName: node linkType: hard -"@polkadot/wasm-crypto-wasm@npm:7.3.1": - version: 7.3.1 - resolution: "@polkadot/wasm-crypto-wasm@npm:7.3.1" +"@polkadot/wasm-crypto-wasm@npm:7.3.2": + version: 7.3.2 + resolution: "@polkadot/wasm-crypto-wasm@npm:7.3.2" dependencies: - "@polkadot/wasm-util": "npm:7.3.1" + "@polkadot/wasm-util": "npm:7.3.2" tslib: "npm:^2.6.2" peerDependencies: "@polkadot/util": "*" - checksum: 3cd91dc55b744fb30f376708090b307c6223bbc3f5d6885ffc5d0821547eed6735a556d2217e6f2e6be84a94464f9f354d8f3840aafe97c25deb9be21e032c54 + checksum: f984db1bf121827b8a39b2f18d838958dfcedb901037a382a5b67126dc20a9c1cec4f3dd8f9ccc2ccd5a5f259d9f2b62df2f03d55cf83185f84709c1b87c5673 languageName: node linkType: hard -"@polkadot/wasm-crypto@npm:^7.3.1": - version: 7.3.1 - resolution: "@polkadot/wasm-crypto@npm:7.3.1" +"@polkadot/wasm-crypto@npm:^7.3.2": + version: 7.3.2 + resolution: "@polkadot/wasm-crypto@npm:7.3.2" dependencies: - "@polkadot/wasm-bridge": "npm:7.3.1" - "@polkadot/wasm-crypto-asmjs": "npm:7.3.1" - "@polkadot/wasm-crypto-init": "npm:7.3.1" - "@polkadot/wasm-crypto-wasm": "npm:7.3.1" - "@polkadot/wasm-util": "npm:7.3.1" + "@polkadot/wasm-bridge": "npm:7.3.2" + "@polkadot/wasm-crypto-asmjs": "npm:7.3.2" + "@polkadot/wasm-crypto-init": "npm:7.3.2" + "@polkadot/wasm-crypto-wasm": "npm:7.3.2" + "@polkadot/wasm-util": "npm:7.3.2" tslib: "npm:^2.6.2" peerDependencies: "@polkadot/util": "*" "@polkadot/x-randomvalues": "*" - checksum: 08107bb78d3ac48561ffe38ec9248e91bdabb039b27f0caef9899671c0257fc8f0c9dc9e5694a5b3223615c68a3af6c489aadaae43c22b54faceaa881663e800 + checksum: ec0bf040388890b0d268ca94d2311bbb27a45b46b4f5812a2a478c1fea3c747878244535280b9c38bf2a65b9b4533bf4f9fddbc4c715d167940e6d951fef146b languageName: node linkType: hard -"@polkadot/wasm-util@npm:7.3.1, @polkadot/wasm-util@npm:^7.3.1": - version: 7.3.1 - resolution: "@polkadot/wasm-util@npm:7.3.1" +"@polkadot/wasm-util@npm:7.3.2, @polkadot/wasm-util@npm:^7.3.2": + version: 7.3.2 + resolution: "@polkadot/wasm-util@npm:7.3.2" dependencies: tslib: "npm:^2.6.2" peerDependencies: "@polkadot/util": "*" - checksum: 8f99e32eec23dcb78abb3e746ba054d3427b0855a483f730efaccce25115ff1b4d989dd2313cb1f910422dd506a5620a41d569070a4be8dbcd163d7a2c8f1b90 + checksum: 4b19f59aaca5c62933c5b355116a0fcd8dfa03b3e13f2b4c8491058f6d29fd030c956dee3f1c0821da981b874741c9ea62840c179369afb1a358a22216e5ff3c languageName: node linkType: hard -"@polkadot/x-bigint@npm:12.6.1, @polkadot/x-bigint@npm:^12.6.1": - version: 12.6.1 - resolution: "@polkadot/x-bigint@npm:12.6.1" +"@polkadot/x-bigint@npm:12.6.2, @polkadot/x-bigint@npm:^12.6.2": + version: 12.6.2 + resolution: "@polkadot/x-bigint@npm:12.6.2" dependencies: - "@polkadot/x-global": "npm:12.6.1" + "@polkadot/x-global": "npm:12.6.2" tslib: "npm:^2.6.2" - checksum: 30f1a6bdffa5ffc93e3830ff3c11d55e9abea640e198ad010d25ca2206f87831d6f4ddf89ffc4ef0cc1cab3a156a097ae5a83176ed49df2421cd8988a4bd88c2 + checksum: 8a9533ba955d06213e3810d48e95618186cc832375f82d8b52376a99d7c8f9fdd01ffb9c35495522aec8c28d18ca5ef6c8feeec9770b83ebb64cded4cd3b7e27 languageName: node linkType: hard -"@polkadot/x-fetch@npm:^12.6.1": - version: 12.6.1 - resolution: "@polkadot/x-fetch@npm:12.6.1" +"@polkadot/x-fetch@npm:^12.6.2": + version: 12.6.2 + resolution: "@polkadot/x-fetch@npm:12.6.2" dependencies: - "@polkadot/x-global": "npm:12.6.1" + "@polkadot/x-global": "npm:12.6.2" node-fetch: "npm:^3.3.2" tslib: "npm:^2.6.2" - checksum: 9d435ab9a04b51af99c9cda505366957e2e6cf811fddccf6163601202bc68bba2f5da6dfc0b86a08e838cb5a7035259be3f09dd1e13b26eb1a78d2e6497977a5 + checksum: 755feee15234b31de9e74bae5eca1a2e9c17e3e76330e5c5cca5e446fc3c350b8f02e3c3853005d1dd4b3da9d4f6a6c3ffd6d2146ae529b0fa6ed3c4206343af languageName: node linkType: hard -"@polkadot/x-global@npm:12.6.1, @polkadot/x-global@npm:^12.6.1": - version: 12.6.1 - resolution: "@polkadot/x-global@npm:12.6.1" +"@polkadot/x-global@npm:12.6.2, @polkadot/x-global@npm:^12.6.2": + version: 12.6.2 + resolution: "@polkadot/x-global@npm:12.6.2" dependencies: tslib: "npm:^2.6.2" - checksum: d69ab87d12cccf0b01edd84cd99f7077ecc7e818112dc54be8e3a1fd89a7495bd290c1fb0009189feaa5247b235987793a9b7ab05bc91e59a7d94eeb43572bd8 + checksum: 9159bd77e099f734f7c48ba3e37a886ba376c50066b664ee52caf0bf8eb0399b762ca08404ef6470c22e4d20e9fc8c5e0a87026efcbbd0f21ea5504b0e33d587 languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:12.6.1": - version: 12.6.1 - resolution: "@polkadot/x-randomvalues@npm:12.6.1" +"@polkadot/x-randomvalues@npm:12.6.2": + version: 12.6.2 + resolution: "@polkadot/x-randomvalues@npm:12.6.2" dependencies: - "@polkadot/x-global": "npm:12.6.1" + "@polkadot/x-global": "npm:12.6.2" tslib: "npm:^2.6.2" peerDependencies: - "@polkadot/util": 12.6.1 + "@polkadot/util": 12.6.2 "@polkadot/wasm-util": "*" - checksum: 349cd16b935cd09ae9979e7a6c76d91e93f4df0f5ef11a593bde3d09399b913be08fdb4440f574af082a0f96b5affd7d383f71ab4172af2805aa4d3e04b2f31e + checksum: 9ab555931ab81a8834800da35f04cb86df48b0d706d33ea89c51f42b8d340dab7312c462d01ecae04573ba6a01ff1ad6066ea6cf82b1330482ff537eb3c12eeb languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:12.6.1": - version: 12.6.1 - resolution: "@polkadot/x-textdecoder@npm:12.6.1" +"@polkadot/x-textdecoder@npm:12.6.2": + version: 12.6.2 + resolution: "@polkadot/x-textdecoder@npm:12.6.2" dependencies: - "@polkadot/x-global": "npm:12.6.1" + "@polkadot/x-global": "npm:12.6.2" tslib: "npm:^2.6.2" - checksum: 7a798951e91b803c8b7b7a67d3d808eed0197e26ba2b72298c9cf811412a5948cc731aa759ac3479a9f1b3d90730db193aa86d7c3eb4c7d41bdc12790ab61e4d + checksum: ba8ebe34cce1445a78d4eb744c8cfcf068cebfaf6c8efca23e1cdb037e8769cb2738b77b7266e3f86cd2459bb3eb87744f9518cba76e76fca609a16e6b84789e languageName: node linkType: hard -"@polkadot/x-textencoder@npm:12.6.1": - version: 12.6.1 - resolution: "@polkadot/x-textencoder@npm:12.6.1" +"@polkadot/x-textencoder@npm:12.6.2": + version: 12.6.2 + resolution: "@polkadot/x-textencoder@npm:12.6.2" dependencies: - "@polkadot/x-global": "npm:12.6.1" + "@polkadot/x-global": "npm:12.6.2" tslib: "npm:^2.6.2" - checksum: 4ed5f10beaf41c47db5ab0a19bedaa9f459109630b18044b711971493989664726581ba6a662a8308c1cba6b39812a3e21496b80f0b1bb643855efee5089d4c6 + checksum: b2e721d19660f7bcf3995d695fac5d78d4bc8c5fd0632ec0735eb20dd9b4b79fad1ce7dfe7ade202c4ace5cd2d6b8ac663bb4dca273afa050f73cf1e99498f82 languageName: node linkType: hard -"@polkadot/x-ws@npm:^12.6.1": - version: 12.6.1 - resolution: "@polkadot/x-ws@npm:12.6.1" +"@polkadot/x-ws@npm:^12.6.2": + version: 12.6.2 + resolution: "@polkadot/x-ws@npm:12.6.2" dependencies: - "@polkadot/x-global": "npm:12.6.1" + "@polkadot/x-global": "npm:12.6.2" tslib: "npm:^2.6.2" - ws: "npm:^8.14.2" - checksum: 0fa54f14b4782025709d9a6eacd2087ba292bd01ac4ab69fea09951a1a810ea2aa574b0d15771c0824883596d7263177c8f78c4d409f241b8b77693d24b33378 + ws: "npm:^8.15.1" + checksum: de987c0a9d5df7d9eb17d96fd47afb2417eb85b7126e4e11bc4fe7dc908b54307390a1e3da61d251cd5f1f6edd054712f018bdc695ce946e0267806d1f050119 languageName: node linkType: hard @@ -1138,10 +1138,10 @@ __metadata: languageName: node linkType: hard -"@scure/base@npm:^1.1.3": - version: 1.1.3 - resolution: "@scure/base@npm:1.1.3" - checksum: cb715fa8cdb043c4d96b6ba0666791d4eb4d033f7b5285a853aba25e0ba94914f05ff5d956029ad060005f9bdd02dab0caef9a0a63f07ed096a2c2a0c0cf9c36 +"@scure/base@npm:^1.1.5": + version: 1.1.5 + resolution: "@scure/base@npm:1.1.5" + checksum: 543fa9991c6378b6a0d5ab7f1e27b30bb9c1e860d3ac81119b4213cfdf0ad7b61be004e06506e89de7ce0cec9391c17f5c082bb34c3b617a2ee6a04129f52481 languageName: node linkType: hard @@ -8961,23 +8961,23 @@ __metadata: languageName: node linkType: hard -"typescript@npm:^5.2.2": - version: 5.2.2 - resolution: "typescript@npm:5.2.2" +"typescript@npm:^5.3.3": + version: 5.3.3 + resolution: "typescript@npm:5.3.3" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: d65e50eb849bd21ff8677e5b9447f9c6e74777e346afd67754934264dcbf4bd59e7d2473f6062d9a015d66bd573311166357e3eb07fea0b52859cf9bb2b58555 + checksum: 6e4e6a14a50c222b3d14d4ea2f729e79f972fa536ac1522b91202a9a65af3605c2928c4a790a4a50aa13694d461c479ba92cedaeb1e7b190aadaa4e4b96b8e18 languageName: node linkType: hard -"typescript@patch:typescript@npm%3A^5.2.2#optional!builtin": - version: 5.2.2 - resolution: "typescript@patch:typescript@npm%3A5.2.2#optional!builtin::version=5.2.2&hash=f3b441" +"typescript@patch:typescript@npm%3A^5.3.3#optional!builtin": + version: 5.3.3 + resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin::version=5.3.3&hash=e012d7" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: f79cc2ba802c94c2b78dbb00d767a10adb67368ae764709737dc277273ec148aa4558033a03ce901406b35fddf4eac46dabc94a1e1d12d2587e2b9cfe5707b4a + checksum: c93786fcc9a70718ba1e3819bab56064ead5817004d1b8186f8ca66165f3a2d0100fee91fa64c840dcd45f994ca5d615d8e1f566d39a7470fc1e014dbb4cf15d languageName: node linkType: hard @@ -9607,9 +9607,9 @@ __metadata: languageName: node linkType: hard -"ws@npm:^8.13.0, ws@npm:^8.14.2, ws@npm:^8.8.1": - version: 8.14.2 - resolution: "ws@npm:8.14.2" +"ws@npm:^8.13.0, ws@npm:^8.14.2, ws@npm:^8.15.1, ws@npm:^8.8.1": + version: 8.15.1 + resolution: "ws@npm:8.15.1" peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ">=5.0.2" @@ -9618,7 +9618,7 @@ __metadata: optional: true utf-8-validate: optional: true - checksum: 815ff01d9bc20a249b2228825d9739268a03a4408c2e0b14d49b0e2ae89d7f10847e813b587ba26992bdc33e9d03bed131e4cae73ff996baf789d53e99c31186 + checksum: 746a3102d43e8df7b09f5814bec858f12d10185a7abd655537f3291b687d440bb80fc9d1e082f8dee42d4d74307f78a96810e18a2c8e13053b003c6608c1c648 languageName: node linkType: hard