@cosmjs/cosmwasm
Advanced tools
Comparing version 0.21.0 to 0.21.1
@@ -232,2 +232,3 @@ "use strict"; | ||
creator: entry.creator, | ||
admin: entry.admin, | ||
label: entry.label, | ||
@@ -247,2 +248,3 @@ })); | ||
creator: result.creator, | ||
admin: result.admin, | ||
label: result.label, | ||
@@ -249,0 +251,0 @@ initMsg: result.init_msg, |
{ | ||
"name": "@cosmjs/cosmwasm", | ||
"version": "0.21.0", | ||
"version": "0.21.1", | ||
"description": "CosmWasm SDK", | ||
@@ -41,7 +41,7 @@ "author": "Ethan Frey <ethanfrey@users.noreply.github.com>", | ||
"dependencies": { | ||
"@cosmjs/crypto": "^0.21.0", | ||
"@cosmjs/encoding": "^0.21.0", | ||
"@cosmjs/math": "^0.21.0", | ||
"@cosmjs/sdk38": "^0.21.0", | ||
"@cosmjs/utils": "^0.21.0", | ||
"@cosmjs/crypto": "^0.21.1", | ||
"@cosmjs/encoding": "^0.21.1", | ||
"@cosmjs/math": "^0.21.1", | ||
"@cosmjs/sdk38": "^0.21.1", | ||
"@cosmjs/utils": "^0.21.1", | ||
"axios": "^0.19.0", | ||
@@ -55,3 +55,3 @@ "fast-deep-equal": "^3.1.1", | ||
}, | ||
"gitHead": "0d4ab069b2277cd186a2037ac3a88a2ab914fbaa" | ||
"gitHead": "66c2b2309c27feecec6fdfb43be50820244665ed" | ||
} |
@@ -9,6 +9,6 @@ # @cosmjs/cosmwasm | ||
| CosmJS | CosmWasm | x/wasm | | ||
| ------ | -------- | ------ | | ||
| 0.21 | 0.9 | 0.9 | | ||
| 0.20 | 0.8 | 0.8 | | ||
| CosmWasm | x/wasm | @cosmjs/cosmwasm | | ||
| -------- | ------ | ---------------- | | ||
| 0.9 | 0.9 | `^0.21.0` | | ||
| 0.8 | 0.8 | `^0.20.1` | | ||
@@ -15,0 +15,0 @@ ## License |
@@ -79,2 +79,4 @@ import { BroadcastMode, Coin, CosmosSdkTx, IndexedTx, PubKey, StdTx } from "@cosmjs/sdk38"; | ||
readonly creator: string; | ||
/** Bech32-encoded admin address */ | ||
readonly admin: string | undefined; | ||
readonly label: string; | ||
@@ -81,0 +83,0 @@ } |
Sorry, the diff of this file is not supported yet
95806
1418
Updated@cosmjs/crypto@^0.21.1
Updated@cosmjs/encoding@^0.21.1
Updated@cosmjs/math@^0.21.1
Updated@cosmjs/sdk38@^0.21.1
Updated@cosmjs/utils@^0.21.1