@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.
- package/dist/builders.d.ts +3 -3
- package/dist/{compose-behaviors-DpYntG1r.d.ts → compose-behaviors-CC57nx7Q.d.ts} +1 -1
- package/dist/factory/index.d.ts +3 -3
- package/dist/factory/index.js +3 -0
- package/dist/factory/index.js.map +1 -1
- package/dist/index.d.ts +7 -7
- package/dist/index.js +62 -5
- package/dist/index.js.map +1 -1
- package/dist/{schema-kJUA2M6H.d.ts → schema-B3LLJzA1.d.ts} +301 -301
- package/dist/state-machine/index.d.ts +20 -4
- package/dist/state-machine/index.js +41 -5
- package/dist/state-machine/index.js.map +1 -1
- package/dist/types/index.d.ts +6 -6
- package/dist/types/index.js +9 -0
- package/dist/types/index.js.map +1 -1
- package/dist/{types-CQF32lJA.d.ts → types-BQcbhvP3.d.ts} +1 -1
- package/package.json +1 -1
- package/dist/{trait-C61Wxi3a.d.ts → trait-BGCXN5LO.d.ts} +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as TraitEventListener, f as EntityField, g as EntityPersistence, j as TraitReference } from './trait-
|
|
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
|
@@ -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
|
/**
|