Comparing version 0.3.32 to 0.3.33
@@ -100,3 +100,3 @@ declare module 'bitecs' { | ||
export type Serializer = (target: IWorld | number[]) => ArrayBuffer | ||
export type Deserializer = (world: IWorld, packet: ArrayBuffer, mode?: DESERIALIZE_MODE) => void | ||
export type Deserializer = (world: IWorld, packet: ArrayBuffer, mode?: DESERIALIZE_MODE) => number[] | ||
@@ -103,0 +103,0 @@ export function setDefaultSize(size: number): void |
@@ -100,3 +100,3 @@ declare module 'bitecs' { | ||
export type Serializer = (target: IWorld | number[]) => ArrayBuffer | ||
export type Deserializer = (world: IWorld, packet: ArrayBuffer, mode?: DESERIALIZE_MODE) => void | ||
export type Deserializer = (world: IWorld, packet: ArrayBuffer, mode?: DESERIALIZE_MODE) => number[] | ||
@@ -103,0 +103,0 @@ export function setDefaultSize(size: number): void |
{ | ||
"name": "bitecs", | ||
"version": "0.3.32", | ||
"version": "0.3.33", | ||
"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
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
283598