@codehz/ecs 0.4.2 → 0.4.3
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/index.d.mts +2 -2
- package/package.json +1 -1
- package/testing.d.mts +1 -1
- package/world.d.mts +1 -1
package/index.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { C as isWildcardRelationId, S as isRelationId, _ as
|
|
2
|
-
export { type ComponentDef, type ComponentId, type ComponentOptions, type ComponentRelationId, type ComponentTuple, type ComponentType, EntityBuilder, type EntityId, type EntityRelationId, type LifecycleHook, Query, type RelationId, type SerializedWorld, type WildcardRelationId, World, component, decodeRelationId, getComponentIdByName, getComponentNameById, isComponentId, isEntityId, isRelationId, isWildcardRelationId, relation };
|
|
1
|
+
import { C as isComponentId, D as relation, E as isWildcardRelationId, S as getComponentNameById, T as isRelationId, _ as RelationId, a as SerializedEntityId, b as decodeRelationId, c as Query, d as LifecycleHook, f as ComponentId, g as EntityRelationId, h as EntityId, i as SerializedEntity, l as ComponentTuple, m as ComponentRelationId, n as EntityBuilder, o as SerializedWorld, p as ComponentOptions, r as SerializedComponent, s as World, t as ComponentDef, u as ComponentType, v as WildcardRelationId, w as isEntityId, x as getComponentIdByName, y as component } from "./world.mjs";
|
|
2
|
+
export { type ComponentDef, type ComponentId, type ComponentOptions, type ComponentRelationId, type ComponentTuple, type ComponentType, EntityBuilder, type EntityId, type EntityRelationId, type LifecycleHook, Query, type RelationId, type SerializedComponent, type SerializedEntity, type SerializedEntityId, type SerializedWorld, type WildcardRelationId, World, component, decodeRelationId, getComponentIdByName, getComponentNameById, isComponentId, isEntityId, isRelationId, isWildcardRelationId, relation };
|
package/package.json
CHANGED
package/testing.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { D as relation, _ as RelationId, c as Query, d as LifecycleHook, f as ComponentId, h as EntityId, n as EntityBuilder, s as World, t as ComponentDef, v as WildcardRelationId, y as component } from "./world.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/testing.d.ts
|
|
4
4
|
|
package/world.d.mts
CHANGED
|
@@ -800,5 +800,5 @@ declare class EntityBuilder {
|
|
|
800
800
|
build(): EntityId;
|
|
801
801
|
}
|
|
802
802
|
//#endregion
|
|
803
|
-
export {
|
|
803
|
+
export { isComponentId as C, relation as D, isWildcardRelationId as E, getComponentNameById as S, isRelationId as T, RelationId as _, SerializedEntityId as a, decodeRelationId as b, Query as c, LifecycleHook as d, ComponentId as f, EntityRelationId as g, EntityId as h, SerializedEntity as i, ComponentTuple as l, ComponentRelationId as m, EntityBuilder as n, SerializedWorld as o, ComponentOptions as p, SerializedComponent as r, World as s, ComponentDef as t, ComponentType as u, WildcardRelationId as v, isEntityId as w, getComponentIdByName as x, component as y };
|
|
804
804
|
//# sourceMappingURL=world.d.mts.map
|