@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.
@@ -4184,10 +4184,7 @@ function getStateCallbacks(decoder) {
4184
4184
  function $(instance) {
4185
4185
  return getProxy(undefined, { instance });
4186
4186
  }
4187
- return {
4188
- $,
4189
- $state: $(decoder.state),
4190
- };
4187
+ return $;
4191
4188
  }
4192
4189
 
4193
4190
  function getRawChangesCallback(decoder, callback) {