mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-12 15:31:07 +00:00
@@ -1,5 +1,13 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 0.87.3 Dec 1, 2021
|
||||
|
||||
Changes:
|
||||
|
||||
- Use `hasProcess` check from `@polkadot/util`
|
||||
- Updated to `@polkadot/{hw-ledger, keyring, util, util-crypto}` 8.0.5
|
||||
|
||||
|
||||
## 0.87.2 Nov 30, 2021
|
||||
|
||||
Contributed:
|
||||
|
||||
+2
-2
@@ -10,7 +10,7 @@
|
||||
"url": "https://github.com/polkadot-js/ui.git"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"version": "0.87.3-0",
|
||||
"version": "0.87.3",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
@@ -36,7 +36,7 @@
|
||||
"@babel/runtime": "^7.16.3",
|
||||
"@polkadot/dev": "^0.63.33",
|
||||
"@polkadot/ts": "^0.4.15",
|
||||
"@polkadot/x-bundle": "^8.0.4",
|
||||
"@polkadot/x-bundle": "^8.0.5",
|
||||
"@types/jest": "^27.0.3",
|
||||
"babel-plugin-transform-vue-template": "^0.4.2",
|
||||
"empty": "^0.10.1",
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"url": "https://github.com/polkadot-js/ui.git"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"version": "0.87.3-0",
|
||||
"version": "0.87.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.3"
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"url": "https://github.com/polkadot-js/ui.git"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"version": "0.87.3-0",
|
||||
"version": "0.87.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.3"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "exampleReactNative",
|
||||
"version": "0.87.3-0",
|
||||
"version": "0.87.3",
|
||||
"license": "Apache-2.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@@ -21,12 +21,12 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"dependencies": {
|
||||
"@polkadot/keyring": "^8.0.4",
|
||||
"@polkadot/reactnative-identicon": "0.87.3-0",
|
||||
"@polkadot/ui-keyring": "0.87.3-0",
|
||||
"@polkadot/ui-settings": "0.87.3-0",
|
||||
"@polkadot/util": "^8.0.4",
|
||||
"@polkadot/util-crypto": "^8.0.4",
|
||||
"@polkadot/keyring": "^8.0.5",
|
||||
"@polkadot/reactnative-identicon": "0.87.3",
|
||||
"@polkadot/ui-keyring": "0.87.3",
|
||||
"@polkadot/ui-settings": "0.87.3",
|
||||
"@polkadot/util": "^8.0.5",
|
||||
"@polkadot/util-crypto": "^8.0.5",
|
||||
"@react-native-community/async-storage": "^1.12.1",
|
||||
"fast-text-encoding": "^1.0.3",
|
||||
"get-yarn-workspaces": "^1.0.2",
|
||||
|
||||
@@ -17,15 +17,15 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "0.87.3-0",
|
||||
"version": "0.87.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.3",
|
||||
"@polkadot/keyring": "^8.0.4",
|
||||
"@polkadot/ui-settings": "0.87.3-0",
|
||||
"@polkadot/ui-shared": "0.87.3-0",
|
||||
"@polkadot/util": "^8.0.4",
|
||||
"@polkadot/util-crypto": "^8.0.4",
|
||||
"@polkadot/keyring": "^8.0.5",
|
||||
"@polkadot/ui-settings": "0.87.3",
|
||||
"@polkadot/ui-shared": "0.87.3",
|
||||
"@polkadot/util": "^8.0.5",
|
||||
"@polkadot/util-crypto": "^8.0.5",
|
||||
"color": "^3.2.1",
|
||||
"ethereum-blockies-base64": "^1.0.2",
|
||||
"jdenticon": "3.1.1",
|
||||
|
||||
@@ -14,12 +14,12 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "0.87.3-0",
|
||||
"version": "0.87.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.3",
|
||||
"@polkadot/util": "^8.0.4",
|
||||
"@polkadot/util-crypto": "^8.0.4",
|
||||
"@polkadot/util": "^8.0.5",
|
||||
"@polkadot/util-crypto": "^8.0.5",
|
||||
"qrcode-generator": "^1.4.4",
|
||||
"react-qr-reader": "^2.2.1",
|
||||
"styled-components": "^5.3.3"
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "0.87.3-0",
|
||||
"version": "0.87.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.3",
|
||||
"@polkadot/ui-shared": "0.87.3-0",
|
||||
"@polkadot/util": "^8.0.4",
|
||||
"@polkadot/util-crypto": "^8.0.4",
|
||||
"@polkadot/ui-shared": "0.87.3",
|
||||
"@polkadot/util": "^8.0.5",
|
||||
"@polkadot/util-crypto": "^8.0.5",
|
||||
"react-native-svg": "^12.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"url": "https://github.com/polkadot-js/ui.git"
|
||||
},
|
||||
"sideEffects": false,
|
||||
"version": "0.87.3-0",
|
||||
"version": "0.87.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.3"
|
||||
|
||||
@@ -16,14 +16,14 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "0.87.3-0",
|
||||
"version": "0.87.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.3",
|
||||
"@polkadot/hw-ledger": "^8.0.4",
|
||||
"@polkadot/keyring": "^8.0.4",
|
||||
"@polkadot/ui-settings": "0.87.3-0",
|
||||
"@polkadot/util": "^8.0.4",
|
||||
"@polkadot/hw-ledger": "^8.0.5",
|
||||
"@polkadot/keyring": "^8.0.5",
|
||||
"@polkadot/ui-settings": "0.87.3",
|
||||
"@polkadot/util": "^8.0.5",
|
||||
"mkdirp": "^1.0.4",
|
||||
"rxjs": "^7.4.0",
|
||||
"store": "^2.0.12"
|
||||
|
||||
@@ -14,12 +14,12 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "0.87.3-0",
|
||||
"version": "0.87.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.3",
|
||||
"@polkadot/networks": "^8.0.4",
|
||||
"@polkadot/util": "^8.0.4",
|
||||
"@polkadot/networks": "^8.0.5",
|
||||
"@polkadot/util": "^8.0.5",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"store": "^2.0.12"
|
||||
},
|
||||
|
||||
@@ -14,15 +14,15 @@
|
||||
},
|
||||
"sideEffects": false,
|
||||
"type": "module",
|
||||
"version": "0.87.3-0",
|
||||
"version": "0.87.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.3",
|
||||
"color": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/util": "^8.0.4",
|
||||
"@polkadot/util-crypto": "^8.0.4",
|
||||
"@polkadot/util": "^8.0.5",
|
||||
"@polkadot/util-crypto": "^8.0.5",
|
||||
"@types/color": "^3.0.2",
|
||||
"@types/xmlserializer": "^0.6.2"
|
||||
},
|
||||
|
||||
@@ -17,13 +17,13 @@
|
||||
"./detectPackage.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "0.87.3-0",
|
||||
"version": "0.87.3",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.3",
|
||||
"@polkadot/ui-shared": "0.87.3-0",
|
||||
"@polkadot/util": "^8.0.4",
|
||||
"@polkadot/util-crypto": "^8.0.4",
|
||||
"@polkadot/ui-shared": "0.87.3",
|
||||
"@polkadot/util": "^8.0.5",
|
||||
"@polkadot/util-crypto": "^8.0.5",
|
||||
"jdenticon": "3.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -2268,9 +2268,9 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/hw-ledger-transports@npm:8.0.4":
|
||||
version: 8.0.4
|
||||
resolution: "@polkadot/hw-ledger-transports@npm:8.0.4"
|
||||
"@polkadot/hw-ledger-transports@npm:8.0.5":
|
||||
version: 8.0.5
|
||||
resolution: "@polkadot/hw-ledger-transports@npm:8.0.5"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.3
|
||||
"@ledgerhq/hw-transport": ^6.11.2
|
||||
@@ -2280,42 +2280,42 @@ __metadata:
|
||||
dependenciesMeta:
|
||||
"@ledgerhq/hw-transport-node-hid-singleton":
|
||||
optional: true
|
||||
checksum: 09c12c11276a66a316bd6e4a07e70549e6fe1fe0b952c50e8f48b4c36763077a6f226c343bbc8f89955af53634e0c8248381ed433a9debeaceb905c44d75c76a
|
||||
checksum: c5dfb2cfea990a883ed8810bf53c1e18721a8665ec3e98d3d0c72845f2c52ec49f4995bcac7700dd896b6736aa24514e9b0e399e394212a5061e29e1d193fef4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/hw-ledger@npm:^8.0.4":
|
||||
version: 8.0.4
|
||||
resolution: "@polkadot/hw-ledger@npm:8.0.4"
|
||||
"@polkadot/hw-ledger@npm:^8.0.5":
|
||||
version: 8.0.5
|
||||
resolution: "@polkadot/hw-ledger@npm:8.0.5"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.3
|
||||
"@polkadot/hw-ledger-transports": 8.0.4
|
||||
"@polkadot/util": 8.0.4
|
||||
"@polkadot/hw-ledger-transports": 8.0.5
|
||||
"@polkadot/util": 8.0.5
|
||||
"@zondax/ledger-substrate": ^0.18.0
|
||||
checksum: 3878e0016a625cb50c1d65922ab782d94069eb4f34c85f6ae61447c48d67d58c17341b71cb79a315d2402d6dea31caa4373ab8a72e69e9ab3a785cd266e7d6c4
|
||||
checksum: 6061eeeecb09f0314290d187c12c7152c8517a9e7549f1be9fa80bf2eea69baf6cce7d76bd3b24917f1f6c7dcd26bf175ea3c29f25312e0ab982ab60d3433cd6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/keyring@npm:^8.0.4":
|
||||
version: 8.0.4
|
||||
resolution: "@polkadot/keyring@npm:8.0.4"
|
||||
"@polkadot/keyring@npm:^8.0.5":
|
||||
version: 8.0.5
|
||||
resolution: "@polkadot/keyring@npm:8.0.5"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.3
|
||||
"@polkadot/util": 8.0.4
|
||||
"@polkadot/util-crypto": 8.0.4
|
||||
"@polkadot/util": 8.0.5
|
||||
"@polkadot/util-crypto": 8.0.5
|
||||
peerDependencies:
|
||||
"@polkadot/util": 8.0.4
|
||||
"@polkadot/util-crypto": 8.0.4
|
||||
checksum: 38e95493ee6b6afb1fb7be63ce48cfe2783848ac234623623c4e7eb6b9615b46d31f6289db43c5d7f0caa5559c5613a49af8bd5ed1b013779a9d0fbccc6d9e15
|
||||
"@polkadot/util": 8.0.5
|
||||
"@polkadot/util-crypto": 8.0.5
|
||||
checksum: ccc73b08949a1f880be10cd784aa4c9331178aedad309fd505329cedd7567843be81ff84187bd6b1be3f3a245456a3b613ec6025e181dfc9c23f536429a6e2b3
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/networks@npm:8.0.4, @polkadot/networks@npm:^8.0.4":
|
||||
version: 8.0.4
|
||||
resolution: "@polkadot/networks@npm:8.0.4"
|
||||
"@polkadot/networks@npm:8.0.5, @polkadot/networks@npm:^8.0.5":
|
||||
version: 8.0.5
|
||||
resolution: "@polkadot/networks@npm:8.0.5"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.3
|
||||
checksum: 050c4963fde1f0a1782ecc9af732272ab4c809ded1254164b9a9a9ac8a36634993d00c722b317b322a79dc81d165c0c18ab0a0cc83a58bae001b2151aff15a99
|
||||
checksum: 2f42ca45ecd5169e5b6a985ea3c44039fd8c54de6e8fd01848912f361cc82f2e0d318f146ab6ed6d9ea3af1d28160a6241f7c1490aefb134f9b283e387a5d9a4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -2324,11 +2324,11 @@ __metadata:
|
||||
resolution: "@polkadot/react-identicon@workspace:packages/react-identicon"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.3
|
||||
"@polkadot/keyring": ^8.0.4
|
||||
"@polkadot/ui-settings": 0.87.3-0
|
||||
"@polkadot/ui-shared": 0.87.3-0
|
||||
"@polkadot/util": ^8.0.4
|
||||
"@polkadot/util-crypto": ^8.0.4
|
||||
"@polkadot/keyring": ^8.0.5
|
||||
"@polkadot/ui-settings": 0.87.3
|
||||
"@polkadot/ui-shared": 0.87.3
|
||||
"@polkadot/util": ^8.0.5
|
||||
"@polkadot/util-crypto": ^8.0.5
|
||||
"@types/react-copy-to-clipboard": ^5.0.2
|
||||
"@types/react-dom": ^17.0.11
|
||||
"@types/styled-components": ^5.1.15
|
||||
@@ -2354,8 +2354,8 @@ __metadata:
|
||||
resolution: "@polkadot/react-qr@workspace:packages/react-qr"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.3
|
||||
"@polkadot/util": ^8.0.4
|
||||
"@polkadot/util-crypto": ^8.0.4
|
||||
"@polkadot/util": ^8.0.5
|
||||
"@polkadot/util-crypto": ^8.0.5
|
||||
"@types/react-qr-reader": ^2.1.4
|
||||
"@types/styled-components": ^5.1.15
|
||||
qrcode-generator: ^1.4.4
|
||||
@@ -2370,14 +2370,14 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/reactnative-identicon@0.87.3-0, @polkadot/reactnative-identicon@workspace:packages/reactnative-identicon":
|
||||
"@polkadot/reactnative-identicon@0.87.3, @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.16.3
|
||||
"@polkadot/ui-shared": 0.87.3-0
|
||||
"@polkadot/util": ^8.0.4
|
||||
"@polkadot/util-crypto": ^8.0.4
|
||||
"@polkadot/ui-shared": 0.87.3
|
||||
"@polkadot/util": ^8.0.5
|
||||
"@polkadot/util-crypto": ^8.0.5
|
||||
"@types/react-native": ^0.66.6
|
||||
react-native-svg: ^12.2.0
|
||||
peerDependencies:
|
||||
@@ -2405,15 +2405,15 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/ui-keyring@0.87.3-0, @polkadot/ui-keyring@workspace:packages/ui-keyring":
|
||||
"@polkadot/ui-keyring@0.87.3, @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.16.3
|
||||
"@polkadot/hw-ledger": ^8.0.4
|
||||
"@polkadot/keyring": ^8.0.4
|
||||
"@polkadot/ui-settings": 0.87.3-0
|
||||
"@polkadot/util": ^8.0.4
|
||||
"@polkadot/hw-ledger": ^8.0.5
|
||||
"@polkadot/keyring": ^8.0.5
|
||||
"@polkadot/ui-settings": 0.87.3
|
||||
"@polkadot/util": ^8.0.5
|
||||
"@types/mkdirp": ^1.0.2
|
||||
"@types/store": ^2.0.2
|
||||
mkdirp: ^1.0.4
|
||||
@@ -2426,13 +2426,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/ui-settings@0.87.3-0, @polkadot/ui-settings@workspace:packages/ui-settings":
|
||||
"@polkadot/ui-settings@0.87.3, @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.16.3
|
||||
"@polkadot/networks": ^8.0.4
|
||||
"@polkadot/util": ^8.0.4
|
||||
"@polkadot/networks": ^8.0.5
|
||||
"@polkadot/util": ^8.0.5
|
||||
"@types/store": ^2.0.2
|
||||
eventemitter3: ^4.0.7
|
||||
store: ^2.0.12
|
||||
@@ -2442,13 +2442,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/ui-shared@0.87.3-0, @polkadot/ui-shared@workspace:packages/ui-shared":
|
||||
"@polkadot/ui-shared@0.87.3, @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.16.3
|
||||
"@polkadot/util": ^8.0.4
|
||||
"@polkadot/util-crypto": ^8.0.4
|
||||
"@polkadot/util": ^8.0.5
|
||||
"@polkadot/util-crypto": ^8.0.5
|
||||
"@types/color": ^3.0.2
|
||||
"@types/xmlserializer": ^0.6.2
|
||||
color: ^3.2.1
|
||||
@@ -2458,38 +2458,38 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@polkadot/util-crypto@npm:8.0.4, @polkadot/util-crypto@npm:^8.0.4":
|
||||
version: 8.0.4
|
||||
resolution: "@polkadot/util-crypto@npm:8.0.4"
|
||||
"@polkadot/util-crypto@npm:8.0.5, @polkadot/util-crypto@npm:^8.0.5":
|
||||
version: 8.0.5
|
||||
resolution: "@polkadot/util-crypto@npm:8.0.5"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.3
|
||||
"@noble/hashes": 0.4.1
|
||||
"@polkadot/networks": 8.0.4
|
||||
"@polkadot/util": 8.0.4
|
||||
"@polkadot/networks": 8.0.5
|
||||
"@polkadot/util": 8.0.5
|
||||
"@polkadot/wasm-crypto": ^4.4.1
|
||||
"@polkadot/x-randomvalues": 8.0.4
|
||||
"@polkadot/x-randomvalues": 8.0.5
|
||||
bn.js: ^4.12.0
|
||||
ed2curve: ^0.3.0
|
||||
elliptic: ^6.5.4
|
||||
micro-base: ^0.9.0
|
||||
tweetnacl: ^1.0.3
|
||||
peerDependencies:
|
||||
"@polkadot/util": 8.0.4
|
||||
checksum: 29c81f81cc7053af17097ba365fc3f6529c886f93c1dcd2643daf522f7833fc6ada56a979d3e55e0571780f12ccb253c59aa836e7ac843ec0a428f3fa3a7db4a
|
||||
"@polkadot/util": 8.0.5
|
||||
checksum: 50b213d142fe6c1690846242631be452dd33af7386bab5ae65fb8ad64f1b6fe17cef7a70d12f80230a49470709f899dc5f3a8165d0a384f386c3583e34ce9f1a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/util@npm:8.0.4, @polkadot/util@npm:^8.0.4":
|
||||
version: 8.0.4
|
||||
resolution: "@polkadot/util@npm:8.0.4"
|
||||
"@polkadot/util@npm:8.0.5, @polkadot/util@npm:^8.0.5":
|
||||
version: 8.0.5
|
||||
resolution: "@polkadot/util@npm:8.0.5"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.3
|
||||
"@polkadot/x-textdecoder": 8.0.4
|
||||
"@polkadot/x-textencoder": 8.0.4
|
||||
"@polkadot/x-textdecoder": 8.0.5
|
||||
"@polkadot/x-textencoder": 8.0.5
|
||||
"@types/bn.js": ^4.11.6
|
||||
bn.js: ^4.12.0
|
||||
ip-regex: ^4.3.0
|
||||
checksum: 93e309a9a01cab103b6ed19d90aca06246df4930d735d5471c60b6fc470f99b7f07f45d1d1e2a91f918beff9482f89f49dc2dbe031ad84b29de6ad8bd5ab57ed
|
||||
checksum: 5fda3c2bfdfbe0929e24618c993cfef7c8006d4d0ada24fe8927ab2ddf4683a98ac37e22e61abd0eb7e71284697817e3ed88f2d37b5ccafa1e0b8a26657c122c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -2498,9 +2498,9 @@ __metadata:
|
||||
resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.3
|
||||
"@polkadot/ui-shared": 0.87.3-0
|
||||
"@polkadot/util": ^8.0.4
|
||||
"@polkadot/util-crypto": ^8.0.4
|
||||
"@polkadot/ui-shared": 0.87.3
|
||||
"@polkadot/util": ^8.0.5
|
||||
"@polkadot/util-crypto": ^8.0.5
|
||||
jdenticon: 3.1.1
|
||||
vue: ^2.6.14
|
||||
peerDependencies:
|
||||
@@ -2542,53 +2542,53 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-bundle@npm:^8.0.4":
|
||||
version: 8.0.4
|
||||
resolution: "@polkadot/x-bundle@npm:8.0.4"
|
||||
"@polkadot/x-bundle@npm:^8.0.5":
|
||||
version: 8.0.5
|
||||
resolution: "@polkadot/x-bundle@npm:8.0.5"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.3
|
||||
"@polkadot/util": 8.0.4
|
||||
"@polkadot/util": 8.0.5
|
||||
buffer-es6: ^4.9.3
|
||||
checksum: 2d2b816c592fd04aa63ea617080e748fe0638550ec8eda4cd2d5c52e3b6363f094d4a139e4c4297fff5a42f8c6228896c09041725dd597b5d267064cd3eaec84
|
||||
checksum: e206fc11134aabf3cd995143fc7eb63f7f1c8bfb246cfafbff437cd26ed6201c0cb55041841bfc14defeed018b2ebfd2970860e717b4b7e4becb6ba87043ec1e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-global@npm:8.0.4":
|
||||
version: 8.0.4
|
||||
resolution: "@polkadot/x-global@npm:8.0.4"
|
||||
"@polkadot/x-global@npm:8.0.5":
|
||||
version: 8.0.5
|
||||
resolution: "@polkadot/x-global@npm:8.0.5"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.3
|
||||
checksum: 5768d5df12d8c84eef8133d3a5d70e8a333813ec4bc05186df511d1d14fa0c84cb44b3e7915c902137a3ee6d3672f465aa7fde72e01f61ed1d85ed848bd4dce6
|
||||
checksum: fa4ad69b32d75a7733c34afd29067641c75dbec484d47071b1640747c5dcd20af80aee0188c64d90ea2747a936efe962620b4de58b3aa706167e5615bae2bc58
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-randomvalues@npm:8.0.4":
|
||||
version: 8.0.4
|
||||
resolution: "@polkadot/x-randomvalues@npm:8.0.4"
|
||||
"@polkadot/x-randomvalues@npm:8.0.5":
|
||||
version: 8.0.5
|
||||
resolution: "@polkadot/x-randomvalues@npm:8.0.5"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.3
|
||||
"@polkadot/x-global": 8.0.4
|
||||
checksum: c3c061b22db5ed41769f0db0184d27d8ae24dc04bbd7985a732b9cda0744eee6763e0845af626a20696e70604af495852113730f5374bb433e0ce83a21f50288
|
||||
"@polkadot/x-global": 8.0.5
|
||||
checksum: dc06f14226577ea4544cd203b2b00656562d3f47490e9385623f6f465f08ecb6d33b3f7ec3ed7e3861605d6beb279c537c0a7b12081a8a96c2260f1c1a2ca739
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-textdecoder@npm:8.0.4":
|
||||
version: 8.0.4
|
||||
resolution: "@polkadot/x-textdecoder@npm:8.0.4"
|
||||
"@polkadot/x-textdecoder@npm:8.0.5":
|
||||
version: 8.0.5
|
||||
resolution: "@polkadot/x-textdecoder@npm:8.0.5"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.3
|
||||
"@polkadot/x-global": 8.0.4
|
||||
checksum: dacd24bf207646206b286f88258fbb9171b558bc6d68d266f746cfa34dabfdc3674ec1080f74ed35e9de961a9ab1ebf0af7442e888244c0bd7498dc6d6e62499
|
||||
"@polkadot/x-global": 8.0.5
|
||||
checksum: 241e48ed28cd956ae70d3c1352c6d730c0b3ccf68e1c81851e64368a528f4e08eea415c5f18b48f1bb6fdd06aeb019e89ff0a671acf9c3d7e33393fd9d1a963b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@polkadot/x-textencoder@npm:8.0.4":
|
||||
version: 8.0.4
|
||||
resolution: "@polkadot/x-textencoder@npm:8.0.4"
|
||||
"@polkadot/x-textencoder@npm:8.0.5":
|
||||
version: 8.0.5
|
||||
resolution: "@polkadot/x-textencoder@npm:8.0.5"
|
||||
dependencies:
|
||||
"@babel/runtime": ^7.16.3
|
||||
"@polkadot/x-global": 8.0.4
|
||||
checksum: e711131a9e6818ceb03fb3bb26566bf12834f459201c5379b0cc84e55f3c00116a98276035b1f1261dade74d6a0bc2947c374ba000b01625bd340940d97af70a
|
||||
"@polkadot/x-global": 8.0.5
|
||||
checksum: ffb84166665517463072a35df344020e281395429f5e90a8e3b43c1ed9b720e8703667b29209d0e3e594971bc131ae6ba868e49e2da451048d4b669e9fdb2ea9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -7332,12 +7332,12 @@ __metadata:
|
||||
dependencies:
|
||||
"@babel/core": ^7.16.0
|
||||
"@babel/runtime": ^7.16.3
|
||||
"@polkadot/keyring": ^8.0.4
|
||||
"@polkadot/reactnative-identicon": 0.87.3-0
|
||||
"@polkadot/ui-keyring": 0.87.3-0
|
||||
"@polkadot/ui-settings": 0.87.3-0
|
||||
"@polkadot/util": ^8.0.4
|
||||
"@polkadot/util-crypto": ^8.0.4
|
||||
"@polkadot/keyring": ^8.0.5
|
||||
"@polkadot/reactnative-identicon": 0.87.3
|
||||
"@polkadot/ui-keyring": 0.87.3
|
||||
"@polkadot/ui-settings": 0.87.3
|
||||
"@polkadot/util": ^8.0.5
|
||||
"@polkadot/util-crypto": ^8.0.5
|
||||
"@react-native-community/async-storage": ^1.12.1
|
||||
"@react-native-community/cli-platform-ios": ^6.2.0
|
||||
"@types/react-test-renderer": 17.0.1
|
||||
@@ -14077,7 +14077,7 @@ resolve@^2.0.0-next.3:
|
||||
"@babel/runtime": ^7.16.3
|
||||
"@polkadot/dev": ^0.63.33
|
||||
"@polkadot/ts": ^0.4.15
|
||||
"@polkadot/x-bundle": ^8.0.4
|
||||
"@polkadot/x-bundle": ^8.0.5
|
||||
"@types/jest": ^27.0.3
|
||||
babel-plugin-transform-vue-template: ^0.4.2
|
||||
empty: ^0.10.1
|
||||
|
||||
Reference in New Issue
Block a user