[CI Skip] bump/beta 10.1.4-1-x
skip-checks: true
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
1443 Jaco Bump dev (#1625)
|
||||
1444 Jaco Master build fixes, CHANGELOG (#1627)
|
||||
9 Antoine Estienne Add eth uri keyring test (#1291)
|
||||
6 Amaury Martiny Add tests from Rust (#283)
|
||||
6 Carlo Sala feat(ledger): add interlay and unique (#1609)
|
||||
5 Jakub Pánik Add HydraDX parachain to genesis (#1583)
|
||||
5 kwingram25 Add BN consts and timeToString (#610)
|
||||
4 Adam Dossa Update Polymesh Genesis Hash (#1193)
|
||||
4 pan add bifrost kusama (#1626)
|
||||
3 Luke Schoen docs: Fix example in readme since we use default imports (#243)
|
||||
3 pan update bifrost genesis hash (#1521)
|
||||
2 AndreasGassmann feat(dependencies): remove moment.js (#530)
|
||||
2 Gav Wood Fix stake:unstake (#182)
|
||||
2 Hyungsuk Kang Add cross client Encryption/Decryption (#496)
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.1.4-0-x",
|
||||
"version": "10.1.4-1-x",
|
||||
"versions": {
|
||||
"git": "10.1.4-0-x",
|
||||
"git": "10.1.4-1-x",
|
||||
"npm": "10.1.3"
|
||||
},
|
||||
"workspaces": [
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.1.4-0-x",
|
||||
"version": "10.1.4-1-x",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
@@ -25,7 +25,7 @@
|
||||
"@ledgerhq/hw-transport": "^6.27.2",
|
||||
"@ledgerhq/hw-transport-webhid": "^6.27.2",
|
||||
"@ledgerhq/hw-transport-webusb": "^6.27.2",
|
||||
"@polkadot/util": "10.1.4-0-x"
|
||||
"@polkadot/util": "10.1.4-1-x"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@ledgerhq/hw-transport-node-hid-singleton": "^6.27.3"
|
||||
|
||||
@@ -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.1.4-0-x' };
|
||||
export const packageInfo = { name: '@polkadot/hw-ledger-transports', path: 'auto', type: 'auto', version: '10.1.4-1-x' };
|
||||
|
||||
@@ -19,13 +19,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.1.4-0-x",
|
||||
"version": "10.1.4-1-x",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.9",
|
||||
"@ledgerhq/hw-transport": "^6.27.2",
|
||||
"@polkadot/hw-ledger-transports": "10.1.4-0-x",
|
||||
"@polkadot/util": "10.1.4-0-x",
|
||||
"@polkadot/hw-ledger-transports": "10.1.4-1-x",
|
||||
"@polkadot/util": "10.1.4-1-x",
|
||||
"@zondax/ledger-substrate": "^0.34.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: '10.1.4-0-x' };
|
||||
export const packageInfo = { name: '@polkadot/hw-ledger', path: 'auto', type: 'auto', version: '10.1.4-1-x' };
|
||||
|
||||
@@ -20,15 +20,15 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.1.4-0-x",
|
||||
"version": "10.1.4-1-x",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.9",
|
||||
"@polkadot/util": "10.1.4-0-x",
|
||||
"@polkadot/util-crypto": "10.1.4-0-x"
|
||||
"@polkadot/util": "10.1.4-1-x",
|
||||
"@polkadot/util-crypto": "10.1.4-1-x"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/util": "10.1.4-0-x",
|
||||
"@polkadot/util-crypto": "10.1.4-0-x"
|
||||
"@polkadot/util": "10.1.4-1-x",
|
||||
"@polkadot/util-crypto": "10.1.4-1-x"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '10.1.4-0-x' };
|
||||
export const packageInfo = { name: '@polkadot/keyring', path: 'auto', type: 'auto', version: '10.1.4-1-x' };
|
||||
|
||||
@@ -17,14 +17,14 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.1.4-0-x",
|
||||
"version": "10.1.4-1-x",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.9",
|
||||
"@polkadot/util": "10.1.4-0-x",
|
||||
"@polkadot/util": "10.1.4-1-x",
|
||||
"@substrate/ss58-registry": "^1.25.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/hw-ledger": "10.1.4-0-x"
|
||||
"@polkadot/hw-ledger": "10.1.4-1-x"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '10.1.4-0-x' };
|
||||
export const packageInfo = { name: '@polkadot/networks', path: 'auto', type: 'auto', version: '10.1.4-1-x' };
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.1.4-0-x",
|
||||
"version": "10.1.4-1-x",
|
||||
"browser": {
|
||||
"crypto": false,
|
||||
"stream": false
|
||||
@@ -32,11 +32,11 @@
|
||||
"@babel/runtime": "^7.18.9",
|
||||
"@noble/hashes": "1.1.2",
|
||||
"@noble/secp256k1": "1.6.3",
|
||||
"@polkadot/networks": "10.1.4-0-x",
|
||||
"@polkadot/util": "10.1.4-0-x",
|
||||
"@polkadot/networks": "10.1.4-1-x",
|
||||
"@polkadot/util": "10.1.4-1-x",
|
||||
"@polkadot/wasm-crypto": "^6.3.1",
|
||||
"@polkadot/x-bigint": "10.1.4-0-x",
|
||||
"@polkadot/x-randomvalues": "10.1.4-0-x",
|
||||
"@polkadot/x-bigint": "10.1.4-1-x",
|
||||
"@polkadot/x-randomvalues": "10.1.4-1-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.1.4-0-x"
|
||||
"@polkadot/util": "10.1.4-1-x"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.1.4-0-x' };
|
||||
export const packageInfo = { name: '@polkadot/util-crypto', path: 'auto', type: 'auto', version: '10.1.4-1-x' };
|
||||
|
||||
@@ -34,18 +34,18 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.1.4-0-x",
|
||||
"version": "10.1.4-1-x",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.9",
|
||||
"@polkadot/x-bigint": "10.1.4-0-x",
|
||||
"@polkadot/x-global": "10.1.4-0-x",
|
||||
"@polkadot/x-textdecoder": "10.1.4-0-x",
|
||||
"@polkadot/x-textencoder": "10.1.4-0-x",
|
||||
"@polkadot/x-bigint": "10.1.4-1-x",
|
||||
"@polkadot/x-global": "10.1.4-1-x",
|
||||
"@polkadot/x-textdecoder": "10.1.4-1-x",
|
||||
"@polkadot/x-textencoder": "10.1.4-1-x",
|
||||
"@types/bn.js": "^5.1.0",
|
||||
"bn.js": "^5.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/x-randomvalues": "10.1.4-0-x"
|
||||
"@polkadot/x-randomvalues": "10.1.4-1-x"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @polkadot/dev
|
||||
|
||||
export const packageInfo = { name: '@polkadot/util', path: 'auto', type: 'auto', version: '10.1.4-0-x' };
|
||||
export const packageInfo = { name: '@polkadot/util', path: 'auto', type: 'auto', version: '10.1.4-1-x' };
|
||||
|
||||
@@ -20,9 +20,9 @@
|
||||
"./shim.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "10.1.4-0-x",
|
||||
"version": "10.1.4-1-x",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.9",
|
||||
"@polkadot/x-global": "10.1.4-0-x"
|
||||
"@polkadot/x-global": "10.1.4-1-x"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.1.4-0-x' };
|
||||
export const packageInfo = { name: '@polkadot/x-bigint', path: 'auto', type: 'auto', version: '10.1.4-1-x' };
|
||||
|
||||
@@ -17,11 +17,11 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.1.4-0-x",
|
||||
"version": "10.1.4-1-x",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.9",
|
||||
"@polkadot/util": "10.1.4-0-x",
|
||||
"@polkadot/util": "10.1.4-1-x",
|
||||
"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.1.4-0-x' };
|
||||
export const packageInfo = { name: '@polkadot/x-bundle', path: 'auto', type: 'auto', version: '10.1.4-1-x' };
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.1.4-0-x",
|
||||
"version": "10.1.4-1-x",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.9",
|
||||
"@polkadot/x-global": "10.1.4-0-x",
|
||||
"@polkadot/x-global": "10.1.4-1-x",
|
||||
"@types/node-fetch": "^2.6.2",
|
||||
"node-fetch": "^3.2.10"
|
||||
}
|
||||
|
||||
@@ -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.1.4-0-x' };
|
||||
export const packageInfo = { name: '@polkadot/x-fetch', path: 'auto', type: 'auto', version: '10.1.4-1-x' };
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.1.4-0-x",
|
||||
"version": "10.1.4-1-x",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.9"
|
||||
|
||||
@@ -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.1.4-0-x' };
|
||||
export const packageInfo = { name: '@polkadot/x-global', path: 'auto', type: 'auto', version: '10.1.4-1-x' };
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.1.4-0-x",
|
||||
"version": "10.1.4-1-x",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.9",
|
||||
"@polkadot/x-global": "10.1.4-0-x"
|
||||
"@polkadot/x-global": "10.1.4-1-x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react-native": "^0.69.5"
|
||||
|
||||
@@ -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.1.4-0-x' };
|
||||
export const packageInfo = { name: '@polkadot/x-randomvalues', path: 'auto', type: 'auto', version: '10.1.4-1-x' };
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.1.4-0-x",
|
||||
"version": "10.1.4-1-x",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.9",
|
||||
"@polkadot/x-global": "10.1.4-0-x"
|
||||
"@polkadot/x-global": "10.1.4-1-x"
|
||||
},
|
||||
"denoDependencies": {
|
||||
"util": "std@0.148.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.1.4-0-x' };
|
||||
export const packageInfo = { name: '@polkadot/x-textdecoder', path: 'auto', type: 'auto', version: '10.1.4-1-x' };
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.1.4-0-x",
|
||||
"version": "10.1.4-1-x",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.9",
|
||||
"@polkadot/x-global": "10.1.4-0-x"
|
||||
"@polkadot/x-global": "10.1.4-1-x"
|
||||
},
|
||||
"denoDependencies": {
|
||||
"util": "std@0.148.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.1.4-0-x' };
|
||||
export const packageInfo = { name: '@polkadot/x-textencoder', path: 'auto', type: 'auto', version: '10.1.4-1-x' };
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "10.1.4-0-x",
|
||||
"version": "10.1.4-1-x",
|
||||
"browser": "browser.js",
|
||||
"main": "node.js",
|
||||
"react-native": "react-native.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.18.9",
|
||||
"@polkadot/x-global": "10.1.4-0-x",
|
||||
"@polkadot/x-global": "10.1.4-1-x",
|
||||
"@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.1.4-0-x' };
|
||||
export const packageInfo = { name: '@polkadot/x-ws', path: 'auto', type: 'auto', version: '10.1.4-1-x' };
|
||||
|
||||
72
yarn.lock
72
yarn.lock
@@ -2153,7 +2153,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/hw-ledger-transports@10.1.4-0-x, @polkadot/hw-ledger-transports@workspace:packages/hw-ledger-transports":
|
||||
"@polkadot/hw-ledger-transports@10.1.4-1-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:
|
||||
@@ -2162,21 +2162,21 @@ __metadata:
|
||||
"@ledgerhq/hw-transport-node-hid-singleton": ^6.27.3
|
||||
"@ledgerhq/hw-transport-webhid": ^6.27.2
|
||||
"@ledgerhq/hw-transport-webusb": ^6.27.2
|
||||
"@polkadot/util": 10.1.4-0-x
|
||||
"@polkadot/util": 10.1.4-1-x
|
||||
dependenciesMeta:
|
||||
"@ledgerhq/hw-transport-node-hid-singleton":
|
||||
optional: true
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/hw-ledger@10.1.4-0-x, @polkadot/hw-ledger@workspace:packages/hw-ledger":
|
||||
"@polkadot/hw-ledger@10.1.4-1-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.18.9
|
||||
"@ledgerhq/hw-transport": ^6.27.2
|
||||
"@polkadot/hw-ledger-transports": 10.1.4-0-x
|
||||
"@polkadot/util": 10.1.4-0-x
|
||||
"@polkadot/hw-ledger-transports": 10.1.4-1-x
|
||||
"@polkadot/util": 10.1.4-1-x
|
||||
"@zondax/ledger-substrate": ^0.34.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@@ -2186,56 +2186,56 @@ __metadata:
|
||||
resolution: "@polkadot/keyring@workspace:packages/keyring"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.18.9
|
||||
"@polkadot/util": 10.1.4-0-x
|
||||
"@polkadot/util-crypto": 10.1.4-0-x
|
||||
"@polkadot/util": 10.1.4-1-x
|
||||
"@polkadot/util-crypto": 10.1.4-1-x
|
||||
peerDependencies:
|
||||
"@polkadot/util": 10.1.4-0-x
|
||||
"@polkadot/util-crypto": 10.1.4-0-x
|
||||
"@polkadot/util": 10.1.4-1-x
|
||||
"@polkadot/util-crypto": 10.1.4-1-x
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/networks@10.1.4-0-x, @polkadot/networks@workspace:packages/networks":
|
||||
"@polkadot/networks@10.1.4-1-x, @polkadot/networks@workspace:packages/networks":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/networks@workspace:packages/networks"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.18.9
|
||||
"@polkadot/hw-ledger": 10.1.4-0-x
|
||||
"@polkadot/util": 10.1.4-0-x
|
||||
"@polkadot/hw-ledger": 10.1.4-1-x
|
||||
"@polkadot/util": 10.1.4-1-x
|
||||
"@substrate/ss58-registry": ^1.25.0
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/util-crypto@10.1.4-0-x, @polkadot/util-crypto@workspace:packages/util-crypto":
|
||||
"@polkadot/util-crypto@10.1.4-1-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.18.9
|
||||
"@noble/hashes": 1.1.2
|
||||
"@noble/secp256k1": 1.6.3
|
||||
"@polkadot/networks": 10.1.4-0-x
|
||||
"@polkadot/util": 10.1.4-0-x
|
||||
"@polkadot/networks": 10.1.4-1-x
|
||||
"@polkadot/util": 10.1.4-1-x
|
||||
"@polkadot/wasm-crypto": ^6.3.1
|
||||
"@polkadot/x-bigint": 10.1.4-0-x
|
||||
"@polkadot/x-randomvalues": 10.1.4-0-x
|
||||
"@polkadot/x-bigint": 10.1.4-1-x
|
||||
"@polkadot/x-randomvalues": 10.1.4-1-x
|
||||
"@scure/base": 1.1.1
|
||||
"@types/ed2curve": ^0.2.2
|
||||
ed2curve: ^0.3.0
|
||||
tweetnacl: ^1.0.3
|
||||
peerDependencies:
|
||||
"@polkadot/util": 10.1.4-0-x
|
||||
"@polkadot/util": 10.1.4-1-x
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/util@10.1.4-0-x, @polkadot/util@workspace:packages/util":
|
||||
"@polkadot/util@10.1.4-1-x, @polkadot/util@workspace:packages/util":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/util@workspace:packages/util"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.18.9
|
||||
"@polkadot/x-bigint": 10.1.4-0-x
|
||||
"@polkadot/x-global": 10.1.4-0-x
|
||||
"@polkadot/x-randomvalues": 10.1.4-0-x
|
||||
"@polkadot/x-textdecoder": 10.1.4-0-x
|
||||
"@polkadot/x-textencoder": 10.1.4-0-x
|
||||
"@polkadot/x-bigint": 10.1.4-1-x
|
||||
"@polkadot/x-global": 10.1.4-1-x
|
||||
"@polkadot/x-randomvalues": 10.1.4-1-x
|
||||
"@polkadot/x-textdecoder": 10.1.4-1-x
|
||||
"@polkadot/x-textencoder": 10.1.4-1-x
|
||||
"@types/bn.js": ^5.1.0
|
||||
bn.js: ^5.2.1
|
||||
languageName: unknown
|
||||
@@ -2319,12 +2319,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-bigint@10.1.4-0-x, @polkadot/x-bigint@workspace:packages/x-bigint":
|
||||
"@polkadot/x-bigint@10.1.4-1-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.18.9
|
||||
"@polkadot/x-global": 10.1.4-0-x
|
||||
"@polkadot/x-global": 10.1.4-1-x
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@@ -2333,7 +2333,7 @@ __metadata:
|
||||
resolution: "@polkadot/x-bundle@workspace:packages/x-bundle"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.18.9
|
||||
"@polkadot/util": 10.1.4-0-x
|
||||
"@polkadot/util": 10.1.4-1-x
|
||||
buffer-es6: ^4.9.3
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
@@ -2343,13 +2343,13 @@ __metadata:
|
||||
resolution: "@polkadot/x-fetch@workspace:packages/x-fetch"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.18.9
|
||||
"@polkadot/x-global": 10.1.4-0-x
|
||||
"@polkadot/x-global": 10.1.4-1-x
|
||||
"@types/node-fetch": ^2.6.2
|
||||
node-fetch: ^3.2.10
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-global@10.1.4-0-x, @polkadot/x-global@workspace:packages/x-global":
|
||||
"@polkadot/x-global@10.1.4-1-x, @polkadot/x-global@workspace:packages/x-global":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@polkadot/x-global@workspace:packages/x-global"
|
||||
dependencies:
|
||||
@@ -2357,31 +2357,31 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-randomvalues@10.1.4-0-x, @polkadot/x-randomvalues@workspace:packages/x-randomvalues":
|
||||
"@polkadot/x-randomvalues@10.1.4-1-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.18.9
|
||||
"@polkadot/x-global": 10.1.4-0-x
|
||||
"@polkadot/x-global": 10.1.4-1-x
|
||||
"@types/react-native": ^0.69.5
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-textdecoder@10.1.4-0-x, @polkadot/x-textdecoder@workspace:packages/x-textdecoder":
|
||||
"@polkadot/x-textdecoder@10.1.4-1-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.18.9
|
||||
"@polkadot/x-global": 10.1.4-0-x
|
||||
"@polkadot/x-global": 10.1.4-1-x
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/x-textencoder@10.1.4-0-x, @polkadot/x-textencoder@workspace:packages/x-textencoder":
|
||||
"@polkadot/x-textencoder@10.1.4-1-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.18.9
|
||||
"@polkadot/x-global": 10.1.4-0-x
|
||||
"@polkadot/x-global": 10.1.4-1-x
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
@@ -2390,7 +2390,7 @@ __metadata:
|
||||
resolution: "@polkadot/x-ws@workspace:packages/x-ws"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.18.9
|
||||
"@polkadot/x-global": 10.1.4-0-x
|
||||
"@polkadot/x-global": 10.1.4-1-x
|
||||
"@types/websocket": ^1.0.5
|
||||
websocket: ^1.0.34
|
||||
languageName: unknown
|
||||
|
||||
Reference in New Issue
Block a user