mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-19 01:51:05 +00:00
0.35
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
# 0.35.1
|
||||||
|
|
||||||
|
- @polkadot/util & @polkadot/api 0.75.1
|
||||||
|
|
||||||
# 0.34.1
|
# 0.34.1
|
||||||
|
|
||||||
- Fix for blake2 in Polkadot identicon generation
|
- Fix for blake2 in Polkadot identicon generation
|
||||||
|
|||||||
+1
-1
@@ -10,5 +10,5 @@
|
|||||||
"packages": [
|
"packages": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
"version": "0.35.1"
|
"version": "0.36.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@polkadot/ui-assets",
|
"name": "@polkadot/ui-assets",
|
||||||
"version": "0.35.1",
|
"version": "0.36.0",
|
||||||
"description": "Static assets shared accross projects",
|
"description": "Static assets shared accross projects",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@polkadot/ui-identicon",
|
"name": "@polkadot/ui-identicon",
|
||||||
"version": "0.35.1",
|
"version": "0.36.0",
|
||||||
"description": "Renders an SVG picture representing an address",
|
"description": "Renders an SVG picture representing an address",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.3.4",
|
"@babel/runtime": "^7.3.4",
|
||||||
"@polkadot/ui-settings": "^0.35.1",
|
"@polkadot/ui-settings": "^0.36.0",
|
||||||
"@types/color": "^3.0.0",
|
"@types/color": "^3.0.0",
|
||||||
"@types/react-copy-to-clipboard": "^4.2.6",
|
"@types/react-copy-to-clipboard": "^4.2.6",
|
||||||
"color": "^3.0.0",
|
"color": "^3.0.0",
|
||||||
@@ -24,8 +24,8 @@
|
|||||||
"react": "*"
|
"react": "*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/keyring": "^0.43.1",
|
"@polkadot/keyring": "^0.75.1",
|
||||||
"@polkadot/util-crypto": "^0.43.1",
|
"@polkadot/util-crypto": "^0.75.1",
|
||||||
"xmlserializer": "^0.6.1"
|
"xmlserializer": "^0.6.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@polkadot/ui-keyring",
|
"name": "@polkadot/ui-keyring",
|
||||||
"version": "0.35.1",
|
"version": "0.36.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": "https://github.com/polkadot-js/apps.git",
|
"repository": "https://github.com/polkadot-js/apps.git",
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
@@ -17,9 +17,9 @@
|
|||||||
"styled-components": "^4.1.3"
|
"styled-components": "^4.1.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/keyring": "^0.43.1",
|
"@polkadot/keyring": "^0.75.1",
|
||||||
"@polkadot/types": "^0.53.1",
|
"@polkadot/types": "^0.75.1",
|
||||||
"@polkadot/util": "^0.43.1"
|
"@polkadot/util": "^0.75.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@polkadot/keyring": "*",
|
"@polkadot/keyring": "*",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@polkadot/ui-settings",
|
"name": "@polkadot/ui-settings",
|
||||||
"version": "0.35.1",
|
"version": "0.36.0",
|
||||||
"description": "Manages app settings",
|
"description": "Manages app settings",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.3.4",
|
"@babel/runtime": "^7.3.4",
|
||||||
"@polkadot/util": "^0.43.1",
|
"@polkadot/util": "^0.75.1",
|
||||||
"@types/store": "^2.0.1",
|
"@types/store": "^2.0.1",
|
||||||
"store": "^2.0.12"
|
"store": "^2.0.12"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@polkadot/ui-util",
|
"name": "@polkadot/ui-util",
|
||||||
"version": "0.35.1",
|
"version": "0.36.0",
|
||||||
"description": "Utility functions (non-React) that aid in display, formats and determination",
|
"description": "Utility functions (non-React) that aid in display, formats and determination",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
"@babel/runtime": "^7.3.4"
|
"@babel/runtime": "^7.3.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@polkadot/types": "^0.53.1"
|
"@polkadot/types": "^0.75.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@polkadot/types": "*"
|
"@polkadot/types": "*"
|
||||||
|
|||||||
@@ -1683,14 +1683,14 @@
|
|||||||
typescript "^3.3.4000"
|
typescript "^3.3.4000"
|
||||||
vuepress "^1.0.0-alpha.44"
|
vuepress "^1.0.0-alpha.44"
|
||||||
|
|
||||||
"@polkadot/keyring@^0.43.1":
|
"@polkadot/keyring@^0.75.1":
|
||||||
version "0.43.1"
|
version "0.75.1"
|
||||||
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.43.1.tgz#08a4bca4c68a45ad897878e1451353eb77b34404"
|
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-0.75.1.tgz#9b3c32f5f403ba2b7f6aed760750111f49240cdd"
|
||||||
integrity sha512-PzWTQAm8cKSGjRkYWQe0XMWKL4wQnfsJWL2GIFdyNH9z9JYmFmz9kSG8VqZw2CfQe8qiUsxtq7pnZNQ5yK005Q==
|
integrity sha512-TdwtrEnTG0U7Ecnduuoi3ON2K2k+DMdsKWPjZmooaXb8x2piudDzg+ouVnU17uOWTWAOeofRrLZENzMfiXfKZA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.4.0"
|
"@babel/runtime" "^7.4.0"
|
||||||
"@polkadot/util" "^0.43.1"
|
"@polkadot/util" "^0.75.1"
|
||||||
"@polkadot/util-crypto" "^0.43.1"
|
"@polkadot/util-crypto" "^0.75.1"
|
||||||
"@types/bs58" "^4.0.0"
|
"@types/bs58" "^4.0.0"
|
||||||
bs58 "^4.0.1"
|
bs58 "^4.0.1"
|
||||||
|
|
||||||
@@ -1699,22 +1699,22 @@
|
|||||||
resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.56.tgz#ffd6e9c95704a7fb90b918193b9dc5c440114b27"
|
resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.56.tgz#ffd6e9c95704a7fb90b918193b9dc5c440114b27"
|
||||||
integrity sha512-wnt4zXxZXyz6WaubTO/I+nUElwV2DogFzdl6CrKfVn2PTWp8uHN06W9s40FH57ORtmQfDr9rLRP8Nq+oIyElbg==
|
integrity sha512-wnt4zXxZXyz6WaubTO/I+nUElwV2DogFzdl6CrKfVn2PTWp8uHN06W9s40FH57ORtmQfDr9rLRP8Nq+oIyElbg==
|
||||||
|
|
||||||
"@polkadot/types@^0.53.1":
|
"@polkadot/types@^0.75.1":
|
||||||
version "0.53.1"
|
version "0.75.1"
|
||||||
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.53.1.tgz#1120fd109f7599d4688a45c167011dd13f508d62"
|
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.75.1.tgz#46adcc3eb3f8c9db70e657d360c72cb8818a51ac"
|
||||||
integrity sha512-M+invuR07cCslUG76zr7ohQg/tlaa8aZb17slWeqwD271uorfxX6NvHhjlNImH73ChyxYYuUCRJEHqTzqO/sHg==
|
integrity sha512-j6MbYBgnzHM1Rfa+W/mdRlNuMPtzKzdlW3yp+ZGwEjcElNqVa8H3IIiHBH/zasco6WNjG3nhWI7GFqK5FM9uGw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.4.0"
|
"@babel/runtime" "^7.4.0"
|
||||||
"@polkadot/keyring" "^0.43.1"
|
"@polkadot/keyring" "^0.75.1"
|
||||||
"@polkadot/util" "^0.43.1"
|
"@polkadot/util" "^0.75.1"
|
||||||
|
|
||||||
"@polkadot/util-crypto@^0.43.1":
|
"@polkadot/util-crypto@^0.75.1":
|
||||||
version "0.43.1"
|
version "0.75.1"
|
||||||
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.43.1.tgz#01514f9af0e53f1115db7b547939d12b997df9ee"
|
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.75.1.tgz#9f2e85c3283a53248de7ac97cb08b82d6f13ea25"
|
||||||
integrity sha512-uf0CiagIggkXQWNO6E02Fqp8s2t10EIOhgIvScCvcv1aUrRP7BZgQoJ/cs0OvJygSB30Q1+OeL8C7lJlzuD9sw==
|
integrity sha512-8LIRUzXY96H0cv5YA4r/+GYJB4f/gM+SGz6OaEv6NKBagaQpA6MOEJIgMFQ7tsB6eDh2dwYouDrKHT+qIFNsCw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.4.0"
|
"@babel/runtime" "^7.4.0"
|
||||||
"@polkadot/util" "^0.43.1"
|
"@polkadot/util" "^0.75.1"
|
||||||
"@polkadot/wasm-crypto" "^0.6.1"
|
"@polkadot/wasm-crypto" "^0.6.1"
|
||||||
"@polkadot/wasm-dalek-ed25519" "^0.6.1"
|
"@polkadot/wasm-dalek-ed25519" "^0.6.1"
|
||||||
"@polkadot/wasm-schnorrkel" "^0.6.1"
|
"@polkadot/wasm-schnorrkel" "^0.6.1"
|
||||||
@@ -1730,10 +1730,10 @@
|
|||||||
tweetnacl "^1.0.1"
|
tweetnacl "^1.0.1"
|
||||||
xxhashjs "^0.2.2"
|
xxhashjs "^0.2.2"
|
||||||
|
|
||||||
"@polkadot/util@^0.43.1":
|
"@polkadot/util@^0.75.1":
|
||||||
version "0.43.1"
|
version "0.75.1"
|
||||||
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.43.1.tgz#defa098ed2030e53633e849c38c832bc23c42c5a"
|
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.75.1.tgz#f1719b7ac416e73d0683e443498b9693d7ac42f4"
|
||||||
integrity sha512-pxZ4O+qk7u2rgF4PkRwf3LAv2gje5fwc4454/lMYpafCap5U8WeARMEtJ2UAxK1+npTWCwgXJkFXCI2CfdbyIw==
|
integrity sha512-rXd8J6MR0MLFoi1duddUNL0ftKBtpuysgxUU4hGuVq335jS7xqNAV//nwwLXSLCsOkd3rlLJSz6mxbFXH/PfrQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.4.0"
|
"@babel/runtime" "^7.4.0"
|
||||||
"@types/bn.js" "^4.11.4"
|
"@types/bn.js" "^4.11.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user