mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-09 20:11:04 +00:00
0.81 (#489)
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 0.81.1, Jun 20, 2021
|
||||
|
||||
Contributed:
|
||||
|
||||
- Import `ethereum` addresses via QR (Thanks to https://github.com/joelamouche)
|
||||
- Support settings for non-RPC connectors (Thanks to https://github.com/wirednkod)
|
||||
|
||||
Changes:
|
||||
|
||||
- Updated to `@polkadot/{hw-ledger, keyring, util, util-crypto}` 6.9.1
|
||||
- Fix webpack demo import locations
|
||||
|
||||
|
||||
## 0.80.1, Jun 14, 2021
|
||||
|
||||
Changes:
|
||||
|
||||
+1
-1
@@ -43,5 +43,5 @@
|
||||
"webpack-cli": "^3.3.12",
|
||||
"webpack-serve": "^3.2.0"
|
||||
},
|
||||
"version": "0.80.2-2"
|
||||
"version": "0.81.0"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/example-react",
|
||||
"version": "0.80.2-2",
|
||||
"version": "0.81.0",
|
||||
"description": "A very basic example with ui-* & react-* packages",
|
||||
"main": "index.js",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/example-vue",
|
||||
"version": "0.80.2-2",
|
||||
"version": "0.81.0",
|
||||
"description": "A very basic example with ui-* & vue-* packages",
|
||||
"main": "index.js",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "exampleReactNative",
|
||||
"version": "0.80.2-2",
|
||||
"version": "0.81.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
|
||||
@@ -12,12 +12,12 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^6.8.1",
|
||||
"@polkadot/reactnative-identicon": "0.80.2-2",
|
||||
"@polkadot/ui-keyring": "0.80.2-2",
|
||||
"@polkadot/ui-settings": "0.80.2-2",
|
||||
"@polkadot/util": "^6.8.1",
|
||||
"@polkadot/util-crypto": "^6.8.1",
|
||||
"@polkadot/keyring": "^6.9.1",
|
||||
"@polkadot/reactnative-identicon": "0.81.0",
|
||||
"@polkadot/ui-keyring": "0.81.0",
|
||||
"@polkadot/ui-settings": "0.81.0",
|
||||
"@polkadot/util": "^6.9.1",
|
||||
"@polkadot/util-crypto": "^6.9.1",
|
||||
"@react-native-community/async-storage": "^1.12.1",
|
||||
"fast-text-encoding": "^1.0.3",
|
||||
"get-yarn-workspaces": "^1.0.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/react-identicon",
|
||||
"version": "0.80.2-2",
|
||||
"version": "0.81.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.14.5",
|
||||
"@polkadot/keyring": "^6.8.1",
|
||||
"@polkadot/ui-settings": "0.80.2-2",
|
||||
"@polkadot/ui-shared": "0.80.2-2",
|
||||
"@polkadot/util": "^6.8.1",
|
||||
"@polkadot/util-crypto": "^6.8.1",
|
||||
"@polkadot/keyring": "^6.9.1",
|
||||
"@polkadot/ui-settings": "0.81.0",
|
||||
"@polkadot/ui-shared": "0.81.0",
|
||||
"@polkadot/util": "^6.9.1",
|
||||
"@polkadot/util-crypto": "^6.9.1",
|
||||
"color": "^3.1.3",
|
||||
"ethereum-blockies-base64": "^1.0.2",
|
||||
"jdenticon": "3.1.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/react-qr",
|
||||
"version": "0.80.2-2",
|
||||
"version": "0.81.0",
|
||||
"type": "module",
|
||||
"description": "Generates and reads QR codes",
|
||||
"main": "index.js",
|
||||
@@ -10,8 +10,8 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.5",
|
||||
"@polkadot/util": "^6.8.1",
|
||||
"@polkadot/util-crypto": "^6.8.1",
|
||||
"@polkadot/util": "^6.9.1",
|
||||
"@polkadot/util-crypto": "^6.9.1",
|
||||
"qrcode-generator": "^1.4.4",
|
||||
"react-qr-reader": "^2.2.1",
|
||||
"styled-components": "^5.3.0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/reactnative-identicon",
|
||||
"version": "0.80.2-2",
|
||||
"version": "0.81.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.14.5",
|
||||
"@polkadot/ui-shared": "0.80.2-2",
|
||||
"@polkadot/util": "^6.8.1",
|
||||
"@polkadot/util-crypto": "^6.8.1",
|
||||
"@polkadot/ui-shared": "0.81.0",
|
||||
"@polkadot/util": "^6.9.1",
|
||||
"@polkadot/util-crypto": "^6.9.1",
|
||||
"react-native-svg": "^12.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/ui-assets",
|
||||
"version": "0.80.2-2",
|
||||
"version": "0.81.0",
|
||||
"description": "Static assets shared accross projects",
|
||||
"main": "index.js",
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/ui-keyring",
|
||||
"version": "0.80.2-2",
|
||||
"version": "0.81.0",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"sideEffects": [
|
||||
@@ -14,11 +14,11 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.5",
|
||||
"@polkadot/hw-ledger": "^6.8.1",
|
||||
"@polkadot/keyring": "^6.8.1",
|
||||
"@polkadot/ui-settings": "0.80.2-2",
|
||||
"@polkadot/util": "^6.8.1",
|
||||
"@polkadot/x-rxjs": "^6.8.1",
|
||||
"@polkadot/hw-ledger": "^6.9.1",
|
||||
"@polkadot/keyring": "^6.9.1",
|
||||
"@polkadot/ui-settings": "0.81.0",
|
||||
"@polkadot/util": "^6.9.1",
|
||||
"@polkadot/x-rxjs": "^6.9.1",
|
||||
"mkdirp": "^1.0.4",
|
||||
"store": "^2.0.12"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/ui-settings",
|
||||
"version": "0.80.2-2",
|
||||
"version": "0.81.0",
|
||||
"type": "module",
|
||||
"description": "Manages app settings",
|
||||
"main": "index.js",
|
||||
@@ -10,8 +10,8 @@
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.14.5",
|
||||
"@polkadot/networks": "^6.8.1",
|
||||
"@polkadot/util": "^6.8.1",
|
||||
"@polkadot/networks": "^6.9.1",
|
||||
"@polkadot/util": "^6.9.1",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"store": "^2.0.12"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/ui-shared",
|
||||
"version": "0.80.2-2",
|
||||
"version": "0.81.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.8.1",
|
||||
"@polkadot/util-crypto": "^6.8.1",
|
||||
"@polkadot/util": "^6.9.1",
|
||||
"@polkadot/util-crypto": "^6.9.1",
|
||||
"@types/color": "^3.0.1",
|
||||
"@types/xmlserializer": "^0.6.2"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@polkadot/vue-identicon",
|
||||
"version": "0.80.2-2",
|
||||
"version": "0.81.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.14.5",
|
||||
"@polkadot/ui-shared": "0.80.2-2",
|
||||
"@polkadot/util": "^6.8.1",
|
||||
"@polkadot/util-crypto": "^6.8.1",
|
||||
"@polkadot/ui-shared": "0.81.0",
|
||||
"@polkadot/util": "^6.9.1",
|
||||
"@polkadot/util-crypto": "^6.9.1",
|
||||
"jdenticon": "3.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -2246,9 +2246,9 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/hw-ledger-transports@npm:6.8.1":
|
||||
version: 6.8.1
|
||||
resolution: "@polkadot/hw-ledger-transports@npm:6.8.1"
|
||||
"@polkadot/hw-ledger-transports@npm:6.9.1":
|
||||
version: 6.9.1
|
||||
resolution: "@polkadot/hw-ledger-transports@npm:6.9.1"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.14.5
|
||||
"@ledgerhq/hw-transport-node-hid-singleton": ^5.51.1
|
||||
@@ -2257,42 +2257,42 @@ __metadata:
|
||||
dependenciesMeta:
|
||||
"@ledgerhq/hw-transport-node-hid-singleton":
|
||||
optional: true
|
||||
checksum: c7b1562b95bf2e62aefbbfb6a7caf2e5cf0c8962b352ccc6d56e9bba901a2ecbb2240e7a37490f25c93d54a71a8aa46a239de9e5234967db5f3def4b72e6dbf0
|
||||
checksum: ed3dc8f5373cb8d2f75c335610d4682f527a0bdacf8cf5ad94a0c03d555d93028fd449428999ca6283f1ef456d14e142846a89fc9c62af0273428702939c0034
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/hw-ledger@npm:^6.8.1":
|
||||
version: 6.8.1
|
||||
resolution: "@polkadot/hw-ledger@npm:6.8.1"
|
||||
"@polkadot/hw-ledger@npm:^6.9.1":
|
||||
version: 6.9.1
|
||||
resolution: "@polkadot/hw-ledger@npm:6.9.1"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.14.5
|
||||
"@polkadot/hw-ledger-transports": 6.8.1
|
||||
"@polkadot/util": ^6.8.1
|
||||
"@polkadot/hw-ledger-transports": 6.9.1
|
||||
"@polkadot/util": ^6.9.1
|
||||
"@zondax/ledger-polkadot": ^0.14.0
|
||||
checksum: 22496101669f25a4f84f45e764c9684d3e4d08353aa10441028f163b7deea4a32b7764c3d9f9990c470dd70f37df25e2ddd01e9291100a131a7fcf0f41ea75a8
|
||||
checksum: 8204bcab9130faae064db5b3cd4ab83d16e7dd173bd73136637bc468e61f969cde1acd0f13ac7f9333885da9cd9651e9850e7a95987b6f40145ec215df545c55
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/keyring@npm:^6.8.1":
|
||||
version: 6.8.1
|
||||
resolution: "@polkadot/keyring@npm:6.8.1"
|
||||
"@polkadot/keyring@npm:^6.9.1":
|
||||
version: 6.9.1
|
||||
resolution: "@polkadot/keyring@npm:6.9.1"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.14.5
|
||||
"@polkadot/util": 6.8.1
|
||||
"@polkadot/util-crypto": 6.8.1
|
||||
"@polkadot/util": 6.9.1
|
||||
"@polkadot/util-crypto": 6.9.1
|
||||
peerDependencies:
|
||||
"@polkadot/util": 6.8.1
|
||||
"@polkadot/util-crypto": 6.8.1
|
||||
checksum: a7c10a9c2e2f32d4ba03333044ada16c431b9e5500d41df4e1e27eb369d259a501479c134f666667d0d6e0218cf8628447ac679a866df5fc2ea084943377b47a
|
||||
"@polkadot/util": 6.9.1
|
||||
"@polkadot/util-crypto": 6.9.1
|
||||
checksum: 7fd43ed3cd93b6e0ff650c1ceaa08e6dd93426b2c417cef6411b1fd4fef5e7e263c5c464b8fcd9d3efdea7ebb0630aff161b79df1d5af46f178968f0b9dc0403
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/networks@npm:6.8.1, @polkadot/networks@npm:^6.8.1":
|
||||
version: 6.8.1
|
||||
resolution: "@polkadot/networks@npm:6.8.1"
|
||||
"@polkadot/networks@npm:6.9.1, @polkadot/networks@npm:^6.9.1":
|
||||
version: 6.9.1
|
||||
resolution: "@polkadot/networks@npm:6.9.1"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.14.5
|
||||
checksum: aa0f1aaef0a025982e0165449aa2e6534d968ed691374c9397d28659baf85075767412085b592ac6cdb4c36496f142e11f75642a6b12775a0bb98f42916ecdf7
|
||||
checksum: 204fa83cef8433d4f634c98e8d638cf3c309848678b4f769f75d53687af7169b8b6c3e58552bf534daab8b5305c73c9ae036229c708aaa124f4b3e70853ba3fa
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -2301,11 +2301,11 @@ __metadata:
|
||||
resolution: "@polkadot/react-identicon@workspace:packages/react-identicon"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.14.5
|
||||
"@polkadot/keyring": ^6.8.1
|
||||
"@polkadot/ui-settings": 0.80.2-2
|
||||
"@polkadot/ui-shared": 0.80.2-2
|
||||
"@polkadot/util": ^6.8.1
|
||||
"@polkadot/util-crypto": ^6.8.1
|
||||
"@polkadot/keyring": ^6.9.1
|
||||
"@polkadot/ui-settings": 0.81.0
|
||||
"@polkadot/ui-shared": 0.81.0
|
||||
"@polkadot/util": ^6.9.1
|
||||
"@polkadot/util-crypto": ^6.9.1
|
||||
"@types/react-copy-to-clipboard": ^5.0.0
|
||||
"@types/react-dom": ^17.0.7
|
||||
"@types/styled-components": ^5.1.10
|
||||
@@ -2331,8 +2331,8 @@ __metadata:
|
||||
resolution: "@polkadot/react-qr@workspace:packages/react-qr"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.14.5
|
||||
"@polkadot/util": ^6.8.1
|
||||
"@polkadot/util-crypto": ^6.8.1
|
||||
"@polkadot/util": ^6.9.1
|
||||
"@polkadot/util-crypto": ^6.9.1
|
||||
"@types/react-qr-reader": ^2.1.3
|
||||
"@types/styled-components": ^5.1.10
|
||||
qrcode-generator: ^1.4.4
|
||||
@@ -2347,14 +2347,14 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/reactnative-identicon@0.80.2-2, @polkadot/reactnative-identicon@workspace:packages/reactnative-identicon":
|
||||
"@polkadot/reactnative-identicon@0.81.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.14.5
|
||||
"@polkadot/ui-shared": 0.80.2-2
|
||||
"@polkadot/util": ^6.8.1
|
||||
"@polkadot/util-crypto": ^6.8.1
|
||||
"@polkadot/ui-shared": 0.81.0
|
||||
"@polkadot/util": ^6.9.1
|
||||
"@polkadot/util-crypto": ^6.9.1
|
||||
"@types/react-native": ^0.64.10
|
||||
react-native-svg: ^12.1.1
|
||||
peerDependencies:
|
||||
@@ -2382,16 +2382,16 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/ui-keyring@0.80.2-2, @polkadot/ui-keyring@workspace:packages/ui-keyring":
|
||||
"@polkadot/ui-keyring@0.81.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.14.5
|
||||
"@polkadot/hw-ledger": ^6.8.1
|
||||
"@polkadot/keyring": ^6.8.1
|
||||
"@polkadot/ui-settings": 0.80.2-2
|
||||
"@polkadot/util": ^6.8.1
|
||||
"@polkadot/x-rxjs": ^6.8.1
|
||||
"@polkadot/hw-ledger": ^6.9.1
|
||||
"@polkadot/keyring": ^6.9.1
|
||||
"@polkadot/ui-settings": 0.81.0
|
||||
"@polkadot/util": ^6.9.1
|
||||
"@polkadot/x-rxjs": ^6.9.1
|
||||
"@types/mkdirp": ^1.0.1
|
||||
"@types/store": ^2.0.2
|
||||
mkdirp: ^1.0.4
|
||||
@@ -2403,13 +2403,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/ui-settings@0.80.2-2, @polkadot/ui-settings@workspace:packages/ui-settings":
|
||||
"@polkadot/ui-settings@0.81.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.14.5
|
||||
"@polkadot/networks": ^6.8.1
|
||||
"@polkadot/util": ^6.8.1
|
||||
"@polkadot/networks": ^6.9.1
|
||||
"@polkadot/util": ^6.9.1
|
||||
"@types/store": ^2.0.2
|
||||
eventemitter3: ^4.0.7
|
||||
store: ^2.0.12
|
||||
@@ -2419,13 +2419,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/ui-shared@0.80.2-2, @polkadot/ui-shared@workspace:packages/ui-shared":
|
||||
"@polkadot/ui-shared@0.81.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.14.5
|
||||
"@polkadot/util": ^6.8.1
|
||||
"@polkadot/util-crypto": ^6.8.1
|
||||
"@polkadot/util": ^6.9.1
|
||||
"@polkadot/util-crypto": ^6.9.1
|
||||
"@types/color": ^3.0.1
|
||||
"@types/xmlserializer": ^0.6.2
|
||||
color: ^3.1.3
|
||||
@@ -2435,15 +2435,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/util-crypto@npm:6.8.1, @polkadot/util-crypto@npm:^6.8.1":
|
||||
version: 6.8.1
|
||||
resolution: "@polkadot/util-crypto@npm:6.8.1"
|
||||
"@polkadot/util-crypto@npm:6.9.1, @polkadot/util-crypto@npm:^6.9.1":
|
||||
version: 6.9.1
|
||||
resolution: "@polkadot/util-crypto@npm:6.9.1"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.14.5
|
||||
"@polkadot/networks": 6.8.1
|
||||
"@polkadot/util": 6.8.1
|
||||
"@polkadot/networks": 6.9.1
|
||||
"@polkadot/util": 6.9.1
|
||||
"@polkadot/wasm-crypto": ^4.0.2
|
||||
"@polkadot/x-randomvalues": 6.8.1
|
||||
"@polkadot/x-randomvalues": 6.9.1
|
||||
base-x: ^3.0.8
|
||||
base64-js: ^1.5.1
|
||||
blakejs: ^1.1.0
|
||||
@@ -2456,23 +2456,23 @@ __metadata:
|
||||
tweetnacl: ^1.0.3
|
||||
xxhashjs: ^0.2.2
|
||||
peerDependencies:
|
||||
"@polkadot/util": 6.8.1
|
||||
checksum: c2b2e10afb88654c170e4aa0020a1a636ab2a38a6c63c398fc2f100e848a15802afc3916a43cc441d571657e09d624f2289cf99dd7183909d3d4d6a41d257a5c
|
||||
"@polkadot/util": 6.9.1
|
||||
checksum: 11a3a4d2a223e700096e8f153679dd6865918faa3e9bef54865354d3836ae563b9a078b2fb5733c625a60fe410ce2b2f8306970dfac2f224970c17822e8dadc6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/util@npm:6.8.1, @polkadot/util@npm:^6.8.1":
|
||||
version: 6.8.1
|
||||
resolution: "@polkadot/util@npm:6.8.1"
|
||||
"@polkadot/util@npm:6.9.1, @polkadot/util@npm:^6.9.1":
|
||||
version: 6.9.1
|
||||
resolution: "@polkadot/util@npm:6.9.1"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.14.5
|
||||
"@polkadot/x-textdecoder": 6.8.1
|
||||
"@polkadot/x-textencoder": 6.8.1
|
||||
"@polkadot/x-textdecoder": 6.9.1
|
||||
"@polkadot/x-textencoder": 6.9.1
|
||||
"@types/bn.js": ^4.11.6
|
||||
bn.js: ^4.11.9
|
||||
camelcase: ^5.3.1
|
||||
ip-regex: ^4.3.0
|
||||
checksum: d460d4df7677b10cbef210795d648fda3c21dbb231c82fa46bf8e91ec1cede17fb39e7606daa00af5c1220ad304fd3a9993369a16948a3725673fdf9b914aeb6
|
||||
checksum: 709482f8bdbb6fe6737c3e1ac0fb9a7c637f5524d8cb8015cedffe3b5b84f46a02ee241db0935993f8117bd7fec3981f03638069007f14f12053fdd7ce4b1a6e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -2481,9 +2481,9 @@ __metadata:
|
||||
resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.14.5
|
||||
"@polkadot/ui-shared": 0.80.2-2
|
||||
"@polkadot/util": ^6.8.1
|
||||
"@polkadot/util-crypto": ^6.8.1
|
||||
"@polkadot/ui-shared": 0.81.0
|
||||
"@polkadot/util": ^6.9.1
|
||||
"@polkadot/util-crypto": ^6.9.1
|
||||
jdenticon: 3.1.0
|
||||
vue: ^2.6.14
|
||||
peerDependencies:
|
||||
@@ -2525,54 +2525,54 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-global@npm:6.8.1":
|
||||
version: 6.8.1
|
||||
resolution: "@polkadot/x-global@npm:6.8.1"
|
||||
"@polkadot/x-global@npm:6.9.1":
|
||||
version: 6.9.1
|
||||
resolution: "@polkadot/x-global@npm:6.9.1"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.14.5
|
||||
"@types/node-fetch": ^2.5.10
|
||||
node-fetch: ^2.6.1
|
||||
checksum: a7cbfae8896643551fcb1a039667ea009a91548fe1f194c3b158e0bca5ade38b10b4b74b3da5a20ee0ba8752a59806077b455cbe76fb316c345c70e5f39e2d44
|
||||
checksum: ba16d9875592dff8c60478089567988c521cce7ea008916325ead97d3aec683d2ebaf950f31de3be45358f2c54f8aa0f0155a4676321dc9d3d1f986cb06bc84d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-randomvalues@npm:6.8.1":
|
||||
version: 6.8.1
|
||||
resolution: "@polkadot/x-randomvalues@npm:6.8.1"
|
||||
"@polkadot/x-randomvalues@npm:6.9.1":
|
||||
version: 6.9.1
|
||||
resolution: "@polkadot/x-randomvalues@npm:6.9.1"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.14.5
|
||||
"@polkadot/x-global": 6.8.1
|
||||
checksum: 28f64cc3de95e582ca234f540f5a8a8c49a2af4f45c7ba3a578487517ff2a5b42d75d10bc0c111942ed4d7a3ba07ab600f678a3af340f9cf7dc7247055e757d3
|
||||
"@polkadot/x-global": 6.9.1
|
||||
checksum: fbd36b00c07b1f2656094f4032d4638e83d5591c86c9528ab10705633133746aa85bdbab18d6ebe21ef7bc95a03b57022512542400938ae0bf56e4ca0b650392
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-rxjs@npm:^6.8.1":
|
||||
version: 6.8.1
|
||||
resolution: "@polkadot/x-rxjs@npm:6.8.1"
|
||||
"@polkadot/x-rxjs@npm:^6.9.1":
|
||||
version: 6.9.1
|
||||
resolution: "@polkadot/x-rxjs@npm:6.9.1"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.14.5
|
||||
rxjs: ^6.6.7
|
||||
checksum: 61b9c179ed9e6de6878f4ebceea7386e2f79bafb307c0f6a74fddddd57c91bf7ee7571d73c8a9b4af8f7c4d84ed0edb676f243620d285a88dbe467cd3a8a0e77
|
||||
checksum: f76da1b52ea29e34b8625b2ad4b98592e0430e86e48cbccd048b6a8a882e89518341ac4605e3327d8da382b74d184f884df45e0ccf4a3912e021090d1ce9eb2a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-textdecoder@npm:6.8.1":
|
||||
version: 6.8.1
|
||||
resolution: "@polkadot/x-textdecoder@npm:6.8.1"
|
||||
"@polkadot/x-textdecoder@npm:6.9.1":
|
||||
version: 6.9.1
|
||||
resolution: "@polkadot/x-textdecoder@npm:6.9.1"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.14.5
|
||||
"@polkadot/x-global": 6.8.1
|
||||
checksum: d9ea7ff97cf7c67044fc7306c756574938ec1fa3a958fecf7c95fdbb280f64737fd4d84258e9c917433b8b790e91b77270491b4c4ed0bd4899937ed0a92afdb8
|
||||
"@polkadot/x-global": 6.9.1
|
||||
checksum: 16e42e15448025fbcd4b4419f14c7fddd29cd179dd61c26a9b76cb3378c307694bcca171c616aed7c4c89d5807e45c02fbf0435380e9197a525469ec2389c76a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-textencoder@npm:6.8.1":
|
||||
version: 6.8.1
|
||||
resolution: "@polkadot/x-textencoder@npm:6.8.1"
|
||||
"@polkadot/x-textencoder@npm:6.9.1":
|
||||
version: 6.9.1
|
||||
resolution: "@polkadot/x-textencoder@npm:6.9.1"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.14.5
|
||||
"@polkadot/x-global": 6.8.1
|
||||
checksum: 706e69130f0deac0dd3e4d8c09acf66b9a55b932bbc062f15a48db99e90c636216a9fce1233198abd20fad94a05f3943867bf924d4d0227f8a9ef40a2136bc61
|
||||
"@polkadot/x-global": 6.9.1
|
||||
checksum: 7c0ea24cc49c103b782d169ad6647a179834a6539aaa835ca040926db071f64e703d0ce830a17a84ed1ddd5631340525192ad272c95a5137d7e8eb056abccc04
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -7144,12 +7144,12 @@ __metadata:
|
||||
dependencies:
|
||||
"@babel/core": ^7.14.5
|
||||
"@babel/runtime": ^7.14.5
|
||||
"@polkadot/keyring": ^6.8.1
|
||||
"@polkadot/reactnative-identicon": 0.80.2-2
|
||||
"@polkadot/ui-keyring": 0.80.2-2
|
||||
"@polkadot/ui-settings": 0.80.2-2
|
||||
"@polkadot/util": ^6.8.1
|
||||
"@polkadot/util-crypto": ^6.8.1
|
||||
"@polkadot/keyring": ^6.9.1
|
||||
"@polkadot/reactnative-identicon": 0.81.0
|
||||
"@polkadot/ui-keyring": 0.81.0
|
||||
"@polkadot/ui-settings": 0.81.0
|
||||
"@polkadot/util": ^6.9.1
|
||||
"@polkadot/util-crypto": ^6.9.1
|
||||
"@react-native-community/async-storage": ^1.12.1
|
||||
"@react-native-community/cli-platform-ios": ^5.0.1-alpha.2
|
||||
"@types/react-test-renderer": 17.0.1
|
||||
|
||||
Reference in New Issue
Block a user