@colyseus/schema 3.0.13 → 3.0.15

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.
@@ -4687,7 +4687,6 @@ class StateView {
4687
4687
  * Manual "ADD" operations for changes per ChangeTree, specific to this view.
4688
4688
  * (This is used to force encoding a property, even if it was not changed)
4689
4689
  */
4690
- // TODO: use map here!? may fix encode ordering issue
4691
4690
  this.changes = new Map();
4692
4691
  }
4693
4692
  // TODO: allow to set multiple tags at once
@@ -4875,5 +4874,5 @@ registerType("array", { constructor: ArraySchema });
4875
4874
  registerType("set", { constructor: SetSchema });
4876
4875
  registerType("collection", { constructor: CollectionSchema, });
4877
4876
 
4878
- export { $changes, $childType, $decoder, $deleteByIndex, $encoder, $filter, $getByIndex, $track, ArraySchema, ChangeTree, CollectionSchema, Decoder, Encoder, MapSchema, Metadata, OPERATION, Reflection, ReflectionField, ReflectionType, Schema, SetSchema, StateView, TypeContext, decode, decodeKeyValueOperation, decodeSchemaOperation, defineCustomTypes, defineTypes, deprecated, dumpChanges, encode, encodeArray as encodeKeyValueOperation, encodeSchemaOperation, entity, getDecoderStateCallbacks, getRawChangesCallback, registerType, schema, type, view };
4877
+ export { $changes, $childType, $decoder, $deleteByIndex, $encoder, $filter, $getByIndex, $track, ArraySchema, ChangeTree, CollectionSchema, Decoder, Encoder, MapSchema, Metadata, OPERATION, Reflection, ReflectionField, ReflectionType, Schema, SetSchema, StateView, TypeContext, decode, decodeKeyValueOperation, decodeSchemaOperation, defineCustomTypes, defineTypes, deprecated, dumpChanges, encode, encodeArray, encodeKeyValueOperation, encodeSchemaOperation, entity, getDecoderStateCallbacks, getRawChangesCallback, registerType, schema, type, view };
4879
4878
  //# sourceMappingURL=index.mjs.map