Comparing version 4.0.0 to 4.0.1
@@ -52,3 +52,3 @@ 'use strict'; | ||
socket.on('EVENT', function (event) { | ||
_this._eventManager.emit(event.type, event); | ||
_this._eventManager.emit(event.type, Object.assign(event, { 'sid': id })); | ||
}); | ||
@@ -55,0 +55,0 @@ socket.on('ACKNOWLEDGE', function (data) { |
{ | ||
"name": "sam-ecs", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "A specialized entity component system", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
92965
0