diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3e6c84ad57..e70c28593b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 1362 Jaco Adjust asserts (#1544) + 1363 Jaco 9.5.1 (#1545) 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 c2680903b5..49b684c6b4 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/common.git" }, "sideEffects": false, - "version": "9.5.0", + "version": "9.5.1", "workspaces": [ "packages/*" ], diff --git a/packages/hw-ledger-transports/package.json b/packages/hw-ledger-transports/package.json index 5067a771cc..52baa92d95 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.5.0", + "version": "9.5.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.5.0" + "@polkadot/util": "9.5.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 de0d29197c..5deadc02c3 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.4.2-25' }; +export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '9.5.1' }; diff --git a/packages/hw-ledger/package.json b/packages/hw-ledger/package.json index 0002f872a4..a5738c529d 100644 --- a/packages/hw-ledger/package.json +++ b/packages/hw-ledger/package.json @@ -19,13 +19,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.5.0", + "version": "9.5.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", "@ledgerhq/hw-transport": "^6.27.1", - "@polkadot/hw-ledger-transports": "9.5.0", - "@polkadot/util": "9.5.0", + "@polkadot/hw-ledger-transports": "9.5.1", + "@polkadot/util": "9.5.1", "@zondax/ledger-substrate": "^0.31.0" } } diff --git a/packages/hw-ledger/src/packageInfo.ts b/packages/hw-ledger/src/packageInfo.ts index 530809bc5d..1621cc2975 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.4.2-25' }; +export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '9.5.1' }; diff --git a/packages/keyring/package.json b/packages/keyring/package.json index 9b62e96fae..0f73e96ff4 100644 --- a/packages/keyring/package.json +++ b/packages/keyring/package.json @@ -20,15 +20,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.5.0", + "version": "9.5.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", - "@polkadot/util": "9.5.0", - "@polkadot/util-crypto": "9.5.0" + "@polkadot/util": "9.5.1", + "@polkadot/util-crypto": "9.5.1" }, "peerDependencies": { - "@polkadot/util": "9.5.0", - "@polkadot/util-crypto": "9.5.0" + "@polkadot/util": "9.5.1", + "@polkadot/util-crypto": "9.5.1" } } diff --git a/packages/keyring/src/packageInfo.ts b/packages/keyring/src/packageInfo.ts index 5c197c0eff..4b6ad2ca11 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.4.2-25' }; +export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '9.5.1' }; diff --git a/packages/networks/package.json b/packages/networks/package.json index 82f203a905..2095e937a7 100644 --- a/packages/networks/package.json +++ b/packages/networks/package.json @@ -17,15 +17,15 @@ }, "sideEffects": false, "type": "module", - "version": "9.5.0", + "version": "9.5.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", - "@polkadot/util": "9.5.0", + "@polkadot/util": "9.5.1", "@substrate/ss58-registry": "^1.22.0" }, "devDependencies": { - "@polkadot/hw-ledger": "9.5.0", - "@polkadot/x-fetch": "9.5.0" + "@polkadot/hw-ledger": "9.5.1", + "@polkadot/x-fetch": "9.5.1" } } diff --git a/packages/networks/src/packageInfo.ts b/packages/networks/src/packageInfo.ts index 25124498c4..5bce054080 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.4.2-25' }; +export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '9.5.1' }; diff --git a/packages/util-crypto/package.json b/packages/util-crypto/package.json index edbd6844bd..8bbd7961c3 100644 --- a/packages/util-crypto/package.json +++ b/packages/util-crypto/package.json @@ -22,7 +22,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.5.0", + "version": "9.5.1", "browser": { "crypto": false, "stream": false @@ -32,11 +32,11 @@ "@babel/runtime": "^7.18.3", "@noble/hashes": "1.1.1", "@noble/secp256k1": "1.6.0", - "@polkadot/networks": "9.5.0", - "@polkadot/util": "9.5.0", + "@polkadot/networks": "9.5.1", + "@polkadot/util": "9.5.1", "@polkadot/wasm-crypto": "^6.1.1", - "@polkadot/x-bigint": "9.5.0", - "@polkadot/x-randomvalues": "9.5.0", + "@polkadot/x-bigint": "9.5.1", + "@polkadot/x-randomvalues": "9.5.1", "@scure/base": "1.1.1", "ed2curve": "^0.3.0", "tweetnacl": "^1.0.3" @@ -45,6 +45,6 @@ "@types/ed2curve": "^0.2.2" }, "peerDependencies": { - "@polkadot/util": "9.5.0" + "@polkadot/util": "9.5.1" } } diff --git a/packages/util-crypto/src/packageInfo.ts b/packages/util-crypto/src/packageInfo.ts index ecb7bb58b2..1418817c3c 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.4.2-25' }; +export const packageInfo = { name: '@polkadot/util-crypto', path: 'auto', type: 'auto', version: '9.5.1' }; diff --git a/packages/util/package.json b/packages/util/package.json index 6a68d7de64..51b841d0fc 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -34,19 +34,19 @@ "./detectPackage.cjs" ], "type": "module", - "version": "9.5.0", + "version": "9.5.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", - "@polkadot/x-bigint": "9.5.0", - "@polkadot/x-global": "9.5.0", - "@polkadot/x-textdecoder": "9.5.0", - "@polkadot/x-textencoder": "9.5.0", + "@polkadot/x-bigint": "9.5.1", + "@polkadot/x-global": "9.5.1", + "@polkadot/x-textdecoder": "9.5.1", + "@polkadot/x-textencoder": "9.5.1", "@types/bn.js": "^5.1.0", "bn.js": "^5.2.1", "ip-regex": "^4.3.0" }, "devDependencies": { - "@polkadot/x-randomvalues": "9.5.0" + "@polkadot/x-randomvalues": "9.5.1" } } diff --git a/packages/util/src/packageInfo.ts b/packages/util/src/packageInfo.ts index 9f2192dbd0..ffb76ae431 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.4.2-25' }; +export const packageInfo = { name: '@polkadot/util', path: 'auto', type: 'auto', version: '9.5.1' }; diff --git a/packages/x-bigint/package.json b/packages/x-bigint/package.json index 66f984f690..29722760a2 100644 --- a/packages/x-bigint/package.json +++ b/packages/x-bigint/package.json @@ -20,9 +20,9 @@ "./shim.cjs" ], "type": "module", - "version": "9.5.0", + "version": "9.5.1", "dependencies": { "@babel/runtime": "^7.18.3", - "@polkadot/x-global": "9.5.0" + "@polkadot/x-global": "9.5.1" } } diff --git a/packages/x-bigint/src/packageInfo.ts b/packages/x-bigint/src/packageInfo.ts index b244955c4f..bea947e530 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.4.2-25' }; +export const packageInfo = { name: '@polkadot/x-bigint', path: 'auto', type: 'auto', version: '9.5.1' }; diff --git a/packages/x-bundle/package.json b/packages/x-bundle/package.json index c5da190f1a..153e3173f3 100644 --- a/packages/x-bundle/package.json +++ b/packages/x-bundle/package.json @@ -17,11 +17,11 @@ }, "sideEffects": false, "type": "module", - "version": "9.5.0", + "version": "9.5.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", - "@polkadot/util": "9.5.0", + "@polkadot/util": "9.5.1", "buffer-es6": "^4.9.3" } } diff --git a/packages/x-bundle/src/packageInfo.ts b/packages/x-bundle/src/packageInfo.ts index a8a5dcf702..db1f193f89 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.4.2-25' }; +export const packageInfo = { name: '@polkadot/x-bundle', path: 'auto', type: 'auto', version: '9.5.1' }; diff --git a/packages/x-fetch/package.json b/packages/x-fetch/package.json index d42a23de08..cc3f78345c 100644 --- a/packages/x-fetch/package.json +++ b/packages/x-fetch/package.json @@ -17,13 +17,13 @@ }, "sideEffects": false, "type": "module", - "version": "9.5.0", + "version": "9.5.1", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { "@babel/runtime": "^7.18.3", - "@polkadot/x-global": "9.5.0", + "@polkadot/x-global": "9.5.1", "@types/node-fetch": "^2.6.2", "node-fetch": "^2.6.7" } diff --git a/packages/x-fetch/src/packageInfo.ts b/packages/x-fetch/src/packageInfo.ts index f2632a8c1a..f302a914e5 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.4.2-25' }; +export const packageInfo = { name: '@polkadot/x-fetch', path: 'auto', type: 'auto', version: '9.5.1' }; diff --git a/packages/x-global/package.json b/packages/x-global/package.json index e7e4e69c64..9e3cd8563f 100644 --- a/packages/x-global/package.json +++ b/packages/x-global/package.json @@ -17,7 +17,7 @@ }, "sideEffects": false, "type": "module", - "version": "9.5.0", + "version": "9.5.1", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3" diff --git a/packages/x-global/src/packageInfo.ts b/packages/x-global/src/packageInfo.ts index 7224088453..cf0d43fa94 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.4.2-25' }; +export const packageInfo = { name: '@polkadot/x-global', path: 'auto', type: 'auto', version: '9.5.1' }; diff --git a/packages/x-randomvalues/package.json b/packages/x-randomvalues/package.json index f5e0b507f9..c440269cb0 100644 --- a/packages/x-randomvalues/package.json +++ b/packages/x-randomvalues/package.json @@ -17,13 +17,13 @@ }, "sideEffects": false, "type": "module", - "version": "9.5.0", + "version": "9.5.1", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { "@babel/runtime": "^7.18.3", - "@polkadot/x-global": "9.5.0" + "@polkadot/x-global": "9.5.1" }, "devDependencies": { "@types/react-native": "^0.67.8" diff --git a/packages/x-randomvalues/src/packageInfo.ts b/packages/x-randomvalues/src/packageInfo.ts index df227ce2e4..fa32f4e44e 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.4.2-25' }; +export const packageInfo = { name: '@polkadot/x-randomvalues', path: 'auto', type: 'auto', version: '9.5.1' }; diff --git a/packages/x-textdecoder/package.json b/packages/x-textdecoder/package.json index 7bbef4cffd..ad78ce357a 100644 --- a/packages/x-textdecoder/package.json +++ b/packages/x-textdecoder/package.json @@ -17,12 +17,12 @@ }, "sideEffects": false, "type": "module", - "version": "9.5.0", + "version": "9.5.1", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { "@babel/runtime": "^7.18.3", - "@polkadot/x-global": "9.5.0" + "@polkadot/x-global": "9.5.1" } } diff --git a/packages/x-textdecoder/src/packageInfo.ts b/packages/x-textdecoder/src/packageInfo.ts index 8cbb722372..c81883c50d 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.4.2-25' }; +export const packageInfo = { name: '@polkadot/x-textdecoder', path: 'auto', type: 'auto', version: '9.5.1' }; diff --git a/packages/x-textencoder/package.json b/packages/x-textencoder/package.json index 021e5dad11..6478cf960e 100644 --- a/packages/x-textencoder/package.json +++ b/packages/x-textencoder/package.json @@ -17,12 +17,12 @@ }, "sideEffects": false, "type": "module", - "version": "9.5.0", + "version": "9.5.1", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { "@babel/runtime": "^7.18.3", - "@polkadot/x-global": "9.5.0" + "@polkadot/x-global": "9.5.1" } } diff --git a/packages/x-textencoder/src/packageInfo.ts b/packages/x-textencoder/src/packageInfo.ts index fb6b435c6f..ef0406572c 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.4.2-25' }; +export const packageInfo = { name: '@polkadot/x-textencoder', path: 'auto', type: 'auto', version: '9.5.1' }; diff --git a/packages/x-ws/package.json b/packages/x-ws/package.json index 723f96be89..350b21ea41 100644 --- a/packages/x-ws/package.json +++ b/packages/x-ws/package.json @@ -17,13 +17,13 @@ }, "sideEffects": false, "type": "module", - "version": "9.5.0", + "version": "9.5.1", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { "@babel/runtime": "^7.18.3", - "@polkadot/x-global": "9.5.0", + "@polkadot/x-global": "9.5.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 7ce6e34fec..564629d047 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.4.2-25' }; +export const packageInfo = { name: '@polkadot/x-ws', path: 'auto', type: 'auto', version: '9.5.1' }; diff --git a/yarn.lock b/yarn.lock index 485f510e2c..ae6b3e9183 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2134,7 +2134,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/hw-ledger-transports@9.5.0, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports": +"@polkadot/hw-ledger-transports@9.5.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: @@ -2143,21 +2143,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.5.0 + "@polkadot/util": 9.5.1 dependenciesMeta: "@ledgerhq/hw-transport-node-hid-singleton": optional: true languageName: unknown linkType: soft -"@polkadot/hw-ledger@9.5.0, @polkadot/hw-ledger@workspace:packages/hw-ledger": +"@polkadot/hw-ledger@9.5.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.18.3 "@ledgerhq/hw-transport": ^6.27.1 - "@polkadot/hw-ledger-transports": 9.5.0 - "@polkadot/util": 9.5.0 + "@polkadot/hw-ledger-transports": 9.5.1 + "@polkadot/util": 9.5.1 "@zondax/ledger-substrate": ^0.31.0 languageName: unknown linkType: soft @@ -2167,57 +2167,57 @@ __metadata: resolution: "@polkadot/keyring@workspace:packages/keyring" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/util": 9.5.0 - "@polkadot/util-crypto": 9.5.0 + "@polkadot/util": 9.5.1 + "@polkadot/util-crypto": 9.5.1 peerDependencies: - "@polkadot/util": 9.5.0 - "@polkadot/util-crypto": 9.5.0 + "@polkadot/util": 9.5.1 + "@polkadot/util-crypto": 9.5.1 languageName: unknown linkType: soft -"@polkadot/networks@9.5.0, @polkadot/networks@workspace:packages/networks": +"@polkadot/networks@9.5.1, @polkadot/networks@workspace:packages/networks": version: 0.0.0-use.local resolution: "@polkadot/networks@workspace:packages/networks" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/hw-ledger": 9.5.0 - "@polkadot/util": 9.5.0 - "@polkadot/x-fetch": 9.5.0 + "@polkadot/hw-ledger": 9.5.1 + "@polkadot/util": 9.5.1 + "@polkadot/x-fetch": 9.5.1 "@substrate/ss58-registry": ^1.22.0 languageName: unknown linkType: soft -"@polkadot/util-crypto@9.5.0, @polkadot/util-crypto@workspace:packages/util-crypto": +"@polkadot/util-crypto@9.5.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.18.3 "@noble/hashes": 1.1.1 "@noble/secp256k1": 1.6.0 - "@polkadot/networks": 9.5.0 - "@polkadot/util": 9.5.0 + "@polkadot/networks": 9.5.1 + "@polkadot/util": 9.5.1 "@polkadot/wasm-crypto": ^6.1.1 - "@polkadot/x-bigint": 9.5.0 - "@polkadot/x-randomvalues": 9.5.0 + "@polkadot/x-bigint": 9.5.1 + "@polkadot/x-randomvalues": 9.5.1 "@scure/base": 1.1.1 "@types/ed2curve": ^0.2.2 ed2curve: ^0.3.0 tweetnacl: ^1.0.3 peerDependencies: - "@polkadot/util": 9.5.0 + "@polkadot/util": 9.5.1 languageName: unknown linkType: soft -"@polkadot/util@9.5.0, @polkadot/util@workspace:packages/util": +"@polkadot/util@9.5.1, @polkadot/util@workspace:packages/util": version: 0.0.0-use.local resolution: "@polkadot/util@workspace:packages/util" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/x-bigint": 9.5.0 - "@polkadot/x-global": 9.5.0 - "@polkadot/x-randomvalues": 9.5.0 - "@polkadot/x-textdecoder": 9.5.0 - "@polkadot/x-textencoder": 9.5.0 + "@polkadot/x-bigint": 9.5.1 + "@polkadot/x-global": 9.5.1 + "@polkadot/x-randomvalues": 9.5.1 + "@polkadot/x-textdecoder": 9.5.1 + "@polkadot/x-textencoder": 9.5.1 "@types/bn.js": ^5.1.0 bn.js: ^5.2.1 ip-regex: ^4.3.0 @@ -2300,12 +2300,12 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bigint@9.5.0, @polkadot/x-bigint@workspace:packages/x-bigint": +"@polkadot/x-bigint@9.5.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.18.3 - "@polkadot/x-global": 9.5.0 + "@polkadot/x-global": 9.5.1 languageName: unknown linkType: soft @@ -2314,23 +2314,23 @@ __metadata: resolution: "@polkadot/x-bundle@workspace:packages/x-bundle" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/util": 9.5.0 + "@polkadot/util": 9.5.1 buffer-es6: ^4.9.3 languageName: unknown linkType: soft -"@polkadot/x-fetch@9.5.0, @polkadot/x-fetch@workspace:packages/x-fetch": +"@polkadot/x-fetch@9.5.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.18.3 - "@polkadot/x-global": 9.5.0 + "@polkadot/x-global": 9.5.1 "@types/node-fetch": ^2.6.2 node-fetch: ^2.6.7 languageName: unknown linkType: soft -"@polkadot/x-global@9.5.0, @polkadot/x-global@workspace:packages/x-global": +"@polkadot/x-global@9.5.1, @polkadot/x-global@workspace:packages/x-global": version: 0.0.0-use.local resolution: "@polkadot/x-global@workspace:packages/x-global" dependencies: @@ -2338,31 +2338,31 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/x-randomvalues@9.5.0, @polkadot/x-randomvalues@workspace:packages/x-randomvalues": +"@polkadot/x-randomvalues@9.5.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.18.3 - "@polkadot/x-global": 9.5.0 + "@polkadot/x-global": 9.5.1 "@types/react-native": ^0.67.8 languageName: unknown linkType: soft -"@polkadot/x-textdecoder@9.5.0, @polkadot/x-textdecoder@workspace:packages/x-textdecoder": +"@polkadot/x-textdecoder@9.5.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.18.3 - "@polkadot/x-global": 9.5.0 + "@polkadot/x-global": 9.5.1 languageName: unknown linkType: soft -"@polkadot/x-textencoder@9.5.0, @polkadot/x-textencoder@workspace:packages/x-textencoder": +"@polkadot/x-textencoder@9.5.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.18.3 - "@polkadot/x-global": 9.5.0 + "@polkadot/x-global": 9.5.1 languageName: unknown linkType: soft @@ -2371,7 +2371,7 @@ __metadata: resolution: "@polkadot/x-ws@workspace:packages/x-ws" dependencies: "@babel/runtime": ^7.18.3 - "@polkadot/x-global": 9.5.0 + "@polkadot/x-global": 9.5.1 "@types/websocket": ^1.0.5 websocket: ^1.0.34 languageName: unknown