@almadar/core 2.12.0 → 2.13.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.
@@ -1,4 +1,4 @@
1
- import { bD as SExpr, d as Entity, P as Page, b as OrbitalSchema, c as Trait } from '../schema-D96fyp1B.js';
1
+ import { bE as SExpr, e as Entity, P as Page, c as OrbitalSchema, d as Trait } from '../schema-D3qNm2Ac.js';
2
2
  import 'zod';
3
3
  import '@almadar/patterns';
4
4
 
@@ -2784,6 +2784,7 @@ function parseBehavior(text, entityName) {
2784
2784
  description: text2,
2785
2785
  config: {
2786
2786
  slot: result[1],
2787
+ // eslint-disable-next-line almadar/no-record-string-unknown -- Parsed S-expression pattern config is dynamically typed
2787
2788
  pattern: result[2]
2788
2789
  }
2789
2790
  };