Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a5fd5e2c85 | ||
|
|
b58c77d774 | ||
|
|
5e8ec185cb | ||
|
|
bbdf5659df |
@@ -14,3 +14,5 @@
|
||||
6.0.3
|
||||
6.0.4
|
||||
6.0.5
|
||||
|
||||
7.0.2
|
||||
@@ -1,5 +1,13 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 7.0.2 Jul 19, 2021
|
||||
|
||||
Changes:
|
||||
|
||||
- Added `isCompact` utility for check on compact-like types
|
||||
- Sync with upstream Substrate ss58 registry
|
||||
|
||||
|
||||
## 7.0.1 Jul 11, 2021
|
||||
|
||||
- **Breaking change** The `@polkadot/x-rxjs` package has been removed. In `rxjs` 7.2.0 the compatibility issues at the base layer has been solved.
|
||||
|
||||
+1
-1
@@ -28,5 +28,5 @@
|
||||
"@polkadot/ts": "^0.4.4",
|
||||
"@types/jest": "^26.0.24"
|
||||
},
|
||||
"version": "7.0.1"
|
||||
"version": "7.0.2"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/hw-ledger-transports",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"type": "module",
|
||||
"repository": "github:polkadot-js/common",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/hw-ledger-transports', version: '7.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/hw-ledger-transports', version: '7.0.2' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/hw-ledger",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"type": "module",
|
||||
"repository": "github:polkadot-js/common",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
@@ -17,8 +17,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"@polkadot/hw-ledger-transports": "7.0.1",
|
||||
"@polkadot/util": "^7.0.1",
|
||||
"@polkadot/hw-ledger-transports": "7.0.2",
|
||||
"@polkadot/util": "^7.0.2",
|
||||
"@zondax/ledger-substrate": "^0.16.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/hw-ledger', version: '7.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/hw-ledger', version: '7.0.2' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/keyring",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"type": "module",
|
||||
"description": "Keyring management",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
@@ -20,11 +20,11 @@
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/keyring#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"@polkadot/util": "7.0.1",
|
||||
"@polkadot/util-crypto": "7.0.1"
|
||||
"@polkadot/util": "7.0.2",
|
||||
"@polkadot/util-crypto": "7.0.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/util": "7.0.1",
|
||||
"@polkadot/util-crypto": "7.0.1"
|
||||
"@polkadot/util": "7.0.2",
|
||||
"@polkadot/util-crypto": "7.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/keyring', version: '7.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/keyring', version: '7.0.2' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/networks",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"type": "module",
|
||||
"description": "A list of all available Substrate networks and their applicable prefixes",
|
||||
"main": "index.js",
|
||||
@@ -19,7 +19,7 @@
|
||||
"@babel/runtime": "^7.14.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/util": "7.0.1",
|
||||
"@polkadot/x-fetch": "7.0.1"
|
||||
"@polkadot/util": "7.0.2",
|
||||
"@polkadot/x-fetch": "7.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/networks', version: '7.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/networks', version: '7.0.2' };
|
||||
|
||||
@@ -574,7 +574,7 @@ export const knownSubstrate: KnownSubstrate[] = [
|
||||
displayName: 'Moonbeam',
|
||||
network: 'moonbeam',
|
||||
prefix: 1284,
|
||||
standardAccount: '*25519',
|
||||
standardAccount: 'secp256k1',
|
||||
symbols: ['GLMR'],
|
||||
website: 'https://moonbeam.network'
|
||||
},
|
||||
@@ -583,7 +583,7 @@ export const knownSubstrate: KnownSubstrate[] = [
|
||||
displayName: 'Moonriver',
|
||||
network: 'moonriver',
|
||||
prefix: 1285,
|
||||
standardAccount: '*25519',
|
||||
standardAccount: 'secp256k1',
|
||||
symbols: ['MOVR'],
|
||||
website: 'https://moonbeam.network'
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/util-crypto",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"type": "module",
|
||||
"description": "A collection of useful crypto utilities for @polkadot",
|
||||
"main": "index.js",
|
||||
@@ -22,10 +22,10 @@
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/util-crypto#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"@polkadot/networks": "7.0.1",
|
||||
"@polkadot/util": "7.0.1",
|
||||
"@polkadot/networks": "7.0.2",
|
||||
"@polkadot/util": "7.0.2",
|
||||
"@polkadot/wasm-crypto": "^4.1.2",
|
||||
"@polkadot/x-randomvalues": "7.0.1",
|
||||
"@polkadot/x-randomvalues": "7.0.2",
|
||||
"base-x": "^3.0.8",
|
||||
"base64-js": "^1.5.1",
|
||||
"blakejs": "^1.1.1",
|
||||
@@ -46,6 +46,6 @@
|
||||
"@types/xxhashjs": "^0.2.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/util": "7.0.1"
|
||||
"@polkadot/util": "7.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/util-crypto', version: '7.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/util-crypto', version: '7.0.2' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/util",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"type": "module",
|
||||
"description": "A collection of useful utilities for @polkadot",
|
||||
"main": "index.js",
|
||||
@@ -20,8 +20,8 @@
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/util#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"@polkadot/x-textdecoder": "7.0.1",
|
||||
"@polkadot/x-textencoder": "7.0.1",
|
||||
"@polkadot/x-textdecoder": "7.0.2",
|
||||
"@polkadot/x-textencoder": "7.0.2",
|
||||
"@types/bn.js": "^4.11.6",
|
||||
"bn.js": "^4.11.9",
|
||||
"camelcase": "^5.3.1",
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
// Copyright 2017-2021 @polkadot/util authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import type { BN } from '../bn/bn';
|
||||
|
||||
import { isFunction } from './function';
|
||||
|
||||
interface Compact<T> {
|
||||
toBigInt (): bigint;
|
||||
toBn (): BN;
|
||||
toNumber (): number;
|
||||
unwrap (): T;
|
||||
}
|
||||
|
||||
/**
|
||||
* @name isCompact
|
||||
* @summary Tests for SCALE-Compact-like object instance.
|
||||
*/
|
||||
export function isCompact <T> (value: unknown): value is Compact<T> {
|
||||
return isFunction((value as Compact<T>).toBigInt) && isFunction((value as Compact<T>).toBn) && isFunction((value as Compact<T>).toNumber) && isFunction((value as Compact<T>).unwrap);
|
||||
}
|
||||
@@ -10,6 +10,7 @@ export { isBn } from './bn';
|
||||
export { isBuffer } from './buffer';
|
||||
export { isBoolean } from './boolean';
|
||||
export { isChildClass } from './childClass';
|
||||
export { isCompact } from './compact';
|
||||
export { isError } from './error';
|
||||
export { isFunction } from './function';
|
||||
export { isHex } from './hex';
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/util', version: '7.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/util', version: '7.0.2' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/x-bundle",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"type": "module",
|
||||
"description": "A bundler helper",
|
||||
"main": "index.js",
|
||||
@@ -17,7 +17,7 @@
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-bundle#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"@polkadot/util": "^7.0.1",
|
||||
"@polkadot/util": "^7.0.2",
|
||||
"buffer-es6": "^4.9.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-bundle', version: '7.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/x-bundle', version: '7.0.2' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/x-fetch",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"type": "module",
|
||||
"description": "A cross-environment fetch replacement",
|
||||
"browser": "browser.js",
|
||||
@@ -19,7 +19,7 @@
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-fetch#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"@polkadot/x-global": "7.0.1",
|
||||
"@polkadot/x-global": "7.0.2",
|
||||
"@types/node-fetch": "^2.5.11",
|
||||
"node-fetch": "^2.6.1"
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-fetch', version: '7.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/x-fetch', version: '7.0.2' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/x-global",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"type": "module",
|
||||
"description": "A cross-environment global replacement",
|
||||
"main": "index.js",
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-global', version: '7.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/x-global', version: '7.0.2' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/x-randomvalues",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"type": "module",
|
||||
"description": "A cross-environment window.crypto.getRandomValues replacement",
|
||||
"browser": "browser.js",
|
||||
@@ -19,7 +19,7 @@
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-randomvalues#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"@polkadot/x-global": "7.0.1"
|
||||
"@polkadot/x-global": "7.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react-native": "^0.64.11"
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-randomvalues', version: '7.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/x-randomvalues', version: '7.0.2' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/x-textdecoder",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"type": "module",
|
||||
"description": "A TextDecoder replacement",
|
||||
"browser": "browser.js",
|
||||
@@ -19,6 +19,6 @@
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-textdecoder#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"@polkadot/x-global": "7.0.1"
|
||||
"@polkadot/x-global": "7.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-textdecoder', version: '7.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/x-textdecoder', version: '7.0.2' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/x-textencoder",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"type": "module",
|
||||
"description": "A TextDecoder replacement",
|
||||
"browser": "browser.js",
|
||||
@@ -19,6 +19,6 @@
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-textencoder#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"@polkadot/x-global": "7.0.1"
|
||||
"@polkadot/x-global": "7.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-textencoder', version: '7.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/x-textencoder', version: '7.0.2' };
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/x-ws",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"type": "module",
|
||||
"description": "A cross-environment WebSocket replacement",
|
||||
"browser": "browser.js",
|
||||
@@ -19,7 +19,7 @@
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/x-ws#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.6",
|
||||
"@polkadot/x-global": "7.0.1",
|
||||
"@polkadot/x-global": "7.0.2",
|
||||
"@types/websocket": "^1.0.3",
|
||||
"websocket": "^1.0.34"
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Auto-generated by @polkadot/dev, do not edit
|
||||
|
||||
export const packageInfo = { name: '@polkadot/x-ws', version: '7.0.1' };
|
||||
export const packageInfo = { name: '@polkadot/x-ws', version: '7.0.2' };
|
||||
|
||||
@@ -2045,7 +2045,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/hw-ledger-transports@7.0.1, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports":
|
||||
"@polkadot/hw-ledger-transports@7.0.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:
|
||||
@@ -2065,8 +2065,8 @@ __metadata:
|
||||
resolution: "@polkadot/hw-ledger@workspace:packages/hw-ledger"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.14.6
|
||||
"@polkadot/hw-ledger-transports": 7.0.1
|
||||
"@polkadot/util": ^7.0.1
|
||||
"@polkadot/hw-ledger-transports": 7.0.2
|
||||
"@polkadot/util": ^7.0.2
|
||||
"@zondax/ledger-substrate": ^0.16.2
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@@ -2076,21 +2076,21 @@ __metadata:
|
||||
resolution: "@polkadot/keyring@workspace:packages/keyring"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.14.6
|
||||
"@polkadot/util": 7.0.1
|
||||
"@polkadot/util-crypto": 7.0.1
|
||||
"@polkadot/util": 7.0.2
|
||||
"@polkadot/util-crypto": 7.0.2
|
||||
peerDependencies:
|
||||
"@polkadot/util": 7.0.1
|
||||
"@polkadot/util-crypto": 7.0.1
|
||||
"@polkadot/util": 7.0.2
|
||||
"@polkadot/util-crypto": 7.0.2
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/networks@7.0.1, @polkadot/networks@workspace:packages/networks":
|
||||
"@polkadot/networks@7.0.2, @polkadot/networks@workspace:packages/networks":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/networks@workspace:packages/networks"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.14.6
|
||||
"@polkadot/util": 7.0.1
|
||||
"@polkadot/x-fetch": 7.0.1
|
||||
"@polkadot/util": 7.0.2
|
||||
"@polkadot/x-fetch": 7.0.2
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@@ -2103,15 +2103,15 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/util-crypto@7.0.1, @polkadot/util-crypto@workspace:packages/util-crypto":
|
||||
"@polkadot/util-crypto@7.0.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.14.6
|
||||
"@polkadot/networks": 7.0.1
|
||||
"@polkadot/util": 7.0.1
|
||||
"@polkadot/networks": 7.0.2
|
||||
"@polkadot/util": 7.0.2
|
||||
"@polkadot/wasm-crypto": ^4.1.2
|
||||
"@polkadot/x-randomvalues": 7.0.1
|
||||
"@polkadot/x-randomvalues": 7.0.2
|
||||
"@types/bn.js": ^4.11.6
|
||||
"@types/create-hash": ^1.2.2
|
||||
"@types/elliptic": ^6.4.13
|
||||
@@ -2129,17 +2129,17 @@ __metadata:
|
||||
tweetnacl: ^1.0.3
|
||||
xxhashjs: ^0.2.2
|
||||
peerDependencies:
|
||||
"@polkadot/util": 7.0.1
|
||||
"@polkadot/util": 7.0.2
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/util@7.0.1, @polkadot/util@^7.0.1, @polkadot/util@workspace:packages/util":
|
||||
"@polkadot/util@7.0.2, @polkadot/util@^7.0.2, @polkadot/util@workspace:packages/util":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/util@workspace:packages/util"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.14.6
|
||||
"@polkadot/x-textdecoder": 7.0.1
|
||||
"@polkadot/x-textencoder": 7.0.1
|
||||
"@polkadot/x-textdecoder": 7.0.2
|
||||
"@polkadot/x-textencoder": 7.0.2
|
||||
"@types/bn.js": ^4.11.6
|
||||
bn.js: ^4.11.9
|
||||
camelcase: ^5.3.1
|
||||
@@ -2184,23 +2184,23 @@ __metadata:
|
||||
resolution: "@polkadot/x-bundle@workspace:packages/x-bundle"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.14.6
|
||||
"@polkadot/util": ^7.0.1
|
||||
"@polkadot/util": ^7.0.2
|
||||
buffer-es6: ^4.9.3
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-fetch@7.0.1, @polkadot/x-fetch@workspace:packages/x-fetch":
|
||||
"@polkadot/x-fetch@7.0.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.14.6
|
||||
"@polkadot/x-global": 7.0.1
|
||||
"@polkadot/x-global": 7.0.2
|
||||
"@types/node-fetch": ^2.5.11
|
||||
node-fetch: ^2.6.1
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-global@7.0.1, @polkadot/x-global@workspace:packages/x-global":
|
||||
"@polkadot/x-global@7.0.2, @polkadot/x-global@workspace:packages/x-global":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-global@workspace:packages/x-global"
|
||||
dependencies:
|
||||
@@ -2208,31 +2208,31 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-randomvalues@7.0.1, @polkadot/x-randomvalues@workspace:packages/x-randomvalues":
|
||||
"@polkadot/x-randomvalues@7.0.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.14.6
|
||||
"@polkadot/x-global": 7.0.1
|
||||
"@polkadot/x-global": 7.0.2
|
||||
"@types/react-native": ^0.64.11
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-textdecoder@7.0.1, @polkadot/x-textdecoder@workspace:packages/x-textdecoder":
|
||||
"@polkadot/x-textdecoder@7.0.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.14.6
|
||||
"@polkadot/x-global": 7.0.1
|
||||
"@polkadot/x-global": 7.0.2
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-textencoder@7.0.1, @polkadot/x-textencoder@workspace:packages/x-textencoder":
|
||||
"@polkadot/x-textencoder@7.0.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.14.6
|
||||
"@polkadot/x-global": 7.0.1
|
||||
"@polkadot/x-global": 7.0.2
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@@ -2241,7 +2241,7 @@ __metadata:
|
||||
resolution: "@polkadot/x-ws@workspace:packages/x-ws"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.14.6
|
||||
"@polkadot/x-global": 7.0.1
|
||||
"@polkadot/x-global": 7.0.2
|
||||
"@types/websocket": ^1.0.3
|
||||
websocket: ^1.0.34
|
||||
languageName: unknown
|
||||
|
||||
Reference in New Issue
Block a user