This commit is contained in:
Jaco
2023-04-01 10:29:22 +03:00
committed by GitHub
parent 8470b347a4
commit e2f16b8e2e
10 changed files with 418 additions and 474 deletions
+7
View File
@@ -1,5 +1,12 @@
# CHANGELOG
## 3.1.4 Apr 1, 2023
Changes:
- Bump to `@polkadot/util` 11.1.3
## 3.1.3 Mar 25, 2023
Changes:
+6 -6
View File
@@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "3.1.4-0-x",
"version": "3.1.4",
"versions": {
"git": "3.1.4-0-x",
"npm": "3.1.3"
@@ -34,15 +34,15 @@
"test:one": "polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@polkadot/dev": "^0.72.25",
"@polkadot/x-bundle": "^11.1.2",
"@types/node": "^18.15.9",
"@polkadot/dev": "^0.72.29",
"@polkadot/x-bundle": "^11.1.3",
"@types/node": "^18.15.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-native": "^0.71.4"
"react-native": "^0.71.5"
},
"resolutions": {
"typescript": "^5.0.2"
"typescript": "^5.0.3"
}
}
+6 -6
View File
@@ -18,14 +18,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.1.4-0-x",
"version": "3.1.4",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^11.1.2",
"@polkadot/ui-settings": "3.1.4-0-x",
"@polkadot/ui-shared": "3.1.4-0-x",
"@polkadot/util": "^11.1.2",
"@polkadot/util-crypto": "^11.1.2",
"@polkadot/keyring": "^11.1.3",
"@polkadot/ui-settings": "3.1.4",
"@polkadot/ui-shared": "3.1.4",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.2.0",
"react-copy-to-clipboard": "^5.1.0",
+4 -4
View File
@@ -18,12 +18,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.1.4-0-x",
"version": "3.1.4",
"main": "index.js",
"dependencies": {
"@polkadot/ui-settings": "3.1.4-0-x",
"@polkadot/util": "^11.1.2",
"@polkadot/util-crypto": "^11.1.2",
"@polkadot/ui-settings": "3.1.4",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1",
"styled-components": "^5.3.9",
+4 -4
View File
@@ -18,12 +18,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.1.4-0-x",
"version": "3.1.4",
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.1.4-0-x",
"@polkadot/util": "^11.1.2",
"@polkadot/util-crypto": "^11.1.2",
"@polkadot/ui-shared": "3.1.4",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"react-native-svg": "^12.5.1",
"tslib": "^2.5.0"
},
+5 -5
View File
@@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.1.4-0-x",
"version": "3.1.4",
"main": "index.js",
"dependencies": {
"@polkadot/keyring": "^11.1.2",
"@polkadot/ui-settings": "3.1.4-0-x",
"@polkadot/util": "^11.1.2",
"@polkadot/util-crypto": "^11.1.2",
"@polkadot/keyring": "^11.1.3",
"@polkadot/ui-settings": "3.1.4",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"mkdirp": "^2.1.6",
"rxjs": "^7.8.0",
"store": "^2.0.12",
+3 -3
View File
@@ -18,11 +18,11 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.1.4-0-x",
"version": "3.1.4",
"main": "index.js",
"dependencies": {
"@polkadot/networks": "^11.1.2",
"@polkadot/util": "^11.1.2",
"@polkadot/networks": "^11.1.3",
"@polkadot/util": "^11.1.3",
"eventemitter3": "^5.0.0",
"store": "^2.0.12",
"tslib": "^2.5.0"
+3 -3
View File
@@ -18,15 +18,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.1.4-0-x",
"version": "3.1.4",
"main": "index.js",
"dependencies": {
"colord": "^2.9.3",
"tslib": "^2.5.0"
},
"devDependencies": {
"@polkadot/util": "^11.1.2",
"@polkadot/util-crypto": "^11.1.2",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"@types/xmlserializer": "^0.6.3",
"xmlserializer": "^0.6.1"
},
+4 -4
View File
@@ -18,12 +18,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "3.1.4-0-x",
"version": "3.1.4",
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.1.4-0-x",
"@polkadot/util": "^11.1.2",
"@polkadot/util-crypto": "^11.1.2",
"@polkadot/ui-shared": "3.1.4",
"@polkadot/util": "^11.1.3",
"@polkadot/util-crypto": "^11.1.3",
"jdenticon": "3.2.0",
"tslib": "^2.5.0"
},
+376 -439
View File
File diff suppressed because it is too large Load Diff