Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
691a8e9b18 | ||
|
|
fc812590e5 | ||
|
|
05499abcd5 | ||
|
|
e375dd8a9d | ||
|
|
3269883e8f | ||
|
|
c99129ee06 | ||
|
|
2514e107bf | ||
|
|
3c34a0e1f2 |
@@ -0,0 +1 @@
|
||||
9.6.2
|
||||
+2
-1
@@ -27,4 +27,5 @@
|
||||
8.1.2
|
||||
8.2.2
|
||||
8.3.2
|
||||
8.3.3
|
||||
8.3.3
|
||||
9.6.2
|
||||
@@ -1,5 +1,12 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 9.6.2 Jun 25, 2022
|
||||
|
||||
Changes:
|
||||
|
||||
- Fix `hexToU8a` where `0x` is not correctly converted
|
||||
|
||||
|
||||
## 9.6.1 Jun 23, 2022
|
||||
|
||||
Changes:
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
1384 Jaco 9.6.1 (#1565)
|
||||
1388 Jaco Fix `hexToU8a` where `0x` is not correctly converted (#1567)
|
||||
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)
|
||||
|
||||
+2
-2
@@ -10,7 +10,7 @@
|
||||
"url": "https://github.com/polkadot-js/common.git"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"version": "9.6.1",
|
||||
"version": "9.6.2",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
@@ -28,7 +28,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.18.5",
|
||||
"@polkadot/dev": "^0.67.36",
|
||||
"@polkadot/dev": "^0.67.42",
|
||||
"@types/jest": "^28.1.3"
|
||||
},
|
||||
"resolutions": {
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "9.6.1",
|
||||
"version": "9.6.2",
|
||||
"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.6.1"
|
||||
"@polkadot/util": "9.6.2"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@ledgerhq/hw-transport-node-hid-singleton": "^6.27.1"
|
||||
|
||||
@@ -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.6.1' };
|
||||
export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '9.6.2' };
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.6.1",
|
||||
"version": "9.6.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.3",
|
||||
"@ledgerhq/hw-transport": "^6.27.1",
|
||||
"@polkadot/hw-ledger-transports": "9.6.1",
|
||||
"@polkadot/util": "9.6.1",
|
||||
"@polkadot/hw-ledger-transports": "9.6.2",
|
||||
"@polkadot/util": "9.6.2",
|
||||
"@zondax/ledger-substrate": "^0.31.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.6.1' };
|
||||
export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '9.6.2' };
|
||||
|
||||
@@ -20,15 +20,15 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.6.1",
|
||||
"version": "9.6.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.3",
|
||||
"@polkadot/util": "9.6.1",
|
||||
"@polkadot/util-crypto": "9.6.1"
|
||||
"@polkadot/util": "9.6.2",
|
||||
"@polkadot/util-crypto": "9.6.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/util": "9.6.1",
|
||||
"@polkadot/util-crypto": "9.6.1"
|
||||
"@polkadot/util": "9.6.2",
|
||||
"@polkadot/util-crypto": "9.6.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '9.6.1' };
|
||||
export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '9.6.2' };
|
||||
|
||||
@@ -17,15 +17,15 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "9.6.1",
|
||||
"version": "9.6.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.3",
|
||||
"@polkadot/util": "9.6.1",
|
||||
"@polkadot/util": "9.6.2",
|
||||
"@substrate/ss58-registry": "^1.22.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/hw-ledger": "9.6.1",
|
||||
"@polkadot/x-fetch": "9.6.1"
|
||||
"@polkadot/hw-ledger": "9.6.2",
|
||||
"@polkadot/x-fetch": "9.6.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '9.6.1' };
|
||||
export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '9.6.2' };
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.6.1",
|
||||
"version": "9.6.2",
|
||||
"browser": {
|
||||
"crypto": false,
|
||||
"stream": false
|
||||
@@ -32,11 +32,11 @@
|
||||
"@babel/runtime": "^7.18.3",
|
||||
"@noble/hashes": "1.1.2",
|
||||
"@noble/secp256k1": "1.6.0",
|
||||
"@polkadot/networks": "9.6.1",
|
||||
"@polkadot/util": "9.6.1",
|
||||
"@polkadot/networks": "9.6.2",
|
||||
"@polkadot/util": "9.6.2",
|
||||
"@polkadot/wasm-crypto": "^6.1.5",
|
||||
"@polkadot/x-bigint": "9.6.1",
|
||||
"@polkadot/x-randomvalues": "9.6.1",
|
||||
"@polkadot/x-bigint": "9.6.2",
|
||||
"@polkadot/x-randomvalues": "9.6.2",
|
||||
"@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.6.1"
|
||||
"@polkadot/util": "9.6.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.6.1' };
|
||||
export const packageInfo = { name: '@polkadot/util-crypto', path: 'auto', type: 'auto', version: '9.6.2' };
|
||||
|
||||
@@ -34,19 +34,19 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.6.1",
|
||||
"version": "9.6.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.3",
|
||||
"@polkadot/x-bigint": "9.6.1",
|
||||
"@polkadot/x-global": "9.6.1",
|
||||
"@polkadot/x-textdecoder": "9.6.1",
|
||||
"@polkadot/x-textencoder": "9.6.1",
|
||||
"@polkadot/x-bigint": "9.6.2",
|
||||
"@polkadot/x-global": "9.6.2",
|
||||
"@polkadot/x-textdecoder": "9.6.2",
|
||||
"@polkadot/x-textencoder": "9.6.2",
|
||||
"@types/bn.js": "^5.1.0",
|
||||
"bn.js": "^5.2.1",
|
||||
"ip-regex": "^4.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/x-randomvalues": "9.6.1"
|
||||
"@polkadot/x-randomvalues": "9.6.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,6 +18,12 @@ describe('hexToU8a', (): void => {
|
||||
).toHaveLength(0);
|
||||
});
|
||||
|
||||
it('returns an empty Uint8Array when 0x provided', (): void => {
|
||||
expect(
|
||||
hexToU8a('0x')
|
||||
).toHaveLength(0);
|
||||
});
|
||||
|
||||
it('returns a Uint8Array with the correct values', (): void => {
|
||||
expect(
|
||||
hexToU8a('0x80000a')
|
||||
|
||||
@@ -32,7 +32,7 @@ for (let i = 0; i < CHARS.length; i++) {
|
||||
* ```
|
||||
*/
|
||||
export function hexToU8a (value?: HexString | string | null, bitLength = -1): Uint8Array {
|
||||
if (!value) {
|
||||
if (!value || value === '0x') {
|
||||
return new Uint8Array();
|
||||
}
|
||||
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/util', path: 'auto', type: 'auto', version: '9.6.1' };
|
||||
export const packageInfo = { name: '@polkadot/util', path: 'auto', type: 'auto', version: '9.6.2' };
|
||||
|
||||
@@ -20,9 +20,9 @@
|
||||
"./shim.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "9.6.1",
|
||||
"version": "9.6.2",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.3",
|
||||
"@polkadot/x-global": "9.6.1"
|
||||
"@polkadot/x-global": "9.6.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.6.1' };
|
||||
export const packageInfo = { name: '@polkadot/x-bigint', path: 'auto', type: 'auto', version: '9.6.2' };
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "9.6.1",
|
||||
"version": "9.6.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.3",
|
||||
"@polkadot/util": "9.6.1",
|
||||
"@polkadot/util": "9.6.2",
|
||||
"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: '9.6.1' };
|
||||
export const packageInfo = { name: '@polkadot/x-bundle', path: 'auto', type: 'auto', version: '9.6.2' };
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "9.6.1",
|
||||
"version": "9.6.2",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.3",
|
||||
"@polkadot/x-global": "9.6.1",
|
||||
"@polkadot/x-global": "9.6.2",
|
||||
"@types/node-fetch": "^2.6.2",
|
||||
"node-fetch": "^2.6.7"
|
||||
}
|
||||
|
||||
@@ -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.6.1' };
|
||||
export const packageInfo = { name: '@polkadot/x-fetch', path: 'auto', type: 'auto', version: '9.6.2' };
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "9.6.1",
|
||||
"version": "9.6.2",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.3"
|
||||
|
||||
@@ -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.6.1' };
|
||||
export const packageInfo = { name: '@polkadot/x-global', path: 'auto', type: 'auto', version: '9.6.2' };
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "9.6.1",
|
||||
"version": "9.6.2",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.3",
|
||||
"@polkadot/x-global": "9.6.1"
|
||||
"@polkadot/x-global": "9.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react-native": "^0.68.0"
|
||||
|
||||
@@ -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.6.1' };
|
||||
export const packageInfo = { name: '@polkadot/x-randomvalues', path: 'auto', type: 'auto', version: '9.6.2' };
|
||||
|
||||
@@ -17,12 +17,12 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "9.6.1",
|
||||
"version": "9.6.2",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.3",
|
||||
"@polkadot/x-global": "9.6.1"
|
||||
"@polkadot/x-global": "9.6.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.6.1' };
|
||||
export const packageInfo = { name: '@polkadot/x-textdecoder', path: 'auto', type: 'auto', version: '9.6.2' };
|
||||
|
||||
@@ -17,12 +17,12 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "9.6.1",
|
||||
"version": "9.6.2",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.3",
|
||||
"@polkadot/x-global": "9.6.1"
|
||||
"@polkadot/x-global": "9.6.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.6.1' };
|
||||
export const packageInfo = { name: '@polkadot/x-textencoder', path: 'auto', type: 'auto', version: '9.6.2' };
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "9.6.1",
|
||||
"version": "9.6.2",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.3",
|
||||
"@polkadot/x-global": "9.6.1",
|
||||
"@polkadot/x-global": "9.6.2",
|
||||
"@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: '9.6.1' };
|
||||
export const packageInfo = { name: '@polkadot/x-ws', path: 'auto', type: 'auto', version: '9.6.2' };
|
||||
|
||||
@@ -2041,9 +2041,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/dev@npm:^0.67.36":
|
||||
version: 0.67.36
|
||||
resolution: "@polkadot/dev@npm:0.67.36"
|
||||
"@polkadot/dev@npm:^0.67.42":
|
||||
version: 0.67.42
|
||||
resolution: "@polkadot/dev@npm:0.67.42"
|
||||
dependencies:
|
||||
"@babel/cli": ^7.17.10
|
||||
"@babel/core": ^7.18.5
|
||||
@@ -2130,11 +2130,11 @@ __metadata:
|
||||
polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs
|
||||
polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs
|
||||
polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs
|
||||
checksum: 0d7e8525be26f8ee8dfd95748a2108c41a876d6a9acea0720088716950d918727c05bb2c77017b00a0ed57c1239783616fa2ba08cbe564fd2a23e742e11209fe
|
||||
checksum: fbd792ffe6c96a63c16dc02478b8ac90e54341f02d500b17b1e270eed1193f178c7fc5afe7b1bfa90fb02ce10043b5ceb0636977e6eece668a8aadf4e7591140
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/hw-ledger-transports@9.6.1, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports":
|
||||
"@polkadot/hw-ledger-transports@9.6.2, @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.6.1
|
||||
"@polkadot/util": 9.6.2
|
||||
dependenciesMeta:
|
||||
"@ledgerhq/hw-transport-node-hid-singleton":
|
||||
optional: true
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/hw-ledger@9.6.1, @polkadot/hw-ledger@workspace:packages/hw-ledger":
|
||||
"@polkadot/hw-ledger@9.6.2, @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.6.1
|
||||
"@polkadot/util": 9.6.1
|
||||
"@polkadot/hw-ledger-transports": 9.6.2
|
||||
"@polkadot/util": 9.6.2
|
||||
"@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.6.1
|
||||
"@polkadot/util-crypto": 9.6.1
|
||||
"@polkadot/util": 9.6.2
|
||||
"@polkadot/util-crypto": 9.6.2
|
||||
peerDependencies:
|
||||
"@polkadot/util": 9.6.1
|
||||
"@polkadot/util-crypto": 9.6.1
|
||||
"@polkadot/util": 9.6.2
|
||||
"@polkadot/util-crypto": 9.6.2
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/networks@9.6.1, @polkadot/networks@workspace:packages/networks":
|
||||
"@polkadot/networks@9.6.2, @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.6.1
|
||||
"@polkadot/util": 9.6.1
|
||||
"@polkadot/x-fetch": 9.6.1
|
||||
"@polkadot/hw-ledger": 9.6.2
|
||||
"@polkadot/util": 9.6.2
|
||||
"@polkadot/x-fetch": 9.6.2
|
||||
"@substrate/ss58-registry": ^1.22.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/util-crypto@9.6.1, @polkadot/util-crypto@workspace:packages/util-crypto":
|
||||
"@polkadot/util-crypto@9.6.2, @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.2
|
||||
"@noble/secp256k1": 1.6.0
|
||||
"@polkadot/networks": 9.6.1
|
||||
"@polkadot/util": 9.6.1
|
||||
"@polkadot/networks": 9.6.2
|
||||
"@polkadot/util": 9.6.2
|
||||
"@polkadot/wasm-crypto": ^6.1.5
|
||||
"@polkadot/x-bigint": 9.6.1
|
||||
"@polkadot/x-randomvalues": 9.6.1
|
||||
"@polkadot/x-bigint": 9.6.2
|
||||
"@polkadot/x-randomvalues": 9.6.2
|
||||
"@scure/base": 1.1.1
|
||||
"@types/ed2curve": ^0.2.2
|
||||
ed2curve: ^0.3.0
|
||||
tweetnacl: ^1.0.3
|
||||
peerDependencies:
|
||||
"@polkadot/util": 9.6.1
|
||||
"@polkadot/util": 9.6.2
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/util@9.6.1, @polkadot/util@workspace:packages/util":
|
||||
"@polkadot/util@9.6.2, @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.6.1
|
||||
"@polkadot/x-global": 9.6.1
|
||||
"@polkadot/x-randomvalues": 9.6.1
|
||||
"@polkadot/x-textdecoder": 9.6.1
|
||||
"@polkadot/x-textencoder": 9.6.1
|
||||
"@polkadot/x-bigint": 9.6.2
|
||||
"@polkadot/x-global": 9.6.2
|
||||
"@polkadot/x-randomvalues": 9.6.2
|
||||
"@polkadot/x-textdecoder": 9.6.2
|
||||
"@polkadot/x-textencoder": 9.6.2
|
||||
"@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.6.1, @polkadot/x-bigint@workspace:packages/x-bigint":
|
||||
"@polkadot/x-bigint@9.6.2, @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.6.1
|
||||
"@polkadot/x-global": 9.6.2
|
||||
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.6.1
|
||||
"@polkadot/util": 9.6.2
|
||||
buffer-es6: ^4.9.3
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-fetch@9.6.1, @polkadot/x-fetch@workspace:packages/x-fetch":
|
||||
"@polkadot/x-fetch@9.6.2, @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.6.1
|
||||
"@polkadot/x-global": 9.6.2
|
||||
"@types/node-fetch": ^2.6.2
|
||||
node-fetch: ^2.6.7
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-global@9.6.1, @polkadot/x-global@workspace:packages/x-global":
|
||||
"@polkadot/x-global@9.6.2, @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.6.1, @polkadot/x-randomvalues@workspace:packages/x-randomvalues":
|
||||
"@polkadot/x-randomvalues@9.6.2, @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.6.1
|
||||
"@polkadot/x-global": 9.6.2
|
||||
"@types/react-native": ^0.68.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-textdecoder@9.6.1, @polkadot/x-textdecoder@workspace:packages/x-textdecoder":
|
||||
"@polkadot/x-textdecoder@9.6.2, @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.6.1
|
||||
"@polkadot/x-global": 9.6.2
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-textencoder@9.6.1, @polkadot/x-textencoder@workspace:packages/x-textencoder":
|
||||
"@polkadot/x-textencoder@9.6.2, @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.6.1
|
||||
"@polkadot/x-global": 9.6.2
|
||||
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.6.1
|
||||
"@polkadot/x-global": 9.6.2
|
||||
"@types/websocket": ^1.0.5
|
||||
websocket: ^1.0.34
|
||||
languageName: unknown
|
||||
@@ -9395,7 +9395,7 @@ resolve@^2.0.0-next.3:
|
||||
resolution: "root-workspace-0b6124@workspace:."
|
||||
dependencies:
|
||||
"@babel/core": ^7.18.5
|
||||
"@polkadot/dev": ^0.67.36
|
||||
"@polkadot/dev": ^0.67.42
|
||||
"@types/jest": ^28.1.3
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
Reference in New Issue
Block a user