From 3f131a58c8cd08276dcd390976b79fd0cfb623ba Mon Sep 17 00:00:00 2001 From: Jaco Date: Tue, 30 Nov 2021 07:25:15 +0100 Subject: [PATCH] 0.87.2 (#549) --- CHANGELOG.md | 11 ++ package.json | 4 +- packages/example-react/package.json | 2 +- packages/example-vue/package.json | 2 +- packages/exampleReactNative/package.json | 14 +- packages/react-identicon/package.json | 12 +- packages/react-qr/package.json | 6 +- packages/reactnative-identicon/package.json | 8 +- packages/ui-assets/package.json | 2 +- packages/ui-keyring/package.json | 10 +- packages/ui-settings/package.json | 6 +- packages/ui-shared/package.json | 6 +- packages/vue-identicon/package.json | 8 +- yarn.lock | 184 ++++++++++---------- 14 files changed, 143 insertions(+), 132 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b5b8487..dbc55768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## 0.87.2 Nov 30, 2021 + +Contributed: + +- Correct check for `process` variable (Thanks to https://github.com/AndreiEres) + +Changes: + +- Updated to `@polkadot/{hw-ledger, keyring, util, util-crypto}` 8.0.4 + + ## 0.87.1 Nov 28, 2021 Changes: diff --git a/package.json b/package.json index 259a2a92..1c69e5ff 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.87.2-0", + "version": "0.87.2", "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.2", + "@polkadot/x-bundle": "^8.0.4", "@types/jest": "^27.0.3", "babel-plugin-transform-vue-template": "^0.4.2", "empty": "^0.10.1", diff --git a/packages/example-react/package.json b/packages/example-react/package.json index 3ee6834c..9bacb511 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.87.2-0", + "version": "0.87.2", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3" diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index b420dc92..d2b2396a 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.87.2-0", + "version": "0.87.2", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3" diff --git a/packages/exampleReactNative/package.json b/packages/exampleReactNative/package.json index 8da42cef..a0f0329f 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -1,6 +1,6 @@ { "name": "exampleReactNative", - "version": "0.87.2-0", + "version": "0.87.2", "license": "Apache-2.0", "private": true, "scripts": { @@ -21,12 +21,12 @@ }, "sideEffects": false, "dependencies": { - "@polkadot/keyring": "^8.0.2", - "@polkadot/reactnative-identicon": "0.87.2-0", - "@polkadot/ui-keyring": "0.87.2-0", - "@polkadot/ui-settings": "0.87.2-0", - "@polkadot/util": "^8.0.2", - "@polkadot/util-crypto": "^8.0.2", + "@polkadot/keyring": "^8.0.4", + "@polkadot/reactnative-identicon": "0.87.2", + "@polkadot/ui-keyring": "0.87.2", + "@polkadot/ui-settings": "0.87.2", + "@polkadot/util": "^8.0.4", + "@polkadot/util-crypto": "^8.0.4", "@react-native-community/async-storage": "^1.12.1", "fast-text-encoding": "^1.0.3", "get-yarn-workspaces": "^1.0.2", diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index c7eb833c..3d26eb6d 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -17,15 +17,15 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.87.2-0", + "version": "0.87.2", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3", - "@polkadot/keyring": "^8.0.2", - "@polkadot/ui-settings": "0.87.2-0", - "@polkadot/ui-shared": "0.87.2-0", - "@polkadot/util": "^8.0.2", - "@polkadot/util-crypto": "^8.0.2", + "@polkadot/keyring": "^8.0.4", + "@polkadot/ui-settings": "0.87.2", + "@polkadot/ui-shared": "0.87.2", + "@polkadot/util": "^8.0.4", + "@polkadot/util-crypto": "^8.0.4", "color": "^3.2.1", "ethereum-blockies-base64": "^1.0.2", "jdenticon": "3.1.1", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index 8bd704c2..11c9eecf 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -14,12 +14,12 @@ }, "sideEffects": false, "type": "module", - "version": "0.87.2-0", + "version": "0.87.2", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3", - "@polkadot/util": "^8.0.2", - "@polkadot/util-crypto": "^8.0.2", + "@polkadot/util": "^8.0.4", + "@polkadot/util-crypto": "^8.0.4", "qrcode-generator": "^1.4.4", "react-qr-reader": "^2.2.1", "styled-components": "^5.3.3" diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 1f52c1e9..7832be9e 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.87.2-0", + "version": "0.87.2", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3", - "@polkadot/ui-shared": "0.87.2-0", - "@polkadot/util": "^8.0.2", - "@polkadot/util-crypto": "^8.0.2", + "@polkadot/ui-shared": "0.87.2", + "@polkadot/util": "^8.0.4", + "@polkadot/util-crypto": "^8.0.4", "react-native-svg": "^12.2.0" }, "devDependencies": { diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index afbb4d07..61af273c 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.87.2-0", + "version": "0.87.2", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3" diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 0005277d..a1250f0b 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -16,14 +16,14 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.87.2-0", + "version": "0.87.2", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3", - "@polkadot/hw-ledger": "^8.0.2", - "@polkadot/keyring": "^8.0.2", - "@polkadot/ui-settings": "0.87.2-0", - "@polkadot/util": "^8.0.2", + "@polkadot/hw-ledger": "^8.0.4", + "@polkadot/keyring": "^8.0.4", + "@polkadot/ui-settings": "0.87.2", + "@polkadot/util": "^8.0.4", "mkdirp": "^1.0.4", "rxjs": "^7.4.0", "store": "^2.0.12" diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 2e935e1c..36e1cf49 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -14,12 +14,12 @@ }, "sideEffects": false, "type": "module", - "version": "0.87.2-0", + "version": "0.87.2", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3", - "@polkadot/networks": "^8.0.2", - "@polkadot/util": "^8.0.2", + "@polkadot/networks": "^8.0.4", + "@polkadot/util": "^8.0.4", "eventemitter3": "^4.0.7", "store": "^2.0.12" }, diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 395df92c..2454b564 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -14,15 +14,15 @@ }, "sideEffects": false, "type": "module", - "version": "0.87.2-0", + "version": "0.87.2", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3", "color": "^3.2.1" }, "devDependencies": { - "@polkadot/util": "^8.0.2", - "@polkadot/util-crypto": "^8.0.2", + "@polkadot/util": "^8.0.4", + "@polkadot/util-crypto": "^8.0.4", "@types/color": "^3.0.2", "@types/xmlserializer": "^0.6.2" }, diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index da5afe47..d4a1681b 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.87.2-0", + "version": "0.87.2", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3", - "@polkadot/ui-shared": "0.87.2-0", - "@polkadot/util": "^8.0.2", - "@polkadot/util-crypto": "^8.0.2", + "@polkadot/ui-shared": "0.87.2", + "@polkadot/util": "^8.0.4", + "@polkadot/util-crypto": "^8.0.4", "jdenticon": "3.1.1" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index a0960e43..bf515523 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2268,9 +2268,9 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/hw-ledger-transports@npm:8.0.2": - version: 8.0.2 - resolution: "@polkadot/hw-ledger-transports@npm:8.0.2" +"@polkadot/hw-ledger-transports@npm:8.0.4": + version: 8.0.4 + resolution: "@polkadot/hw-ledger-transports@npm:8.0.4" 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: bf946dfd4d991cbe8226a1716a0ffba6ce70451842bec52c5e1aa7dafcbc19bf618cf1713ff47812e7074f8987f3137e8224f14a0b817c510633f7ad572d87d7 + checksum: 09c12c11276a66a316bd6e4a07e70549e6fe1fe0b952c50e8f48b4c36763077a6f226c343bbc8f89955af53634e0c8248381ed433a9debeaceb905c44d75c76a languageName: node linkType: hard -"@polkadot/hw-ledger@npm:^8.0.2": - version: 8.0.2 - resolution: "@polkadot/hw-ledger@npm:8.0.2" +"@polkadot/hw-ledger@npm:^8.0.4": + version: 8.0.4 + resolution: "@polkadot/hw-ledger@npm:8.0.4" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/hw-ledger-transports": 8.0.2 - "@polkadot/util": 8.0.2 + "@polkadot/hw-ledger-transports": 8.0.4 + "@polkadot/util": 8.0.4 "@zondax/ledger-substrate": ^0.18.0 - checksum: cbd2acb0d8fb97e3440146972e0a7335b66e9b4f95b82b9d911db744b66c27497a91053997ba64caddd4481b00f359055824e847fe535785cd28b6c90e7b71b8 + checksum: 3878e0016a625cb50c1d65922ab782d94069eb4f34c85f6ae61447c48d67d58c17341b71cb79a315d2402d6dea31caa4373ab8a72e69e9ab3a785cd266e7d6c4 languageName: node linkType: hard -"@polkadot/keyring@npm:^8.0.2": - version: 8.0.2 - resolution: "@polkadot/keyring@npm:8.0.2" +"@polkadot/keyring@npm:^8.0.4": + version: 8.0.4 + resolution: "@polkadot/keyring@npm:8.0.4" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/util": 8.0.2 - "@polkadot/util-crypto": 8.0.2 + "@polkadot/util": 8.0.4 + "@polkadot/util-crypto": 8.0.4 peerDependencies: - "@polkadot/util": 8.0.2 - "@polkadot/util-crypto": 8.0.2 - checksum: 2e22fe5d2733e79567e2d552b23824f41b413ca544fe2409ec288bfd416ef16672b618e066d26ed8535a1a8c98dcba16ed50cf6cffd62b991182c11e6854606e + "@polkadot/util": 8.0.4 + "@polkadot/util-crypto": 8.0.4 + checksum: 38e95493ee6b6afb1fb7be63ce48cfe2783848ac234623623c4e7eb6b9615b46d31f6289db43c5d7f0caa5559c5613a49af8bd5ed1b013779a9d0fbccc6d9e15 languageName: node linkType: hard -"@polkadot/networks@npm:8.0.2, @polkadot/networks@npm:^8.0.2": - version: 8.0.2 - resolution: "@polkadot/networks@npm:8.0.2" +"@polkadot/networks@npm:8.0.4, @polkadot/networks@npm:^8.0.4": + version: 8.0.4 + resolution: "@polkadot/networks@npm:8.0.4" dependencies: "@babel/runtime": ^7.16.3 - checksum: b8ad7cb2239bc2a0aa69c1aa15afa9ff639ccc3457181b90f345c5bc2a18f443f077596ee7d0df3d603cb984a89acc8a426e185d00ba5d7144c763d7b7ce1c66 + checksum: 050c4963fde1f0a1782ecc9af732272ab4c809ded1254164b9a9a9ac8a36634993d00c722b317b322a79dc81d165c0c18ab0a0cc83a58bae001b2151aff15a99 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.2 - "@polkadot/ui-settings": 0.87.2-0 - "@polkadot/ui-shared": 0.87.2-0 - "@polkadot/util": ^8.0.2 - "@polkadot/util-crypto": ^8.0.2 + "@polkadot/keyring": ^8.0.4 + "@polkadot/ui-settings": 0.87.2 + "@polkadot/ui-shared": 0.87.2 + "@polkadot/util": ^8.0.4 + "@polkadot/util-crypto": ^8.0.4 "@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.2 - "@polkadot/util-crypto": ^8.0.2 + "@polkadot/util": ^8.0.4 + "@polkadot/util-crypto": ^8.0.4 "@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.2-0, @polkadot/reactnative-identicon@workspace:packages/reactnative-identicon": +"@polkadot/reactnative-identicon@0.87.2, @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.2-0 - "@polkadot/util": ^8.0.2 - "@polkadot/util-crypto": ^8.0.2 + "@polkadot/ui-shared": 0.87.2 + "@polkadot/util": ^8.0.4 + "@polkadot/util-crypto": ^8.0.4 "@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.2-0, @polkadot/ui-keyring@workspace:packages/ui-keyring": +"@polkadot/ui-keyring@0.87.2, @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.2 - "@polkadot/keyring": ^8.0.2 - "@polkadot/ui-settings": 0.87.2-0 - "@polkadot/util": ^8.0.2 + "@polkadot/hw-ledger": ^8.0.4 + "@polkadot/keyring": ^8.0.4 + "@polkadot/ui-settings": 0.87.2 + "@polkadot/util": ^8.0.4 "@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.2-0, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@0.87.2, @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.2 - "@polkadot/util": ^8.0.2 + "@polkadot/networks": ^8.0.4 + "@polkadot/util": ^8.0.4 "@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.2-0, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@0.87.2, @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.2 - "@polkadot/util-crypto": ^8.0.2 + "@polkadot/util": ^8.0.4 + "@polkadot/util-crypto": ^8.0.4 "@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.2, @polkadot/util-crypto@npm:^8.0.2": - version: 8.0.2 - resolution: "@polkadot/util-crypto@npm:8.0.2" +"@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" dependencies: "@babel/runtime": ^7.16.3 "@noble/hashes": 0.4.1 - "@polkadot/networks": 8.0.2 - "@polkadot/util": 8.0.2 + "@polkadot/networks": 8.0.4 + "@polkadot/util": 8.0.4 "@polkadot/wasm-crypto": ^4.4.1 - "@polkadot/x-randomvalues": 8.0.2 + "@polkadot/x-randomvalues": 8.0.4 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.2 - checksum: d9eb78eaedfab9dfe7900507eda79242e55105536ff190cb3b3a4bbc0fe50d6afbfb99b5309038d11bd8a2b651b9e0d7b33a5b53040fe97490c843426229f5ee + "@polkadot/util": 8.0.4 + checksum: 29c81f81cc7053af17097ba365fc3f6529c886f93c1dcd2643daf522f7833fc6ada56a979d3e55e0571780f12ccb253c59aa836e7ac843ec0a428f3fa3a7db4a languageName: node linkType: hard -"@polkadot/util@npm:8.0.2, @polkadot/util@npm:^8.0.2": - version: 8.0.2 - resolution: "@polkadot/util@npm:8.0.2" +"@polkadot/util@npm:8.0.4, @polkadot/util@npm:^8.0.4": + version: 8.0.4 + resolution: "@polkadot/util@npm:8.0.4" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/x-textdecoder": 8.0.2 - "@polkadot/x-textencoder": 8.0.2 + "@polkadot/x-textdecoder": 8.0.4 + "@polkadot/x-textencoder": 8.0.4 "@types/bn.js": ^4.11.6 bn.js: ^4.12.0 ip-regex: ^4.3.0 - checksum: 7039244ef3347e63147d586c9d6dc7d3a7000700a1df29842350a9c83e44639b7537f9e5d0f47b064718a5642dcded0a7c85b7d1666096fa1a144d576215afc7 + checksum: 93e309a9a01cab103b6ed19d90aca06246df4930d735d5471c60b6fc470f99b7f07f45d1d1e2a91f918beff9482f89f49dc2dbe031ad84b29de6ad8bd5ab57ed 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.2-0 - "@polkadot/util": ^8.0.2 - "@polkadot/util-crypto": ^8.0.2 + "@polkadot/ui-shared": 0.87.2 + "@polkadot/util": ^8.0.4 + "@polkadot/util-crypto": ^8.0.4 jdenticon: 3.1.1 vue: ^2.6.14 peerDependencies: @@ -2542,53 +2542,53 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-bundle@npm:^8.0.2": - version: 8.0.2 - resolution: "@polkadot/x-bundle@npm:8.0.2" +"@polkadot/x-bundle@npm:^8.0.4": + version: 8.0.4 + resolution: "@polkadot/x-bundle@npm:8.0.4" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/util": 8.0.2 + "@polkadot/util": 8.0.4 buffer-es6: ^4.9.3 - checksum: fb0f2cfb4e07faf92f842f3fa67dede45c2da52c3e6e3564a62bbaef56a641d46bce41776d58c79fc0ae1e221be5fe72caa9c7e90ab9bcca581b3721263127b7 + checksum: 2d2b816c592fd04aa63ea617080e748fe0638550ec8eda4cd2d5c52e3b6363f094d4a139e4c4297fff5a42f8c6228896c09041725dd597b5d267064cd3eaec84 languageName: node linkType: hard -"@polkadot/x-global@npm:8.0.2": - version: 8.0.2 - resolution: "@polkadot/x-global@npm:8.0.2" +"@polkadot/x-global@npm:8.0.4": + version: 8.0.4 + resolution: "@polkadot/x-global@npm:8.0.4" dependencies: "@babel/runtime": ^7.16.3 - checksum: b0e641a9604e6ae98de973bee6426ffb18e9b4a0285ddcd2040a2371de22d7b333c47d7f4a1d23d8b10ee7fed588dcf2a7ed5cc00405002406d5660b172222e8 + checksum: 5768d5df12d8c84eef8133d3a5d70e8a333813ec4bc05186df511d1d14fa0c84cb44b3e7915c902137a3ee6d3672f465aa7fde72e01f61ed1d85ed848bd4dce6 languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:8.0.2": - version: 8.0.2 - resolution: "@polkadot/x-randomvalues@npm:8.0.2" +"@polkadot/x-randomvalues@npm:8.0.4": + version: 8.0.4 + resolution: "@polkadot/x-randomvalues@npm:8.0.4" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/x-global": 8.0.2 - checksum: fccd12f1d9124f99e5fc20b49befa13346639539a412b3b750d7c3b34ba600ea2bde10178858ec8d4b9ebefd36077504f3ebccb2ea80cfef326db98d90f36da0 + "@polkadot/x-global": 8.0.4 + checksum: c3c061b22db5ed41769f0db0184d27d8ae24dc04bbd7985a732b9cda0744eee6763e0845af626a20696e70604af495852113730f5374bb433e0ce83a21f50288 languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:8.0.2": - version: 8.0.2 - resolution: "@polkadot/x-textdecoder@npm:8.0.2" +"@polkadot/x-textdecoder@npm:8.0.4": + version: 8.0.4 + resolution: "@polkadot/x-textdecoder@npm:8.0.4" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/x-global": 8.0.2 - checksum: 756f91dfba82a7cf354b5e0ddd0c0de16880896788cbd372c6a2339c5fd41d062e0908070253d2e22d90bca0111863b5d577409d5d708119d7646e1f83409b84 + "@polkadot/x-global": 8.0.4 + checksum: dacd24bf207646206b286f88258fbb9171b558bc6d68d266f746cfa34dabfdc3674ec1080f74ed35e9de961a9ab1ebf0af7442e888244c0bd7498dc6d6e62499 languageName: node linkType: hard -"@polkadot/x-textencoder@npm:8.0.2": - version: 8.0.2 - resolution: "@polkadot/x-textencoder@npm:8.0.2" +"@polkadot/x-textencoder@npm:8.0.4": + version: 8.0.4 + resolution: "@polkadot/x-textencoder@npm:8.0.4" dependencies: "@babel/runtime": ^7.16.3 - "@polkadot/x-global": 8.0.2 - checksum: adc0daf22a96b892404bf7220b87538b6bc68d607037ad8166083f4b24334f7b362fd3ec037cd7f3dd02c9f2fd860dd2ad24a6599fd3515c2b46ea68e0717b81 + "@polkadot/x-global": 8.0.4 + checksum: e711131a9e6818ceb03fb3bb26566bf12834f459201c5379b0cc84e55f3c00116a98276035b1f1261dade74d6a0bc2947c374ba000b01625bd340940d97af70a languageName: node linkType: hard @@ -7332,12 +7332,12 @@ __metadata: dependencies: "@babel/core": ^7.16.0 "@babel/runtime": ^7.16.3 - "@polkadot/keyring": ^8.0.2 - "@polkadot/reactnative-identicon": 0.87.2-0 - "@polkadot/ui-keyring": 0.87.2-0 - "@polkadot/ui-settings": 0.87.2-0 - "@polkadot/util": ^8.0.2 - "@polkadot/util-crypto": ^8.0.2 + "@polkadot/keyring": ^8.0.4 + "@polkadot/reactnative-identicon": 0.87.2 + "@polkadot/ui-keyring": 0.87.2 + "@polkadot/ui-settings": 0.87.2 + "@polkadot/util": ^8.0.4 + "@polkadot/util-crypto": ^8.0.4 "@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.2 + "@polkadot/x-bundle": ^8.0.4 "@types/jest": ^27.0.3 babel-plugin-transform-vue-template: ^0.4.2 empty: ^0.10.1