@colyseus/schema 3.0.14 → 3.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4906,7 +4906,8 @@ exports.defineTypes = defineTypes;
4906
4906
  exports.deprecated = deprecated;
4907
4907
  exports.dumpChanges = dumpChanges;
4908
4908
  exports.encode = encode;
4909
- exports.encodeKeyValueOperation = encodeArray;
4909
+ exports.encodeArray = encodeArray;
4910
+ exports.encodeKeyValueOperation = encodeKeyValueOperation;
4910
4911
  exports.encodeSchemaOperation = encodeSchemaOperation;
4911
4912
  exports.entity = entity;
4912
4913
  exports.getDecoderStateCallbacks = getDecoderStateCallbacks;