@colyseus/schema
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -643,3 +643,3 @@ "use strict"; | ||
typeIds[childSchemaName] = childType.id; | ||
buildType(childType, (new childSchema())._schema); | ||
buildType(childType, childSchema._schema); | ||
} | ||
@@ -646,0 +646,0 @@ field.referencedType = typeIds[childSchemaName]; |
{ | ||
"name": "@colyseus/schema", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "Schema-based binary serializer / de-serializer. ", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
91461