Comparing version 0.3.9-1 to 0.3.9-2
@@ -627,3 +627,3 @@ const TYPES_ENUM = { | ||
const changed = []; | ||
const indices = new Uint32Array(size).fill(NONE); | ||
const indices = []; | ||
const enabled = new Uint8Array(size); | ||
@@ -630,0 +630,0 @@ const generations = components.concat(notComponents).map(c => { |
@@ -631,3 +631,3 @@ 'use strict'; | ||
const changed = []; | ||
const indices = new Uint32Array(size).fill(NONE); | ||
const indices = []; | ||
const enabled = new Uint8Array(size); | ||
@@ -634,0 +634,0 @@ const generations = components.concat(notComponents).map(c => { |
{ | ||
"name": "bitecs", | ||
"version": "0.3.9-1", | ||
"version": "0.3.9-2", | ||
"description": "Functional, minimal, data-driven, ultra-high performance ECS library written in Javascript", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
273326