@twin.org/auditable-item-graph-models 0.0.3-next.10 → 0.0.3-next.11

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.
@@ -60,6 +60,5 @@
60
60
  "@context",
61
61
  "id",
62
62
  "type"
63
- ],
64
- "additionalProperties": false
63
+ ]
65
64
  }
@@ -60,6 +60,5 @@
60
60
  "id",
61
61
  "dateCreated",
62
62
  "patches"
63
- ],
64
- "additionalProperties": false
63
+ ]
65
64
  }
@@ -68,6 +68,5 @@
68
68
  "targetId",
69
69
  "type",
70
70
  "edgeRelationships"
71
- ],
72
- "additionalProperties": false
71
+ ]
73
72
  }
@@ -59,6 +59,5 @@
59
59
  "type",
60
60
  "patchOperation",
61
61
  "patchPath"
62
- ],
63
- "additionalProperties": false
62
+ ]
64
63
  }
@@ -55,6 +55,5 @@
55
55
  "required": [
56
56
  "@context",
57
57
  "type"
58
- ],
59
- "additionalProperties": false
58
+ ]
60
59
  }
@@ -81,6 +81,5 @@
81
81
  "@context",
82
82
  "id",
83
83
  "type"
84
- ],
85
- "additionalProperties": false
84
+ ]
86
85
  }
@@ -50,6 +50,5 @@
50
50
  "@context",
51
51
  "type",
52
52
  "itemListElement"
53
- ],
54
- "additionalProperties": false
53
+ ]
55
54
  }
package/docs/changelog.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @twin.org/auditable-item-graph-models - Changelog
2
2
 
3
+ ## [0.0.3-next.11](https://github.com/twinfoundation/auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.10...auditable-item-graph-models-v0.0.3-next.11) (2026-02-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * update schemas ([b00bcac](https://github.com/twinfoundation/auditable-item-graph/commit/b00bcac6551fa524e8871e1b573a712ed0f30943))
9
+
3
10
  ## [0.0.3-next.10](https://github.com/twinfoundation/auditable-item-graph/compare/auditable-item-graph-models-v0.0.3-next.9...auditable-item-graph-models-v0.0.3-next.10) (2026-02-24)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/auditable-item-graph-models",
3
- "version": "0.0.3-next.10",
3
+ "version": "0.0.3-next.11",
4
4
  "description": "Models which define the structure of the auditable item graph connectors and services",
5
5
  "repository": {
6
6
  "type": "git",