@cosmjs/cosmwasm-launchpad
Advanced tools
Comparing version 0.25.4 to 0.25.5
@@ -230,3 +230,3 @@ "use strict"; | ||
const wasm = testutils_spec_1.getHackatom().data; | ||
const { codeId, originalChecksum, originalSize, compressedChecksum, compressedSize, } = await client.upload(wasm); | ||
const { codeId, originalChecksum, originalSize, compressedChecksum, compressedSize } = await client.upload(wasm); | ||
expect(originalChecksum).toEqual(encoding_1.toHex(crypto_1.sha256(wasm))); | ||
@@ -233,0 +233,0 @@ expect(originalSize).toEqual(wasm.length); |
{ | ||
"name": "@cosmjs/cosmwasm-launchpad", | ||
"version": "0.25.4", | ||
"version": "0.25.5", | ||
"description": "CosmWasm SDK for Launchpad", | ||
@@ -42,7 +42,7 @@ "contributors": [ | ||
"dependencies": { | ||
"@cosmjs/crypto": "^0.25.4", | ||
"@cosmjs/encoding": "^0.25.4", | ||
"@cosmjs/launchpad": "^0.25.4", | ||
"@cosmjs/math": "^0.25.4", | ||
"@cosmjs/utils": "^0.25.4", | ||
"@cosmjs/crypto": "^0.25.5", | ||
"@cosmjs/encoding": "^0.25.5", | ||
"@cosmjs/launchpad": "^0.25.5", | ||
"@cosmjs/math": "^0.25.5", | ||
"@cosmjs/utils": "^0.25.5", | ||
"pako": "^2.0.2" | ||
@@ -54,3 +54,3 @@ }, | ||
}, | ||
"gitHead": "72a27e9969aa49d3bf1c56428992b4fc04039089" | ||
"gitHead": "9a0f120567021d51a8f37bcaf39cc3de4b7d9a3d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Updated@cosmjs/crypto@^0.25.5
Updated@cosmjs/encoding@^0.25.5
Updated@cosmjs/launchpad@^0.25.5
Updated@cosmjs/math@^0.25.5
Updated@cosmjs/utils@^0.25.5