tandem-editor 0.7.0 → 0.8.0

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.
@@ -17945,7 +17945,7 @@ async function authFetch(url, init) {
17945
17945
  return fetch(url, init);
17946
17946
  }
17947
17947
 
17948
- // src/server/events/types.ts
17948
+ // src/shared/events/types.ts
17949
17949
  var VALID_EVENT_TYPES = /* @__PURE__ */ new Set([
17950
17950
  "annotation:created",
17951
17951
  "annotation:accepted",
@@ -18005,6 +18005,7 @@ function formatEventContent(event) {
18005
18005
  }
18006
18006
  default: {
18007
18007
  const _exhaustive = event;
18008
+ void _exhaustive;
18008
18009
  return `Unknown event${doc}`;
18009
18010
  }
18010
18011
  }
@@ -18034,6 +18035,7 @@ function formatEventMeta(event) {
18034
18035
  break;
18035
18036
  default: {
18036
18037
  const _exhaustive = event;
18038
+ void _exhaustive;
18037
18039
  break;
18038
18040
  }
18039
18041
  }