From 7cd5204fb7d39f206bb7fc514db8763d76e4480b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 09:30:06 +0000 Subject: [PATCH] [CI Skip] bump/beta 10.4.3-9-x skip-checks: true --- CONTRIBUTORS | 2 +- package.json | 4 +- packages/hw-ledger-transports/package.json | 4 +- .../hw-ledger-transports/src/packageInfo.ts | 2 +- packages/hw-ledger/package.json | 6 +- packages/hw-ledger/src/packageInfo.ts | 2 +- packages/keyring/package.json | 10 +-- packages/keyring/src/packageInfo.ts | 2 +- packages/networks/package.json | 6 +- packages/networks/src/packageInfo.ts | 2 +- packages/util-crypto/package.json | 12 +-- packages/util-crypto/src/packageInfo.ts | 2 +- packages/util/package.json | 12 +-- packages/util/src/packageInfo.ts | 2 +- packages/x-bigint/package.json | 4 +- packages/x-bigint/src/packageInfo.ts | 2 +- packages/x-bundle/package.json | 4 +- packages/x-bundle/src/packageInfo.ts | 2 +- packages/x-fetch/package.json | 4 +- packages/x-fetch/src/packageInfo.ts | 2 +- packages/x-global/package.json | 2 +- packages/x-global/src/packageInfo.ts | 2 +- packages/x-randomvalues/package.json | 6 +- packages/x-randomvalues/src/packageInfo.ts | 2 +- packages/x-textdecoder/package.json | 4 +- packages/x-textdecoder/src/packageInfo.ts | 2 +- packages/x-textencoder/package.json | 4 +- packages/x-textencoder/src/packageInfo.ts | 2 +- packages/x-ws/package.json | 4 +- packages/x-ws/src/packageInfo.ts | 2 +- yarn.lock | 74 +++++++++---------- 31 files changed, 95 insertions(+), 95 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f057efa1d2..9cf4330ca1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 1548 Jaco Align gh workflows (#1751) + 1549 Jaco Bump dev & update gh workflows (#1752) 12 Carlo Sala feat(networks): support ledger for pendulum (#1739) 9 Antoine Estienne Add eth uri keyring test (#1291) 6 Amaury Martiny Add tests from Rust (#283) diff --git a/package.json b/package.json index bc88133448..bd397e054d 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "10.4.3-8-x", + "version": "10.4.3-9-x", "versions": { - "git": "10.4.3-8-x", + "git": "10.4.3-9-x", "npm": "10.4.2" }, "workspaces": [ diff --git a/packages/hw-ledger-transports/package.json b/packages/hw-ledger-transports/package.json index 428a84a0c6..874a652400 100644 --- a/packages/hw-ledger-transports/package.json +++ b/packages/hw-ledger-transports/package.json @@ -16,7 +16,7 @@ }, "sideEffects": false, "type": "module", - "version": "10.4.3-8-x", + "version": "10.4.3-9-x", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", @@ -25,7 +25,7 @@ "@ledgerhq/hw-transport": "^6.28.1", "@ledgerhq/hw-transport-webhid": "^6.27.12", "@ledgerhq/hw-transport-webusb": "^6.27.12", - "@polkadot/util": "10.4.3-8-x" + "@polkadot/util": "10.4.3-9-x" }, "optionalDependencies": { "@ledgerhq/hw-transport-node-hid-singleton": "^6.28.9" diff --git a/packages/hw-ledger-transports/src/packageInfo.ts b/packages/hw-ledger-transports/src/packageInfo.ts index 7258f45210..8564d89984 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: '10.4.3-8-x' }; +export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '10.4.3-9-x' }; diff --git a/packages/hw-ledger/package.json b/packages/hw-ledger/package.json index 5d86d80e01..75c6f14746 100644 --- a/packages/hw-ledger/package.json +++ b/packages/hw-ledger/package.json @@ -19,13 +19,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.4.3-8-x", + "version": "10.4.3-9-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.21.0", "@ledgerhq/hw-transport": "^6.28.1", - "@polkadot/hw-ledger-transports": "10.4.3-8-x", - "@polkadot/util": "10.4.3-8-x", + "@polkadot/hw-ledger-transports": "10.4.3-9-x", + "@polkadot/util": "10.4.3-9-x", "@zondax/ledger-substrate": "^0.40.5" } } diff --git a/packages/hw-ledger/src/packageInfo.ts b/packages/hw-ledger/src/packageInfo.ts index dbe6537a8c..718eeec5eb 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: '10.4.3-8-x' }; +export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '10.4.3-9-x' }; diff --git a/packages/keyring/package.json b/packages/keyring/package.json index 89595a3508..579d2da97f 100644 --- a/packages/keyring/package.json +++ b/packages/keyring/package.json @@ -20,15 +20,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.4.3-8-x", + "version": "10.4.3-9-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.21.0", - "@polkadot/util": "10.4.3-8-x", - "@polkadot/util-crypto": "10.4.3-8-x" + "@polkadot/util": "10.4.3-9-x", + "@polkadot/util-crypto": "10.4.3-9-x" }, "peerDependencies": { - "@polkadot/util": "10.4.3-8-x", - "@polkadot/util-crypto": "10.4.3-8-x" + "@polkadot/util": "10.4.3-9-x", + "@polkadot/util-crypto": "10.4.3-9-x" } } diff --git a/packages/keyring/src/packageInfo.ts b/packages/keyring/src/packageInfo.ts index 2247228f7f..47cf38d1f0 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: '10.4.3-8-x' }; +export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '10.4.3-9-x' }; diff --git a/packages/networks/package.json b/packages/networks/package.json index d14625d154..132783df2c 100644 --- a/packages/networks/package.json +++ b/packages/networks/package.json @@ -17,14 +17,14 @@ }, "sideEffects": false, "type": "module", - "version": "10.4.3-8-x", + "version": "10.4.3-9-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.21.0", - "@polkadot/util": "10.4.3-8-x", + "@polkadot/util": "10.4.3-9-x", "@substrate/ss58-registry": "^1.39.0" }, "devDependencies": { - "@polkadot/hw-ledger": "10.4.3-8-x" + "@polkadot/hw-ledger": "10.4.3-9-x" } } diff --git a/packages/networks/src/packageInfo.ts b/packages/networks/src/packageInfo.ts index 9dda73b4cb..3d8e3b711f 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: '10.4.3-8-x' }; +export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '10.4.3-9-x' }; diff --git a/packages/util-crypto/package.json b/packages/util-crypto/package.json index 3a6c8788aa..1da7e1c2a8 100644 --- a/packages/util-crypto/package.json +++ b/packages/util-crypto/package.json @@ -22,7 +22,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.4.3-8-x", + "version": "10.4.3-9-x", "browser": { "crypto": false, "stream": false @@ -32,11 +32,11 @@ "@babel/runtime": "^7.21.0", "@noble/hashes": "1.2.0", "@noble/secp256k1": "1.7.1", - "@polkadot/networks": "10.4.3-8-x", - "@polkadot/util": "10.4.3-8-x", + "@polkadot/networks": "10.4.3-9-x", + "@polkadot/util": "10.4.3-9-x", "@polkadot/wasm-crypto": "^6.4.1", - "@polkadot/x-bigint": "10.4.3-8-x", - "@polkadot/x-randomvalues": "10.4.3-8-x", + "@polkadot/x-bigint": "10.4.3-9-x", + "@polkadot/x-randomvalues": "10.4.3-9-x", "@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": "10.4.3-8-x" + "@polkadot/util": "10.4.3-9-x" } } diff --git a/packages/util-crypto/src/packageInfo.ts b/packages/util-crypto/src/packageInfo.ts index c2c949a4b9..5bbb7a40be 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: '10.4.3-8-x' }; +export const packageInfo = { name: '@polkadot/util-crypto', path: 'auto', type: 'auto', version: '10.4.3-9-x' }; diff --git a/packages/util/package.json b/packages/util/package.json index d901542741..f629595ca4 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -20,7 +20,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "10.4.3-8-x", + "version": "10.4.3-9-x", "main": "index.js", "exports": { "./hex/toU8a": { @@ -38,14 +38,14 @@ }, "dependencies": { "@babel/runtime": "^7.21.0", - "@polkadot/x-bigint": "10.4.3-8-x", - "@polkadot/x-global": "10.4.3-8-x", - "@polkadot/x-textdecoder": "10.4.3-8-x", - "@polkadot/x-textencoder": "10.4.3-8-x", + "@polkadot/x-bigint": "10.4.3-9-x", + "@polkadot/x-global": "10.4.3-9-x", + "@polkadot/x-textdecoder": "10.4.3-9-x", + "@polkadot/x-textencoder": "10.4.3-9-x", "@types/bn.js": "^5.1.1", "bn.js": "^5.2.1" }, "devDependencies": { - "@polkadot/x-randomvalues": "10.4.3-8-x" + "@polkadot/x-randomvalues": "10.4.3-9-x" } } diff --git a/packages/util/src/packageInfo.ts b/packages/util/src/packageInfo.ts index 3011589923..2472895fdb 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: '10.4.3-8-x' }; +export const packageInfo = { name: '@polkadot/util', path: 'auto', type: 'auto', version: '10.4.3-9-x' }; diff --git a/packages/x-bigint/package.json b/packages/x-bigint/package.json index d735d6d191..42cd3d4c76 100644 --- a/packages/x-bigint/package.json +++ b/packages/x-bigint/package.json @@ -20,9 +20,9 @@ "./shim.cjs" ], "type": "module", - "version": "10.4.3-8-x", + "version": "10.4.3-9-x", "dependencies": { "@babel/runtime": "^7.21.0", - "@polkadot/x-global": "10.4.3-8-x" + "@polkadot/x-global": "10.4.3-9-x" } } diff --git a/packages/x-bigint/src/packageInfo.ts b/packages/x-bigint/src/packageInfo.ts index 192eac51eb..a1202b7cac 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: '10.4.3-8-x' }; +export const packageInfo = { name: '@polkadot/x-bigint', path: 'auto', type: 'auto', version: '10.4.3-9-x' }; diff --git a/packages/x-bundle/package.json b/packages/x-bundle/package.json index f9d5972562..fa82cf018e 100644 --- a/packages/x-bundle/package.json +++ b/packages/x-bundle/package.json @@ -17,11 +17,11 @@ }, "sideEffects": false, "type": "module", - "version": "10.4.3-8-x", + "version": "10.4.3-9-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.21.0", - "@polkadot/util": "10.4.3-8-x", + "@polkadot/util": "10.4.3-9-x", "buffer-es6": "^4.9.3" } } diff --git a/packages/x-bundle/src/packageInfo.ts b/packages/x-bundle/src/packageInfo.ts index ad4d4b4e3c..019235687f 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: '10.4.3-8-x' }; +export const packageInfo = { name: '@polkadot/x-bundle', path: 'auto', type: 'auto', version: '10.4.3-9-x' }; diff --git a/packages/x-fetch/package.json b/packages/x-fetch/package.json index d4fd6a4120..3f218bec0c 100644 --- a/packages/x-fetch/package.json +++ b/packages/x-fetch/package.json @@ -17,13 +17,13 @@ }, "sideEffects": false, "type": "module", - "version": "10.4.3-8-x", + "version": "10.4.3-9-x", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { "@babel/runtime": "^7.21.0", - "@polkadot/x-global": "10.4.3-8-x", + "@polkadot/x-global": "10.4.3-9-x", "@types/node-fetch": "^2.6.2", "node-fetch": "^3.3.0" } diff --git a/packages/x-fetch/src/packageInfo.ts b/packages/x-fetch/src/packageInfo.ts index 7f838fd6fe..1dd708cea0 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: '10.4.3-8-x' }; +export const packageInfo = { name: '@polkadot/x-fetch', path: 'auto', type: 'auto', version: '10.4.3-9-x' }; diff --git a/packages/x-global/package.json b/packages/x-global/package.json index 26bd2093ef..904b926ccb 100644 --- a/packages/x-global/package.json +++ b/packages/x-global/package.json @@ -17,7 +17,7 @@ }, "sideEffects": false, "type": "module", - "version": "10.4.3-8-x", + "version": "10.4.3-9-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.21.0" diff --git a/packages/x-global/src/packageInfo.ts b/packages/x-global/src/packageInfo.ts index 34bc796a14..fbd18b1155 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: '10.4.3-8-x' }; +export const packageInfo = { name: '@polkadot/x-global', path: 'auto', type: 'auto', version: '10.4.3-9-x' }; diff --git a/packages/x-randomvalues/package.json b/packages/x-randomvalues/package.json index 9792bd7de2..f64b47ff8c 100644 --- a/packages/x-randomvalues/package.json +++ b/packages/x-randomvalues/package.json @@ -17,16 +17,16 @@ }, "sideEffects": false, "type": "module", - "version": "10.4.3-8-x", + "version": "10.4.3-9-x", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { "@babel/runtime": "^7.21.0", - "@polkadot/x-global": "10.4.3-8-x" + "@polkadot/x-global": "10.4.3-9-x" }, "devDependencies": { - "@polkadot/util": "10.4.3-8-x", + "@polkadot/util": "10.4.3-9-x", "@types/react-native": "^0.71.3" }, "denoDependencies": { diff --git a/packages/x-randomvalues/src/packageInfo.ts b/packages/x-randomvalues/src/packageInfo.ts index 7c10567c85..342ece429f 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: '10.4.3-8-x' }; +export const packageInfo = { name: '@polkadot/x-randomvalues', path: 'auto', type: 'auto', version: '10.4.3-9-x' }; diff --git a/packages/x-textdecoder/package.json b/packages/x-textdecoder/package.json index f229ccef5d..339c741d39 100644 --- a/packages/x-textdecoder/package.json +++ b/packages/x-textdecoder/package.json @@ -17,13 +17,13 @@ }, "sideEffects": false, "type": "module", - "version": "10.4.3-8-x", + "version": "10.4.3-9-x", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { "@babel/runtime": "^7.21.0", - "@polkadot/x-global": "10.4.3-8-x" + "@polkadot/x-global": "10.4.3-9-x" }, "denoDependencies": { "util": "std@0.161.0/node/util.ts" diff --git a/packages/x-textdecoder/src/packageInfo.ts b/packages/x-textdecoder/src/packageInfo.ts index 1f49c5d4c4..6759d69114 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: '10.4.3-8-x' }; +export const packageInfo = { name: '@polkadot/x-textdecoder', path: 'auto', type: 'auto', version: '10.4.3-9-x' }; diff --git a/packages/x-textencoder/package.json b/packages/x-textencoder/package.json index db3cc2f079..4d3cdfcd58 100644 --- a/packages/x-textencoder/package.json +++ b/packages/x-textencoder/package.json @@ -17,13 +17,13 @@ }, "sideEffects": false, "type": "module", - "version": "10.4.3-8-x", + "version": "10.4.3-9-x", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { "@babel/runtime": "^7.21.0", - "@polkadot/x-global": "10.4.3-8-x" + "@polkadot/x-global": "10.4.3-9-x" }, "denoDependencies": { "util": "std@0.161.0/node/util.ts" diff --git a/packages/x-textencoder/src/packageInfo.ts b/packages/x-textencoder/src/packageInfo.ts index 3ed176863a..165424d7fd 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: '10.4.3-8-x' }; +export const packageInfo = { name: '@polkadot/x-textencoder', path: 'auto', type: 'auto', version: '10.4.3-9-x' }; diff --git a/packages/x-ws/package.json b/packages/x-ws/package.json index f795dda273..8de1ff2247 100644 --- a/packages/x-ws/package.json +++ b/packages/x-ws/package.json @@ -17,13 +17,13 @@ }, "sideEffects": false, "type": "module", - "version": "10.4.3-8-x", + "version": "10.4.3-9-x", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { "@babel/runtime": "^7.21.0", - "@polkadot/x-global": "10.4.3-8-x", + "@polkadot/x-global": "10.4.3-9-x", "@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 ea54074813..58c7ba4f6b 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: '10.4.3-8-x' }; +export const packageInfo = { name: '@polkadot/x-ws', path: 'auto', type: 'auto', version: '10.4.3-9-x' }; diff --git a/yarn.lock b/yarn.lock index 9cac104d93..28d9c41d49 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1975,7 +1975,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/hw-ledger-transports@10.4.3-8-x, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports": +"@polkadot/hw-ledger-transports@10.4.3-9-x, @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: @@ -1984,21 +1984,21 @@ __metadata: "@ledgerhq/hw-transport-node-hid-singleton": ^6.28.9 "@ledgerhq/hw-transport-webhid": ^6.27.12 "@ledgerhq/hw-transport-webusb": ^6.27.12 - "@polkadot/util": 10.4.3-8-x + "@polkadot/util": 10.4.3-9-x dependenciesMeta: "@ledgerhq/hw-transport-node-hid-singleton": optional: true languageName: unknown linkType: soft -"@polkadot/hw-ledger@10.4.3-8-x, @polkadot/hw-ledger@workspace:packages/hw-ledger": +"@polkadot/hw-ledger@10.4.3-9-x, @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.21.0 "@ledgerhq/hw-transport": ^6.28.1 - "@polkadot/hw-ledger-transports": 10.4.3-8-x - "@polkadot/util": 10.4.3-8-x + "@polkadot/hw-ledger-transports": 10.4.3-9-x + "@polkadot/util": 10.4.3-9-x "@zondax/ledger-substrate": ^0.40.5 languageName: unknown linkType: soft @@ -2008,56 +2008,56 @@ __metadata: resolution: "@polkadot/keyring@workspace:packages/keyring" dependencies: "@babel/runtime": ^7.21.0 - "@polkadot/util": 10.4.3-8-x - "@polkadot/util-crypto": 10.4.3-8-x + "@polkadot/util": 10.4.3-9-x + "@polkadot/util-crypto": 10.4.3-9-x peerDependencies: - "@polkadot/util": 10.4.3-8-x - "@polkadot/util-crypto": 10.4.3-8-x + "@polkadot/util": 10.4.3-9-x + "@polkadot/util-crypto": 10.4.3-9-x languageName: unknown linkType: soft -"@polkadot/networks@10.4.3-8-x, @polkadot/networks@workspace:packages/networks": +"@polkadot/networks@10.4.3-9-x, @polkadot/networks@workspace:packages/networks": version: 0.0.0-use.local resolution: "@polkadot/networks@workspace:packages/networks" dependencies: "@babel/runtime": ^7.21.0 - "@polkadot/hw-ledger": 10.4.3-8-x - "@polkadot/util": 10.4.3-8-x + "@polkadot/hw-ledger": 10.4.3-9-x + "@polkadot/util": 10.4.3-9-x "@substrate/ss58-registry": ^1.39.0 languageName: unknown linkType: soft -"@polkadot/util-crypto@10.4.3-8-x, @polkadot/util-crypto@workspace:packages/util-crypto": +"@polkadot/util-crypto@10.4.3-9-x, @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.21.0 "@noble/hashes": 1.2.0 "@noble/secp256k1": 1.7.1 - "@polkadot/networks": 10.4.3-8-x - "@polkadot/util": 10.4.3-8-x + "@polkadot/networks": 10.4.3-9-x + "@polkadot/util": 10.4.3-9-x "@polkadot/wasm-crypto": ^6.4.1 - "@polkadot/x-bigint": 10.4.3-8-x - "@polkadot/x-randomvalues": 10.4.3-8-x + "@polkadot/x-bigint": 10.4.3-9-x + "@polkadot/x-randomvalues": 10.4.3-9-x "@scure/base": 1.1.1 "@types/ed2curve": ^0.2.2 ed2curve: ^0.3.0 tweetnacl: ^1.0.3 peerDependencies: - "@polkadot/util": 10.4.3-8-x + "@polkadot/util": 10.4.3-9-x languageName: unknown linkType: soft -"@polkadot/util@10.4.3-8-x, @polkadot/util@workspace:packages/util": +"@polkadot/util@10.4.3-9-x, @polkadot/util@workspace:packages/util": version: 0.0.0-use.local resolution: "@polkadot/util@workspace:packages/util" dependencies: "@babel/runtime": ^7.21.0 - "@polkadot/x-bigint": 10.4.3-8-x - "@polkadot/x-global": 10.4.3-8-x - "@polkadot/x-randomvalues": 10.4.3-8-x - "@polkadot/x-textdecoder": 10.4.3-8-x - "@polkadot/x-textencoder": 10.4.3-8-x + "@polkadot/x-bigint": 10.4.3-9-x + "@polkadot/x-global": 10.4.3-9-x + "@polkadot/x-randomvalues": 10.4.3-9-x + "@polkadot/x-textdecoder": 10.4.3-9-x + "@polkadot/x-textencoder": 10.4.3-9-x "@types/bn.js": ^5.1.1 bn.js: ^5.2.1 languageName: unknown @@ -2141,12 +2141,12 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bigint@10.4.3-8-x, @polkadot/x-bigint@workspace:packages/x-bigint": +"@polkadot/x-bigint@10.4.3-9-x, @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.21.0 - "@polkadot/x-global": 10.4.3-8-x + "@polkadot/x-global": 10.4.3-9-x languageName: unknown linkType: soft @@ -2155,7 +2155,7 @@ __metadata: resolution: "@polkadot/x-bundle@workspace:packages/x-bundle" dependencies: "@babel/runtime": ^7.21.0 - "@polkadot/util": 10.4.3-8-x + "@polkadot/util": 10.4.3-9-x buffer-es6: ^4.9.3 languageName: unknown linkType: soft @@ -2165,13 +2165,13 @@ __metadata: resolution: "@polkadot/x-fetch@workspace:packages/x-fetch" dependencies: "@babel/runtime": ^7.21.0 - "@polkadot/x-global": 10.4.3-8-x + "@polkadot/x-global": 10.4.3-9-x "@types/node-fetch": ^2.6.2 node-fetch: ^3.3.0 languageName: unknown linkType: soft -"@polkadot/x-global@10.4.3-8-x, @polkadot/x-global@workspace:packages/x-global": +"@polkadot/x-global@10.4.3-9-x, @polkadot/x-global@workspace:packages/x-global": version: 0.0.0-use.local resolution: "@polkadot/x-global@workspace:packages/x-global" dependencies: @@ -2179,32 +2179,32 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/x-randomvalues@10.4.3-8-x, @polkadot/x-randomvalues@workspace:packages/x-randomvalues": +"@polkadot/x-randomvalues@10.4.3-9-x, @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.21.0 - "@polkadot/util": 10.4.3-8-x - "@polkadot/x-global": 10.4.3-8-x + "@polkadot/util": 10.4.3-9-x + "@polkadot/x-global": 10.4.3-9-x "@types/react-native": ^0.71.3 languageName: unknown linkType: soft -"@polkadot/x-textdecoder@10.4.3-8-x, @polkadot/x-textdecoder@workspace:packages/x-textdecoder": +"@polkadot/x-textdecoder@10.4.3-9-x, @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.21.0 - "@polkadot/x-global": 10.4.3-8-x + "@polkadot/x-global": 10.4.3-9-x languageName: unknown linkType: soft -"@polkadot/x-textencoder@10.4.3-8-x, @polkadot/x-textencoder@workspace:packages/x-textencoder": +"@polkadot/x-textencoder@10.4.3-9-x, @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.21.0 - "@polkadot/x-global": 10.4.3-8-x + "@polkadot/x-global": 10.4.3-9-x languageName: unknown linkType: soft @@ -2213,7 +2213,7 @@ __metadata: resolution: "@polkadot/x-ws@workspace:packages/x-ws" dependencies: "@babel/runtime": ^7.21.0 - "@polkadot/x-global": 10.4.3-8-x + "@polkadot/x-global": 10.4.3-9-x "@types/websocket": ^1.0.5 websocket: ^1.0.34 languageName: unknown