diff --git a/CHANGELOG.md b/CHANGELOG.md index 989bc114cb9d..8b5319407f35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## 6.9.2 Nov 22, 2021 + +Upgrade priority: Medium. Pulls in `@polkadot/util-crypto` fix for TS projects. + +Changes: + +- Update `@polkadot/util-crypto` with TS compilation work-around + + ## 6.9.1 Nov 21, 2021 Upgrade priority: Medium. Recommended for metadata v14 parachains. For TS users, the package now support TypeScript 4.5.2 and allows extraction of user types from metadata v14. diff --git a/package.json b/package.json index 3663117374cd..a28fd49fa93a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "sideEffects": false, "type": "commonjs", - "version": "6.9.1", + "version": "6.9.2", "workspaces": [ "packages/*" ], diff --git a/packages/api-contract/package.json b/packages/api-contract/package.json index bb81219d2231..8bdf49c81355 100644 --- a/packages/api-contract/package.json +++ b/packages/api-contract/package.json @@ -20,13 +20,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "6.9.1", + "version": "6.9.2", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3", - "@polkadot/api": "6.9.1", - "@polkadot/types": "6.9.1", - "@polkadot/util": "^7.9.1", + "@polkadot/api": "6.9.2", + "@polkadot/types": "6.9.2", + "@polkadot/util": "^7.9.2", "rxjs": "^7.4.0" } } diff --git a/packages/api-derive/package.json b/packages/api-derive/package.json index e4b99be9d61e..754b6bae749a 100644 --- a/packages/api-derive/package.json +++ b/packages/api-derive/package.json @@ -20,19 +20,19 @@ "./detectPackage.cjs" ], "type": "module", - "version": "6.9.1", + "version": "6.9.2", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3", - "@polkadot/api": "6.9.1", - "@polkadot/rpc-core": "6.9.1", - "@polkadot/types": "6.9.1", - "@polkadot/util": "^7.9.1", - "@polkadot/util-crypto": "^7.9.1", + "@polkadot/api": "6.9.2", + "@polkadot/rpc-core": "6.9.2", + "@polkadot/types": "6.9.2", + "@polkadot/util": "^7.9.2", + "@polkadot/util-crypto": "^7.9.2", "rxjs": "^7.4.0" }, "devDependencies": { - "@polkadot/keyring": "^7.9.1", - "@polkadot/rpc-provider": "6.9.1" + "@polkadot/keyring": "^7.9.2", + "@polkadot/rpc-provider": "6.9.2" } } diff --git a/packages/api/package.json b/packages/api/package.json index ec64df720e81..2a8cc5df9507 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -20,18 +20,18 @@ "./detectPackage.cjs" ], "type": "module", - "version": "6.9.1", + "version": "6.9.2", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3", - "@polkadot/api-derive": "6.9.1", - "@polkadot/keyring": "^7.9.1", - "@polkadot/rpc-core": "6.9.1", - "@polkadot/rpc-provider": "6.9.1", - "@polkadot/types": "6.9.1", - "@polkadot/types-known": "6.9.1", - "@polkadot/util": "^7.9.1", - "@polkadot/util-crypto": "^7.9.1", + "@polkadot/api-derive": "6.9.2", + "@polkadot/keyring": "^7.9.2", + "@polkadot/rpc-core": "6.9.2", + "@polkadot/rpc-provider": "6.9.2", + "@polkadot/types": "6.9.2", + "@polkadot/types-known": "6.9.2", + "@polkadot/util": "^7.9.2", + "@polkadot/util-crypto": "^7.9.2", "eventemitter3": "^4.0.7", "rxjs": "^7.4.0" } diff --git a/packages/rpc-core/package.json b/packages/rpc-core/package.json index 3e1088a77ebe..da492a49670b 100644 --- a/packages/rpc-core/package.json +++ b/packages/rpc-core/package.json @@ -20,16 +20,16 @@ "./detectPackage.cjs" ], "type": "module", - "version": "6.9.1", + "version": "6.9.2", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3", - "@polkadot/rpc-provider": "6.9.1", - "@polkadot/types": "6.9.1", - "@polkadot/util": "^7.9.1", + "@polkadot/rpc-provider": "6.9.2", + "@polkadot/types": "6.9.2", + "@polkadot/util": "^7.9.2", "rxjs": "^7.4.0" }, "devDependencies": { - "@polkadot/keyring": "^7.9.1" + "@polkadot/keyring": "^7.9.2" } } diff --git a/packages/rpc-provider/package.json b/packages/rpc-provider/package.json index 4ad27f3804a0..b6b776fbfdf5 100644 --- a/packages/rpc-provider/package.json +++ b/packages/rpc-provider/package.json @@ -20,21 +20,21 @@ "./detectPackage.cjs" ], "type": "module", - "version": "6.9.1", + "version": "6.9.2", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3", - "@polkadot/types": "6.9.1", - "@polkadot/util": "^7.9.1", - "@polkadot/util-crypto": "^7.9.1", - "@polkadot/x-fetch": "^7.9.1", - "@polkadot/x-global": "^7.9.1", - "@polkadot/x-ws": "^7.9.1", + "@polkadot/types": "6.9.2", + "@polkadot/util": "^7.9.2", + "@polkadot/util-crypto": "^7.9.2", + "@polkadot/x-fetch": "^7.9.2", + "@polkadot/x-global": "^7.9.2", + "@polkadot/x-ws": "^7.9.2", "eventemitter3": "^4.0.7" }, "devDependencies": { - "@polkadot/keyring": "^7.9.1", - "@polkadot/types": "6.9.1", + "@polkadot/keyring": "^7.9.2", + "@polkadot/types": "6.9.2", "mock-socket": "^9.0.8", "nock": "^13.2.1" } diff --git a/packages/typegen/package.json b/packages/typegen/package.json index 0c2f0cec2aa5..4cd432666cef 100644 --- a/packages/typegen/package.json +++ b/packages/typegen/package.json @@ -20,7 +20,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "6.9.1", + "version": "6.9.2", "main": "index.js", "bin": { "polkadot-types-chain-info": "./scripts/polkadot-types-chain-info.cjs", @@ -33,11 +33,11 @@ "@babel/core": "^7.16.0", "@babel/register": "^7.16.0", "@babel/runtime": "^7.16.3", - "@polkadot/api": "6.9.1", - "@polkadot/rpc-provider": "6.9.1", - "@polkadot/types": "6.9.1", - "@polkadot/types-support": "6.9.1", - "@polkadot/util": "^7.9.1", + "@polkadot/api": "6.9.2", + "@polkadot/rpc-provider": "6.9.2", + "@polkadot/types": "6.9.2", + "@polkadot/types-support": "6.9.2", + "@polkadot/util": "^7.9.2", "handlebars": "^4.7.7", "websocket": "^1.0.34", "yargs": "^17.2.1" diff --git a/packages/types-known/package.json b/packages/types-known/package.json index 0fbb2a5c9321..4a8a26d1a99a 100644 --- a/packages/types-known/package.json +++ b/packages/types-known/package.json @@ -20,12 +20,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "6.9.1", + "version": "6.9.2", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3", - "@polkadot/networks": "^7.9.1", - "@polkadot/types": "6.9.1", - "@polkadot/util": "^7.9.1" + "@polkadot/networks": "^7.9.2", + "@polkadot/types": "6.9.2", + "@polkadot/util": "^7.9.2" } } diff --git a/packages/types-support/package.json b/packages/types-support/package.json index 0a8e58045631..b9aa0f386f38 100644 --- a/packages/types-support/package.json +++ b/packages/types-support/package.json @@ -20,10 +20,10 @@ "./detectPackage.cjs" ], "type": "module", - "version": "6.9.1", + "version": "6.9.2", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3", - "@polkadot/util": "^7.9.1" + "@polkadot/util": "^7.9.2" } } diff --git a/packages/types/package.json b/packages/types/package.json index 9dd148aae086..ef3f14011bb1 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -20,17 +20,17 @@ "./detectPackage.cjs" ], "type": "module", - "version": "6.9.1", + "version": "6.9.2", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3", - "@polkadot/util": "^7.9.1", - "@polkadot/util-crypto": "^7.9.1", + "@polkadot/util": "^7.9.2", + "@polkadot/util-crypto": "^7.9.2", "rxjs": "^7.4.0" }, "devDependencies": { - "@polkadot/keyring": "^7.9.1", - "@polkadot/types-support": "6.9.1", + "@polkadot/keyring": "^7.9.2", + "@polkadot/types-support": "6.9.2", "@types/bn.js": "^4.11.6", "bn.js": "^4.12.0" } diff --git a/yarn.lock b/yarn.lock index 08ba4fbe800e..5afaaafe8d00 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1845,42 +1845,42 @@ __metadata: resolution: "@polkadot/api-contract@workspace:packages/api-contract" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/api": 6.9.1 - "@polkadot/types": 6.9.1 - "@polkadot/util": ^7.9.1 + "@polkadot/api": 6.9.2 + "@polkadot/types": 6.9.2 + "@polkadot/util": ^7.9.2 rxjs: ^7.4.0 languageName: unknown linkType: soft -"@polkadot/api-derive@6.9.1, @polkadot/api-derive@workspace:packages/api-derive": +"@polkadot/api-derive@6.9.2, @polkadot/api-derive@workspace:packages/api-derive": version: 0.0.0-use.local resolution: "@polkadot/api-derive@workspace:packages/api-derive" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/api": 6.9.1 - "@polkadot/keyring": ^7.9.1 - "@polkadot/rpc-core": 6.9.1 - "@polkadot/rpc-provider": 6.9.1 - "@polkadot/types": 6.9.1 - "@polkadot/util": ^7.9.1 - "@polkadot/util-crypto": ^7.9.1 + "@polkadot/api": 6.9.2 + "@polkadot/keyring": ^7.9.2 + "@polkadot/rpc-core": 6.9.2 + "@polkadot/rpc-provider": 6.9.2 + "@polkadot/types": 6.9.2 + "@polkadot/util": ^7.9.2 + "@polkadot/util-crypto": ^7.9.2 rxjs: ^7.4.0 languageName: unknown linkType: soft -"@polkadot/api@6.9.1, @polkadot/api@workspace:packages/api": +"@polkadot/api@6.9.2, @polkadot/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@polkadot/api@workspace:packages/api" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/api-derive": 6.9.1 - "@polkadot/keyring": ^7.9.1 - "@polkadot/rpc-core": 6.9.1 - "@polkadot/rpc-provider": 6.9.1 - "@polkadot/types": 6.9.1 - "@polkadot/types-known": 6.9.1 - "@polkadot/util": ^7.9.1 - "@polkadot/util-crypto": ^7.9.1 + "@polkadot/api-derive": 6.9.2 + "@polkadot/keyring": ^7.9.2 + "@polkadot/rpc-core": 6.9.2 + "@polkadot/rpc-provider": 6.9.2 + "@polkadot/types": 6.9.2 + "@polkadot/types-known": 6.9.2 + "@polkadot/util": ^7.9.2 + "@polkadot/util-crypto": ^7.9.2 eventemitter3: ^4.0.7 rxjs: ^7.4.0 languageName: unknown @@ -1977,54 +1977,54 @@ __metadata: languageName: node linkType: hard -"@polkadot/keyring@npm:^7.9.1": - version: 7.9.1 - resolution: "@polkadot/keyring@npm:7.9.1" +"@polkadot/keyring@npm:^7.9.2": + version: 7.9.2 + resolution: "@polkadot/keyring@npm:7.9.2" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/util": 7.9.1 - "@polkadot/util-crypto": 7.9.1 + "@polkadot/util": 7.9.2 + "@polkadot/util-crypto": 7.9.2 peerDependencies: - "@polkadot/util": 7.9.1 - "@polkadot/util-crypto": 7.9.1 - checksum: 7f8ca750bfbbcb76a282859944849bd7e3e796c2200a1031c6a0518ff8135a059d07e9f3ddf6d7a35153af2ab27a445e24936df0a454252ef658610dc9e07808 + "@polkadot/util": 7.9.2 + "@polkadot/util-crypto": 7.9.2 + checksum: 68bcff9a29c46f5fdfb0f692c680401f5be97afb7ac85b6c43b889c712a5b5c4f548764856cf0d86ffe3fbf7e7a721665aef5cbcf91d3cbc6ee6de6413aeb381 languageName: node linkType: hard -"@polkadot/networks@npm:7.9.1, @polkadot/networks@npm:^7.9.1": - version: 7.9.1 - resolution: "@polkadot/networks@npm:7.9.1" +"@polkadot/networks@npm:7.9.2, @polkadot/networks@npm:^7.9.2": + version: 7.9.2 + resolution: "@polkadot/networks@npm:7.9.2" dependencies: "@babel/runtime": ^7.16.3 - checksum: cd478ef523382ae923ddbbb7f332df3871b39b555af8bc5f4bc0b2df0d01f14b12160b75e65ecd644634ce55c7a96888a7bfe658f428034d276828393afaccba + checksum: 32894b6f25b3cf11f1fc4fba03e62f5cb17d4087881f7614c957a00ef52d155fa0e5fc7f0e13ad0f82599ca37ee6607fcd9bde2426aace0e0c6de9a68607f3f6 languageName: node linkType: hard -"@polkadot/rpc-core@6.9.1, @polkadot/rpc-core@workspace:packages/rpc-core": +"@polkadot/rpc-core@6.9.2, @polkadot/rpc-core@workspace:packages/rpc-core": version: 0.0.0-use.local resolution: "@polkadot/rpc-core@workspace:packages/rpc-core" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/keyring": ^7.9.1 - "@polkadot/rpc-provider": 6.9.1 - "@polkadot/types": 6.9.1 - "@polkadot/util": ^7.9.1 + "@polkadot/keyring": ^7.9.2 + "@polkadot/rpc-provider": 6.9.2 + "@polkadot/types": 6.9.2 + "@polkadot/util": ^7.9.2 rxjs: ^7.4.0 languageName: unknown linkType: soft -"@polkadot/rpc-provider@6.9.1, @polkadot/rpc-provider@workspace:packages/rpc-provider": +"@polkadot/rpc-provider@6.9.2, @polkadot/rpc-provider@workspace:packages/rpc-provider": version: 0.0.0-use.local resolution: "@polkadot/rpc-provider@workspace:packages/rpc-provider" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/keyring": ^7.9.1 - "@polkadot/types": 6.9.1 - "@polkadot/util": ^7.9.1 - "@polkadot/util-crypto": ^7.9.1 - "@polkadot/x-fetch": ^7.9.1 - "@polkadot/x-global": ^7.9.1 - "@polkadot/x-ws": ^7.9.1 + "@polkadot/keyring": ^7.9.2 + "@polkadot/types": 6.9.2 + "@polkadot/util": ^7.9.2 + "@polkadot/util-crypto": ^7.9.2 + "@polkadot/x-fetch": ^7.9.2 + "@polkadot/x-global": ^7.9.2 + "@polkadot/x-ws": ^7.9.2 eventemitter3: ^4.0.7 mock-socket: ^9.0.8 nock: ^13.2.1 @@ -2047,11 +2047,11 @@ __metadata: "@babel/core": ^7.16.0 "@babel/register": ^7.16.0 "@babel/runtime": ^7.16.3 - "@polkadot/api": 6.9.1 - "@polkadot/rpc-provider": 6.9.1 - "@polkadot/types": 6.9.1 - "@polkadot/types-support": 6.9.1 - "@polkadot/util": ^7.9.1 + "@polkadot/api": 6.9.2 + "@polkadot/rpc-provider": 6.9.2 + "@polkadot/types": 6.9.2 + "@polkadot/types-support": 6.9.2 + "@polkadot/util": ^7.9.2 "@types/websocket": ^1.0.4 "@types/yargs": ^17.0.7 handlebars: ^4.7.7 @@ -2066,50 +2066,50 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/types-known@6.9.1, @polkadot/types-known@workspace:packages/types-known": +"@polkadot/types-known@6.9.2, @polkadot/types-known@workspace:packages/types-known": version: 0.0.0-use.local resolution: "@polkadot/types-known@workspace:packages/types-known" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/networks": ^7.9.1 - "@polkadot/types": 6.9.1 - "@polkadot/util": ^7.9.1 + "@polkadot/networks": ^7.9.2 + "@polkadot/types": 6.9.2 + "@polkadot/util": ^7.9.2 languageName: unknown linkType: soft -"@polkadot/types-support@6.9.1, @polkadot/types-support@workspace:packages/types-support": +"@polkadot/types-support@6.9.2, @polkadot/types-support@workspace:packages/types-support": version: 0.0.0-use.local resolution: "@polkadot/types-support@workspace:packages/types-support" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/util": ^7.9.1 + "@polkadot/util": ^7.9.2 languageName: unknown linkType: soft -"@polkadot/types@6.9.1, @polkadot/types@workspace:packages/types": +"@polkadot/types@6.9.2, @polkadot/types@workspace:packages/types": version: 0.0.0-use.local resolution: "@polkadot/types@workspace:packages/types" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/keyring": ^7.9.1 - "@polkadot/types-support": 6.9.1 - "@polkadot/util": ^7.9.1 - "@polkadot/util-crypto": ^7.9.1 + "@polkadot/keyring": ^7.9.2 + "@polkadot/types-support": 6.9.2 + "@polkadot/util": ^7.9.2 + "@polkadot/util-crypto": ^7.9.2 "@types/bn.js": ^4.11.6 bn.js: ^4.12.0 rxjs: ^7.4.0 languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:7.9.1, @polkadot/util-crypto@npm:^7.9.1": - version: 7.9.1 - resolution: "@polkadot/util-crypto@npm:7.9.1" +"@polkadot/util-crypto@npm:7.9.2, @polkadot/util-crypto@npm:^7.9.2": + version: 7.9.2 + resolution: "@polkadot/util-crypto@npm:7.9.2" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/networks": 7.9.1 - "@polkadot/util": 7.9.1 - "@polkadot/wasm-crypto": ^4.3.1 - "@polkadot/x-randomvalues": 7.9.1 + "@polkadot/networks": 7.9.2 + "@polkadot/util": 7.9.2 + "@polkadot/wasm-crypto": ^4.4.1 + "@polkadot/x-randomvalues": 7.9.2 blakejs: ^1.1.1 bn.js: ^4.12.0 create-hash: ^1.2.0 @@ -2122,118 +2122,118 @@ __metadata: tweetnacl: ^1.0.3 xxhashjs: ^0.2.2 peerDependencies: - "@polkadot/util": 7.9.1 - checksum: 7a38372b848ee8f4b387a8dcd6a46a9c75ed13934d803bbbc6f66bdd60cfc6be1fb54d8ed6e8fd62d7a5b481ba1336ff7fd8be6eb263acc6f01a87add1f40a5b + "@polkadot/util": 7.9.2 + checksum: 3fa9400508bdfddec9e474ce9838492f28887adbcef99d077c6270264ff944bd523ebb07e6a5b7ee44291fe67f72802fa013d6028def9fb617a0b8d9f44f9aee languageName: node linkType: hard -"@polkadot/util@npm:7.9.1, @polkadot/util@npm:^7.9.1": - version: 7.9.1 - resolution: "@polkadot/util@npm:7.9.1" +"@polkadot/util@npm:7.9.2, @polkadot/util@npm:^7.9.2": + version: 7.9.2 + resolution: "@polkadot/util@npm:7.9.2" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/x-textdecoder": 7.9.1 - "@polkadot/x-textencoder": 7.9.1 + "@polkadot/x-textdecoder": 7.9.2 + "@polkadot/x-textencoder": 7.9.2 "@types/bn.js": ^4.11.6 bn.js: ^4.12.0 camelcase: ^6.2.1 ip-regex: ^4.3.0 - checksum: 4da447116cafafc8138d7fbc9080b5712d781d406fb302a057476f0d51065c475d582bc90b19f11f42f657881e730ca376c1db15a329790f70bf013ac5106772 + checksum: 47bf36f3ccdfaaa260186bc99e86e8a396209d00aa5b663c3256e73838b02a05c7ec85db9e228d30d69e38b86f9d8620e0001ea752e1fc3271e10c9d82b22af0 languageName: node linkType: hard -"@polkadot/wasm-crypto-asmjs@npm:^4.3.1": - version: 4.3.1 - resolution: "@polkadot/wasm-crypto-asmjs@npm:4.3.1" +"@polkadot/wasm-crypto-asmjs@npm:^4.4.1": + version: 4.4.1 + resolution: "@polkadot/wasm-crypto-asmjs@npm:4.4.1" dependencies: "@babel/runtime": ^7.16.3 - checksum: 145bff607c0a1da592d9945a902d5ea2373487a14149ed7fb940151c6977660c935d67bf90e06ea39affe3d72e4483a1b66d758447385039b41f45935db8e66a + checksum: 3df73641ec52d69e91be56f6010db0960556ee26ea2a43586d0dd1a2b7ec483b6bea1c7b1cf6aa6b16a88f771d3ba55b38e1b685a9d9b9a18b861de6b1e837b7 languageName: node linkType: hard -"@polkadot/wasm-crypto-wasm@npm:^4.3.1": - version: 4.3.1 - resolution: "@polkadot/wasm-crypto-wasm@npm:4.3.1" +"@polkadot/wasm-crypto-wasm@npm:^4.4.1": + version: 4.4.1 + resolution: "@polkadot/wasm-crypto-wasm@npm:4.4.1" dependencies: "@babel/runtime": ^7.16.3 - checksum: e06c91e267790e100f5c36ff39bc226323cfc19600920ee2dff77e38251b28c8010d4b58372aaaffb60a5611dfc9b904e36c87ace2a40cf1bbee8446ff7282b5 + checksum: 315696bfe78e45ef46e6f484b59eeb29afea68f635bec2916123bdba2a414c6ba557d7c8eb547c4541d663580c41ae925e839ba80a7c7f25e5ceaf53de780e15 languageName: node linkType: hard -"@polkadot/wasm-crypto@npm:^4.3.1": - version: 4.3.1 - resolution: "@polkadot/wasm-crypto@npm:4.3.1" +"@polkadot/wasm-crypto@npm:^4.4.1": + version: 4.4.1 + resolution: "@polkadot/wasm-crypto@npm:4.4.1" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/wasm-crypto-asmjs": ^4.3.1 - "@polkadot/wasm-crypto-wasm": ^4.3.1 + "@polkadot/wasm-crypto-asmjs": ^4.4.1 + "@polkadot/wasm-crypto-wasm": ^4.4.1 peerDependencies: "@polkadot/util": "*" "@polkadot/x-randomvalues": "*" - checksum: 76bf64f148b3c8fb32a57ffdd982f88901d6aa17beb685fe79f7a3a0268202cce9da72659539964882c325eef3b04ab01e847f0090c064f412a09a2fb81399de + checksum: 853d4e4cf291de73830cb7398f3fdcdbdb277b98f8c66f7f8555fe10e75cdfed2669df2201c361ef7a7a5972d92bc594777e08ac138660512c10c7fbf51dd920 languageName: node linkType: hard -"@polkadot/x-fetch@npm:^7.9.1": - version: 7.9.1 - resolution: "@polkadot/x-fetch@npm:7.9.1" +"@polkadot/x-fetch@npm:^7.9.2": + version: 7.9.2 + resolution: "@polkadot/x-fetch@npm:7.9.2" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/x-global": 7.9.1 + "@polkadot/x-global": 7.9.2 "@types/node-fetch": ^2.5.12 node-fetch: ^2.6.6 - checksum: 3f564440b7d9a4e7b58d311bef74c5fb44bdbd0ad6fdf3e79aaf4096233f8dddc24b363740beb13812625657c081040cd12933920dda95dda8c81e8a75868484 + checksum: 38dbc62c7c258527a24b709ed130e8fc01f6de93b15f26296c0ab875edc98604e8adb924c31cb6abbda91453b728b1361d22123f8fd235d1ad8b69076a84fbc2 languageName: node linkType: hard -"@polkadot/x-global@npm:7.9.1, @polkadot/x-global@npm:^7.9.1": - version: 7.9.1 - resolution: "@polkadot/x-global@npm:7.9.1" +"@polkadot/x-global@npm:7.9.2, @polkadot/x-global@npm:^7.9.2": + version: 7.9.2 + resolution: "@polkadot/x-global@npm:7.9.2" dependencies: "@babel/runtime": ^7.16.3 - checksum: 8f03cdebfeea1c301f7bffd11900977d802e72c3e2cf51302b5c49d78514f82089afc0ee28293e54da07ffec3e1870c2b53fba02ffe22cfde478232dc3d597e9 + checksum: 685adf925dcac356e05d0ec3c115b19b939934e813b104bd08fd45a37f1eceb1a2ac22b5fdea418f2de83a3cfdc23bb66d8449ba9c772916981104d6cc95178c languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:7.9.1": - version: 7.9.1 - resolution: "@polkadot/x-randomvalues@npm:7.9.1" +"@polkadot/x-randomvalues@npm:7.9.2": + version: 7.9.2 + resolution: "@polkadot/x-randomvalues@npm:7.9.2" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/x-global": 7.9.1 - checksum: 46fe34aa7519a7bef3323ed681c31fd1c40433e33039c33a4673aa2c1396d3b6e0d95b67b28c1bdafc809810429a5d46dd78c79f00e328ea1b3e54b69b8122c4 + "@polkadot/x-global": 7.9.2 + checksum: bc73d2944144b24c1ca5bc2deae01a2498d81d47f209175c9cc0b799557000ea568459e277aa0e98e2bcb6a24a10fcfd7fd4dc8a1411acbd3fa79ac46d213249 languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:7.9.1": - version: 7.9.1 - resolution: "@polkadot/x-textdecoder@npm:7.9.1" +"@polkadot/x-textdecoder@npm:7.9.2": + version: 7.9.2 + resolution: "@polkadot/x-textdecoder@npm:7.9.2" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/x-global": 7.9.1 - checksum: 4b494558f575da4a96adc283cda02265ca28be8bb01e10740aa078bca4bd91f3708b5ecfe5540b828eac280c9860b56a1461e4316a98d934388b4ebf444cf12e + "@polkadot/x-global": 7.9.2 + checksum: 8161e0aa93c45d2f33fcaf8a41db3b6da8e3fac42df11da63d5d31a0b68bdbf73afdf2534fdc7c90daf1103f4fe22caee1bafda0460b2502138ffbafe89ea23f languageName: node linkType: hard -"@polkadot/x-textencoder@npm:7.9.1": - version: 7.9.1 - resolution: "@polkadot/x-textencoder@npm:7.9.1" +"@polkadot/x-textencoder@npm:7.9.2": + version: 7.9.2 + resolution: "@polkadot/x-textencoder@npm:7.9.2" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/x-global": 7.9.1 - checksum: afa5e0167cf023fa294ee1a7c07706e0f6be6b2f51e4be13db62515c7d8e21ae50a23421cd8604e56fed79b5ce51660f174670c6524ff12d92cb76a698ec4747 + "@polkadot/x-global": 7.9.2 + checksum: b2d3df5dc0c65b016928a869eee0236d5d6a8ef46917b2db40bbfe60b696721adaf937f41c4f31348197ec472721ea3f8460337ee6527cafd5cce44358371e8c languageName: node linkType: hard -"@polkadot/x-ws@npm:^7.9.1": - version: 7.9.1 - resolution: "@polkadot/x-ws@npm:7.9.1" +"@polkadot/x-ws@npm:^7.9.2": + version: 7.9.2 + resolution: "@polkadot/x-ws@npm:7.9.2" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/x-global": 7.9.1 + "@polkadot/x-global": 7.9.2 "@types/websocket": ^1.0.4 websocket: ^1.0.34 - checksum: 82d270637277a3acea9e93d3a4065847fbb3d89fc212422d35cab7b76abf6cde8777735c3fe2a79f779774720f99275a908fcc02f90115b76b6774e1719c859a + checksum: 668a8c96a23ac0f23fc9427a3c50fcacb1ec6e00c913e38d5b1a65bdb17a2ce750ef4ce5083398e93aaf15d3a29a43d28fef62ad683758366007af5ebe7b3456 languageName: node linkType: hard