Comparing version 0.3.16-1 to 0.3.16-2
@@ -109,2 +109,3 @@ declare module 'bitecs' { | ||
export function hasComponent(world: IWorld, component: Component, eid: number): boolean | ||
export function getEntityComponents(world: IWorld, eid: number): Component[] | ||
@@ -111,0 +112,0 @@ export function defineQuery(components: (Component | QueryModifier)[]): Query |
@@ -109,2 +109,3 @@ declare module 'bitecs' { | ||
export function hasComponent(world: IWorld, component: Component, eid: number): boolean | ||
export function getEntityComponents(world: IWorld, eid: number): Component[] | ||
@@ -111,0 +112,0 @@ export function defineQuery(components: (Component | QueryModifier)[]): Query |
{ | ||
"name": "bitecs", | ||
"version": "0.3.16-1", | ||
"version": "0.3.16-2", | ||
"description": "Functional, minimal, data-driven, ultra-high performance ECS library written in Javascript", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
319031
2845
933
1