@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.
- package/build/cjs/index.js +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/esm/index.mjs +2 -2
- package/build/esm/index.mjs.map +1 -1
- package/build/umd/index.js +2 -2
- package/lib/decoder/strategy/StateCallbacks.d.ts +1 -1
- package/lib/decoder/strategy/StateCallbacks.js +3 -3
- package/lib/decoder/strategy/StateCallbacks.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/src/decoder/strategy/StateCallbacks.ts +1 -1
- package/src/index.ts +1 -1
package/build/cjs/index.js
CHANGED
|
@@ -3992,7 +3992,7 @@ __decorate([
|
|
|
3992
3992
|
type([ReflectionType])
|
|
3993
3993
|
], Reflection.prototype, "types", void 0);
|
|
3994
3994
|
|
|
3995
|
-
function
|
|
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;
|