@kernhq/module-quire 0.3.0 → 0.3.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.3.0",
3
+ "version": "0.3.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",
@@ -28,9 +28,11 @@ export {
28
28
  type Page,
29
29
  type PageKind,
30
30
  type PageNode,
31
+ type PageVersion,
31
32
  quirePermissions,
32
33
  type Space,
33
34
  type SpaceVisibility,
35
+ type VersionKind,
34
36
  } from '../contract/index.js'
35
37
  export * from './rank.js'
36
38