@colyseus/schema
Advanced tools
Comparing version 2.0.22 to 2.0.23
@@ -96,3 +96,3 @@ "use strict"; | ||
}; | ||
const types = rootSchemaType._context.types; | ||
const types = rootSchemaType._context?.types; | ||
for (let typeid in types) { | ||
@@ -99,0 +99,0 @@ const type = new ReflectionType(); |
{ | ||
"name": "@colyseus/schema", | ||
"version": "2.0.22", | ||
"version": "2.0.23", | ||
"description": "Binary state serializer with delta encoding for games", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -88,3 +88,3 @@ import { type, PrimitiveType, Context, DefinitionType } from "./annotations"; | ||
const types = rootSchemaType._context.types; | ||
const types = rootSchemaType._context?.types; | ||
for (let typeid in types) { | ||
@@ -91,0 +91,0 @@ const type = new ReflectionType(); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1650200
20480