@twin.org/document-management-models 0.0.1-next.7 → 0.0.1-next.8

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.
@@ -3,7 +3,7 @@ import type { DocumentContexts } from "./documentContexts";
3
3
  import type { DocumentTypes } from "./documentTypes";
4
4
  import type { IDocument } from "./IDocument";
5
5
  /**
6
- * Interface describing a document entry list.
6
+ * Interface describing a list of document entries.
7
7
  */
8
8
  export interface IDocumentList {
9
9
  /**
package/docs/changelog.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @twin.org/document-management-models - Changelog
2
2
 
3
+ ## [0.0.1-next.8](https://github.com/twinfoundation/document-management/compare/document-management-models-v0.0.1-next.7...document-management-models-v0.0.1-next.8) (2025-03-28)
4
+
5
+
6
+ ### Features
7
+
8
+ * improve comments ([4d2f094](https://github.com/twinfoundation/document-management/commit/4d2f094b23e3320cb739917246c1ee5f6ad41c11))
9
+
3
10
  ## v0.0.1-next.7
4
11
 
5
12
  - Initial Release
@@ -1,6 +1,6 @@
1
1
  # Interface: IDocumentList
2
2
 
3
- Interface describing a document entry list.
3
+ Interface describing a list of document entries.
4
4
 
5
5
  ## Properties
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/document-management-models",
3
- "version": "0.0.1-next.7",
3
+ "version": "0.0.1-next.8",
4
4
  "description": "Models which define the structure of the document management connectors and services",
5
5
  "repository": {
6
6
  "type": "git",