diff --git a/CHANGELOG.md b/CHANGELOG.md index f5bc1b48..8ac57e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,28 +1,34 @@ -# 0.49.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 +# 0.48.1 Jan 30, 2020 - Add Westend & Kulupulu, remove Alexander - Update Edgeware wss uri - Change display name for Kusama - Mirror QR scanning display -# 0.47.1 +# 0.47.1 Nov 29, 2019 - Support for Kusama CC3 (network endpoints) - Genesis hashes for accounts can now lookup against a range (so CC2-locked accounts will show on CC3) - 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 +# 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 +# 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. @@ -32,12 +38,12 @@ - Adjust `react-identicon` highlights (validators) - Add `example-{react, vue}` highlighting simple use with `ui-keyring`, `ui-settings` & `*-identicon` components -# 0.44.1 +# 0.44.1 Sep 12, 2019 - Update `@polkadot/util` to 1.4.1 - Upddate to Babel 7.6 -# 0.43.1 +# 0.43.1 Sep 10, 2019 - Add W3F Node for Kusama - Add extended info to ui-settings, i.e. info on each option @@ -45,7 +51,7 @@ - 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 +# 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` @@ -55,7 +61,7 @@ - `@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 +# 0.41.1 Jun 14, 2019 - Adapt interface to cater for new `@polkadot/keyring`, where pairs - - expose `address` getter instead of `address()` @@ -67,16 +73,16 @@ - 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 +# 0.40.1 Jun 04, 2019 - Address encoding changes, use encoded address instead of supplied -# 0.39.1 +# 0.39.1 May 22, 2019 - Allow for externally injected accounts - @polkadot/util 0.91.1 & @polkadot/api 0.79.1 -# 0.38.1 +# 0.38.1 May 08, 2019 - Sorting of keyring addresses - Fix JSON import defaults (previously detection was not working for old accounts) @@ -84,62 +90,70 @@ - Ensure only a single instance of ui-keyring is loaded - Adjust short address option display (keyring options) -# 0.37.1 +# 0.37.1 Apr 03, 2019 - Add Emberic Elm (Dried Danta discontinued) - @polkadot/util & @polkadot/api 0.75.1 -# 0.36.1 +# 0.36.1 Mar 29, 2019 - Small fixes, latest @polkadot/wasm-* packages -# 0.35.1 +# 0.35.1 Mar 29, 2019 - @polkadot/util & @polkadot/api 0.75.1 -# 0.34.1 +# 0.34.1 Mar 28, 2019 - Fix for blake2 in Polkadot identicon generation -# 0.33.1 +# 0.33.1 Mar 23, 2019 - Rename createUri and createExternal to addExternal and addUri - Rename addAccountPair to addPair - 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 +# 0.32.1 Mar 20, 2019 - Add createUri to create an account from a path uri - Add createExternal as an alias for createAccountExternal - Deprecate createAccount, createAccountExternal and createAccountMnemonic - Fix styled-component dependencies when used in a non-@polkadot project -# 0.31.1 +# 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 +# 0.30.1 Mar 14, 2019 - Swap to publishing -beta.x on merge (non-breaking testing) -# 0.29.1 +# 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 +# 0.28.1 Feb 21, 2019 Default Substrate icon is Jdenticon -# 0.27.1 +# 0.27.1 Feb 20, 2019 Replace Charred Cherry with Dried Danta, remove old decimals and token name configs -# 0.26.1 +# 0.26.1 Feb 14, 2019 Add keyring support for sd25519 (schnorrkel) -# 0.25.1 +# 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 + +# 0.22.1 Dec 05, 2018 + +- Split from apps diff --git a/jest.resolver.js b/jest.resolver.js index 30e65dc9..b3ee74e4 100644 --- a/jest.resolver.js +++ b/jest.resolver.js @@ -6,9 +6,7 @@ const path = require('path'); module.exports = function resolver (file, config) { - if (file.includes('package.json')) { - return path.join(config.basedir.replace('/src', '/'), file); - } - - return config.defaultResolver(file, config); + return file.includes('package.json') + ? path.join(config.basedir.replace('/src', '/'), file) + : config.defaultResolver(file, config); }; diff --git a/lerna.json b/lerna.json index 713b755a..7708d3d8 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.50.0-beta.4" + "version": "0.50.0" } diff --git a/packages/example-react/package.json b/packages/example-react/package.json index 8919b330..700e3ee0 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-react", - "version": "0.50.0-beta.4", + "version": "0.50.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 35171d91..dfacf4c8 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-vue", - "version": "0.50.0-beta.4", + "version": "0.50.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 4c66f8ab..f0aacdb6 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -1,6 +1,6 @@ { "name": "exampleReactNative", - "version": "0.50.0-beta.4", + "version": "0.50.0", "private": true, "workspaces": { "nohoist": [ @@ -23,9 +23,9 @@ "test": "jest" }, "dependencies": { - "@polkadot/reactnative-identicon": "^0.50.0-beta.4", - "@polkadot/ui-keyring": "^0.50.0-beta.4", - "@polkadot/ui-settings": "^0.50.0-beta.4", + "@polkadot/reactnative-identicon": "^0.50.0", + "@polkadot/ui-keyring": "^0.50.0", + "@polkadot/ui-settings": "^0.50.0", "@react-native-community/async-storage": "^1.7.1", "fast-text-encoding": "^1.0.0", "get-yarn-workspaces": "^1.0.2", @@ -40,9 +40,9 @@ "devDependencies": { "@babel/core": "^7.8.4", "@babel/runtime": "^7.8.4", - "@polkadot/keyring": "^2.3.0-beta.6", - "@polkadot/util": "^2.3.0-beta.6", - "@polkadot/util-crypto": "^2.3.0-beta.6", + "@polkadot/keyring": "^2.3.1", + "@polkadot/util": "^2.3.1", + "@polkadot/util-crypto": "^2.3.1", "@react-native-community/cli-platform-ios": "^3.0.0", "@types/react-test-renderer": "16.9.2", "babel-jest": "^25.1.0", diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index a73088c4..4d1c09aa 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-identicon", - "version": "0.50.0-beta.4", + "version": "0.50.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.8.4", - "@polkadot/ui-settings": "^0.50.0-beta.4", - "@polkadot/ui-shared": "^0.50.0-beta.4", + "@polkadot/ui-settings": "^0.50.0", + "@polkadot/ui-shared": "^0.50.0", "color": "^3.1.2", "jdenticon": "2.2.0", "react-copy-to-clipboard": "^5.0.2", @@ -26,9 +26,9 @@ "react-is": "*" }, "devDependencies": { - "@polkadot/keyring": "^2.3.0-beta.6", - "@polkadot/util": "^2.3.0-beta.6", - "@polkadot/util-crypto": "^2.3.0-beta.6", + "@polkadot/keyring": "^2.3.1", + "@polkadot/util": "^2.3.1", + "@polkadot/util-crypto": "^2.3.1", "@types/react-copy-to-clipboard": "^4.3.0", "@types/react-dom": "^16.9.5", "@types/styled-components": "^4.4.3", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index 5e47ef2c..7c017086 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-qr", - "version": "0.50.0-beta.4", + "version": "0.50.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 edb48a86..85b533e5 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/reactnative-identicon", - "version": "0.50.0-beta.4", + "version": "0.50.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.8.4", - "@polkadot/ui-shared": "^0.50.0-beta.4", + "@polkadot/ui-shared": "^0.50.0", "react-native-svg": "^11.0.1" }, "peerDependencies": { @@ -19,7 +19,7 @@ "react-native": "*" }, "devDependencies": { - "@polkadot/util-crypto": "^2.3.0-beta.6", + "@polkadot/util-crypto": "^2.3.1", "@types/react-native": "^0.61.12" } } diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index bc675e9e..46c73875 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.50.0-beta.4", + "version": "0.50.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 86561b03..5fcdb389 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.50.0-beta.4", + "version": "0.50.0", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", @@ -26,9 +26,9 @@ "store": "^2.0.12" }, "devDependencies": { - "@polkadot/keyring": "^2.3.0-beta.6", - "@polkadot/types": "^1.2.0-beta.22", - "@polkadot/util": "^2.3.0-beta.6", + "@polkadot/keyring": "^2.3.1", + "@polkadot/types": "^1.2.1", + "@polkadot/util": "^2.3.1", "@types/ledgerhq__hw-transport-node-hid": "^4.21.1", "@types/ledgerhq__hw-transport-u2f": "^4.21.1", "@types/mkdirp": "^0.5.2", diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 31f2a448..4f906e87 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.50.0-beta.4", + "version": "0.50.0", "description": "Manages app settings", "main": "index.js", "author": "Jaco Greeff ", @@ -13,7 +13,7 @@ "store": "^2.0.12" }, "devDependencies": { - "@polkadot/util": "^2.3.0-beta.6", + "@polkadot/util": "^2.3.1", "@types/store": "^2.0.2" }, "peerDependencies": { diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index bd6dbee8..811a2417 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-shared", - "version": "0.50.0-beta.4", + "version": "0.50.0", "description": "Shared logic that is usable accross all frameworks-specific areas", "main": "index.js", "author": "Jaco Greeff ", @@ -16,7 +16,7 @@ "@polkadot/util-crypto": "*" }, "devDependencies": { - "@polkadot/util-crypto": "^2.3.0-beta.6", + "@polkadot/util-crypto": "^2.3.1", "@types/color": "^3.0.1" } } diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index a93cff92..1e506cbe 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/vue-identicon", - "version": "0.50.0-beta.4", + "version": "0.50.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.8.4", - "@polkadot/ui-shared": "^0.50.0-beta.4", + "@polkadot/ui-shared": "^0.50.0", "jdenticon": "2.2.0" }, "peerDependencies": { @@ -18,7 +18,7 @@ "vue": "*" }, "devDependencies": { - "@polkadot/util-crypto": "^2.3.0-beta.6", + "@polkadot/util-crypto": "^2.3.1", "vue": "^2.6.11" } } diff --git a/yarn.lock b/yarn.lock index 166b2979..2f575882 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2267,36 +2267,36 @@ dependencies: "@types/node" ">= 8" -"@polkadot/api-derive@^1.2.0-beta.22": - version "1.2.0-beta.22" - resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-1.2.0-beta.22.tgz#29cec8374a03a9e8ce0f8738d005266fb5797e19" - integrity sha512-ifXX0XlrJ9R90cZ1olRiLub2jMnRK/j4xRxDcQEVEt/dj04EbEIqLObHjiCeqww6UwUsm03PMziXVRokAedpXw== +"@polkadot/api-derive@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-1.2.1.tgz#df4abae2cdf3c72d89d1c6f87e647374fe93680f" + integrity sha512-HUgIDuVAWeLlDQufU03o/vgaGtLqIlsNc86gfL5H8Y2Fodhqr8EWogSbpkFdwhIac6MWXvTjQKxdCmssA6YwRw== dependencies: "@babel/runtime" "^7.8.4" - "@polkadot/api" "^1.2.0-beta.22" - "@polkadot/rpc-core" "^1.2.0-beta.22" - "@polkadot/rpc-provider" "^1.2.0-beta.22" - "@polkadot/types" "^1.2.0-beta.22" - "@polkadot/util" "^2.3.0-beta.6" - "@polkadot/util-crypto" "^2.3.0-beta.6" + "@polkadot/api" "^1.2.1" + "@polkadot/rpc-core" "^1.2.1" + "@polkadot/rpc-provider" "^1.2.1" + "@polkadot/types" "^1.2.1" + "@polkadot/util" "^2.3.1" + "@polkadot/util-crypto" "^2.3.1" bn.js "^5.1.1" memoizee "^0.4.14" rxjs "^6.5.4" -"@polkadot/api@^1.2.0-beta.22": - version "1.2.0-beta.22" - resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-1.2.0-beta.22.tgz#6b75cf3bb47f669e2770e33ad0de521072a6194b" - integrity sha512-my0s5lvE+FB4M8lnwbkcXEiwYM3VoiuBcyg9kFokACgK2x1WR7PCcXqcH09e/mZO7pnwUESHoEAYdlwewF0Zvg== +"@polkadot/api@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-1.2.1.tgz#ac10db7d2759a6b09d94597372dec32b2cf19153" + integrity sha512-5xC+0M3df+IYDY2u7q7VBUYqa9niFaXhaMCbr4+8lIjs8WyUuOFKABG8EvMQOEZYVtBu2/tCIm5HMSIcb+AaHQ== dependencies: "@babel/runtime" "^7.8.4" - "@polkadot/api-derive" "^1.2.0-beta.22" - "@polkadot/keyring" "^2.3.0-beta.6" - "@polkadot/metadata" "^1.2.0-beta.22" - "@polkadot/rpc-core" "^1.2.0-beta.22" - "@polkadot/rpc-provider" "^1.2.0-beta.22" - "@polkadot/types" "^1.2.0-beta.22" - "@polkadot/util" "^2.3.0-beta.6" - "@polkadot/util-crypto" "^2.3.0-beta.6" + "@polkadot/api-derive" "^1.2.1" + "@polkadot/keyring" "^2.3.1" + "@polkadot/metadata" "^1.2.1" + "@polkadot/rpc-core" "^1.2.1" + "@polkadot/rpc-provider" "^1.2.1" + "@polkadot/types" "^1.2.1" + "@polkadot/util" "^2.3.1" + "@polkadot/util-crypto" "^2.3.1" bn.js "^5.1.1" eventemitter3 "^4.0.0" rxjs "^6.5.4" @@ -2362,60 +2362,60 @@ webpack-cli "^3.3.11" yargs "^15.1.0" -"@polkadot/jsonrpc@^1.2.0-beta.22": - version "1.2.0-beta.22" - resolved "https://registry.yarnpkg.com/@polkadot/jsonrpc/-/jsonrpc-1.2.0-beta.22.tgz#e928dbecf765cb5e12840bb2b0d7401ed62d9597" - integrity sha512-45ReZLDmAAzDZzerwj4OphWphAJkZON3bVbwSoRSXPHnNitwXvfBD6AFF4jbbuFcFUm8hlSZuyhSgZ0KAtq6ag== +"@polkadot/jsonrpc@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/jsonrpc/-/jsonrpc-1.2.1.tgz#08c6744369ab4c6ea02004c2c1b73486c0a5c43c" + integrity sha512-VJq+u/q+R6iJDlXbX/Scn3kgoGocXT7tdGykUaUcryaLZe1VnxQFzww5kMfidr+eXtfxNQsw979J0O76W2VdUQ== dependencies: "@babel/runtime" "^7.8.4" - "@polkadot/types" "^1.2.0-beta.22" - "@polkadot/util" "^2.3.0-beta.6" + "@polkadot/types" "^1.2.1" + "@polkadot/util" "^2.3.1" -"@polkadot/keyring@^2.3.0-beta.6": - version "2.3.0-beta.6" - resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-2.3.0-beta.6.tgz#b647184f45ffa6ed3e332e2ce24f512bc6438964" - integrity sha512-/VSXoQ/uqE2sOoJWEFpyaR63GydoB0louQvPKWgL6URkAfJPjvqMMkTangQjD7Qa/RMiuUKpZ9mHLQLSrJtUjQ== +"@polkadot/keyring@^2.3.1": + version "2.3.1" + resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-2.3.1.tgz#64ed052760c6ebf3e71a2413a0f362d8522d0060" + integrity sha512-MvkyR/ohYAsSQrSEVBo6w/S5S9i4AEPYGNqPOyR7erEJD3YQjZhJJkJx23w6XsbWr0XDfzJG9SQ5uq585DIi4g== dependencies: "@babel/runtime" "^7.8.4" - "@polkadot/util" "^2.3.0-beta.6" - "@polkadot/util-crypto" "^2.3.0-beta.6" + "@polkadot/util" "^2.3.1" + "@polkadot/util-crypto" "^2.3.1" -"@polkadot/metadata@^1.2.0-beta.22": - version "1.2.0-beta.22" - resolved "https://registry.yarnpkg.com/@polkadot/metadata/-/metadata-1.2.0-beta.22.tgz#6eba88575d6b1f23fa1e6de5861334a068dac228" - integrity sha512-HUzI5AAioAwtmXS2w/Ewz6yi3ASCSxrh04ZYQGb6zu2qpiuxqVSFRuZGQAcGAhatWoYdNG0gsSbKcaQ+rgjV6Q== +"@polkadot/metadata@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/metadata/-/metadata-1.2.1.tgz#0b36f9b0c8533a029643aa1114d6c961c2e3c041" + integrity sha512-35yApYyInGQELiy0GqE6mbxBn0lUwgpkC/PXV6q+Y6eW0TNQR1eUSr9K4NUisBlZe4s9HDpclR3b39SVvlNr6g== dependencies: "@babel/runtime" "^7.8.4" - "@polkadot/types" "^1.2.0-beta.22" - "@polkadot/util" "^2.3.0-beta.6" - "@polkadot/util-crypto" "^2.3.0-beta.6" + "@polkadot/types" "^1.2.1" + "@polkadot/util" "^2.3.1" + "@polkadot/util-crypto" "^2.3.1" bn.js "^5.1.1" -"@polkadot/rpc-core@^1.2.0-beta.22": - version "1.2.0-beta.22" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-1.2.0-beta.22.tgz#e8733d4da17c9900c949d55ea4d3879a165815e0" - integrity sha512-ic96m2oWhAd42FW3ly6ENHghhqZUAxA3f6MzgNCuDSWHIwi3GLbliFbgYYZ/sY16TTPg6J5UTlzKjf05x0mefg== +"@polkadot/rpc-core@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-1.2.1.tgz#26b9ac765e08fcb2d976fa73ca7a7259d4c3caa0" + integrity sha512-oo43JM2O6gRVBusDk4EW8A+Ns5EVCpAvahYJTbbj7t34c0ToyUDhush/S6DquvgmAhdFxEELs8ilkeQSksegZg== dependencies: "@babel/runtime" "^7.8.4" - "@polkadot/jsonrpc" "^1.2.0-beta.22" - "@polkadot/metadata" "^1.2.0-beta.22" - "@polkadot/rpc-provider" "^1.2.0-beta.22" - "@polkadot/types" "^1.2.0-beta.22" - "@polkadot/util" "^2.3.0-beta.6" + "@polkadot/jsonrpc" "^1.2.1" + "@polkadot/metadata" "^1.2.1" + "@polkadot/rpc-provider" "^1.2.1" + "@polkadot/types" "^1.2.1" + "@polkadot/util" "^2.3.1" memoizee "^0.4.14" rxjs "^6.5.4" -"@polkadot/rpc-provider@^1.2.0-beta.22": - version "1.2.0-beta.22" - resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-1.2.0-beta.22.tgz#d2f82f3381f9445ef2b6174458ed33fc53d089e6" - integrity sha512-ycvuID0LmCbfDMbGpq++mRCW1JrvYnKfwr9ZoWmpnLY8W5dYMZZ6S58u7xFbwDN4mDe+Q6zJvogdAeUR80bcmA== +"@polkadot/rpc-provider@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-1.2.1.tgz#7478c5657eded5ce940234945d2e1da47f195b6c" + integrity sha512-Z8S5hSbWHjj+slEbjux3JvEmbcsse8ZB/eyBHsySJ3XMTUIOWmpfxO3CBRuVWXxfZXLCXDzphKlE8dNFtEgIlg== dependencies: "@babel/runtime" "^7.8.4" - "@polkadot/jsonrpc" "^1.2.0-beta.22" - "@polkadot/metadata" "^1.2.0-beta.22" - "@polkadot/types" "^1.2.0-beta.22" - "@polkadot/util" "^2.3.0-beta.6" - "@polkadot/util-crypto" "^2.3.0-beta.6" + "@polkadot/jsonrpc" "^1.2.1" + "@polkadot/metadata" "^1.2.1" + "@polkadot/types" "^1.2.1" + "@polkadot/util" "^2.3.1" + "@polkadot/util-crypto" "^2.3.1" bn.js "^5.1.1" eventemitter3 "^4.0.0" isomorphic-fetch "^2.2.1" @@ -2428,32 +2428,32 @@ dependencies: "@types/chrome" "^0.0.95" -"@polkadot/types@^1.2.0-beta.22": - version "1.2.0-beta.22" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-1.2.0-beta.22.tgz#30d8aca83647d09d5145ac387bb46f7d0917f481" - integrity sha512-EPZlg0LxJddCNUX73NoSdkUR8VY7focVm3TT7VoYDKVupRgCCfnJg21GVY0n/tZDI9kDEMDEOeebZdppAuXqRg== +"@polkadot/types@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-1.2.1.tgz#d3734942ec5e03b9ab0cf19c453bf54ff7608c76" + integrity sha512-fvDoDr2b6LgtWqIxWOhEHazq5N01hy8yNQb6BxI5thmHfq/21vpMO4cUkcDlPI1tmQKRbC5LxJ4yvxQBZPMppw== dependencies: "@babel/core" "^7.8.4" "@babel/register" "^7.8.3" "@babel/runtime" "^7.8.4" - "@polkadot/api" "^1.2.0-beta.22" - "@polkadot/metadata" "^1.2.0-beta.22" - "@polkadot/util" "^2.3.0-beta.6" - "@polkadot/util-crypto" "^2.3.0-beta.6" + "@polkadot/api" "^1.2.1" + "@polkadot/metadata" "^1.2.1" + "@polkadot/util" "^2.3.1" + "@polkadot/util-crypto" "^2.3.1" bn.js "^5.1.1" memoizee "^0.4.14" rxjs "^6.5.4" websocket "^1.0.31" yargs "^15.1.0" -"@polkadot/util-crypto@^2.3.0-beta.6": - version "2.3.0-beta.6" - resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-2.3.0-beta.6.tgz#c985f6bc3fafbcb73e202d2490d7e325075fc691" - integrity sha512-tLzrcG9ypnDaKkcGsxkCPNMAXO08q4YJf8k/+l2rvIH43jPYXg42WL6JRt40K0LVo8lq8FqUXPZEGJGscO6SIw== +"@polkadot/util-crypto@^2.3.1": + version "2.3.1" + resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-2.3.1.tgz#e95bace6ef59408657df1068f8044766744f453c" + integrity sha512-I9lKhheW/cWeFSs5NBgiw5WkkfAsceEzW4/eWf/s39TLVueUnOiXG/+fcaRHBZmBDMhK9Mc2FxvLn2Df6YQGUg== dependencies: "@babel/runtime" "^7.8.4" - "@polkadot/util" "^2.3.0-beta.6" - "@polkadot/wasm-crypto" "^0.20.1" + "@polkadot/util" "^2.3.1" + "@polkadot/wasm-crypto" "^1.0.1" base-x "^3.0.7" bip39 "^3.0.2" blakejs "^1.1.0" @@ -2465,22 +2465,21 @@ tweetnacl "^1.0.3" xxhashjs "^0.2.2" -"@polkadot/util@^2.3.0-beta.6": - version "2.3.0-beta.6" - resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-2.3.0-beta.6.tgz#a1ac033990ac4fdc1049697411879b9f9ca1489e" - integrity sha512-mEFyEou98vBrNHKMUvHmNcHG9PK+4CWYzKAyu9nM6BidM9J82vYILIfyN8SvESUKPH7Xa+ILVD1v0/7o4PZmkg== +"@polkadot/util@^2.3.1": + version "2.3.1" + resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-2.3.1.tgz#ea4142386e66db14eae78c8fda4fb62693cf072a" + integrity sha512-g00HThGm0t1sciOxDKuqnSsh6fyGUKtazVac0v58fMOtbX0geTu0TpddRdFav/L5KO6lkq8DBFUQW95x9Cf4gw== dependencies: "@babel/runtime" "^7.8.4" bn.js "^5.1.1" camelcase "^5.3.1" chalk "^3.0.0" ip-regex "^4.1.0" - moment "^2.24.0" -"@polkadot/wasm-crypto@^0.20.1": - version "0.20.1" - resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-0.20.1.tgz#422f61cf61c8067b9800e6493608aeed2c701729" - integrity sha512-HVmKEQoC7RTS15nGJkQDam8pvwBLjO/JJfhq1OI/zBSqi0KPoh2ZxThkyI+O4CjjY1W+HGvybe0uf0c+VDn62Q== +"@polkadot/wasm-crypto@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@polkadot/wasm-crypto/-/wasm-crypto-1.0.1.tgz#80a2a6e8d63a7decdd1163cc49b263ccef4ad36d" + integrity sha512-l6izEdPXl4V8SBU9m3ct5PkHcdKZVDJMb10CFPNuNXT5OXMRaDs+Rlt/EHKjh8wbv8s9EOqy42BSHO8Qqrcg/g== "@react-native-community/async-storage@^1.7.1": version "1.7.1" @@ -10923,11 +10922,6 @@ module-lookup-amd@^6.1.0: requirejs "^2.3.5" requirejs-config-file "^3.1.1" -moment@^2.24.0: - version "2.24.0" - resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b" - integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg== - morgan@^1.9.0: version "1.9.1" resolved "https://registry.yarnpkg.com/morgan/-/morgan-1.9.1.tgz#0a8d16734a1d9afbc824b99df87e738e58e2da59"