Comparing version 2.2.0 to 2.2.1
@@ -240,2 +240,3 @@ 'use strict'; | ||
this._invalidateProcessorLists(entity); | ||
return entity.hash(); | ||
} | ||
@@ -929,3 +930,3 @@ | ||
this.addEntity(entity); | ||
return this.addEntity(entity); | ||
} | ||
@@ -932,0 +933,0 @@ |
{ | ||
"name": "sam-ecs", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "A specialized entity component system", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
44334
1100