Comparing version 4.0.12 to 4.0.13
@@ -440,2 +440,12 @@ 'use strict'; | ||
} | ||
/** | ||
* @description - Returns the serialized state | ||
*/ | ||
}, { | ||
key: 'toJSON', | ||
value: function toJSON() { | ||
return this.serializeState(); | ||
} | ||
}]); | ||
@@ -442,0 +452,0 @@ |
{ | ||
"name": "sam-ecs", | ||
"version": "4.0.12", | ||
"version": "4.0.13", | ||
"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
94548
2381