@almadar/core 7.7.1 → 7.8.0

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 CHANGED
@@ -1520,6 +1520,7 @@ function schemaToIR(schema, useCache = true) {
1520
1520
  guard: l.guard
1521
1521
  })),
1522
1522
  dataEntities: [],
1523
+ linkedEntity: trait.linkedEntity,
1523
1524
  config: trait.config
1524
1525
  };
1525
1526
  ir.traits.set(trait.name, resolvedTrait);