Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf141cd874 | ||
|
|
08bf4b7eb2 |
@@ -1,5 +1,12 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 10.2.5 Jan 13, 2023
|
||||
|
||||
Changes:
|
||||
|
||||
- Bugfix for `formatBalance` (forceUnit) with `BN` inputs where output is less than 0
|
||||
|
||||
|
||||
## 10.2.4 Jan 13, 2023
|
||||
|
||||
Changes:
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
1507 Jaco 10.2.4 (#1705)
|
||||
1508 Jaco Bugfix for formatBalance (forceUnit), result < 0 (#1706)
|
||||
10 Carlo Sala feat(networks): support ledger for ajuna (#1682)
|
||||
9 Antoine Estienne Add eth uri keyring test (#1291)
|
||||
6 Amaury Martiny Add tests from Rust (#283)
|
||||
|
||||
+3
-3
@@ -11,10 +11,10 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.2.4",
|
||||
"version": "10.2.5",
|
||||
"versions": {
|
||||
"git": "10.2.4",
|
||||
"npm": "10.2.4"
|
||||
"git": "10.2.5",
|
||||
"npm": "10.2.5"
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.2.4",
|
||||
"version": "10.2.5",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
@@ -25,7 +25,7 @@
|
||||
"@ledgerhq/hw-transport": "^6.27.9",
|
||||
"@ledgerhq/hw-transport-webhid": "^6.27.9",
|
||||
"@ledgerhq/hw-transport-webusb": "^6.27.9",
|
||||
"@polkadot/util": "10.2.4"
|
||||
"@polkadot/util": "10.2.5"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@ledgerhq/hw-transport-node-hid-singleton": "^6.28.6"
|
||||
|
||||
@@ -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.2.4' };
|
||||
export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '10.2.5' };
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.2.4",
|
||||
"version": "10.2.5",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.7",
|
||||
"@ledgerhq/hw-transport": "^6.27.9",
|
||||
"@polkadot/hw-ledger-transports": "10.2.4",
|
||||
"@polkadot/util": "10.2.4",
|
||||
"@polkadot/hw-ledger-transports": "10.2.5",
|
||||
"@polkadot/util": "10.2.5",
|
||||
"@zondax/ledger-substrate": "^0.40.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.2.4' };
|
||||
export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '10.2.5' };
|
||||
|
||||
@@ -20,15 +20,15 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.2.4",
|
||||
"version": "10.2.5",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.7",
|
||||
"@polkadot/util": "10.2.4",
|
||||
"@polkadot/util-crypto": "10.2.4"
|
||||
"@polkadot/util": "10.2.5",
|
||||
"@polkadot/util-crypto": "10.2.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/util": "10.2.4",
|
||||
"@polkadot/util-crypto": "10.2.4"
|
||||
"@polkadot/util": "10.2.5",
|
||||
"@polkadot/util-crypto": "10.2.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '10.2.4' };
|
||||
export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '10.2.5' };
|
||||
|
||||
@@ -17,14 +17,14 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.2.4",
|
||||
"version": "10.2.5",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.7",
|
||||
"@polkadot/util": "10.2.4",
|
||||
"@polkadot/util": "10.2.5",
|
||||
"@substrate/ss58-registry": "^1.37.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/hw-ledger": "10.2.4"
|
||||
"@polkadot/hw-ledger": "10.2.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '10.2.4' };
|
||||
export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '10.2.5' };
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.2.4",
|
||||
"version": "10.2.5",
|
||||
"browser": {
|
||||
"crypto": false,
|
||||
"stream": false
|
||||
@@ -32,11 +32,11 @@
|
||||
"@babel/runtime": "^7.20.7",
|
||||
"@noble/hashes": "1.1.5",
|
||||
"@noble/secp256k1": "1.7.1",
|
||||
"@polkadot/networks": "10.2.4",
|
||||
"@polkadot/util": "10.2.4",
|
||||
"@polkadot/networks": "10.2.5",
|
||||
"@polkadot/util": "10.2.5",
|
||||
"@polkadot/wasm-crypto": "^6.4.1",
|
||||
"@polkadot/x-bigint": "10.2.4",
|
||||
"@polkadot/x-randomvalues": "10.2.4",
|
||||
"@polkadot/x-bigint": "10.2.5",
|
||||
"@polkadot/x-randomvalues": "10.2.5",
|
||||
"@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.2.4"
|
||||
"@polkadot/util": "10.2.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.2.4' };
|
||||
export const packageInfo = { name: '@polkadot/util-crypto', path: 'auto', type: 'auto', version: '10.2.5' };
|
||||
|
||||
@@ -34,18 +34,18 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.2.4",
|
||||
"version": "10.2.5",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.7",
|
||||
"@polkadot/x-bigint": "10.2.4",
|
||||
"@polkadot/x-global": "10.2.4",
|
||||
"@polkadot/x-textdecoder": "10.2.4",
|
||||
"@polkadot/x-textencoder": "10.2.4",
|
||||
"@polkadot/x-bigint": "10.2.5",
|
||||
"@polkadot/x-global": "10.2.5",
|
||||
"@polkadot/x-textdecoder": "10.2.5",
|
||||
"@polkadot/x-textencoder": "10.2.5",
|
||||
"@types/bn.js": "^5.1.1",
|
||||
"bn.js": "^5.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/x-randomvalues": "10.2.4"
|
||||
"@polkadot/x-randomvalues": "10.2.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,6 +13,13 @@ describe('formatBalance', (): void => {
|
||||
expect(formatBalance('0')).toEqual('0');
|
||||
});
|
||||
|
||||
// this is after an issue/test from actual values with forceUnit
|
||||
it('formats 1000 (BN) (decimals = 12, withAll, withZero = false)', (): void => {
|
||||
expect(
|
||||
formatBalance(new BN(1000), { decimals: 12, forceUnit: '-', withAll: true, withSi: false, withZero: true })
|
||||
).toEqual('0.000000001000');
|
||||
});
|
||||
|
||||
it('formats 123,456,789,000 (decimals=15)', (): void => {
|
||||
expect(
|
||||
formatBalance(TESTVAL, { decimals: 15, withSi: true })
|
||||
|
||||
@@ -93,11 +93,14 @@ function _formatBalance <ExtToBn extends ToBn> (input?: number | string | BN | b
|
||||
// get the post from the midpoint onward and then first add max decimals
|
||||
// before trimming to the correct (calculated) amount of decimals again
|
||||
let post = text
|
||||
.padStart((mid < 0 ? 0 - mid : 0) + 1, '0')
|
||||
.padStart(mid < 0 ? decimals : 1, '0')
|
||||
.substring(mid < 0 ? 0 : mid)
|
||||
.padEnd(withAll ? Math.max(decimals, 4) : 4, '0')
|
||||
.substring(0, withAll ? Math.max(4, decimals + si.power) : 4);
|
||||
|
||||
console.error(mid, pre, post, text
|
||||
.padStart((mid < 0 ? 0 - mid : 0) + 1, '0'));
|
||||
|
||||
// remove all trailing 0's (if required via flag)
|
||||
if (!withZero) {
|
||||
let end = post.length - 1;
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/util', path: 'auto', type: 'auto', version: '10.2.4' };
|
||||
export const packageInfo = { name: '@polkadot/util', path: 'auto', type: 'auto', version: '10.2.5' };
|
||||
|
||||
@@ -20,9 +20,9 @@
|
||||
"./shim.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.2.4",
|
||||
"version": "10.2.5",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.7",
|
||||
"@polkadot/x-global": "10.2.4"
|
||||
"@polkadot/x-global": "10.2.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.2.4' };
|
||||
export const packageInfo = { name: '@polkadot/x-bigint', path: 'auto', type: 'auto', version: '10.2.5' };
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.2.4",
|
||||
"version": "10.2.5",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.7",
|
||||
"@polkadot/util": "10.2.4",
|
||||
"@polkadot/util": "10.2.5",
|
||||
"buffer-es6": "^4.9.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.2.4' };
|
||||
export const packageInfo = { name: '@polkadot/x-bundle', path: 'auto', type: 'auto', version: '10.2.5' };
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.2.4",
|
||||
"version": "10.2.5",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.7",
|
||||
"@polkadot/x-global": "10.2.4",
|
||||
"@polkadot/x-global": "10.2.5",
|
||||
"@types/node-fetch": "^2.6.2",
|
||||
"node-fetch": "^3.3.0"
|
||||
}
|
||||
|
||||
@@ -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.2.4' };
|
||||
export const packageInfo = { name: '@polkadot/x-fetch', path: 'auto', type: 'auto', version: '10.2.5' };
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.2.4",
|
||||
"version": "10.2.5",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.7"
|
||||
|
||||
@@ -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.2.4' };
|
||||
export const packageInfo = { name: '@polkadot/x-global', path: 'auto', type: 'auto', version: '10.2.5' };
|
||||
|
||||
@@ -17,16 +17,16 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.2.4",
|
||||
"version": "10.2.5",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.7",
|
||||
"@polkadot/x-global": "10.2.4"
|
||||
"@polkadot/x-global": "10.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react-native": "^0.70.8"
|
||||
"@types/react-native": "^0.71.0"
|
||||
},
|
||||
"denoDependencies": {
|
||||
"crypto": "std@0.161.0/node/crypto.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.2.4' };
|
||||
export const packageInfo = { name: '@polkadot/x-randomvalues', path: 'auto', type: 'auto', version: '10.2.5' };
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.2.4",
|
||||
"version": "10.2.5",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.7",
|
||||
"@polkadot/x-global": "10.2.4"
|
||||
"@polkadot/x-global": "10.2.5"
|
||||
},
|
||||
"denoDependencies": {
|
||||
"util": "std@0.161.0/node/util.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.2.4' };
|
||||
export const packageInfo = { name: '@polkadot/x-textdecoder', path: 'auto', type: 'auto', version: '10.2.5' };
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.2.4",
|
||||
"version": "10.2.5",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.7",
|
||||
"@polkadot/x-global": "10.2.4"
|
||||
"@polkadot/x-global": "10.2.5"
|
||||
},
|
||||
"denoDependencies": {
|
||||
"util": "std@0.161.0/node/util.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.2.4' };
|
||||
export const packageInfo = { name: '@polkadot/x-textencoder', path: 'auto', type: 'auto', version: '10.2.5' };
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.2.4",
|
||||
"version": "10.2.5",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.20.7",
|
||||
"@polkadot/x-global": "10.2.4",
|
||||
"@polkadot/x-global": "10.2.5",
|
||||
"@types/websocket": "^1.0.5",
|
||||
"websocket": "^1.0.34"
|
||||
}
|
||||
|
||||
@@ -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.2.4' };
|
||||
export const packageInfo = { name: '@polkadot/x-ws', path: 'auto', type: 'auto', version: '10.2.5' };
|
||||
|
||||
@@ -2205,7 +2205,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/hw-ledger-transports@10.2.4, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports":
|
||||
"@polkadot/hw-ledger-transports@10.2.5, @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:
|
||||
@@ -2214,21 +2214,21 @@ __metadata:
|
||||
"@ledgerhq/hw-transport-node-hid-singleton": ^6.28.6
|
||||
"@ledgerhq/hw-transport-webhid": ^6.27.9
|
||||
"@ledgerhq/hw-transport-webusb": ^6.27.9
|
||||
"@polkadot/util": 10.2.4
|
||||
"@polkadot/util": 10.2.5
|
||||
dependenciesMeta:
|
||||
"@ledgerhq/hw-transport-node-hid-singleton":
|
||||
optional: true
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/hw-ledger@10.2.4, @polkadot/hw-ledger@workspace:packages/hw-ledger":
|
||||
"@polkadot/hw-ledger@10.2.5, @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.20.7
|
||||
"@ledgerhq/hw-transport": ^6.27.9
|
||||
"@polkadot/hw-ledger-transports": 10.2.4
|
||||
"@polkadot/util": 10.2.4
|
||||
"@polkadot/hw-ledger-transports": 10.2.5
|
||||
"@polkadot/util": 10.2.5
|
||||
"@zondax/ledger-substrate": ^0.40.3
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@@ -2238,56 +2238,56 @@ __metadata:
|
||||
resolution: "@polkadot/keyring@workspace:packages/keyring"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.20.7
|
||||
"@polkadot/util": 10.2.4
|
||||
"@polkadot/util-crypto": 10.2.4
|
||||
"@polkadot/util": 10.2.5
|
||||
"@polkadot/util-crypto": 10.2.5
|
||||
peerDependencies:
|
||||
"@polkadot/util": 10.2.4
|
||||
"@polkadot/util-crypto": 10.2.4
|
||||
"@polkadot/util": 10.2.5
|
||||
"@polkadot/util-crypto": 10.2.5
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/networks@10.2.4, @polkadot/networks@workspace:packages/networks":
|
||||
"@polkadot/networks@10.2.5, @polkadot/networks@workspace:packages/networks":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/networks@workspace:packages/networks"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.20.7
|
||||
"@polkadot/hw-ledger": 10.2.4
|
||||
"@polkadot/util": 10.2.4
|
||||
"@polkadot/hw-ledger": 10.2.5
|
||||
"@polkadot/util": 10.2.5
|
||||
"@substrate/ss58-registry": ^1.37.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/util-crypto@10.2.4, @polkadot/util-crypto@workspace:packages/util-crypto":
|
||||
"@polkadot/util-crypto@10.2.5, @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.20.7
|
||||
"@noble/hashes": 1.1.5
|
||||
"@noble/secp256k1": 1.7.1
|
||||
"@polkadot/networks": 10.2.4
|
||||
"@polkadot/util": 10.2.4
|
||||
"@polkadot/networks": 10.2.5
|
||||
"@polkadot/util": 10.2.5
|
||||
"@polkadot/wasm-crypto": ^6.4.1
|
||||
"@polkadot/x-bigint": 10.2.4
|
||||
"@polkadot/x-randomvalues": 10.2.4
|
||||
"@polkadot/x-bigint": 10.2.5
|
||||
"@polkadot/x-randomvalues": 10.2.5
|
||||
"@scure/base": 1.1.1
|
||||
"@types/ed2curve": ^0.2.2
|
||||
ed2curve: ^0.3.0
|
||||
tweetnacl: ^1.0.3
|
||||
peerDependencies:
|
||||
"@polkadot/util": 10.2.4
|
||||
"@polkadot/util": 10.2.5
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/util@10.2.4, @polkadot/util@workspace:packages/util":
|
||||
"@polkadot/util@10.2.5, @polkadot/util@workspace:packages/util":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/util@workspace:packages/util"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.20.7
|
||||
"@polkadot/x-bigint": 10.2.4
|
||||
"@polkadot/x-global": 10.2.4
|
||||
"@polkadot/x-randomvalues": 10.2.4
|
||||
"@polkadot/x-textdecoder": 10.2.4
|
||||
"@polkadot/x-textencoder": 10.2.4
|
||||
"@polkadot/x-bigint": 10.2.5
|
||||
"@polkadot/x-global": 10.2.5
|
||||
"@polkadot/x-randomvalues": 10.2.5
|
||||
"@polkadot/x-textdecoder": 10.2.5
|
||||
"@polkadot/x-textencoder": 10.2.5
|
||||
"@types/bn.js": ^5.1.1
|
||||
bn.js: ^5.2.1
|
||||
languageName: unknown
|
||||
@@ -2371,12 +2371,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-bigint@10.2.4, @polkadot/x-bigint@workspace:packages/x-bigint":
|
||||
"@polkadot/x-bigint@10.2.5, @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.20.7
|
||||
"@polkadot/x-global": 10.2.4
|
||||
"@polkadot/x-global": 10.2.5
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@@ -2385,7 +2385,7 @@ __metadata:
|
||||
resolution: "@polkadot/x-bundle@workspace:packages/x-bundle"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.20.7
|
||||
"@polkadot/util": 10.2.4
|
||||
"@polkadot/util": 10.2.5
|
||||
buffer-es6: ^4.9.3
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@@ -2395,13 +2395,13 @@ __metadata:
|
||||
resolution: "@polkadot/x-fetch@workspace:packages/x-fetch"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.20.7
|
||||
"@polkadot/x-global": 10.2.4
|
||||
"@polkadot/x-global": 10.2.5
|
||||
"@types/node-fetch": ^2.6.2
|
||||
node-fetch: ^3.3.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-global@10.2.4, @polkadot/x-global@workspace:packages/x-global":
|
||||
"@polkadot/x-global@10.2.5, @polkadot/x-global@workspace:packages/x-global":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-global@workspace:packages/x-global"
|
||||
dependencies:
|
||||
@@ -2409,31 +2409,31 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-randomvalues@10.2.4, @polkadot/x-randomvalues@workspace:packages/x-randomvalues":
|
||||
"@polkadot/x-randomvalues@10.2.5, @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.20.7
|
||||
"@polkadot/x-global": 10.2.4
|
||||
"@types/react-native": ^0.70.8
|
||||
"@polkadot/x-global": 10.2.5
|
||||
"@types/react-native": ^0.71.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-textdecoder@10.2.4, @polkadot/x-textdecoder@workspace:packages/x-textdecoder":
|
||||
"@polkadot/x-textdecoder@10.2.5, @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.20.7
|
||||
"@polkadot/x-global": 10.2.4
|
||||
"@polkadot/x-global": 10.2.5
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-textencoder@10.2.4, @polkadot/x-textencoder@workspace:packages/x-textencoder":
|
||||
"@polkadot/x-textencoder@10.2.5, @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.20.7
|
||||
"@polkadot/x-global": 10.2.4
|
||||
"@polkadot/x-global": 10.2.5
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@@ -2442,7 +2442,7 @@ __metadata:
|
||||
resolution: "@polkadot/x-ws@workspace:packages/x-ws"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.20.7
|
||||
"@polkadot/x-global": 10.2.4
|
||||
"@polkadot/x-global": 10.2.5
|
||||
"@types/websocket": ^1.0.5
|
||||
websocket: ^1.0.34
|
||||
languageName: unknown
|
||||
@@ -2939,12 +2939,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/react-native@npm:^0.70.8":
|
||||
version: 0.70.8
|
||||
resolution: "@types/react-native@npm:0.70.8"
|
||||
"@types/react-native@npm:^0.71.0":
|
||||
version: 0.71.0
|
||||
resolution: "@types/react-native@npm:0.71.0"
|
||||
dependencies:
|
||||
"@types/react": "*"
|
||||
checksum: e951992178f0a6a2a5bc5312824ad67146594840c03ec51156022eacb23e8db7be7470d0c9ad61828dbae840e531bf0cf553205b9dc290b358091329746fd094
|
||||
checksum: 58332a3ab0bd239fa4211fd39d5143c8a6ae9c9b6217ebea1a8821eccfcc3b3805d9b69dd18eaf4917e9f656b9b59e2517591501b512ee7bd8cb12efa111a255
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user