This commit is contained in:
Jaco Greeff
2020-07-27 13:43:18 +02:00
committed by GitHub
parent 61400d4c03
commit 4126dffc96
10 changed files with 284 additions and 266 deletions
+7
View File
@@ -1,5 +1,12 @@
# CHANGELOG
### 0.57.1 Jul 27, 2020
- Support for JSON v3 kdf-enabled format
- Adjust password validity checks (alongside v3)
- 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)
+3 -3
View File
@@ -31,15 +31,15 @@
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/runtime": "^7.10.5",
"@polkadot/dev": "^0.55.27",
"@polkadot/dev": "^0.55.28",
"@polkadot/ts": "^0.3.29",
"@types/jest": "^26.0.5",
"@types/jest": "^26.0.7",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-is": "^16.13.1",
"react-native": "^0.63.1",
"react-native": "^0.63.2",
"vue-template-compiler": "^2.6.11",
"webpack-serve": "^3.2.0"
},
+5 -5
View File
@@ -32,7 +32,7 @@
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react": "16.13.1",
"react-native": "^0.63.1",
"react-native": "^0.63.2",
"react-native-crypto": "^2.2.0",
"react-native-randombytes": "^3.5.3",
"stream-http": "^3.1.1"
@@ -40,13 +40,13 @@
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/runtime": "^7.10.5",
"@polkadot/keyring": "^3.0.0-beta.2",
"@polkadot/util": "^3.0.0-beta.2",
"@polkadot/util-crypto": "^3.0.0-beta.2",
"@polkadot/keyring": "^3.0.1",
"@polkadot/util": "^3.0.1",
"@polkadot/util-crypto": "^3.0.1",
"@react-native-community/cli-platform-ios": "^4.10.1",
"@types/react-test-renderer": "16.9.2",
"babel-jest": "^26.1.0",
"metro-react-native-babel-preset": "^0.60.0",
"metro-react-native-babel-preset": "^0.61.0",
"react-test-renderer": "16.13.1"
},
"peerDependencies": {
+3 -3
View File
@@ -26,9 +26,9 @@
"styled-components": "*"
},
"devDependencies": {
"@polkadot/keyring": "^3.0.0-beta.2",
"@polkadot/util": "^3.0.0-beta.2",
"@polkadot/util-crypto": "^3.0.0-beta.2",
"@polkadot/keyring": "^3.0.1",
"@polkadot/util": "^3.0.1",
"@polkadot/util-crypto": "^3.0.1",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.1",
+2 -2
View File
@@ -19,7 +19,7 @@
"react-native": "*"
},
"devDependencies": {
"@polkadot/util-crypto": "^3.0.0-beta.2",
"@types/react-native": "^0.63.1"
"@polkadot/util-crypto": "^3.0.1",
"@types/react-native": "^0.63.2"
}
}
+3 -3
View File
@@ -25,9 +25,9 @@
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/keyring": "^3.0.0-beta.2",
"@polkadot/types": "^1.26.0-beta.1",
"@polkadot/util": "^3.0.0-beta.2",
"@polkadot/keyring": "^3.0.1",
"@polkadot/types": "^1.26.1",
"@polkadot/util": "^3.0.1",
"@types/ledgerhq__hw-transport-node-hid": "^4.22.1",
"@types/ledgerhq__hw-transport-webusb": "^4.70.0",
"@types/mkdirp": "^1.0.1",
+1 -1
View File
@@ -14,7 +14,7 @@
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/util": "^3.0.0-beta.2",
"@polkadot/util": "^3.0.1",
"@types/store": "^2.0.2"
},
"peerDependencies": {
+2 -2
View File
@@ -17,8 +17,8 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util": "^3.0.0-beta.2",
"@polkadot/util-crypto": "^3.0.0-beta.2",
"@polkadot/util": "^3.0.1",
"@polkadot/util-crypto": "^3.0.1",
"@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.0"
}
+1 -1
View File
@@ -18,7 +18,7 @@
"vue": "*"
},
"devDependencies": {
"@polkadot/util-crypto": "^3.0.0-beta.2",
"@polkadot/util-crypto": "^3.0.1",
"vue": "^2.6.11"
}
}
+257 -246
View File
File diff suppressed because it is too large Load Diff