v0.24.0-alpha.23

This commit is contained in:
willclarktech
2021-02-09 17:21:29 +00:00
parent b180c48d8b
commit 52dc82bbe4
19 changed files with 77 additions and 77 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@cosmjs/crypto",
"version": "0.24.0-alpha.22",
"version": "0.24.0-alpha.23",
"description": "Cryptography resources for blockchain projects",
"contributors": [
"IOV SAS <admin@iov.one>",
@@ -41,9 +41,9 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/encoding": "^0.24.0-alpha.22",
"@cosmjs/math": "^0.24.0-alpha.22",
"@cosmjs/utils": "^0.24.0-alpha.22",
"@cosmjs/encoding": "^0.24.0-alpha.23",
"@cosmjs/math": "^0.24.0-alpha.23",
"@cosmjs/utils": "^0.24.0-alpha.23",
"bip39": "^3.0.2",
"bn.js": "^4.11.8",
"elliptic": "^6.5.3",