@cosmology/types
Advanced tools
Comparing version 0.40.0 to 0.41.0
@@ -23,3 +23,3 @@ "use strict"; | ||
interfaces: { | ||
enabled: true, | ||
enabled: false, | ||
useUnionTypes: false, | ||
@@ -43,6 +43,6 @@ }, | ||
fromSDKJSON: false, | ||
toAmino: true, | ||
fromAmino: true, | ||
toProto: true, | ||
fromProto: true, | ||
toAmino: false, | ||
fromAmino: false, | ||
toProto: false, | ||
fromProto: false, | ||
}, | ||
@@ -54,5 +54,5 @@ strictNullCheckForPrototypeMethods: false, | ||
useOptionalNullable: true, | ||
addTypeUrlToObjects: true, | ||
addTypeUrlToObjects: false, | ||
addAminoTypeToObjects: false, | ||
addTypeUrlToDecoders: true, | ||
addTypeUrlToDecoders: false, | ||
optionalQueryParams: false, | ||
@@ -62,6 +62,6 @@ optionalPageRequests: false, | ||
customTypes: { | ||
useCosmosSDKDec: true | ||
useCosmosSDKDec: false | ||
}, | ||
num64: 'bigint', | ||
useDeepPartial: false, | ||
num64: 'long', | ||
useDeepPartial: true, | ||
useExact: false, | ||
@@ -97,3 +97,3 @@ timestamp: 'date', | ||
}, | ||
useLegacyInlineEncoding: false | ||
useLegacyInlineEncoding: true | ||
}, | ||
@@ -100,0 +100,0 @@ lcdClients: { |
{ | ||
"name": "@cosmology/types", | ||
"version": "0.40.0", | ||
"version": "0.41.0", | ||
"description": "Telescope types", | ||
@@ -62,3 +62,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
}, | ||
"gitHead": "e37f2e1292191a716178f3d5bccc9c6f8339f9b7" | ||
"gitHead": "e29b2a3724ec73306fcc89700d33cc7360578db9" | ||
} |
20197