@ronin/compiler 0.14.9-leo-ron-1099-1-experimental-342 → 0.14.9-leo-ron-1099-1-experimental-343

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 +1 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -637,8 +637,7 @@ var compileQueryInput = (defaultQuery, models, statementParams, options) => {
637
637
  {
638
638
  selecting: instructions?.selecting,
639
639
  including: instructions?.including
640
- },
641
- options
640
+ }
642
641
  );
643
642
  let statement = "";
644
643
  switch (queryType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ronin/compiler",
3
- "version": "0.14.9-leo-ron-1099-1-experimental-342",
3
+ "version": "0.14.9-leo-ron-1099-1-experimental-343",
4
4
  "type": "module",
5
5
  "description": "Compiles RONIN queries to SQL statements.",
6
6
  "publishConfig": {