Comparing version 4.0.4 to 4.0.5
@@ -73,3 +73,4 @@ 'use strict'; | ||
value: function getEntitySet() { | ||
return new Set(this._entities.keys()); | ||
var returnValue = new Set(this._entities.keys()); | ||
return returnValue; | ||
} | ||
@@ -76,0 +77,0 @@ |
{ | ||
"name": "sam-ecs", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"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
92998
2333