wasm-ast-types
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -31,5 +31,2 @@ "use strict"; | ||
case '#/definitions/Expiration': | ||
return t.tsTypeReference(t.identifier('Expiration')); | ||
default: | ||
@@ -36,0 +33,0 @@ if ($ref.startsWith('#/definitions/')) { |
@@ -31,5 +31,2 @@ "use strict"; | ||
case '#/definitions/Expiration': | ||
return t.tsTypeReference(t.identifier('Expiration')); | ||
default: | ||
@@ -36,0 +33,0 @@ if ($ref.startsWith('#/definitions/')) { |
@@ -10,5 +10,2 @@ import * as t from '@babel/types'; | ||
case '#/definitions/Expiration': | ||
return t.tsTypeReference(t.identifier('Expiration')); | ||
default: | ||
@@ -15,0 +12,0 @@ if ($ref.startsWith('#/definitions/')) { |
@@ -10,5 +10,2 @@ import * as t from '@babel/types'; | ||
case '#/definitions/Expiration': | ||
return t.tsTypeReference(t.identifier('Expiration')); | ||
default: | ||
@@ -15,0 +12,0 @@ if ($ref.startsWith('#/definitions/')) { |
{ | ||
"name": "wasm-ast-types", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "CosmWasm TypeScript AST generation", | ||
@@ -88,3 +88,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
}, | ||
"gitHead": "c20c918c707e86cb8ebc0ea50764f7e9769f18b9" | ||
"gitHead": "4e067214d530188822eca31ddbeb6eb9ec3ba462" | ||
} |
141700
2329