@cosmology/types
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@cosmology/types", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Telescope types", | ||
@@ -62,3 +62,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
}, | ||
"gitHead": "d4de092abcac2cb2edea4edff8cfde6a159d432d" | ||
"gitHead": "9e1bc5d3c863db6223615e0066bb7376ebaaf9de" | ||
} |
@@ -56,2 +56,3 @@ import { TSBuilderInput } from '@cosmwasm/ts-codegen'; | ||
protos?: string[]; | ||
hardProtos?: string[]; | ||
}; | ||
@@ -58,0 +59,0 @@ includes?: { |
20249
654