@cosmology/types
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@cosmology/types", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Telescope types", | ||
@@ -62,3 +62,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
}, | ||
"gitHead": "5de8f5b1ecb929a694a80f3882419389d55e2e54" | ||
"gitHead": "7e17ed3355f65b0a0b287717ffe5b21da22e9503" | ||
} |
@@ -109,2 +109,3 @@ import { TSBuilderInput } from '@cosmwasm/ts-codegen'; | ||
enabled: boolean; | ||
disableMsgTypes?: boolean; | ||
casingFn?: Function; | ||
@@ -111,0 +112,0 @@ exceptions?: AminoExceptions; |
20785
664