This commit is contained in:
Jaco Greeff
2021-03-06 07:48:44 +01:00
committed by GitHub
parent a5bc4bc902
commit 2509347330
15 changed files with 154 additions and 147 deletions
-1
View File
@@ -1 +0,0 @@
12
+8
View File
@@ -1,5 +1,13 @@
# CHANGELOG
## 0.71.1 Mar 6, 2021
Changes:
- Build to ESM by default (with cjs versions via export map)
- Updated to `@polkadot/{hw-ledger, keyring, util, util-crypto}` 6.0.3
## 0.70.1 Feb 28, 2021
Changes:
+1 -1
View File
@@ -43,5 +43,5 @@
"webpack-cli": "^3.3.12",
"webpack-serve": "^3.2.0"
},
"version": "0.70.2-3"
"version": "0.71.0"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/example-react",
"version": "0.70.2-3",
"version": "0.71.0",
"description": "A very basic example with ui-* & react-* packages",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/example-vue",
"version": "0.70.2-3",
"version": "0.71.0",
"description": "A very basic example with ui-* & vue-* packages",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.70.2-3",
"version": "0.71.0",
"private": true,
"scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
@@ -12,12 +12,12 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^6.0.2",
"@polkadot/reactnative-identicon": "0.70.2-3",
"@polkadot/ui-keyring": "0.70.2-3",
"@polkadot/ui-settings": "0.70.2-3",
"@polkadot/util": "^6.0.2",
"@polkadot/util-crypto": "^6.0.2",
"@polkadot/keyring": "^6.0.3",
"@polkadot/reactnative-identicon": "0.71.0",
"@polkadot/ui-keyring": "0.71.0",
"@polkadot/ui-settings": "0.71.0",
"@polkadot/util": "^6.0.3",
"@polkadot/util-crypto": "^6.0.3",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-identicon",
"version": "0.70.2-3",
"version": "0.71.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
@@ -13,11 +13,11 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.9",
"@polkadot/keyring": "^6.0.2",
"@polkadot/ui-settings": "0.70.2-3",
"@polkadot/ui-shared": "0.70.2-3",
"@polkadot/util": "^6.0.2",
"@polkadot/util-crypto": "^6.0.2",
"@polkadot/keyring": "^6.0.3",
"@polkadot/ui-settings": "0.71.0",
"@polkadot/ui-shared": "0.71.0",
"@polkadot/util": "^6.0.3",
"@polkadot/util-crypto": "^6.0.3",
"color": "^3.1.3",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.1.0",
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-qr",
"version": "0.70.2-3",
"version": "0.71.0",
"type": "module",
"description": "Generates and reads QR codes",
"main": "index.js",
@@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.9",
"@polkadot/util": "^6.0.2",
"@polkadot/util-crypto": "^6.0.2",
"@polkadot/util": "^6.0.3",
"@polkadot/util-crypto": "^6.0.3",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.2.1"
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/reactnative-identicon",
"version": "0.70.2-3",
"version": "0.71.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
@@ -13,9 +13,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.9",
"@polkadot/ui-shared": "0.70.2-3",
"@polkadot/util": "^6.0.2",
"@polkadot/util-crypto": "^6.0.2",
"@polkadot/ui-shared": "0.71.0",
"@polkadot/util": "^6.0.3",
"@polkadot/util-crypto": "^6.0.3",
"react-native-svg": "^12.1.0"
},
"peerDependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-assets",
"version": "0.70.2-3",
"version": "0.71.0",
"description": "Static assets shared accross projects",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-keyring",
"version": "0.70.2-3",
"version": "0.71.0",
"type": "module",
"main": "index.js",
"sideEffects": [
@@ -14,11 +14,11 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.9",
"@polkadot/hw-ledger": "^6.0.2",
"@polkadot/keyring": "^6.0.2",
"@polkadot/ui-settings": "0.70.2-3",
"@polkadot/util": "^6.0.2",
"@polkadot/x-rxjs": "^6.0.2",
"@polkadot/hw-ledger": "^6.0.3",
"@polkadot/keyring": "^6.0.3",
"@polkadot/ui-settings": "0.71.0",
"@polkadot/util": "^6.0.3",
"@polkadot/x-rxjs": "^6.0.3",
"mkdirp": "^1.0.4",
"store": "^2.0.12"
},
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-settings",
"version": "0.70.2-3",
"version": "0.71.0",
"type": "module",
"description": "Manages app settings",
"main": "index.js",
@@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.9",
"@polkadot/networks": "^6.0.2",
"@polkadot/util": "^6.0.2",
"@polkadot/networks": "^6.0.3",
"@polkadot/util": "^6.0.3",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-shared",
"version": "0.70.2-3",
"version": "0.71.0",
"type": "module",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js",
@@ -17,8 +17,8 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^6.0.2",
"@polkadot/util-crypto": "^6.0.2",
"@polkadot/util": "^6.0.3",
"@polkadot/util-crypto": "^6.0.3",
"@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.2"
}
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/vue-identicon",
"version": "0.70.2-3",
"version": "0.71.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -13,9 +13,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.9",
"@polkadot/ui-shared": "0.70.2-3",
"@polkadot/util": "^6.0.2",
"@polkadot/util-crypto": "^6.0.2",
"@polkadot/ui-shared": "0.71.0",
"@polkadot/util": "^6.0.3",
"@polkadot/util-crypto": "^6.0.3",
"jdenticon": "3.1.0"
},
"peerDependencies": {
+106 -106
View File
@@ -2196,9 +2196,9 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/hw-ledger-transports@npm:6.0.2":
version: 6.0.2
resolution: "@polkadot/hw-ledger-transports@npm:6.0.2"
"@polkadot/hw-ledger-transports@npm:6.0.3":
version: 6.0.3
resolution: "@polkadot/hw-ledger-transports@npm:6.0.3"
dependencies:
"@babel/runtime": ^7.13.9
"@ledgerhq/hw-transport-node-hid-singleton": ^5.45.0
@@ -2206,42 +2206,42 @@ __metadata:
dependenciesMeta:
"@ledgerhq/hw-transport-node-hid-singleton":
optional: true
checksum: e4c931f5c968d5e27770feb64158ad82665ebb70da2c1a55c5f3ee24ac4cc5ef03db7e0f48dccdb72d48db650f8400879d76fb2185b49cee8bd687e3d1f4bc0d
checksum: 41219bb5a4e15a996ca6f4c96541a0633d78e26ccdad1bedaad0e734413160f54c7e632aa0598f5fb8331eb66bb425f46eefb0402ea09a07aba5e18d6e46b7ea
languageName: node
linkType: hard
"@polkadot/hw-ledger@npm:^6.0.2":
version: 6.0.2
resolution: "@polkadot/hw-ledger@npm:6.0.2"
"@polkadot/hw-ledger@npm:^6.0.3":
version: 6.0.3
resolution: "@polkadot/hw-ledger@npm:6.0.3"
dependencies:
"@babel/runtime": ^7.13.9
"@polkadot/hw-ledger-transports": 6.0.2
"@polkadot/util": ^6.0.2
"@polkadot/hw-ledger-transports": 6.0.3
"@polkadot/util": ^6.0.3
"@zondax/ledger-polkadot": ^0.13.4
checksum: e0937b9e4d9d3b3a1a071278702ff7b963f9273a4650440b929cc50a056f87e316a9ec7bc1f1c0d96fc2f8072476fc2ab12b9e7980d9417064319555c2ec9326
checksum: b9ed31b8b946f89a1c416ed030f85d90fd917bd8a2637a78273326dcf308097b61fd130956ae0ec6047b173d8ae43a22bc38c5855e011c8e8d0a190b29cb87f5
languageName: node
linkType: hard
"@polkadot/keyring@npm:^6.0.2":
version: 6.0.2
resolution: "@polkadot/keyring@npm:6.0.2"
"@polkadot/keyring@npm:^6.0.3":
version: 6.0.3
resolution: "@polkadot/keyring@npm:6.0.3"
dependencies:
"@babel/runtime": ^7.13.9
"@polkadot/util": 6.0.2
"@polkadot/util-crypto": 6.0.2
"@polkadot/util": 6.0.3
"@polkadot/util-crypto": 6.0.3
peerDependencies:
"@polkadot/util": 6.0.2
"@polkadot/util-crypto": 6.0.2
checksum: e08b79954275712e05bae8c9742b308b7394905037e18e46b0d9c7e4a316d05c9d50317864337370f5b4b9abb67c7c193748489d9ab8ec0f77d2ca1c1bce6552
"@polkadot/util": 6.0.3
"@polkadot/util-crypto": 6.0.3
checksum: b443a6ca0f8cd79283ee9e78202bf15b3b1f6fa236a7c36a6b8ced2862c2771a76f52baadf9e91df9f824a91373dd516986d976a200ad6054244701415db9e52
languageName: node
linkType: hard
"@polkadot/networks@npm:6.0.2, @polkadot/networks@npm:^6.0.2":
version: 6.0.2
resolution: "@polkadot/networks@npm:6.0.2"
"@polkadot/networks@npm:6.0.3, @polkadot/networks@npm:^6.0.3":
version: 6.0.3
resolution: "@polkadot/networks@npm:6.0.3"
dependencies:
"@babel/runtime": ^7.13.9
checksum: f565d763c6f301033ae0d60263e729236862769c0cf0f7d98158d8ee16df6dfc68feb7b94680110af920dbb631712730aaca14d3da7cdd549cea63dc317568dd
checksum: e11632d8c33dedc915b226905369122bfa3b9841c642512f885266072a2323760b7283516e0d4d082cde203099267c250b7c5db5d78e56cbadb958be66b2af85
languageName: node
linkType: hard
@@ -2250,11 +2250,11 @@ __metadata:
resolution: "@polkadot/react-identicon@workspace:packages/react-identicon"
dependencies:
"@babel/runtime": ^7.13.9
"@polkadot/keyring": ^6.0.2
"@polkadot/ui-settings": 0.70.2-3
"@polkadot/ui-shared": 0.70.2-3
"@polkadot/util": ^6.0.2
"@polkadot/util-crypto": ^6.0.2
"@polkadot/keyring": ^6.0.3
"@polkadot/ui-settings": 0.71.0
"@polkadot/ui-shared": 0.71.0
"@polkadot/util": ^6.0.3
"@polkadot/util-crypto": ^6.0.3
"@types/react-copy-to-clipboard": ^5.0.0
"@types/react-dom": ^17.0.1
"@types/styled-components": ^5.1.7
@@ -2280,8 +2280,8 @@ __metadata:
resolution: "@polkadot/react-qr@workspace:packages/react-qr"
dependencies:
"@babel/runtime": ^7.13.9
"@polkadot/util": ^6.0.2
"@polkadot/util-crypto": ^6.0.2
"@polkadot/util": ^6.0.3
"@polkadot/util-crypto": ^6.0.3
"@types/react-qr-reader": ^2.1.3
"@types/styled-components": ^5.1.7
qrcode-generator: ^1.4.4
@@ -2296,14 +2296,14 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/reactnative-identicon@0.70.2-3, @polkadot/reactnative-identicon@workspace:packages/reactnative-identicon":
"@polkadot/reactnative-identicon@0.71.0, @polkadot/reactnative-identicon@workspace:packages/reactnative-identicon":
version: 0.0.0-use.local
resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon"
dependencies:
"@babel/runtime": ^7.13.9
"@polkadot/ui-shared": 0.70.2-3
"@polkadot/util": ^6.0.2
"@polkadot/util-crypto": ^6.0.2
"@polkadot/ui-shared": 0.71.0
"@polkadot/util": ^6.0.3
"@polkadot/util-crypto": ^6.0.3
"@types/react-native": ^0.63.50
react-native-svg: ^12.1.0
peerDependencies:
@@ -2331,16 +2331,16 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/ui-keyring@0.70.2-3, @polkadot/ui-keyring@workspace:packages/ui-keyring":
"@polkadot/ui-keyring@0.71.0, @polkadot/ui-keyring@workspace:packages/ui-keyring":
version: 0.0.0-use.local
resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring"
dependencies:
"@babel/runtime": ^7.13.9
"@polkadot/hw-ledger": ^6.0.2
"@polkadot/keyring": ^6.0.2
"@polkadot/ui-settings": 0.70.2-3
"@polkadot/util": ^6.0.2
"@polkadot/x-rxjs": ^6.0.2
"@polkadot/hw-ledger": ^6.0.3
"@polkadot/keyring": ^6.0.3
"@polkadot/ui-settings": 0.71.0
"@polkadot/util": ^6.0.3
"@polkadot/x-rxjs": ^6.0.3
"@types/mkdirp": ^1.0.1
"@types/store": ^2.0.2
mkdirp: ^1.0.4
@@ -2352,13 +2352,13 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/ui-settings@0.70.2-3, @polkadot/ui-settings@workspace:packages/ui-settings":
"@polkadot/ui-settings@0.71.0, @polkadot/ui-settings@workspace:packages/ui-settings":
version: 0.0.0-use.local
resolution: "@polkadot/ui-settings@workspace:packages/ui-settings"
dependencies:
"@babel/runtime": ^7.13.9
"@polkadot/networks": ^6.0.2
"@polkadot/util": ^6.0.2
"@polkadot/networks": ^6.0.3
"@polkadot/util": ^6.0.3
"@types/store": ^2.0.2
eventemitter3: ^4.0.7
store: ^2.0.12
@@ -2368,13 +2368,13 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/ui-shared@0.70.2-3, @polkadot/ui-shared@workspace:packages/ui-shared":
"@polkadot/ui-shared@0.71.0, @polkadot/ui-shared@workspace:packages/ui-shared":
version: 0.0.0-use.local
resolution: "@polkadot/ui-shared@workspace:packages/ui-shared"
dependencies:
"@babel/runtime": ^7.13.9
"@polkadot/util": ^6.0.2
"@polkadot/util-crypto": ^6.0.2
"@polkadot/util": ^6.0.3
"@polkadot/util-crypto": ^6.0.3
"@types/color": ^3.0.1
"@types/xmlserializer": ^0.6.2
color: ^3.1.3
@@ -2384,15 +2384,15 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/util-crypto@npm:6.0.2, @polkadot/util-crypto@npm:^6.0.2":
version: 6.0.2
resolution: "@polkadot/util-crypto@npm:6.0.2"
"@polkadot/util-crypto@npm:6.0.3, @polkadot/util-crypto@npm:^6.0.3":
version: 6.0.3
resolution: "@polkadot/util-crypto@npm:6.0.3"
dependencies:
"@babel/runtime": ^7.13.9
"@polkadot/networks": 6.0.2
"@polkadot/util": 6.0.2
"@polkadot/wasm-crypto": ^4.0.1
"@polkadot/x-randomvalues": 6.0.2
"@polkadot/networks": 6.0.3
"@polkadot/util": 6.0.3
"@polkadot/wasm-crypto": ^4.0.2
"@polkadot/x-randomvalues": 6.0.3
base-x: ^3.0.8
base64-js: ^1.5.1
blakejs: ^1.1.0
@@ -2405,23 +2405,23 @@ __metadata:
tweetnacl: ^1.0.3
xxhashjs: ^0.2.2
peerDependencies:
"@polkadot/util": 6.0.2
checksum: 8af1366ef1a795cffa934c53537a66d7ad73eaf7001a20f39481aa16699f116c549e4c8896400e2a7fd683798b2fc0798f524928da6581bf8fbf16a088eb7502
"@polkadot/util": 6.0.3
checksum: d355eb76af9a8327ffab841ede6e07f5781ea4c855030ed2152cae46f24ee171d333b7e988b846214781c9a6c1fb0b2ae70256b8815becaf0c3d1ec88e71069c
languageName: node
linkType: hard
"@polkadot/util@npm:6.0.2, @polkadot/util@npm:^6.0.2":
version: 6.0.2
resolution: "@polkadot/util@npm:6.0.2"
"@polkadot/util@npm:6.0.3, @polkadot/util@npm:^6.0.3":
version: 6.0.3
resolution: "@polkadot/util@npm:6.0.3"
dependencies:
"@babel/runtime": ^7.13.9
"@polkadot/x-textdecoder": 6.0.2
"@polkadot/x-textencoder": 6.0.2
"@polkadot/x-textdecoder": 6.0.3
"@polkadot/x-textencoder": 6.0.3
"@types/bn.js": ^4.11.6
bn.js: ^4.11.9
camelcase: ^5.3.1
ip-regex: ^4.3.0
checksum: 95f38cc8cb7e8846bbdc605b0afc4a10945cfc75ec46c5dde692137e82a797ef1f5aea3ddbb646d14e388d056779e60c3dc43714ff23c08ce7e18f4137c3f462
checksum: b87e624f97980a3aa23a1081d857fa7175f2a83cfc87316bf986f4c3ad4a28a0f7d81549718796b0be953d6d8d34adfacf317f5e2864c340e246dc75d77cff14
languageName: node
linkType: hard
@@ -2430,9 +2430,9 @@ __metadata:
resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon"
dependencies:
"@babel/runtime": ^7.13.9
"@polkadot/ui-shared": 0.70.2-3
"@polkadot/util": ^6.0.2
"@polkadot/util-crypto": ^6.0.2
"@polkadot/ui-shared": 0.71.0
"@polkadot/util": ^6.0.3
"@polkadot/util-crypto": ^6.0.3
jdenticon: 3.1.0
vue: ^2.6.12
peerDependencies:
@@ -2442,86 +2442,86 @@ __metadata:
languageName: unknown
linkType: soft
"@polkadot/wasm-crypto-asmjs@npm:^4.0.1":
version: 4.0.1
resolution: "@polkadot/wasm-crypto-asmjs@npm:4.0.1"
"@polkadot/wasm-crypto-asmjs@npm:^4.0.2":
version: 4.0.2
resolution: "@polkadot/wasm-crypto-asmjs@npm:4.0.2"
dependencies:
"@babel/runtime": ^7.13.9
checksum: f4a109e413b511631d98df60c27b646e841a0972b64b198cb4a643f0f95c28b8ac419327502bd48c34630aef85b189c3b2cef17597a92e3c1609a9616972e3cd
checksum: 31e88b73a1c73882fd5d8fca4b0b5f1b4db0fc1e5d75c6196b1f7a8f24c19c69cee6f66fd38df41d6f3f0c5b250a346137123dc69a5683bf77294daa11ebdaf0
languageName: node
linkType: hard
"@polkadot/wasm-crypto-wasm@npm:^4.0.1":
version: 4.0.1
resolution: "@polkadot/wasm-crypto-wasm@npm:4.0.1"
"@polkadot/wasm-crypto-wasm@npm:^4.0.2":
version: 4.0.2
resolution: "@polkadot/wasm-crypto-wasm@npm:4.0.2"
dependencies:
"@babel/runtime": ^7.13.9
checksum: de4f4c54df67a82d10ba57331ace93f55435b23b29658420e0e191f39d28d139cf1d441c19ba1da62aecc6ad89e189ce4bdf298df835ec0c5441ceb625d67cda
checksum: d149e025a4bc97753adac39f11ec994d3a9a4b0ac37148d5e7c64c41fc6f2cc9c0e4ebb349b043f2dceddbb2ea432b67a11c37fd2547b81aed091680461265cb
languageName: node
linkType: hard
"@polkadot/wasm-crypto@npm:^4.0.1":
version: 4.0.1
resolution: "@polkadot/wasm-crypto@npm:4.0.1"
"@polkadot/wasm-crypto@npm:^4.0.2":
version: 4.0.2
resolution: "@polkadot/wasm-crypto@npm:4.0.2"
dependencies:
"@babel/runtime": ^7.13.9
"@polkadot/wasm-crypto-asmjs": ^4.0.1
"@polkadot/wasm-crypto-wasm": ^4.0.1
"@polkadot/wasm-crypto-asmjs": ^4.0.2
"@polkadot/wasm-crypto-wasm": ^4.0.2
peerDependencies:
"@polkadot/util": "*"
"@polkadot/x-randomvalues": "*"
checksum: 5576a10bf7d8adb5e2f7fcde4387a0a40daa060815ad61996e934e4638b4744abc32f450ee1d6685d1253c632d30e85647c1e69a05c27d67e2ed53020b39a423
checksum: 3375e334b01f88d454663355806a961868394600d55628067f37407a7764da8f411ba779ccfd3a215dde9873b0aa07e653c9a72f6d587b20e15d543ef52509dc
languageName: node
linkType: hard
"@polkadot/x-global@npm:6.0.2":
version: 6.0.2
resolution: "@polkadot/x-global@npm:6.0.2"
"@polkadot/x-global@npm:6.0.3":
version: 6.0.3
resolution: "@polkadot/x-global@npm:6.0.3"
dependencies:
"@babel/runtime": ^7.13.9
"@types/node-fetch": ^2.5.8
node-fetch: ^2.6.1
checksum: 0b1bc73b7b286ed3221d07f256885c9ba04b1d064dcfaeab0e3d587c25f31e5a54d6c9f3bfa18c5d25e2c0fa6b032791bca37f9f3f6ad635b80796149c0a4692
checksum: a5f8396aeb9b6beffa280fabcf1f74229eafe9423ec346753c456c0732d36c1d9f898bdbd90ae01b1c666b9270cd00dac9a71f50f5f407b94101be8770d5242e
languageName: node
linkType: hard
"@polkadot/x-randomvalues@npm:6.0.2":
version: 6.0.2
resolution: "@polkadot/x-randomvalues@npm:6.0.2"
"@polkadot/x-randomvalues@npm:6.0.3":
version: 6.0.3
resolution: "@polkadot/x-randomvalues@npm:6.0.3"
dependencies:
"@babel/runtime": ^7.13.9
"@polkadot/x-global": 6.0.2
checksum: 5e1c2a27b9ae6b688525b89721e1a11e3b22d1cfe80018b8b969719606e3182227ba71fe5d96155994f8301587bccbe4fdc789a86473f944b8ff5be01a2d7580
"@polkadot/x-global": 6.0.3
checksum: ef0018d437239e7dec71245d9ab99e6ecfdb04a4dbb5b0930ac860898ec2ac72c60202249f34da7f8800753c5a48afc686bbf6b0a0d10c933901054f4ba23f3c
languageName: node
linkType: hard
"@polkadot/x-rxjs@npm:^6.0.2":
version: 6.0.2
resolution: "@polkadot/x-rxjs@npm:6.0.2"
"@polkadot/x-rxjs@npm:^6.0.3":
version: 6.0.3
resolution: "@polkadot/x-rxjs@npm:6.0.3"
dependencies:
"@babel/runtime": ^7.13.9
rxjs: ^6.6.6
checksum: de642998d4b585767f6d5ed7cf274f652e28b0492cbc0322baf80d11129f311fb8cc3c51af93bd0e2718b05cd8f99f32b9874ecf195609ff112ed1978d1a9d87
checksum: 74e1f907dbb486fdbdba5135774a1bccf71ea65cc07c5f098dc3378438b6a8ff175a00647846f62b5298479c1d186ac5caef0c2666d49067151ea28bee1d8cb2
languageName: node
linkType: hard
"@polkadot/x-textdecoder@npm:6.0.2":
version: 6.0.2
resolution: "@polkadot/x-textdecoder@npm:6.0.2"
"@polkadot/x-textdecoder@npm:6.0.3":
version: 6.0.3
resolution: "@polkadot/x-textdecoder@npm:6.0.3"
dependencies:
"@babel/runtime": ^7.13.9
"@polkadot/x-global": 6.0.2
checksum: f308786001f9c734fe790ba6fad90760f24b964d5640408a6ccda04e790a96cfcead6e19d9b219b300f86170978869167a38470824454af8cda54715f8e8f8d4
"@polkadot/x-global": 6.0.3
checksum: a1b8616257c5a2b208a6d17b264a3d6b049430f409133d15e1a20f8eab2239332983ab9fe7c67ddd721490ab2cfb76ed0e9de05c732b99eb58e5770732168eaa
languageName: node
linkType: hard
"@polkadot/x-textencoder@npm:6.0.2":
version: 6.0.2
resolution: "@polkadot/x-textencoder@npm:6.0.2"
"@polkadot/x-textencoder@npm:6.0.3":
version: 6.0.3
resolution: "@polkadot/x-textencoder@npm:6.0.3"
dependencies:
"@babel/runtime": ^7.13.9
"@polkadot/x-global": 6.0.2
checksum: 29d2383befe82ecb24f2b700558d739c5e0a476033ca05876186dcf8807f40d30dd677bc0f028a6a4c12c3d73448bd2642d9113cb93da8488ba385d515ebdbab
"@polkadot/x-global": 6.0.3
checksum: 832b669c21ec9567513d05e9da175c37b9bc9528245b49552d560a2c1477efd891160bff87cc270d5a8ffd7066012a66da90b0239a8622c51f634f3606c35a3f
languageName: node
linkType: hard
@@ -7001,12 +7001,12 @@ __metadata:
dependencies:
"@babel/core": ^7.13.8
"@babel/runtime": ^7.13.9
"@polkadot/keyring": ^6.0.2
"@polkadot/reactnative-identicon": 0.70.2-3
"@polkadot/ui-keyring": 0.70.2-3
"@polkadot/ui-settings": 0.70.2-3
"@polkadot/util": ^6.0.2
"@polkadot/util-crypto": ^6.0.2
"@polkadot/keyring": ^6.0.3
"@polkadot/reactnative-identicon": 0.71.0
"@polkadot/ui-keyring": 0.71.0
"@polkadot/ui-settings": 0.71.0
"@polkadot/util": ^6.0.3
"@polkadot/util-crypto": ^6.0.3
"@react-native-community/async-storage": ^1.12.1
"@react-native-community/cli-platform-ios": ^4.13.0
"@types/react-test-renderer": 17.0.1