@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.
- package/dist/index.js +1 -1
- 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
|
1431
|
+
var getSystemFields = (idPrefix) => [
|
1432
1432
|
{
|
1433
1433
|
name: "ID",
|
1434
1434
|
type: "string",
|