v0.24.0-alpha.2

This commit is contained in:
willclarktech
2020-11-04 15:57:53 +01:00
parent dffd039edf
commit f5126e59e2
17 changed files with 64 additions and 64 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@cosmjs/crypto",
"version": "0.24.0-alpha.0",
"version": "0.24.0-alpha.2",
"description": "Cryptography resources for blockchain projects",
"contributors": [
"IOV SAS <admin@iov.one>",
@@ -45,9 +45,9 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmjs/encoding": "^0.24.0-alpha.0",
"@cosmjs/math": "^0.24.0-alpha.0",
"@cosmjs/utils": "^0.24.0-alpha.0",
"@cosmjs/encoding": "^0.24.0-alpha.2",
"@cosmjs/math": "^0.24.0-alpha.2",
"@cosmjs/utils": "^0.24.0-alpha.2",
"bip39": "^3.0.2",
"bn.js": "^4.11.8",
"elliptic": "^6.5.3",