@cosmology/types
Advanced tools
Comparing version 1.11.1 to 1.11.2
@@ -24,2 +24,3 @@ "use strict"; | ||
enabled: true, | ||
registerAllDecodersToGlobal: true, | ||
useByDefault: true, | ||
@@ -26,0 +27,0 @@ useByDefaultRpc: true, |
{ | ||
"name": "@cosmology/types", | ||
"version": "1.11.1", | ||
"version": "1.11.2", | ||
"description": "Telescope types", | ||
@@ -63,3 +63,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
}, | ||
"gitHead": "b0e3dcdf89925d14397259dcbdb0092f0a839678" | ||
"gitHead": "3917834ef6662d841d941f6438ebf7e07bc36582" | ||
} |
@@ -45,2 +45,3 @@ import { TSBuilderInput } from "@cosmwasm/ts-codegen"; | ||
useGlobalDecoderRegistry?: boolean; | ||
registerAllDecodersToGlobal?: boolean; | ||
useUseInterfacesParams?: boolean; | ||
@@ -244,2 +245,3 @@ useByDefault?: boolean; | ||
enabled: boolean; | ||
useGlobalDecoderRegistry?: boolean; | ||
genCustomHooks?: boolean; | ||
@@ -246,0 +248,0 @@ include?: { |
26506
840