@almadar/core 10.83.0 → 10.85.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,5 +1,5 @@
1
- import { E as EntityField, a as EntityPersistence, R as RelationConfig } from './effect-DruTSW2O.js';
2
- import { T as TraitEventListener, a as TraitReference } from './trait-DKJWX0Ru.js';
1
+ import { E as EntityField, a as EntityPersistence, R as RelationConfig } from './effect-BgDiw_bG.js';
2
+ import { T as TraitEventListener, a as TraitReference } from './trait-pavNlGqm.js';
3
3
  import { J as JsonValue } from './expression-Fk8bQWef.js';
4
4
 
5
5
  /**
@@ -332,6 +332,16 @@ interface FactoryTraitSignature {
332
332
  requires: ReadonlyArray<string>;
333
333
  provides: ReadonlyArray<string>;
334
334
  };
335
+ /** Inferred effect surface — every effect the trait produces, with its
336
+ * resource and whether it sits in a transition or a `ticks` block. Answers
337
+ * "what does composing this trait bring along?" without reading the atom.
338
+ * Absent on traits that produce no effects. */
339
+ effectRow?: ReadonlyArray<{
340
+ kind: string;
341
+ resource?: string;
342
+ resolved?: boolean;
343
+ site?: 'transition' | 'tick';
344
+ }>;
335
345
  /** `@description` / `@synonyms` authored on the `@rebindable` binding —
336
346
  * fed to catalog prose + knob-embeddings for binding-discovery. */
337
347
  entityBindingDescription?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/core",
3
- "version": "10.83.0",
3
+ "version": "10.85.0",
4
4
  "description": "Core schema types and definitions for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",