@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 CHANGED
@@ -1,2 +1,2 @@
1
- import { C as isWildcardRelationId, S as isRelationId, _ as decodeRelationId, a as Query, b as isComponentId, c as LifecycleHook, d as ComponentRelationId, f as EntityId, g as component, h as WildcardRelationId, i as World, l as ComponentId, m as RelationId, n as EntityBuilder, o as ComponentTuple, p as EntityRelationId, r as SerializedWorld, s as ComponentType, t as ComponentDef, u as ComponentOptions, v as getComponentIdByName, w as relation, x as isEntityId, y as getComponentNameById } 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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codehz/ecs",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "repository": {
5
5
  "url": "https://github.com/codehz/ecs"
6
6
  },
package/testing.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { a as Query, c as LifecycleHook, f as EntityId, g as component, h as WildcardRelationId, i as World, l as ComponentId, m as RelationId, n as EntityBuilder, t as ComponentDef, w as relation } from "./world.mjs";
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 { isWildcardRelationId as C, isRelationId as S, decodeRelationId as _, Query as a, isComponentId as b, LifecycleHook as c, ComponentRelationId as d, EntityId as f, component as g, WildcardRelationId as h, World as i, ComponentId as l, RelationId as m, EntityBuilder as n, ComponentTuple as o, EntityRelationId as p, SerializedWorld as r, ComponentType as s, ComponentDef as t, ComponentOptions as u, getComponentIdByName as v, relation as w, isEntityId as x, getComponentNameById as y };
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