@ronin/compiler 0.17.19-corny-pagination-bug-experimental-413 → 0.17.19-corny-pagination-bug-experimental-414
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -1103,7 +1103,8 @@ var compileQueryInput = (defaultQuery, models, statementParams, options) => {
|
|
1103
1103
|
single,
|
1104
1104
|
{
|
1105
1105
|
selecting: instructions?.selecting,
|
1106
|
-
including: instructions?.including
|
1106
|
+
including: instructions?.including,
|
1107
|
+
limitedTo: instructions?.limitedTo
|
1107
1108
|
},
|
1108
1109
|
queryType,
|
1109
1110
|
// biome-ignore lint/complexity/useSimplifiedLogicExpression: This is needed.
|
package/package.json
CHANGED