diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a1412be161..3cadb1fffc 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 1315 Jaco Additional deprecations (#1488) + 1316 Jaco 9.2.1 (#1489) 9 Antoine Estienne Add eth uri keyring test (#1291) 6 Amaury Martiny Add tests from Rust (#283) 5 kwingram25 Add BN consts and timeToString (#610) diff --git a/package.json b/package.json index d4640a284c..69c26f231a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/common.git" }, "sideEffects": false, - "version": "9.2.0", + "version": "9.2.1", "workspaces": [ "packages/*" ], diff --git a/packages/hw-ledger-transports/package.json b/packages/hw-ledger-transports/package.json index 571b2a9484..3e2bbf943b 100644 --- a/packages/hw-ledger-transports/package.json +++ b/packages/hw-ledger-transports/package.json @@ -16,7 +16,7 @@ }, "sideEffects": false, "type": "module", - "version": "9.2.0", + "version": "9.2.1", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", @@ -25,7 +25,7 @@ "@ledgerhq/hw-transport": "^6.27.1", "@ledgerhq/hw-transport-webhid": "^6.27.1", "@ledgerhq/hw-transport-webusb": "^6.27.1", - "@polkadot/util": "9.2.0" + "@polkadot/util": "9.2.1" }, "optionalDependencies": { "@ledgerhq/hw-transport-node-hid-singleton": "^6.27.1" diff --git a/packages/hw-ledger-transports/src/packageInfo.ts b/packages/hw-ledger-transports/src/packageInfo.ts index 615a9796a5..1355f6f5a0 100644 --- a/packages/hw-ledger-transports/src/packageInfo.ts +++ b/packages/hw-ledger-transports/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '9.1.2-11' }; +export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '9.2.1' }; diff --git a/packages/hw-ledger/package.json b/packages/hw-ledger/package.json index e2931103d1..61ede96258 100644 --- a/packages/hw-ledger/package.json +++ b/packages/hw-ledger/package.json @@ -19,13 +19,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.2.0", + "version": "9.2.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", "@ledgerhq/hw-transport": "^6.27.1", - "@polkadot/hw-ledger-transports": "9.2.0", - "@polkadot/util": "9.2.0", + "@polkadot/hw-ledger-transports": "9.2.1", + "@polkadot/util": "9.2.1", "@zondax/ledger-substrate": "^0.27.0" } } diff --git a/packages/hw-ledger/src/packageInfo.ts b/packages/hw-ledger/src/packageInfo.ts index 9dc554310e..638e67ad91 100644 --- a/packages/hw-ledger/src/packageInfo.ts +++ b/packages/hw-ledger/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '9.1.2-11' }; +export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '9.2.1' }; diff --git a/packages/keyring/package.json b/packages/keyring/package.json index 57642cb6b8..fdcb07fe0e 100644 --- a/packages/keyring/package.json +++ b/packages/keyring/package.json @@ -20,15 +20,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.2.0", + "version": "9.2.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", - "@polkadot/util": "9.2.0", - "@polkadot/util-crypto": "9.2.0" + "@polkadot/util": "9.2.1", + "@polkadot/util-crypto": "9.2.1" }, "peerDependencies": { - "@polkadot/util": "9.2.0", - "@polkadot/util-crypto": "9.2.0" + "@polkadot/util": "9.2.1", + "@polkadot/util-crypto": "9.2.1" } } diff --git a/packages/keyring/src/packageInfo.ts b/packages/keyring/src/packageInfo.ts index 34aa1c4dc6..1dceff3fae 100644 --- a/packages/keyring/src/packageInfo.ts +++ b/packages/keyring/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '9.1.2-11' }; +export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '9.2.1' }; diff --git a/packages/networks/package.json b/packages/networks/package.json index 9238dd8ec5..d7f87216a1 100644 --- a/packages/networks/package.json +++ b/packages/networks/package.json @@ -17,15 +17,15 @@ }, "sideEffects": false, "type": "module", - "version": "9.2.0", + "version": "9.2.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", - "@polkadot/util": "9.2.0", + "@polkadot/util": "9.2.1", "@substrate/ss58-registry": "^1.18.0" }, "devDependencies": { - "@polkadot/hw-ledger": "9.2.0", - "@polkadot/x-fetch": "9.2.0" + "@polkadot/hw-ledger": "9.2.1", + "@polkadot/x-fetch": "9.2.1" } } diff --git a/packages/networks/src/packageInfo.ts b/packages/networks/src/packageInfo.ts index 9aeb5bfb83..dca93bd969 100644 --- a/packages/networks/src/packageInfo.ts +++ b/packages/networks/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '9.1.2-11' }; +export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '9.2.1' }; diff --git a/packages/util-crypto/package.json b/packages/util-crypto/package.json index 439697512d..f149da0ce7 100644 --- a/packages/util-crypto/package.json +++ b/packages/util-crypto/package.json @@ -22,7 +22,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.2.0", + "version": "9.2.1", "browser": { "crypto": false, "stream": false @@ -32,11 +32,11 @@ "@babel/runtime": "^7.17.9", "@noble/hashes": "1.0.0", "@noble/secp256k1": "1.5.5", - "@polkadot/networks": "9.2.0", - "@polkadot/util": "9.2.0", + "@polkadot/networks": "9.2.1", + "@polkadot/util": "9.2.1", "@polkadot/wasm-crypto": "^6.1.1", - "@polkadot/x-bigint": "9.2.0", - "@polkadot/x-randomvalues": "9.2.0", + "@polkadot/x-bigint": "9.2.1", + "@polkadot/x-randomvalues": "9.2.1", "@scure/base": "1.0.0", "ed2curve": "^0.3.0", "tweetnacl": "^1.0.3" @@ -45,6 +45,6 @@ "@types/ed2curve": "^0.2.2" }, "peerDependencies": { - "@polkadot/util": "9.2.0" + "@polkadot/util": "9.2.1" } } diff --git a/packages/util-crypto/src/packageInfo.ts b/packages/util-crypto/src/packageInfo.ts index 0376c74fc0..3a32d06c19 100644 --- a/packages/util-crypto/src/packageInfo.ts +++ b/packages/util-crypto/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/util-crypto', path: 'auto', type: 'auto', version: '9.1.2-11' }; +export const packageInfo = { name: '@polkadot/util-crypto', path: 'auto', type: 'auto', version: '9.2.1' }; diff --git a/packages/util/package.json b/packages/util/package.json index b74e0f7c39..1733c3a9b2 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -34,19 +34,19 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.2.0", + "version": "9.2.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", - "@polkadot/x-bigint": "9.2.0", - "@polkadot/x-global": "9.2.0", - "@polkadot/x-textdecoder": "9.2.0", - "@polkadot/x-textencoder": "9.2.0", + "@polkadot/x-bigint": "9.2.1", + "@polkadot/x-global": "9.2.1", + "@polkadot/x-textdecoder": "9.2.1", + "@polkadot/x-textencoder": "9.2.1", "@types/bn.js": "^5.1.0", "bn.js": "^5.2.0", "ip-regex": "^4.3.0" }, "devDependencies": { - "@polkadot/x-randomvalues": "9.2.0" + "@polkadot/x-randomvalues": "9.2.1" } } diff --git a/packages/util/src/packageInfo.ts b/packages/util/src/packageInfo.ts index 97894f1a71..25657a8ec0 100644 --- a/packages/util/src/packageInfo.ts +++ b/packages/util/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/util', path: 'auto', type: 'auto', version: '9.1.2-11' }; +export const packageInfo = { name: '@polkadot/util', path: 'auto', type: 'auto', version: '9.2.1' }; diff --git a/packages/x-bigint/package.json b/packages/x-bigint/package.json index 509db6bf8c..33db006e66 100644 --- a/packages/x-bigint/package.json +++ b/packages/x-bigint/package.json @@ -20,9 +20,9 @@ "./shim.cjs" ], "type": "module", - "version": "9.2.0", + "version": "9.2.1", "dependencies": { "@babel/runtime": "^7.17.9", - "@polkadot/x-global": "9.2.0" + "@polkadot/x-global": "9.2.1" } } diff --git a/packages/x-bigint/src/packageInfo.ts b/packages/x-bigint/src/packageInfo.ts index e4df8a52af..de7d8ae347 100644 --- a/packages/x-bigint/src/packageInfo.ts +++ b/packages/x-bigint/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/x-bigint', path: 'auto', type: 'auto', version: '9.1.2-11' }; +export const packageInfo = { name: '@polkadot/x-bigint', path: 'auto', type: 'auto', version: '9.2.1' }; diff --git a/packages/x-bundle/package.json b/packages/x-bundle/package.json index 2626d19438..c6df4257aa 100644 --- a/packages/x-bundle/package.json +++ b/packages/x-bundle/package.json @@ -17,11 +17,11 @@ }, "sideEffects": false, "type": "module", - "version": "9.2.0", + "version": "9.2.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", - "@polkadot/util": "9.2.0", + "@polkadot/util": "9.2.1", "buffer-es6": "^4.9.3" } } diff --git a/packages/x-bundle/src/packageInfo.ts b/packages/x-bundle/src/packageInfo.ts index c061978045..d010b2cf91 100644 --- a/packages/x-bundle/src/packageInfo.ts +++ b/packages/x-bundle/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/x-bundle', path: 'auto', type: 'auto', version: '9.1.2-11' }; +export const packageInfo = { name: '@polkadot/x-bundle', path: 'auto', type: 'auto', version: '9.2.1' }; diff --git a/packages/x-fetch/package.json b/packages/x-fetch/package.json index 965591631f..c0245f99e4 100644 --- a/packages/x-fetch/package.json +++ b/packages/x-fetch/package.json @@ -17,13 +17,13 @@ }, "sideEffects": false, "type": "module", - "version": "9.2.0", + "version": "9.2.1", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { "@babel/runtime": "^7.17.9", - "@polkadot/x-global": "9.2.0", + "@polkadot/x-global": "9.2.1", "@types/node-fetch": "^2.6.1", "node-fetch": "^2.6.7" } diff --git a/packages/x-fetch/src/packageInfo.ts b/packages/x-fetch/src/packageInfo.ts index db11bd3ccc..40d51f2116 100644 --- a/packages/x-fetch/src/packageInfo.ts +++ b/packages/x-fetch/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/x-fetch', path: 'auto', type: 'auto', version: '9.1.2-11' }; +export const packageInfo = { name: '@polkadot/x-fetch', path: 'auto', type: 'auto', version: '9.2.1' }; diff --git a/packages/x-global/package.json b/packages/x-global/package.json index fb99104f14..89e088c794 100644 --- a/packages/x-global/package.json +++ b/packages/x-global/package.json @@ -17,7 +17,7 @@ }, "sideEffects": false, "type": "module", - "version": "9.2.0", + "version": "9.2.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9" diff --git a/packages/x-global/src/packageInfo.ts b/packages/x-global/src/packageInfo.ts index 309ccd3945..986408f385 100644 --- a/packages/x-global/src/packageInfo.ts +++ b/packages/x-global/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/x-global', path: 'auto', type: 'auto', version: '9.1.2-11' }; +export const packageInfo = { name: '@polkadot/x-global', path: 'auto', type: 'auto', version: '9.2.1' }; diff --git a/packages/x-randomvalues/package.json b/packages/x-randomvalues/package.json index f71b831344..72546e2d7a 100644 --- a/packages/x-randomvalues/package.json +++ b/packages/x-randomvalues/package.json @@ -17,13 +17,13 @@ }, "sideEffects": false, "type": "module", - "version": "9.2.0", + "version": "9.2.1", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { "@babel/runtime": "^7.17.9", - "@polkadot/x-global": "9.2.0" + "@polkadot/x-global": "9.2.1" }, "devDependencies": { "@types/react-native": "^0.67.6" diff --git a/packages/x-randomvalues/src/packageInfo.ts b/packages/x-randomvalues/src/packageInfo.ts index 36d99f7d48..4b505a8aa9 100644 --- a/packages/x-randomvalues/src/packageInfo.ts +++ b/packages/x-randomvalues/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/x-randomvalues', path: 'auto', type: 'auto', version: '9.1.2-11' }; +export const packageInfo = { name: '@polkadot/x-randomvalues', path: 'auto', type: 'auto', version: '9.2.1' }; diff --git a/packages/x-textdecoder/package.json b/packages/x-textdecoder/package.json index 91b021dd55..9cc2bba0cf 100644 --- a/packages/x-textdecoder/package.json +++ b/packages/x-textdecoder/package.json @@ -17,12 +17,12 @@ }, "sideEffects": false, "type": "module", - "version": "9.2.0", + "version": "9.2.1", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { "@babel/runtime": "^7.17.9", - "@polkadot/x-global": "9.2.0" + "@polkadot/x-global": "9.2.1" } } diff --git a/packages/x-textdecoder/src/packageInfo.ts b/packages/x-textdecoder/src/packageInfo.ts index 3b01be581e..b6e4514da6 100644 --- a/packages/x-textdecoder/src/packageInfo.ts +++ b/packages/x-textdecoder/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/x-textdecoder', path: 'auto', type: 'auto', version: '9.1.2-11' }; +export const packageInfo = { name: '@polkadot/x-textdecoder', path: 'auto', type: 'auto', version: '9.2.1' }; diff --git a/packages/x-textencoder/package.json b/packages/x-textencoder/package.json index fe4ba793a1..64fcdc1126 100644 --- a/packages/x-textencoder/package.json +++ b/packages/x-textencoder/package.json @@ -17,12 +17,12 @@ }, "sideEffects": false, "type": "module", - "version": "9.2.0", + "version": "9.2.1", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { "@babel/runtime": "^7.17.9", - "@polkadot/x-global": "9.2.0" + "@polkadot/x-global": "9.2.1" } } diff --git a/packages/x-textencoder/src/packageInfo.ts b/packages/x-textencoder/src/packageInfo.ts index e371f7e145..cf97b602f9 100644 --- a/packages/x-textencoder/src/packageInfo.ts +++ b/packages/x-textencoder/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/x-textencoder', path: 'auto', type: 'auto', version: '9.1.2-11' }; +export const packageInfo = { name: '@polkadot/x-textencoder', path: 'auto', type: 'auto', version: '9.2.1' }; diff --git a/packages/x-ws/package.json b/packages/x-ws/package.json index 15189d3923..13d5307386 100644 --- a/packages/x-ws/package.json +++ b/packages/x-ws/package.json @@ -17,13 +17,13 @@ }, "sideEffects": false, "type": "module", - "version": "9.2.0", + "version": "9.2.1", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { "@babel/runtime": "^7.17.9", - "@polkadot/x-global": "9.2.0", + "@polkadot/x-global": "9.2.1", "@types/websocket": "^1.0.5", "websocket": "^1.0.34" } diff --git a/packages/x-ws/src/packageInfo.ts b/packages/x-ws/src/packageInfo.ts index ae9a48a084..e46c000d4a 100644 --- a/packages/x-ws/src/packageInfo.ts +++ b/packages/x-ws/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/x-ws', path: 'auto', type: 'auto', version: '9.1.2-11' }; +export const packageInfo = { name: '@polkadot/x-ws', path: 'auto', type: 'auto', version: '9.2.1' }; diff --git a/yarn.lock b/yarn.lock index 6d07e15576..a21554abef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2120,7 +2120,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/hw-ledger-transports@9.2.0, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports": +"@polkadot/hw-ledger-transports@9.2.1, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports": version: 0.0.0-use.local resolution: "@polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports" dependencies: @@ -2129,21 +2129,21 @@ __metadata: "@ledgerhq/hw-transport-node-hid-singleton": ^6.27.1 "@ledgerhq/hw-transport-webhid": ^6.27.1 "@ledgerhq/hw-transport-webusb": ^6.27.1 - "@polkadot/util": 9.2.0 + "@polkadot/util": 9.2.1 dependenciesMeta: "@ledgerhq/hw-transport-node-hid-singleton": optional: true languageName: unknown linkType: soft -"@polkadot/hw-ledger@9.2.0, @polkadot/hw-ledger@workspace:packages/hw-ledger": +"@polkadot/hw-ledger@9.2.1, @polkadot/hw-ledger@workspace:packages/hw-ledger": version: 0.0.0-use.local resolution: "@polkadot/hw-ledger@workspace:packages/hw-ledger" dependencies: "@babel/runtime": ^7.17.9 "@ledgerhq/hw-transport": ^6.27.1 - "@polkadot/hw-ledger-transports": 9.2.0 - "@polkadot/util": 9.2.0 + "@polkadot/hw-ledger-transports": 9.2.1 + "@polkadot/util": 9.2.1 "@zondax/ledger-substrate": ^0.27.0 languageName: unknown linkType: soft @@ -2153,57 +2153,57 @@ __metadata: resolution: "@polkadot/keyring@workspace:packages/keyring" dependencies: "@babel/runtime": ^7.17.9 - "@polkadot/util": 9.2.0 - "@polkadot/util-crypto": 9.2.0 + "@polkadot/util": 9.2.1 + "@polkadot/util-crypto": 9.2.1 peerDependencies: - "@polkadot/util": 9.2.0 - "@polkadot/util-crypto": 9.2.0 + "@polkadot/util": 9.2.1 + "@polkadot/util-crypto": 9.2.1 languageName: unknown linkType: soft -"@polkadot/networks@9.2.0, @polkadot/networks@workspace:packages/networks": +"@polkadot/networks@9.2.1, @polkadot/networks@workspace:packages/networks": version: 0.0.0-use.local resolution: "@polkadot/networks@workspace:packages/networks" dependencies: "@babel/runtime": ^7.17.9 - "@polkadot/hw-ledger": 9.2.0 - "@polkadot/util": 9.2.0 - "@polkadot/x-fetch": 9.2.0 + "@polkadot/hw-ledger": 9.2.1 + "@polkadot/util": 9.2.1 + "@polkadot/x-fetch": 9.2.1 "@substrate/ss58-registry": ^1.18.0 languageName: unknown linkType: soft -"@polkadot/util-crypto@9.2.0, @polkadot/util-crypto@workspace:packages/util-crypto": +"@polkadot/util-crypto@9.2.1, @polkadot/util-crypto@workspace:packages/util-crypto": version: 0.0.0-use.local resolution: "@polkadot/util-crypto@workspace:packages/util-crypto" dependencies: "@babel/runtime": ^7.17.9 "@noble/hashes": 1.0.0 "@noble/secp256k1": 1.5.5 - "@polkadot/networks": 9.2.0 - "@polkadot/util": 9.2.0 + "@polkadot/networks": 9.2.1 + "@polkadot/util": 9.2.1 "@polkadot/wasm-crypto": ^6.1.1 - "@polkadot/x-bigint": 9.2.0 - "@polkadot/x-randomvalues": 9.2.0 + "@polkadot/x-bigint": 9.2.1 + "@polkadot/x-randomvalues": 9.2.1 "@scure/base": 1.0.0 "@types/ed2curve": ^0.2.2 ed2curve: ^0.3.0 tweetnacl: ^1.0.3 peerDependencies: - "@polkadot/util": 9.2.0 + "@polkadot/util": 9.2.1 languageName: unknown linkType: soft -"@polkadot/util@9.2.0, @polkadot/util@workspace:packages/util": +"@polkadot/util@9.2.1, @polkadot/util@workspace:packages/util": version: 0.0.0-use.local resolution: "@polkadot/util@workspace:packages/util" dependencies: "@babel/runtime": ^7.17.9 - "@polkadot/x-bigint": 9.2.0 - "@polkadot/x-global": 9.2.0 - "@polkadot/x-randomvalues": 9.2.0 - "@polkadot/x-textdecoder": 9.2.0 - "@polkadot/x-textencoder": 9.2.0 + "@polkadot/x-bigint": 9.2.1 + "@polkadot/x-global": 9.2.1 + "@polkadot/x-randomvalues": 9.2.1 + "@polkadot/x-textdecoder": 9.2.1 + "@polkadot/x-textencoder": 9.2.1 "@types/bn.js": ^5.1.0 bn.js: ^5.2.0 ip-regex: ^4.3.0 @@ -2286,12 +2286,12 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bigint@9.2.0, @polkadot/x-bigint@workspace:packages/x-bigint": +"@polkadot/x-bigint@9.2.1, @polkadot/x-bigint@workspace:packages/x-bigint": version: 0.0.0-use.local resolution: "@polkadot/x-bigint@workspace:packages/x-bigint" dependencies: "@babel/runtime": ^7.17.9 - "@polkadot/x-global": 9.2.0 + "@polkadot/x-global": 9.2.1 languageName: unknown linkType: soft @@ -2300,23 +2300,23 @@ __metadata: resolution: "@polkadot/x-bundle@workspace:packages/x-bundle" dependencies: "@babel/runtime": ^7.17.9 - "@polkadot/util": 9.2.0 + "@polkadot/util": 9.2.1 buffer-es6: ^4.9.3 languageName: unknown linkType: soft -"@polkadot/x-fetch@9.2.0, @polkadot/x-fetch@workspace:packages/x-fetch": +"@polkadot/x-fetch@9.2.1, @polkadot/x-fetch@workspace:packages/x-fetch": version: 0.0.0-use.local resolution: "@polkadot/x-fetch@workspace:packages/x-fetch" dependencies: "@babel/runtime": ^7.17.9 - "@polkadot/x-global": 9.2.0 + "@polkadot/x-global": 9.2.1 "@types/node-fetch": ^2.6.1 node-fetch: ^2.6.7 languageName: unknown linkType: soft -"@polkadot/x-global@9.2.0, @polkadot/x-global@workspace:packages/x-global": +"@polkadot/x-global@9.2.1, @polkadot/x-global@workspace:packages/x-global": version: 0.0.0-use.local resolution: "@polkadot/x-global@workspace:packages/x-global" dependencies: @@ -2324,31 +2324,31 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/x-randomvalues@9.2.0, @polkadot/x-randomvalues@workspace:packages/x-randomvalues": +"@polkadot/x-randomvalues@9.2.1, @polkadot/x-randomvalues@workspace:packages/x-randomvalues": version: 0.0.0-use.local resolution: "@polkadot/x-randomvalues@workspace:packages/x-randomvalues" dependencies: "@babel/runtime": ^7.17.9 - "@polkadot/x-global": 9.2.0 + "@polkadot/x-global": 9.2.1 "@types/react-native": ^0.67.6 languageName: unknown linkType: soft -"@polkadot/x-textdecoder@9.2.0, @polkadot/x-textdecoder@workspace:packages/x-textdecoder": +"@polkadot/x-textdecoder@9.2.1, @polkadot/x-textdecoder@workspace:packages/x-textdecoder": version: 0.0.0-use.local resolution: "@polkadot/x-textdecoder@workspace:packages/x-textdecoder" dependencies: "@babel/runtime": ^7.17.9 - "@polkadot/x-global": 9.2.0 + "@polkadot/x-global": 9.2.1 languageName: unknown linkType: soft -"@polkadot/x-textencoder@9.2.0, @polkadot/x-textencoder@workspace:packages/x-textencoder": +"@polkadot/x-textencoder@9.2.1, @polkadot/x-textencoder@workspace:packages/x-textencoder": version: 0.0.0-use.local resolution: "@polkadot/x-textencoder@workspace:packages/x-textencoder" dependencies: "@babel/runtime": ^7.17.9 - "@polkadot/x-global": 9.2.0 + "@polkadot/x-global": 9.2.1 languageName: unknown linkType: soft @@ -2357,7 +2357,7 @@ __metadata: resolution: "@polkadot/x-ws@workspace:packages/x-ws" dependencies: "@babel/runtime": ^7.17.9 - "@polkadot/x-global": 9.2.0 + "@polkadot/x-global": 9.2.1 "@types/websocket": ^1.0.5 websocket: ^1.0.34 languageName: unknown