@colyseus/schema 3.0.0-alpha.18 → 3.0.0-alpha.19

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.
@@ -3992,7 +3992,7 @@ __decorate([
3992
3992
  type([ReflectionType])
3993
3993
  ], Reflection.prototype, "types", void 0);
3994
3994
 
3995
- function getStateCallbacks(decoder) {
3995
+ function getDecoderStateCallbacks(decoder) {
3996
3996
  const $root = decoder.root;
3997
3997
  const callbacks = $root.callbacks;
3998
3998
  let isTriggeringOnAdd = false;
@@ -4453,8 +4453,8 @@ exports.dumpChanges = dumpChanges;
4453
4453
  exports.encode = encode;
4454
4454
  exports.encodeKeyValueOperation = encodeArray;
4455
4455
  exports.encodeSchemaOperation = encodeSchemaOperation;
4456
+ exports.getDecoderStateCallbacks = getDecoderStateCallbacks;
4456
4457
  exports.getRawChangesCallback = getRawChangesCallback;
4457
- exports.getStateCallbacks = getStateCallbacks;
4458
4458
  exports.registerType = registerType;
4459
4459
  exports.type = type;
4460
4460
  exports.view = view;