@colyseus/schema 3.0.0-alpha.14 → 3.0.0-alpha.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.
@@ -4188,10 +4188,7 @@ function getStateCallbacks(decoder) {
4188
4188
  function $(instance) {
4189
4189
  return getProxy(undefined, { instance });
4190
4190
  }
4191
- return {
4192
- $,
4193
- $state: $(decoder.state),
4194
- };
4191
+ return $;
4195
4192
  }
4196
4193
 
4197
4194
  function getRawChangesCallback(decoder, callback) {