@ronin/compiler 0.14.7 → 0.14.8

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 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1428,7 +1428,7 @@ function getFieldFromModel(model, fieldPath, source, shouldThrow = true) {
1428
1428
  const fieldSelector = getFieldSelector(model, modelField, fieldPath, writingField);
1429
1429
  return { field: modelField, fieldSelector };
1430
1430
  }
1431
- var getSystemFields = (idPrefix = "rec") => [
1431
+ var getSystemFields = (idPrefix) => [
1432
1432
  {
1433
1433
  name: "ID",
1434
1434
  type: "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ronin/compiler",
3
- "version": "0.14.7",
3
+ "version": "0.14.8",
4
4
  "type": "module",
5
5
  "description": "Compiles RONIN queries to SQL statements.",
6
6
  "publishConfig": {