Comparing version 0.3.13-1 to 0.3.13-2
@@ -38,2 +38,8 @@ declare module 'bitecs' { | ||
export type DESERIALIZE_MODE = { | ||
REPLACE: 0, | ||
APPEND: 1, | ||
MAP: 2 | ||
} | ||
export type ArrayByType = { | ||
@@ -40,0 +46,0 @@ [Types.i8]: Int8Array; |
@@ -38,2 +38,8 @@ declare module 'bitecs' { | ||
export type DESERIALIZE_MODE = { | ||
REPLACE: 0, | ||
APPEND: 1, | ||
MAP: 2 | ||
} | ||
export type ArrayByType = { | ||
@@ -40,0 +46,0 @@ [Types.i8]: Int8Array; |
{ | ||
"name": "bitecs", | ||
"version": "0.3.13-1", | ||
"version": "0.3.13-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
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
284250
2426