@kernhq/module-quire 0.4.0 → 0.4.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kernhq/module-quire",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Kern Quire: collaborative documents, spaces and page trees",
5
5
  "homepage": "https://kernaio.com",
6
6
  "license": "AGPL-3.0-only",
@@ -24,6 +24,9 @@ export function createQuireClient(opts: KernClientOptions): QuireApi {
24
24
  }
25
25
 
26
26
  export {
27
+ type Comment,
28
+ type CommentAnchor,
29
+ type CommentThread,
27
30
  MODULE_ID,
28
31
  type Page,
29
32
  type PageKind,