diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ae7682..3712c2fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # CHANGELOG -## 0.58.0-beta.x +## 0.58.1 Aug 31, 2020 + +- Add Subsocial to ss58 defaults (Thanks to https://github.com/F3Joule) - Support QR scanning where name contains ":" +- Support for Moonbeam ETH-compatible crypto types + ## 0.57.3 Jul 27, 2020 @@ -11,65 +15,80 @@ - Bump to `@polkadot/api` 1.26.1 - Bump to `@polkadot/util` 3.0.1 + ## 0.56.1 Jul 20, 2020 - Add Kulupu to ss58 options (https://github.com/carumusan) + - Remove CC1 naming for Polkadot (as applicable) - Flatten React IdentityIcon (no extra wrapping) - Bump to `@polkadot/api` 1.25.1 - Bump to `@polkadot/util` 2.18.1 + ## 0.55.1 Jul 2, 2020 - Better error-handling for invalid FileStore accounts (Thanks to https://github.com/yuhui1208) + - Adjust react-qr `Scan*` making `onScan` callbacks required - Rework the react-qr display to use functional components - Bump to `@polkadot/api` 1.21.1 - Bump to `@polkadot/util` 2.15.1 + ## 0.54.1 Jun 16, 2020 - Add genesisHash to signer payload (Thanks to https://github.com/hanwencheng) - Allow QR scanning to parse mini keys (Thanks to https://github.com/hanwencheng) + - Adjust ordering of available crypto types (native first) - Rename Substrate prefix entry (42) to "generic" - Bump to `@polkadot/api` 1.19.1 - Bump to `@polkadot/util` 2.14.1 + ## 0.53.1 May 14, 2020 - Add Ecdsa to the supported crypto types options (Thanks to https://github.com/akru) - Add Egedware to network prefix settings (Thanks to https://github.com/jnaviask) + - Add `addMultisig` into keyring (with all options to re-create address) - Bump to `@polkadot/api` 1.14.1 - Bump to `@polkadot/util` 2.10.1 + ## 0.52.1 Apr 15, 2020 - **Breaking change** (TypeScript only) The `*.d.ts` files now contain TypeScript 3.8 features, `#private`, which is not usable in older versions + - Allow for the encoding of chain-settings via QR (Thanks to https://github.com/hanwencheng) - Enhance checks for ws url in settings (Thanks to https://github.com/kwingram25) + - Start of `isAlternative` implementations for identicons to react, react-native & vue (currently only Polkadot sixPoint) - Bump to `@polkadot/api` 1.10 & `@polkadot/util` 2.8 - Convert `private ` to `#` - Remove internal/duplicated ui-keyring ss58Format mapping, rather set it directly on wrapped keyring + ## 0.51.1 Feb 18, 2020 - Support formatting of addresses via createPair base on latest upstream keyring - Bump to `@polkadot/api` 1.3.1 - Bump to `@polkadot/util` 2.4.1 + ## 0.50.1 Feb 16, 2020 - ui-settings does not expose pre-configured endpoints by default (only local dev node) - Bump to `@polkadot/api` 1.2.1 - Bump to `@polkadot/util` 2.3.1 + ## 0.49.1 Feb 06, 2020 - Add resolver for jest requires (tests from src) + ## 0.48.1 Jan 30, 2020 - Add Westend & Kulupulu, remove Alexander @@ -77,6 +96,7 @@ - Change display name for Kusama - Mirror QR scanning display + ## 0.47.1 Nov 29, 2019 - Support for Kusama CC3 (network endpoints) @@ -84,27 +104,33 @@ - Language options have been removed from settings (these will be app-specific) - QR display loops now have a timeout decay (slower as it loops) + ## 0.46.1 Oct 25, 2019 - Add an example for using React Native (thanks to https://github.com/cameronfr) + - Add base documentation for getting started - Add camera access to the setting structure + ## 0.45.1 Sep 26, 2019 -- Support for Kusama CC2 - **Breaking change** The subscription subject for `ui-keyring` does not return a pre-formatted React object anymore. This is SUI-specific, so had limited use and therefore should not even be split into a `react-keyring` component. Rather users of this functionality should construct their own options for their framework. + +- Support for Kusama CC2 - Experimental support for signing via Ledger HW - Add specific settings for the icon type to `ui-settings` - Add Edgeware live RPC endpoints to `ui-settings` - Adjust `react-identicon` highlights (validators) - Add `example-{react, vue}` highlighting simple use with `ui-keyring`, `ui-settings` & `*-identicon` components + ## 0.44.1 Sep 12, 2019 - Update `@polkadot/util` to 1.4.1 - Upddate to Babel 7.6 + ## 0.43.1 Sep 10, 2019 - Add W3F Node for Kusama @@ -113,16 +139,19 @@ - ui-keyring now check the genesisHash on all load operations (if supplied) - react-qr is now operational and integrated in the polkadot-js/extension and apps repos + ## 0.42.1 Aug 24, 2019 - **Breaking Change** The `@polkadot/ui-identicon` package has been renamed to `@polkadot/react-identicon` - **Breaking change** For `@polkadot/ui-keyring` the stores are now not exported from the index, imports should be changed to either `ui-keyring/stores` or explicitly to `ui-keyring/stores/Extension` + - Support for Kusama with endpoints and settings - The `@polkadot/reactnative-identicon` package has been added (only Polkadot support atm) - The `@polkadot/react-qr` package has been added to display/scan QR codes - `@polkadot/ui-settings` has UNfrastructure added as an RPC provider for Alex - `@polkadot/ui-settings` exposes a dropdown with address prefix options + ## 0.41.1 Jun 14, 2019 - Adapt interface to cater for new `@polkadot/keyring`, where pairs - @@ -135,15 +164,18 @@ - Remove previously deprecated kering functions, `createAccount`, `createAccountExternal` & `createAccountMnemonic` - Remove (previously deprecated), `@polkadot/ui-util`, all these functions have been incorporated in `@polkadot/util` + ## 0.40.1 Jun 04, 2019 - Address encoding changes, use encoded address instead of supplied + ## 0.39.1 May 22, 2019 - Allow for externally injected accounts - @polkadot/util 0.91.1 & @polkadot/api 0.79.1 + ## 0.38.1 May 08, 2019 - Sorting of keyring addresses @@ -152,23 +184,28 @@ - Ensure only a single instance of ui-keyring is loaded - Adjust short address option display (keyring options) + ## 0.37.1 Apr 03, 2019 - Add Emberic Elm (Dried Danta discontinued) - @polkadot/util & @polkadot/api 0.75.1 + ## 0.36.1 Mar 29, 2019 - Small fixes, latest @polkadot/wasm-* packages + ## 0.35.1 Mar 29, 2019 - @polkadot/util & @polkadot/api 0.75.1 + ## 0.34.1 Mar 28, 2019 - Fix for blake2 in Polkadot identicon generation + ## 0.33.1 Mar 23, 2019 - Rename createUri and createExternal to addExternal and addUri @@ -176,6 +213,7 @@ - Add additional createFromUri function to create pair, but not add it - Latest api, util & util-crypto (this with WASM and JS fallbacks) + ## 0.32.1 Mar 20, 2019 - Add createUri to create an account from a path uri @@ -183,35 +221,43 @@ - Deprecate createAccount, createAccountExternal and createAccountMnemonic - Fix styled-component dependencies when used in a non-@polkadot project + ## 0.31.1 Mar 18, 2019 - Allow for latest keyring with sr25519 derived support - When using dev mode, it assumes the substrate node has sr25519 derived keys + ## 0.30.1 Mar 14, 2019 - Swap to publishing -beta.x on merge (non-breaking testing) + ## 0.29.1 Mar 13, 2019 Swap to using a dev HDKD keyring (only available on latest substrate master, only affects nodes running with --dev, normal operation unaffected) + ## 0.28.1 Feb 21, 2019 Default Substrate icon is Jdenticon + ## 0.27.1 Feb 20, 2019 Replace Charred Cherry with Dried Danta, remove old decimals and token name configs + ## 0.26.1 Feb 14, 2019 Add keyring support for sd25519 (schnorrkel) + ## 0.25.1 Jan 09, 2019 Add `@polkadot/{keyring,util,util-crypto,types}` as peerDependencies for the various packages as used. Thie should allow less churn on this repo with version bumps, although it does add some extra effort onto the users of these libraries. (But the assumption is that they use these anyway) + ## 0.24.1 Dec 19, 2018 ## 0.23.1 Dec 14, 2018 diff --git a/lerna.json b/lerna.json index 43c64117..1140213a 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.58.0-beta.9" + "version": "0.58.0" } diff --git a/package.json b/package.json index 822e1da9..0b73bffc 100644 --- a/package.json +++ b/package.json @@ -46,5 +46,5 @@ "vue-template-compiler": "^2.6.12", "webpack-serve": "^3.2.0" }, - "version": "0.58.0-beta.9" + "version": "0.58.0" } diff --git a/packages/example-react/package.json b/packages/example-react/package.json index 51f16953..b9dd0530 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-react", - "version": "0.58.0-beta.9", + "version": "0.58.0", "description": "A very basic example with ui-* & react-* packages", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index af40d01d..b0795566 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-vue", - "version": "0.58.0-beta.9", + "version": "0.58.0", "description": "A very basic example with ui-* & vue-* packages", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/exampleReactNative/package.json b/packages/exampleReactNative/package.json index 58d37935..acfe7682 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -1,6 +1,6 @@ { "name": "exampleReactNative", - "version": "0.58.0-beta.9", + "version": "0.58.0", "private": true, "workspaces": { "nohoist": [ @@ -23,9 +23,9 @@ "test": "jest" }, "dependencies": { - "@polkadot/reactnative-identicon": "0.58.0-beta.9", - "@polkadot/ui-keyring": "0.58.0-beta.9", - "@polkadot/ui-settings": "0.58.0-beta.9", + "@polkadot/reactnative-identicon": "0.58.0", + "@polkadot/ui-keyring": "0.58.0", + "@polkadot/ui-settings": "0.58.0", "@react-native-community/async-storage": "^1.12.0", "fast-text-encoding": "^1.0.3", "get-yarn-workspaces": "^1.0.2", @@ -40,9 +40,9 @@ "devDependencies": { "@babel/core": "^7.11.4", "@babel/runtime": "^7.11.2", - "@polkadot/keyring": "^3.4.0-beta.1", - "@polkadot/util": "^3.4.0-beta.1", - "@polkadot/util-crypto": "^3.4.0-beta.1", + "@polkadot/keyring": "^3.4.1", + "@polkadot/util": "^3.4.1", + "@polkadot/util-crypto": "^3.4.1", "@react-native-community/cli-platform-ios": "^4.11.0", "@types/react-test-renderer": "16.9.3", "babel-jest": "^26.3.0", diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 796380f9..afe8f597 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-identicon", - "version": "0.58.0-beta.9", + "version": "0.58.0", "description": "Renders an SVG picture representing an address", "main": "index.js", "author": "Jaco Greeff ", @@ -10,8 +10,8 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/ui-settings": "0.58.0-beta.9", - "@polkadot/ui-shared": "0.58.0-beta.9", + "@polkadot/ui-settings": "0.58.0", + "@polkadot/ui-shared": "0.58.0", "color": "^3.1.2", "jdenticon": "2.2.0", "react-copy-to-clipboard": "^5.0.2" @@ -26,9 +26,9 @@ "styled-components": "*" }, "devDependencies": { - "@polkadot/keyring": "^3.4.0-beta.1", - "@polkadot/util": "^3.4.0-beta.1", - "@polkadot/util-crypto": "^3.4.0-beta.1", + "@polkadot/keyring": "^3.4.1", + "@polkadot/util": "^3.4.1", + "@polkadot/util-crypto": "^3.4.1", "@types/react-copy-to-clipboard": "^4.3.0", "@types/react-dom": "^16.9.8", "@types/styled-components": "^5.1.2", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index 81dcde0c..283d0957 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-qr", - "version": "0.58.0-beta.9", + "version": "0.58.0", "description": "Generates and reads QR codes", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 33b6638a..a3f35813 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/reactnative-identicon", - "version": "0.58.0-beta.9", + "version": "0.58.0", "description": "Renders an SVG picture representing an address", "main": "index.js", "author": "Jaco Greeff ", @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/ui-shared": "0.58.0-beta.9", + "@polkadot/ui-shared": "0.58.0", "react-native-svg": "^12.1.0" }, "peerDependencies": { @@ -19,7 +19,7 @@ "react-native": "*" }, "devDependencies": { - "@polkadot/util-crypto": "^3.4.0-beta.1", + "@polkadot/util-crypto": "^3.4.1", "@types/react-native": "^0.63.10" } } diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 56d210a2..b51b37dc 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.58.0-beta.9", + "version": "0.58.0", "description": "Static assets shared accross projects", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 3b9a3d87..1ad50339 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.58.0-beta.9", + "version": "0.58.0", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", @@ -25,9 +25,9 @@ "store": "^2.0.12" }, "devDependencies": { - "@polkadot/keyring": "^3.4.0-beta.1", - "@polkadot/types": "^1.31.0-beta.7", - "@polkadot/util": "^3.4.0-beta.1", + "@polkadot/keyring": "^3.4.1", + "@polkadot/types": "^1.31.1", + "@polkadot/util": "^3.4.1", "@types/ledgerhq__hw-transport-node-hid": "^4.22.1", "@types/ledgerhq__hw-transport-webusb": "^4.70.0", "@types/mkdirp": "^1.0.1", diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 98580c07..adac8df1 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.58.0-beta.9", + "version": "0.58.0", "description": "Manages app settings", "main": "index.js", "author": "Jaco Greeff ", @@ -14,7 +14,7 @@ "store": "^2.0.12" }, "devDependencies": { - "@polkadot/util": "^3.4.0-beta.1", + "@polkadot/util": "^3.4.1", "@types/store": "^2.0.2" }, "peerDependencies": { diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 5512d43b..960bb1f2 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-shared", - "version": "0.58.0-beta.9", + "version": "0.58.0", "description": "Shared logic that is usable accross all frameworks-specific areas", "main": "index.js", "author": "Jaco Greeff ", @@ -17,8 +17,8 @@ "@polkadot/util-crypto": "*" }, "devDependencies": { - "@polkadot/util": "^3.4.0-beta.1", - "@polkadot/util-crypto": "^3.4.0-beta.1", + "@polkadot/util": "^3.4.1", + "@polkadot/util-crypto": "^3.4.1", "@types/color": "^3.0.1", "@types/xmlserializer": "^0.6.1" } diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index 10d1b743..7ad125f0 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/vue-identicon", - "version": "0.58.0-beta.9", + "version": "0.58.0", "description": "Renders an SVG picture representing an address", "author": "Jaco Greeff ", "maintainers": [ @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.11.2", - "@polkadot/ui-shared": "0.58.0-beta.9", + "@polkadot/ui-shared": "0.58.0", "jdenticon": "2.2.0" }, "peerDependencies": { @@ -18,7 +18,7 @@ "vue": "*" }, "devDependencies": { - "@polkadot/util-crypto": "^3.4.0-beta.1", + "@polkadot/util-crypto": "^3.4.1", "vue": "^2.6.12" } } diff --git a/yarn.lock b/yarn.lock index 51b12f60..9d0cb26e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3147,28 +3147,28 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/keyring@npm:^3.4.0-beta.1": - version: 3.4.0-beta.1 - resolution: "@polkadot/keyring@npm:3.4.0-beta.1" +"@polkadot/keyring@npm:^3.4.1": + version: 3.4.1 + resolution: "@polkadot/keyring@npm:3.4.1" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/util": 3.4.0-beta.1 - "@polkadot/util-crypto": 3.4.0-beta.1 - checksum: b4fa44783e43bf2aa559bcf7ed3ed4d80b1f6fc94f7c97fc564a12a6547582ed4ac1846ecf66c6e1e5cf34a62964e7e54d6be6f5690b7f9736f82fd31a5d058c + "@polkadot/util": 3.4.1 + "@polkadot/util-crypto": 3.4.1 + checksum: d921a26c30dde6656e91644906a11755fca0476bc2be0e25915b8e0c4991091d236852acee5bfd092e71d6132d9f3d9b58fb1bab01b3aedfc19d6322fa20d032 languageName: node linkType: hard -"@polkadot/metadata@npm:1.31.0-beta.7": - version: 1.31.0-beta.7 - resolution: "@polkadot/metadata@npm:1.31.0-beta.7" +"@polkadot/metadata@npm:1.31.1": + version: 1.31.1 + resolution: "@polkadot/metadata@npm:1.31.1" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/types": 1.31.0-beta.7 - "@polkadot/types-known": 1.31.0-beta.7 - "@polkadot/util": ^3.4.0-beta.1 - "@polkadot/util-crypto": ^3.4.0-beta.1 + "@polkadot/types": 1.31.1 + "@polkadot/types-known": 1.31.1 + "@polkadot/util": ^3.4.1 + "@polkadot/util-crypto": ^3.4.1 bn.js: ^5.1.3 - checksum: 681dec75c5b4cf11e4f290e7ade5d65745cf763d6a590b86af4a777d5f578567ad86fa48e8314199a7ba3ac32b982b930167bdba95c4c37b45b7aeb767da3818 + checksum: 6439d23ac62f06fb88cc59fa1ca3969687f43399c561861cb6614652b3488c46eb98f9f5d5a05dc7686985f03d01914d6bc2691dc2c9ed025d1f15f59daff22c languageName: node linkType: hard @@ -3177,11 +3177,11 @@ __metadata: resolution: "@polkadot/react-identicon@workspace:packages/react-identicon" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/keyring": ^3.4.0-beta.1 - "@polkadot/ui-settings": 0.58.0-beta.9 - "@polkadot/ui-shared": 0.58.0-beta.9 - "@polkadot/util": ^3.4.0-beta.1 - "@polkadot/util-crypto": ^3.4.0-beta.1 + "@polkadot/keyring": ^3.4.1 + "@polkadot/ui-settings": 0.58.0 + "@polkadot/ui-shared": 0.58.0 + "@polkadot/util": ^3.4.1 + "@polkadot/util-crypto": ^3.4.1 "@types/react-copy-to-clipboard": ^4.3.0 "@types/react-dom": ^16.9.8 "@types/styled-components": ^5.1.2 @@ -3219,13 +3219,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/reactnative-identicon@0.58.0-beta.9, @polkadot/reactnative-identicon@workspace:packages/reactnative-identicon": +"@polkadot/reactnative-identicon@0.58.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.11.2 - "@polkadot/ui-shared": 0.58.0-beta.9 - "@polkadot/util-crypto": ^3.4.0-beta.1 + "@polkadot/ui-shared": 0.58.0 + "@polkadot/util-crypto": ^3.4.1 "@types/react-native": ^0.63.10 react-native-svg: ^12.1.0 peerDependencies: @@ -3244,31 +3244,31 @@ __metadata: languageName: node linkType: hard -"@polkadot/types-known@npm:1.31.0-beta.7": - version: 1.31.0-beta.7 - resolution: "@polkadot/types-known@npm:1.31.0-beta.7" +"@polkadot/types-known@npm:1.31.1": + version: 1.31.1 + resolution: "@polkadot/types-known@npm:1.31.1" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/types": 1.31.0-beta.7 - "@polkadot/util": ^3.4.0-beta.1 + "@polkadot/types": 1.31.1 + "@polkadot/util": ^3.4.1 bn.js: ^5.1.3 - checksum: 42358682df0b45ed1a1681e5658700e10b9e69bce0d3a42cd1b1ccc2e1527a9a757a5d19cd17fae3a2f1209150b747f5d08e6cd0f77c10086d16d5fca97f3224 + checksum: 5cf1ec70b65f16081824bdf65150c4568d0f3493e06c86ac2bf40d612becb1f574be9efce41ccae4d9620aee9e2c2612e1c32ae1044f4e00d637dd259c9207cf languageName: node linkType: hard -"@polkadot/types@npm:1.31.0-beta.7, @polkadot/types@npm:^1.31.0-beta.7": - version: 1.31.0-beta.7 - resolution: "@polkadot/types@npm:1.31.0-beta.7" +"@polkadot/types@npm:1.31.1, @polkadot/types@npm:^1.31.1": + version: 1.31.1 + resolution: "@polkadot/types@npm:1.31.1" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/metadata": 1.31.0-beta.7 - "@polkadot/util": ^3.4.0-beta.1 - "@polkadot/util-crypto": ^3.4.0-beta.1 + "@polkadot/metadata": 1.31.1 + "@polkadot/util": ^3.4.1 + "@polkadot/util-crypto": ^3.4.1 "@types/bn.js": ^4.11.6 bn.js: ^5.1.3 memoizee: ^0.4.14 rxjs: ^6.6.2 - checksum: 4a9c98fd6d6aa24644822f29322ffb86d395f706488d921c900972399a145138761ffad45129eb662c3f31e382c9e686e6f091f753c818a54a2c4d5da612700c + checksum: 3f6df9a72b31ff6510bb88ac46ea62e061694eb56cd29da88991d13e3453c18c0e46216cc7e4fe3b682c92c7c868edc3c9922806718bbd9d6854c47222605cbd languageName: node linkType: hard @@ -3280,16 +3280,16 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-keyring@0.58.0-beta.9, @polkadot/ui-keyring@workspace:packages/ui-keyring": +"@polkadot/ui-keyring@0.58.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.11.2 "@ledgerhq/hw-transport-node-hid": ^5.22.0 "@ledgerhq/hw-transport-webusb": ^5.22.0 - "@polkadot/keyring": ^3.4.0-beta.1 - "@polkadot/types": ^1.31.0-beta.7 - "@polkadot/util": ^3.4.0-beta.1 + "@polkadot/keyring": ^3.4.1 + "@polkadot/types": ^1.31.1 + "@polkadot/util": ^3.4.1 "@types/ledgerhq__hw-transport-node-hid": ^4.22.1 "@types/ledgerhq__hw-transport-webusb": ^4.70.0 "@types/mkdirp": ^1.0.1 @@ -3308,12 +3308,12 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-settings@0.58.0-beta.9, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@0.58.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.11.2 - "@polkadot/util": ^3.4.0-beta.1 + "@polkadot/util": ^3.4.1 "@types/store": ^2.0.2 eventemitter3: ^4.0.6 store: ^2.0.12 @@ -3322,13 +3322,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-shared@0.58.0-beta.9, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@0.58.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.11.2 - "@polkadot/util": ^3.4.0-beta.1 - "@polkadot/util-crypto": ^3.4.0-beta.1 + "@polkadot/util": ^3.4.1 + "@polkadot/util-crypto": ^3.4.1 "@types/color": ^3.0.1 "@types/xmlserializer": ^0.6.1 color: ^3.1.2 @@ -3338,13 +3338,13 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/util-crypto@npm:3.4.0-beta.1, @polkadot/util-crypto@npm:^3.4.0-beta.1": - version: 3.4.0-beta.1 - resolution: "@polkadot/util-crypto@npm:3.4.0-beta.1" +"@polkadot/util-crypto@npm:3.4.1, @polkadot/util-crypto@npm:^3.4.1": + version: 3.4.1 + resolution: "@polkadot/util-crypto@npm:3.4.1" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/util": 3.4.0-beta.1 - "@polkadot/wasm-crypto": ^1.4.0-beta.7 + "@polkadot/util": 3.4.1 + "@polkadot/wasm-crypto": ^1.4.1 base-x: ^3.0.8 bip39: ^3.0.2 blakejs: ^1.1.0 @@ -3355,13 +3355,13 @@ __metadata: scryptsy: ^2.1.0 tweetnacl: ^1.0.3 xxhashjs: ^0.2.2 - checksum: 47f5e27f96159e7e23bd9d39877802a44dc78b1693aad49559be419b0de738d7edfd6da6f46218a2dde3aab4c0d4c0362f29819e6e08b27248e56b9164183f47 + checksum: 518c4a76339efcae6797ea413e1280342194acf321f60d118f73fae201cd7611c27fa0a61c2bff3a3f417f11dedd5b37a1ed64823c63f5a49da334b3a2eaf662 languageName: node linkType: hard -"@polkadot/util@npm:3.4.0-beta.1, @polkadot/util@npm:^3.4.0-beta.1": - version: 3.4.0-beta.1 - resolution: "@polkadot/util@npm:3.4.0-beta.1" +"@polkadot/util@npm:3.4.1, @polkadot/util@npm:^3.4.1": + version: 3.4.1 + resolution: "@polkadot/util@npm:3.4.1" dependencies: "@babel/runtime": ^7.11.2 "@types/bn.js": ^4.11.6 @@ -3369,7 +3369,7 @@ __metadata: camelcase: ^5.3.1 chalk: ^4.1.0 ip-regex: ^4.1.0 - checksum: 5f915963950827641c4e06f7aa95c21e1bafcf43f4ef9d3ae55a4375f2f338fc452194bf29dbf72b2d0cfa8ccada3eac0e959d62e8ac960875f90414e6dcf3be + checksum: a7f138b980a31d6bf37821c56f4c5272bfa934c851948d1b26b8bf8dee530b8f3a95b23cae03dc0e1ddb90446a161e337ba4b6d693c298a5135d71b3c82357ce languageName: node linkType: hard @@ -3378,8 +3378,8 @@ __metadata: resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon" dependencies: "@babel/runtime": ^7.11.2 - "@polkadot/ui-shared": 0.58.0-beta.9 - "@polkadot/util-crypto": ^3.4.0-beta.1 + "@polkadot/ui-shared": 0.58.0 + "@polkadot/util-crypto": ^3.4.1 jdenticon: 2.2.0 vue: ^2.6.12 peerDependencies: @@ -3388,12 +3388,12 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/wasm-crypto@npm:^1.4.0-beta.7": - version: 1.4.0-beta.7 - resolution: "@polkadot/wasm-crypto@npm:1.4.0-beta.7" +"@polkadot/wasm-crypto@npm:^1.4.1": + version: 1.4.1 + resolution: "@polkadot/wasm-crypto@npm:1.4.1" peerDependencies: "@polkadot/util": "*" - checksum: c0ef227876ac80933ce17e89804c1938299760ec970820aec83fc39dad4af7669f2ae5fb2c2f62e9688cee2076e6baddaed28e60a9d0949d08e4d45735b20c09 + checksum: 5fff4c5f6d1625807c5e4355a7d228e42ecd477faaa79dabb7e738a800f51c0a9874f4ccfee9bce9ade2b2b99d8c7da2f12af8fa07d3ad43f154fc4eb0b66a5a languageName: node linkType: hard @@ -9424,12 +9424,12 @@ __metadata: dependencies: "@babel/core": ^7.11.4 "@babel/runtime": ^7.11.2 - "@polkadot/keyring": ^3.4.0-beta.1 - "@polkadot/reactnative-identicon": 0.58.0-beta.9 - "@polkadot/ui-keyring": 0.58.0-beta.9 - "@polkadot/ui-settings": 0.58.0-beta.9 - "@polkadot/util": ^3.4.0-beta.1 - "@polkadot/util-crypto": ^3.4.0-beta.1 + "@polkadot/keyring": ^3.4.1 + "@polkadot/reactnative-identicon": 0.58.0 + "@polkadot/ui-keyring": 0.58.0 + "@polkadot/ui-settings": 0.58.0 + "@polkadot/util": ^3.4.1 + "@polkadot/util-crypto": ^3.4.1 "@react-native-community/async-storage": ^1.12.0 "@react-native-community/cli-platform-ios": ^4.11.0 "@types/react-test-renderer": 16.9.3