@travetto/schema
Advanced tools
Comparing version 0.2.9 to 0.2.10
@@ -38,4 +38,4 @@ { | ||
}, | ||
"version": "0.2.9", | ||
"gitHead": "008ce38a83eb496bfe80b1d8ce572a87d558ce1b" | ||
"version": "0.2.10", | ||
"gitHead": "2a12d7cbc8185aef3508172a70104f2e27ad6dc5" | ||
} |
@@ -82,3 +82,3 @@ import { Class } from '@travetto/registry'; | ||
criteria.push('type'); | ||
return [{ kind: 'type', type: field.type }]; | ||
return [{ kind: 'type', type: field.type.name.toLowerCase() }]; | ||
} | ||
@@ -85,0 +85,0 @@ |
58624