@glimt/record 0.0.57 → 0.0.58
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/dist/record.cjs +0 -7
- package/dist/record.cjs.map +1 -1
- package/dist/record.js +0 -7
- package/dist/record.js.map +1 -1
- package/dist/record.umd.cjs +0 -7
- package/dist/record.umd.cjs.map +2 -2
- package/dist/record.umd.min.cjs +15 -15
- package/dist/record.umd.min.cjs.map +2 -2
- package/package.json +1 -1
package/dist/record.js
CHANGED
|
@@ -10410,13 +10410,6 @@ class MutationBuffer {
|
|
|
10410
10410
|
for (const mut of muts) {
|
|
10411
10411
|
this.processMutation(mut);
|
|
10412
10412
|
}
|
|
10413
|
-
debugLog(
|
|
10414
|
-
"processed mutations from storm",
|
|
10415
|
-
"overrideStorm:",
|
|
10416
|
-
overrideStorm,
|
|
10417
|
-
"buffer id:",
|
|
10418
|
-
this.bufId
|
|
10419
|
-
);
|
|
10420
10413
|
this.emit();
|
|
10421
10414
|
});
|
|
10422
10415
|
__publicField(this, "processMutations", (mutations) => {
|