@colyseus/schema 2.0.12 → 2.0.14
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 -1
- package/build/cjs/index.js.map +1 -1
- package/build/esm/index.mjs +1 -1
- package/build/esm/index.mjs.map +1 -1
- package/build/umd/index.js +1 -1
- package/lib/Schema.d.ts +6 -4
- package/lib/Schema.js +1 -1
- package/lib/Schema.js.map +1 -1
- package/lib/types/HelperTypes.d.ts +8 -25
- package/lib/types/HelperTypes.js.map +1 -1
- package/package.json +1 -1
- package/src/Schema.ts +5 -5
- package/src/types/HelperTypes.ts +12 -28
package/build/cjs/index.js
CHANGED
|
@@ -3066,7 +3066,7 @@ var Schema = /** @class */ (function () {
|
|
|
3066
3066
|
try {
|
|
3067
3067
|
// trigger onChange
|
|
3068
3068
|
(_c = $callbacks === null || $callbacks === void 0 ? void 0 : $callbacks[exports.OPERATION.REPLACE]) === null || _c === void 0 ? void 0 : _c.forEach(function (callback) {
|
|
3069
|
-
return callback(
|
|
3069
|
+
return callback();
|
|
3070
3070
|
});
|
|
3071
3071
|
}
|
|
3072
3072
|
catch (e) {
|