This commit is contained in:
Jaco
2021-10-16 09:44:31 +03:00
committed by GitHub
parent 725feb2528
commit 24dc52741b
14 changed files with 567 additions and 614 deletions
+11
View File
@@ -1,5 +1,16 @@
# CHANGELOG
## 0.86.1 Oct 16, 2021
Contributed:
- Check for existence of `process` before using (Thanks to https://github.com/wirednkod)
Changes:
- Updated to `@polkadot/{hw-ledger, keyring, util, util-crypto}` 7.5.1
## 0.85.5 Oct 10, 2021
Changes:
+6 -6
View File
@@ -8,7 +8,7 @@
"packages/*"
],
"resolutions": {
"typescript": "^4.4.3"
"typescript": "^4.4.4"
},
"scripts": {
"build": "polkadot-dev-build-ts",
@@ -30,21 +30,21 @@
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/runtime": "^7.15.4",
"@polkadot/dev": "^0.62.70",
"@polkadot/ts": "^0.4.8",
"@polkadot/x-bundle": "^7.4.1",
"@polkadot/dev": "^0.62.71",
"@polkadot/ts": "^0.4.9",
"@polkadot/x-bundle": "^7.5.1",
"@types/jest": "^27.0.2",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-native": "^0.66.0",
"react-native": "^0.66.1",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-serve": "^3.2.0"
},
"version": "0.85.6-0",
"version": "0.86.0",
"packageManager": "yarn@3.0.1"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/example-react",
"version": "0.85.6-0",
"version": "0.86.0",
"description": "A very basic example with ui-* & react-* packages",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/example-vue",
"version": "0.85.6-0",
"version": "0.86.0",
"description": "A very basic example with ui-* & vue-* packages",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.85.6-0",
"version": "0.86.0",
"private": true,
"scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
@@ -12,19 +12,19 @@
"test": "jest"
},
"dependencies": {
"@polkadot/keyring": "^7.4.1",
"@polkadot/reactnative-identicon": "0.85.6-0",
"@polkadot/ui-keyring": "0.85.6-0",
"@polkadot/ui-settings": "0.85.6-0",
"@polkadot/util": "^7.4.1",
"@polkadot/util-crypto": "^7.4.1",
"@polkadot/keyring": "^7.5.1",
"@polkadot/reactnative-identicon": "0.86.0",
"@polkadot/ui-keyring": "0.86.0",
"@polkadot/ui-settings": "0.86.0",
"@polkadot/util": "^7.5.1",
"@polkadot/util-crypto": "^7.5.1",
"@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react": "^17.0.2",
"react-native": "^0.66.0",
"react-native": "^0.66.1",
"react-native-crypto": "^2.2.0",
"react-native-randombytes": "^3.6.1",
"stream-http": "^3.2.0"
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-identicon",
"version": "0.85.6-0",
"version": "0.86.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
@@ -13,11 +13,11 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/keyring": "^7.4.1",
"@polkadot/ui-settings": "0.85.6-0",
"@polkadot/ui-shared": "0.85.6-0",
"@polkadot/util": "^7.4.1",
"@polkadot/util-crypto": "^7.4.1",
"@polkadot/keyring": "^7.5.1",
"@polkadot/ui-settings": "0.86.0",
"@polkadot/ui-shared": "0.86.0",
"@polkadot/util": "^7.5.1",
"@polkadot/util-crypto": "^7.5.1",
"color": "^3.2.1",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.1.1",
@@ -34,7 +34,7 @@
"styled-components": "*"
},
"devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.1",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.15",
"styled-components": "^5.3.1",
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-qr",
"version": "0.85.6-0",
"version": "0.86.0",
"type": "module",
"description": "Generates and reads QR codes",
"main": "index.js",
@@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/util": "^7.4.1",
"@polkadot/util-crypto": "^7.4.1",
"@polkadot/util": "^7.5.1",
"@polkadot/util-crypto": "^7.5.1",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.3.1"
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/reactnative-identicon",
"version": "0.85.6-0",
"version": "0.86.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
@@ -13,10 +13,10 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/ui-shared": "0.85.6-0",
"@polkadot/util": "^7.4.1",
"@polkadot/util-crypto": "^7.4.1",
"react-native-svg": "^12.2.0"
"@polkadot/ui-shared": "0.86.0",
"@polkadot/util": "^7.5.1",
"@polkadot/util-crypto": "^7.5.1",
"react-native-svg": "^12.1.1"
},
"peerDependencies": {
"@polkadot/util": "*",
@@ -25,6 +25,6 @@
"react-native": "*"
},
"devDependencies": {
"@types/react-native": "^0.65.5"
"@types/react-native": "^0.65.7"
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-assets",
"version": "0.85.6-0",
"version": "0.86.0",
"description": "Static assets shared accross projects",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-keyring",
"version": "0.85.6-0",
"version": "0.86.0",
"type": "module",
"main": "index.js",
"sideEffects": [
@@ -14,10 +14,10 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/hw-ledger": "^7.4.1",
"@polkadot/keyring": "^7.4.1",
"@polkadot/ui-settings": "0.85.6-0",
"@polkadot/util": "^7.4.1",
"@polkadot/hw-ledger": "^7.5.1",
"@polkadot/keyring": "^7.5.1",
"@polkadot/ui-settings": "0.86.0",
"@polkadot/util": "^7.5.1",
"mkdirp": "^1.0.4",
"rxjs": "^7.4.0",
"store": "^2.0.12"
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-settings",
"version": "0.85.6-0",
"version": "0.86.0",
"type": "module",
"description": "Manages app settings",
"main": "index.js",
@@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/networks": "^7.4.1",
"@polkadot/util": "^7.4.1",
"@polkadot/networks": "^7.5.1",
"@polkadot/util": "^7.5.1",
"eventemitter3": "^4.0.7",
"store": "^2.0.12"
},
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-shared",
"version": "0.85.6-0",
"version": "0.86.0",
"type": "module",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js",
@@ -17,8 +17,8 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^7.4.1",
"@polkadot/util-crypto": "^7.4.1",
"@polkadot/util": "^7.5.1",
"@polkadot/util-crypto": "^7.5.1",
"@types/color": "^3.0.2",
"@types/xmlserializer": "^0.6.2"
}
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/vue-identicon",
"version": "0.85.6-0",
"version": "0.86.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -13,9 +13,9 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@polkadot/ui-shared": "0.85.6-0",
"@polkadot/util": "^7.4.1",
"@polkadot/util-crypto": "^7.4.1",
"@polkadot/ui-shared": "0.86.0",
"@polkadot/util": "^7.5.1",
"@polkadot/util-crypto": "^7.5.1",
"jdenticon": "3.1.1"
},
"peerDependencies": {
+508 -566
View File
File diff suppressed because it is too large Load Diff