@cosmjs/amino
Advanced tools
Comparing version 0.29.0-rc.1 to 0.29.0
@@ -64,3 +64,3 @@ "use strict"; | ||
return { | ||
amount: math_1.Uint64.fromString(match[1]).toString(), | ||
amount: match[1].replace(/^0+/, "") || "0", | ||
denom: match[2], | ||
@@ -67,0 +67,0 @@ }; |
{ | ||
"name": "@cosmjs/amino", | ||
"version": "0.29.0-rc.1", | ||
"version": "0.29.0", | ||
"description": "Helpers for Amino based signing.", | ||
@@ -43,6 +43,6 @@ "contributors": [ | ||
"dependencies": { | ||
"@cosmjs/crypto": "^0.29.0-rc.1", | ||
"@cosmjs/encoding": "^0.29.0-rc.1", | ||
"@cosmjs/math": "^0.29.0-rc.1", | ||
"@cosmjs/utils": "^0.29.0-rc.1" | ||
"@cosmjs/crypto": "^0.29.0", | ||
"@cosmjs/encoding": "^0.29.0", | ||
"@cosmjs/math": "^0.29.0", | ||
"@cosmjs/utils": "^0.29.0" | ||
}, | ||
@@ -82,4 +82,3 @@ "devDependencies": { | ||
"webpack-cli": "^4.6.0" | ||
}, | ||
"stableVersion": "0.28.11" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85913
Updated@cosmjs/crypto@^0.29.0
Updated@cosmjs/encoding@^0.29.0
Updated@cosmjs/math@^0.29.0
Updated@cosmjs/utils@^0.29.0