@ronin/compiler
Advanced tools
Comparing version 0.13.6 to 0.13.7
@@ -190,3 +190,3 @@ /** | ||
/** The kind of value that should be stored inside the field. */ | ||
type: 'boolean' | 'date' | 'json'; | ||
type: 'boolean' | 'date' | 'json' | 'blob'; | ||
}) | (ModelFieldBasics & { | ||
@@ -193,0 +193,0 @@ /** The kind of value that should be stored inside the field. */ |
{ | ||
"name": "@ronin/compiler", | ||
"version": "0.13.6", | ||
"version": "0.13.7", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Compiles RONIN queries to SQL statements.", |
102426