@ronin/compiler
Advanced tools
Comparing version 0.17.10 to 0.17.11
@@ -121,3 +121,11 @@ /** | ||
type AllQueryInstructions = { | ||
for?: string; | ||
/** | ||
* Limit the list of models for which queries should be generated to only the models | ||
* that the provided model links to. | ||
*/ | ||
for?: PublicModel['slug']; | ||
/** | ||
* Provide query instructions for specific models. | ||
*/ | ||
on?: Record<PublicModel['slug'], Omit<CombinedInstructions, 'to'> | null>; | ||
}; | ||
@@ -124,0 +132,0 @@ type AllQuery = { |
{ | ||
"name": "@ronin/compiler", | ||
"version": "0.17.10", | ||
"version": "0.17.11", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Compiles RONIN queries to SQL statements.", |
Sorry, the diff of this file is too big to display
120985
2806