@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.
- package/build/cjs/index.js +1 -4
- package/build/cjs/index.js.map +1 -1
- package/build/esm/index.mjs +1 -4
- package/build/esm/index.mjs.map +1 -1
- package/build/umd/index.js +1 -4
- package/lib/decoder/strategy/StateCallbacks.d.ts +2 -4
- package/lib/decoder/strategy/StateCallbacks.js +1 -4
- package/lib/decoder/strategy/StateCallbacks.js.map +1 -1
- package/package.json +1 -1
- package/src/decoder/strategy/StateCallbacks.ts +5 -10
package/build/esm/index.mjs
CHANGED
|
@@ -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) {
|