@almadar/core 9.10.2 → 9.11.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 { d as TraitEventListener, f as EntityField, g as EntityPersistence, j as TraitReference } from './trait-C61Wxi3a.js';
1
+ import { d as TraitEventListener, f as EntityField, g as EntityPersistence, j as TraitReference } from './trait-BGCXN5LO.js';
2
2
 
3
3
  /**
4
4
  * JSON primitives — the universal "data crossed a boundary" type.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/core",
3
- "version": "9.10.2",
3
+ "version": "9.11.0",
4
4
  "description": "Core schema types and definitions for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -3305,8 +3305,8 @@ declare const TraitReferenceSchema: z.ZodEffects<z.ZodObject<{
3305
3305
  from?: string | undefined;
3306
3306
  effects?: Record<string, unknown[]> | undefined;
3307
3307
  listens?: unknown[] | undefined;
3308
- appliesTo?: string[] | undefined;
3309
3308
  linkedEntity?: string | undefined;
3309
+ appliesTo?: string[] | undefined;
3310
3310
  emitsScope?: "internal" | "external" | undefined;
3311
3311
  }, {
3312
3312
  ref: string;
@@ -3317,8 +3317,8 @@ declare const TraitReferenceSchema: z.ZodEffects<z.ZodObject<{
3317
3317
  from?: string | undefined;
3318
3318
  effects?: Record<string, unknown[]> | undefined;
3319
3319
  listens?: unknown[] | undefined;
3320
- appliesTo?: string[] | undefined;
3321
3320
  linkedEntity?: string | undefined;
3321
+ appliesTo?: string[] | undefined;
3322
3322
  emitsScope?: "internal" | "external" | undefined;
3323
3323
  }>, {
3324
3324
  ref: string;
@@ -3329,8 +3329,8 @@ declare const TraitReferenceSchema: z.ZodEffects<z.ZodObject<{
3329
3329
  from?: string | undefined;
3330
3330
  effects?: Record<string, unknown[]> | undefined;
3331
3331
  listens?: unknown[] | undefined;
3332
- appliesTo?: string[] | undefined;
3333
3332
  linkedEntity?: string | undefined;
3333
+ appliesTo?: string[] | undefined;
3334
3334
  emitsScope?: "internal" | "external" | undefined;
3335
3335
  }, {
3336
3336
  ref: string;
@@ -3341,8 +3341,8 @@ declare const TraitReferenceSchema: z.ZodEffects<z.ZodObject<{
3341
3341
  from?: string | undefined;
3342
3342
  effects?: Record<string, unknown[]> | undefined;
3343
3343
  listens?: unknown[] | undefined;
3344
- appliesTo?: string[] | undefined;
3345
3344
  linkedEntity?: string | undefined;
3345
+ appliesTo?: string[] | undefined;
3346
3346
  emitsScope?: "internal" | "external" | undefined;
3347
3347
  }>;
3348
3348
  /**