From cb4c9fd90a7bc9ec62268aa362032b4979338d84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 14:58:36 +0000 Subject: [PATCH] [CI Skip] bump/beta 13.0.3-7-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 | 8 +- 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 | 76 +++++++++---------- 31 files changed, 97 insertions(+), 97 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 99108e7d73..f1dbdc71f2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 13 Carlo Sala feat(networks): add zeitgeist Ledger support (#1840) 9 Antoine Estienne Add eth uri keyring test (#1291) 6 Amaury Martiny Add tests from Rust (#283) - 5 Jakub Pánik Add HydraDX parachain to genesis (#1583) + 6 Jakub Pánik HydraDX -> Hydration rebrand (#1923) 5 kwingram25 Add BN consts and timeToString (#610) 4 Adam Dossa Update Polymesh Genesis Hash (#1193) 4 pan add bifrost kusama (#1626) diff --git a/package.json b/package.json index f39c42195b..4ac3d02677 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "13.0.3-6-x", + "version": "13.0.3-7-x", "versions": { - "git": "13.0.3-6-x", + "git": "13.0.3-7-x", "npm": "13.0.2" }, "workspaces": [ diff --git a/packages/hw-ledger-transports/package.json b/packages/hw-ledger-transports/package.json index 98dbf77525..33d2da9b68 100644 --- a/packages/hw-ledger-transports/package.json +++ b/packages/hw-ledger-transports/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "13.0.3-6-x", + "version": "13.0.3-7-x", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", @@ -22,7 +22,7 @@ "@ledgerhq/hw-transport": "^6.31.2", "@ledgerhq/hw-transport-webhid": "^6.29.2", "@ledgerhq/hw-transport-webusb": "^6.29.2", - "@polkadot/util": "13.0.3-6-x", + "@polkadot/util": "13.0.3-7-x", "tslib": "^2.7.0" }, "optionalDependencies": { diff --git a/packages/hw-ledger-transports/src/packageInfo.ts b/packages/hw-ledger-transports/src/packageInfo.ts index 4a712a3fee..e107ccb041 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: '13.0.3-6-x' }; +export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '13.0.3-7-x' }; diff --git a/packages/hw-ledger/package.json b/packages/hw-ledger/package.json index af462d5134..f43ede64e5 100644 --- a/packages/hw-ledger/package.json +++ b/packages/hw-ledger/package.json @@ -17,11 +17,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.3-6-x", + "version": "13.0.3-7-x", "main": "index.js", "dependencies": { - "@polkadot/hw-ledger-transports": "13.0.3-6-x", - "@polkadot/util": "13.0.3-6-x", + "@polkadot/hw-ledger-transports": "13.0.3-7-x", + "@polkadot/util": "13.0.3-7-x", "@zondax/ledger-substrate": "0.44.7", "tslib": "^2.7.0" } diff --git a/packages/hw-ledger/src/packageInfo.ts b/packages/hw-ledger/src/packageInfo.ts index f95ac84bdc..b1350d0805 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: '13.0.3-6-x' }; +export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '13.0.3-7-x' }; diff --git a/packages/keyring/package.json b/packages/keyring/package.json index 7e8329e55e..a4f709f46e 100644 --- a/packages/keyring/package.json +++ b/packages/keyring/package.json @@ -18,15 +18,15 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.3-6-x", + "version": "13.0.3-7-x", "main": "index.js", "dependencies": { - "@polkadot/util": "13.0.3-6-x", - "@polkadot/util-crypto": "13.0.3-6-x", + "@polkadot/util": "13.0.3-7-x", + "@polkadot/util-crypto": "13.0.3-7-x", "tslib": "^2.7.0" }, "peerDependencies": { - "@polkadot/util": "13.0.3-6-x", - "@polkadot/util-crypto": "13.0.3-6-x" + "@polkadot/util": "13.0.3-7-x", + "@polkadot/util-crypto": "13.0.3-7-x" } } diff --git a/packages/keyring/src/packageInfo.ts b/packages/keyring/src/packageInfo.ts index cd90445d0e..980e3fefb4 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: '13.0.3-6-x' }; +export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '13.0.3-7-x' }; diff --git a/packages/networks/package.json b/packages/networks/package.json index 5792f41dda..8b04c30d11 100644 --- a/packages/networks/package.json +++ b/packages/networks/package.json @@ -15,14 +15,14 @@ }, "sideEffects": false, "type": "module", - "version": "13.0.3-6-x", + "version": "13.0.3-7-x", "main": "index.js", "dependencies": { - "@polkadot/util": "13.0.3-6-x", + "@polkadot/util": "13.0.3-7-x", "@substrate/ss58-registry": "^1.50.0", "tslib": "^2.7.0" }, "devDependencies": { - "@polkadot/hw-ledger": "13.0.3-6-x" + "@polkadot/hw-ledger": "13.0.3-7-x" } } diff --git a/packages/networks/src/packageInfo.ts b/packages/networks/src/packageInfo.ts index d38f69fc3c..7c8a765deb 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: '13.0.3-6-x' }; +export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '13.0.3-7-x' }; diff --git a/packages/util-crypto/package.json b/packages/util-crypto/package.json index e695fd3165..6134674a6e 100644 --- a/packages/util-crypto/package.json +++ b/packages/util-crypto/package.json @@ -20,7 +20,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.3-6-x", + "version": "13.0.3-7-x", "browser": { "crypto": false, "stream": false @@ -29,16 +29,16 @@ "dependencies": { "@noble/curves": "^1.3.0", "@noble/hashes": "^1.3.3", - "@polkadot/networks": "13.0.3-6-x", - "@polkadot/util": "13.0.3-6-x", + "@polkadot/networks": "13.0.3-7-x", + "@polkadot/util": "13.0.3-7-x", "@polkadot/wasm-crypto": "^7.3.2", "@polkadot/wasm-util": "^7.3.2", - "@polkadot/x-bigint": "13.0.3-6-x", - "@polkadot/x-randomvalues": "13.0.3-6-x", + "@polkadot/x-bigint": "13.0.3-7-x", + "@polkadot/x-randomvalues": "13.0.3-7-x", "@scure/base": "^1.1.7", "tslib": "^2.7.0" }, "peerDependencies": { - "@polkadot/util": "13.0.3-6-x" + "@polkadot/util": "13.0.3-7-x" } } diff --git a/packages/util-crypto/src/packageInfo.ts b/packages/util-crypto/src/packageInfo.ts index dc8433cd26..724864356d 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: '13.0.3-6-x' }; +export const packageInfo = { name: '@polkadot/util-crypto', path: 'auto', type: 'auto', version: '13.0.3-7-x' }; diff --git a/packages/util/package.json b/packages/util/package.json index c5c8443e2e..7965706f6e 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "13.0.3-6-x", + "version": "13.0.3-7-x", "main": "index.js", "exports": { "./hex/toU8a": { @@ -35,15 +35,15 @@ } }, "dependencies": { - "@polkadot/x-bigint": "13.0.3-6-x", - "@polkadot/x-global": "13.0.3-6-x", - "@polkadot/x-textdecoder": "13.0.3-6-x", - "@polkadot/x-textencoder": "13.0.3-6-x", + "@polkadot/x-bigint": "13.0.3-7-x", + "@polkadot/x-global": "13.0.3-7-x", + "@polkadot/x-textdecoder": "13.0.3-7-x", + "@polkadot/x-textencoder": "13.0.3-7-x", "@types/bn.js": "^5.1.5", "bn.js": "^5.2.1", "tslib": "^2.7.0" }, "devDependencies": { - "@polkadot/x-randomvalues": "13.0.3-6-x" + "@polkadot/x-randomvalues": "13.0.3-7-x" } } diff --git a/packages/util/src/packageInfo.ts b/packages/util/src/packageInfo.ts index 93bccf8c92..c5d54f4412 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: '13.0.3-6-x' }; +export const packageInfo = { name: '@polkadot/util', path: 'auto', type: 'auto', version: '13.0.3-7-x' }; diff --git a/packages/x-bigint/package.json b/packages/x-bigint/package.json index 9cfd795e6f..afeba7f7f5 100644 --- a/packages/x-bigint/package.json +++ b/packages/x-bigint/package.json @@ -18,9 +18,9 @@ "./shim.cjs" ], "type": "module", - "version": "13.0.3-6-x", + "version": "13.0.3-7-x", "dependencies": { - "@polkadot/x-global": "13.0.3-6-x", + "@polkadot/x-global": "13.0.3-7-x", "tslib": "^2.7.0" } } diff --git a/packages/x-bigint/src/packageInfo.ts b/packages/x-bigint/src/packageInfo.ts index b410f6ac28..f8c76e6917 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: '13.0.3-6-x' }; +export const packageInfo = { name: '@polkadot/x-bigint', path: 'auto', type: 'auto', version: '13.0.3-7-x' }; diff --git a/packages/x-bundle/package.json b/packages/x-bundle/package.json index 54c01104d0..e26b05d61b 100644 --- a/packages/x-bundle/package.json +++ b/packages/x-bundle/package.json @@ -15,10 +15,10 @@ }, "sideEffects": false, "type": "module", - "version": "13.0.3-6-x", + "version": "13.0.3-7-x", "main": "index.js", "dependencies": { - "@polkadot/util": "13.0.3-6-x", + "@polkadot/util": "13.0.3-7-x", "buffer-es6": "^4.9.3", "tslib": "^2.7.0" } diff --git a/packages/x-bundle/src/packageInfo.ts b/packages/x-bundle/src/packageInfo.ts index 5abd1a9eb8..948b767895 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: '13.0.3-6-x' }; +export const packageInfo = { name: '@polkadot/x-bundle', path: 'auto', type: 'auto', version: '13.0.3-7-x' }; diff --git a/packages/x-fetch/package.json b/packages/x-fetch/package.json index 2698674307..eeca99ff70 100644 --- a/packages/x-fetch/package.json +++ b/packages/x-fetch/package.json @@ -15,12 +15,12 @@ }, "sideEffects": false, "type": "module", - "version": "13.0.3-6-x", + "version": "13.0.3-7-x", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { - "@polkadot/x-global": "13.0.3-6-x", + "@polkadot/x-global": "13.0.3-7-x", "node-fetch": "^3.3.2", "tslib": "^2.7.0" } diff --git a/packages/x-fetch/src/packageInfo.ts b/packages/x-fetch/src/packageInfo.ts index daab6a1077..a7a0e8c8e9 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: '13.0.3-6-x' }; +export const packageInfo = { name: '@polkadot/x-fetch', path: 'auto', type: 'auto', version: '13.0.3-7-x' }; diff --git a/packages/x-global/package.json b/packages/x-global/package.json index 9e6eaa238c..600ad0c75d 100644 --- a/packages/x-global/package.json +++ b/packages/x-global/package.json @@ -15,7 +15,7 @@ }, "sideEffects": false, "type": "module", - "version": "13.0.3-6-x", + "version": "13.0.3-7-x", "main": "index.js", "dependencies": { "tslib": "^2.7.0" diff --git a/packages/x-global/src/packageInfo.ts b/packages/x-global/src/packageInfo.ts index ef5788dd25..1029f4396f 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: '13.0.3-6-x' }; +export const packageInfo = { name: '@polkadot/x-global', path: 'auto', type: 'auto', version: '13.0.3-7-x' }; diff --git a/packages/x-randomvalues/package.json b/packages/x-randomvalues/package.json index e99dcb95a8..581a7a9a9f 100644 --- a/packages/x-randomvalues/package.json +++ b/packages/x-randomvalues/package.json @@ -15,21 +15,21 @@ }, "sideEffects": false, "type": "module", - "version": "13.0.3-6-x", + "version": "13.0.3-7-x", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { - "@polkadot/x-global": "13.0.3-6-x", + "@polkadot/x-global": "13.0.3-7-x", "tslib": "^2.7.0" }, "devDependencies": { - "@polkadot/util": "13.0.3-6-x", + "@polkadot/util": "13.0.3-7-x", "@polkadot/wasm-util": "^7.3.2", "@types/react-native": "^0.73.0" }, "peerDependencies": { - "@polkadot/util": "13.0.3-6-x", + "@polkadot/util": "13.0.3-7-x", "@polkadot/wasm-util": "*" } } diff --git a/packages/x-randomvalues/src/packageInfo.ts b/packages/x-randomvalues/src/packageInfo.ts index 7b645987e1..5c4a452ab2 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: '13.0.3-6-x' }; +export const packageInfo = { name: '@polkadot/x-randomvalues', path: 'auto', type: 'auto', version: '13.0.3-7-x' }; diff --git a/packages/x-textdecoder/package.json b/packages/x-textdecoder/package.json index e644c8767d..01cc9ad5d6 100644 --- a/packages/x-textdecoder/package.json +++ b/packages/x-textdecoder/package.json @@ -15,12 +15,12 @@ }, "sideEffects": false, "type": "module", - "version": "13.0.3-6-x", + "version": "13.0.3-7-x", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { - "@polkadot/x-global": "13.0.3-6-x", + "@polkadot/x-global": "13.0.3-7-x", "tslib": "^2.7.0" } } diff --git a/packages/x-textdecoder/src/packageInfo.ts b/packages/x-textdecoder/src/packageInfo.ts index 87e3a8bd05..726a3fda2d 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: '13.0.3-6-x' }; +export const packageInfo = { name: '@polkadot/x-textdecoder', path: 'auto', type: 'auto', version: '13.0.3-7-x' }; diff --git a/packages/x-textencoder/package.json b/packages/x-textencoder/package.json index 7cd45884f0..db8d46e99c 100644 --- a/packages/x-textencoder/package.json +++ b/packages/x-textencoder/package.json @@ -15,12 +15,12 @@ }, "sideEffects": false, "type": "module", - "version": "13.0.3-6-x", + "version": "13.0.3-7-x", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { - "@polkadot/x-global": "13.0.3-6-x", + "@polkadot/x-global": "13.0.3-7-x", "tslib": "^2.7.0" } } diff --git a/packages/x-textencoder/src/packageInfo.ts b/packages/x-textencoder/src/packageInfo.ts index 16a59e018e..6a8416b03c 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: '13.0.3-6-x' }; +export const packageInfo = { name: '@polkadot/x-textencoder', path: 'auto', type: 'auto', version: '13.0.3-7-x' }; diff --git a/packages/x-ws/package.json b/packages/x-ws/package.json index f002bb83b7..cf04136b13 100644 --- a/packages/x-ws/package.json +++ b/packages/x-ws/package.json @@ -15,12 +15,12 @@ }, "sideEffects": false, "type": "module", - "version": "13.0.3-6-x", + "version": "13.0.3-7-x", "browser": "browser.js", "main": "node.js", "react-native": "react-native.js", "dependencies": { - "@polkadot/x-global": "13.0.3-6-x", + "@polkadot/x-global": "13.0.3-7-x", "tslib": "^2.7.0", "ws": "^8.16.0" }, diff --git a/packages/x-ws/src/packageInfo.ts b/packages/x-ws/src/packageInfo.ts index 8da02649e5..776b7e83cf 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: '13.0.3-6-x' }; +export const packageInfo = { name: '@polkadot/x-ws', path: 'auto', type: 'auto', version: '13.0.3-7-x' }; diff --git a/yarn.lock b/yarn.lock index 42624a9825..21465f7ad7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1598,7 +1598,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/hw-ledger-transports@npm:13.0.3-6-x, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports": +"@polkadot/hw-ledger-transports@npm:13.0.3-7-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: @@ -1606,7 +1606,7 @@ __metadata: "@ledgerhq/hw-transport-node-hid-singleton": "npm:^6.31.3" "@ledgerhq/hw-transport-webhid": "npm:^6.29.2" "@ledgerhq/hw-transport-webusb": "npm:^6.29.2" - "@polkadot/util": "npm:13.0.3-6-x" + "@polkadot/util": "npm:13.0.3-7-x" tslib: "npm:^2.7.0" dependenciesMeta: "@ledgerhq/hw-transport-node-hid-singleton": @@ -1614,12 +1614,12 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/hw-ledger@npm:13.0.3-6-x, @polkadot/hw-ledger@workspace:packages/hw-ledger": +"@polkadot/hw-ledger@npm:13.0.3-7-x, @polkadot/hw-ledger@workspace:packages/hw-ledger": version: 0.0.0-use.local resolution: "@polkadot/hw-ledger@workspace:packages/hw-ledger" dependencies: - "@polkadot/hw-ledger-transports": "npm:13.0.3-6-x" - "@polkadot/util": "npm:13.0.3-6-x" + "@polkadot/hw-ledger-transports": "npm:13.0.3-7-x" + "@polkadot/util": "npm:13.0.3-7-x" "@zondax/ledger-substrate": "npm:0.44.7" tslib: "npm:^2.7.0" languageName: unknown @@ -1629,54 +1629,54 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/keyring@workspace:packages/keyring" dependencies: - "@polkadot/util": "npm:13.0.3-6-x" - "@polkadot/util-crypto": "npm:13.0.3-6-x" + "@polkadot/util": "npm:13.0.3-7-x" + "@polkadot/util-crypto": "npm:13.0.3-7-x" tslib: "npm:^2.7.0" peerDependencies: - "@polkadot/util": 13.0.3-6-x - "@polkadot/util-crypto": 13.0.3-6-x + "@polkadot/util": 13.0.3-7-x + "@polkadot/util-crypto": 13.0.3-7-x languageName: unknown linkType: soft -"@polkadot/networks@npm:13.0.3-6-x, @polkadot/networks@workspace:packages/networks": +"@polkadot/networks@npm:13.0.3-7-x, @polkadot/networks@workspace:packages/networks": version: 0.0.0-use.local resolution: "@polkadot/networks@workspace:packages/networks" dependencies: - "@polkadot/hw-ledger": "npm:13.0.3-6-x" - "@polkadot/util": "npm:13.0.3-6-x" + "@polkadot/hw-ledger": "npm:13.0.3-7-x" + "@polkadot/util": "npm:13.0.3-7-x" "@substrate/ss58-registry": "npm:^1.50.0" tslib: "npm:^2.7.0" languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:13.0.3-6-x, @polkadot/util-crypto@workspace:packages/util-crypto": +"@polkadot/util-crypto@npm:13.0.3-7-x, @polkadot/util-crypto@workspace:packages/util-crypto": version: 0.0.0-use.local resolution: "@polkadot/util-crypto@workspace:packages/util-crypto" dependencies: "@noble/curves": "npm:^1.3.0" "@noble/hashes": "npm:^1.3.3" - "@polkadot/networks": "npm:13.0.3-6-x" - "@polkadot/util": "npm:13.0.3-6-x" + "@polkadot/networks": "npm:13.0.3-7-x" + "@polkadot/util": "npm:13.0.3-7-x" "@polkadot/wasm-crypto": "npm:^7.3.2" "@polkadot/wasm-util": "npm:^7.3.2" - "@polkadot/x-bigint": "npm:13.0.3-6-x" - "@polkadot/x-randomvalues": "npm:13.0.3-6-x" + "@polkadot/x-bigint": "npm:13.0.3-7-x" + "@polkadot/x-randomvalues": "npm:13.0.3-7-x" "@scure/base": "npm:^1.1.7" tslib: "npm:^2.7.0" peerDependencies: - "@polkadot/util": 13.0.3-6-x + "@polkadot/util": 13.0.3-7-x languageName: unknown linkType: soft -"@polkadot/util@npm:13.0.3-6-x, @polkadot/util@workspace:packages/util": +"@polkadot/util@npm:13.0.3-7-x, @polkadot/util@workspace:packages/util": version: 0.0.0-use.local resolution: "@polkadot/util@workspace:packages/util" dependencies: - "@polkadot/x-bigint": "npm:13.0.3-6-x" - "@polkadot/x-global": "npm:13.0.3-6-x" - "@polkadot/x-randomvalues": "npm:13.0.3-6-x" - "@polkadot/x-textdecoder": "npm:13.0.3-6-x" - "@polkadot/x-textencoder": "npm:13.0.3-6-x" + "@polkadot/x-bigint": "npm:13.0.3-7-x" + "@polkadot/x-global": "npm:13.0.3-7-x" + "@polkadot/x-randomvalues": "npm:13.0.3-7-x" + "@polkadot/x-textdecoder": "npm:13.0.3-7-x" + "@polkadot/x-textencoder": "npm:13.0.3-7-x" "@types/bn.js": "npm:^5.1.5" bn.js: "npm:^5.2.1" tslib: "npm:^2.7.0" @@ -1763,11 +1763,11 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bigint@npm:13.0.3-6-x, @polkadot/x-bigint@workspace:packages/x-bigint": +"@polkadot/x-bigint@npm:13.0.3-7-x, @polkadot/x-bigint@workspace:packages/x-bigint": version: 0.0.0-use.local resolution: "@polkadot/x-bigint@workspace:packages/x-bigint" dependencies: - "@polkadot/x-global": "npm:13.0.3-6-x" + "@polkadot/x-global": "npm:13.0.3-7-x" tslib: "npm:^2.7.0" languageName: unknown linkType: soft @@ -1776,7 +1776,7 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/x-bundle@workspace:packages/x-bundle" dependencies: - "@polkadot/util": "npm:13.0.3-6-x" + "@polkadot/util": "npm:13.0.3-7-x" buffer-es6: "npm:^4.9.3" tslib: "npm:^2.7.0" languageName: unknown @@ -1786,13 +1786,13 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/x-fetch@workspace:packages/x-fetch" dependencies: - "@polkadot/x-global": "npm:13.0.3-6-x" + "@polkadot/x-global": "npm:13.0.3-7-x" node-fetch: "npm:^3.3.2" tslib: "npm:^2.7.0" languageName: unknown linkType: soft -"@polkadot/x-global@npm:13.0.3-6-x, @polkadot/x-global@workspace:packages/x-global": +"@polkadot/x-global@npm:13.0.3-7-x, @polkadot/x-global@workspace:packages/x-global": version: 0.0.0-use.local resolution: "@polkadot/x-global@workspace:packages/x-global" dependencies: @@ -1800,35 +1800,35 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/x-randomvalues@npm:13.0.3-6-x, @polkadot/x-randomvalues@workspace:packages/x-randomvalues": +"@polkadot/x-randomvalues@npm:13.0.3-7-x, @polkadot/x-randomvalues@workspace:packages/x-randomvalues": version: 0.0.0-use.local resolution: "@polkadot/x-randomvalues@workspace:packages/x-randomvalues" dependencies: - "@polkadot/util": "npm:13.0.3-6-x" + "@polkadot/util": "npm:13.0.3-7-x" "@polkadot/wasm-util": "npm:^7.3.2" - "@polkadot/x-global": "npm:13.0.3-6-x" + "@polkadot/x-global": "npm:13.0.3-7-x" "@types/react-native": "npm:^0.73.0" tslib: "npm:^2.7.0" peerDependencies: - "@polkadot/util": 13.0.3-6-x + "@polkadot/util": 13.0.3-7-x "@polkadot/wasm-util": "*" languageName: unknown linkType: soft -"@polkadot/x-textdecoder@npm:13.0.3-6-x, @polkadot/x-textdecoder@workspace:packages/x-textdecoder": +"@polkadot/x-textdecoder@npm:13.0.3-7-x, @polkadot/x-textdecoder@workspace:packages/x-textdecoder": version: 0.0.0-use.local resolution: "@polkadot/x-textdecoder@workspace:packages/x-textdecoder" dependencies: - "@polkadot/x-global": "npm:13.0.3-6-x" + "@polkadot/x-global": "npm:13.0.3-7-x" tslib: "npm:^2.7.0" languageName: unknown linkType: soft -"@polkadot/x-textencoder@npm:13.0.3-6-x, @polkadot/x-textencoder@workspace:packages/x-textencoder": +"@polkadot/x-textencoder@npm:13.0.3-7-x, @polkadot/x-textencoder@workspace:packages/x-textencoder": version: 0.0.0-use.local resolution: "@polkadot/x-textencoder@workspace:packages/x-textencoder" dependencies: - "@polkadot/x-global": "npm:13.0.3-6-x" + "@polkadot/x-global": "npm:13.0.3-7-x" tslib: "npm:^2.7.0" languageName: unknown linkType: soft @@ -1837,7 +1837,7 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/x-ws@workspace:packages/x-ws" dependencies: - "@polkadot/x-global": "npm:13.0.3-6-x" + "@polkadot/x-global": "npm:13.0.3-7-x" "@types/ws": "npm:^8.5.12" tslib: "npm:^2.7.0" ws: "npm:^8.16.0"