@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ronin/compiler",
3
- "version": "0.17.19-corny-pagination-bug-experimental-413",
3
+ "version": "0.17.19-corny-pagination-bug-experimental-414",
4
4
  "type": "module",
5
5
  "description": "Compiles RONIN queries to SQL statements.",
6
6
  "publishConfig": {