@opendaw/studio-core 0.0.128 → 0.0.129

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.
@@ -50,8 +50,8 @@ export class YSync {
50
50
  #setupYjs() {
51
51
  const eventHandler = (events, { origin, local }) => {
52
52
  const originLabel = typeof origin === "string" ? origin : "WebsocketProvider";
53
- console.debug(`got ${events.length} ${local ? "local" : "external"} updates from '${originLabel}'`);
54
53
  const isHistoryReplay = typeof origin === "string" && origin.startsWith("[history]");
54
+ console.debug(`got ${events.length} ${local ? "local" : "external"} updates from '${originLabel}, isHistoryReplay: ${isHistoryReplay}'`);
55
55
  if (local && !isHistoryReplay) {
56
56
  return;
57
57
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendaw/studio-core",
3
- "version": "0.0.128",
3
+ "version": "0.0.129",
4
4
  "license": "LGPL-3.0-or-later",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -62,5 +62,5 @@
62
62
  "@opendaw/studio-forge-boxes": "^0.0.85",
63
63
  "@opendaw/typescript-config": "^0.0.29"
64
64
  },
65
- "gitHead": "7ccb6855109bc13274fd83ec5dc4ea2302d83b8e"
65
+ "gitHead": "ee79696d07f80c597f2a9dcbb2e2a4b61a50c7df"
66
66
  }