@cosmology/types
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@cosmology/types", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Telescope types", | ||
@@ -62,3 +62,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
}, | ||
"gitHead": "cdcc3aa0b280bf523decbdcdcb1f3e00f9f931a4" | ||
"gitHead": "5de8f5b1ecb929a694a80f3882419389d55e2e54" | ||
} |
@@ -33,2 +33,5 @@ import { TSBuilderInput } from '@cosmwasm/ts-codegen'; | ||
toJSON?: boolean; | ||
/** | ||
* @deprecated The 'fromPartial' option will be deprecated in a future version. Encoder objects need fromPartial to be a creator function to create instance of the type. So it should always be left on. | ||
*/ | ||
fromPartial?: boolean; | ||
@@ -35,0 +38,0 @@ toSDK?: boolean; |
20750
663