@twin.org/auditable-item-graph-models 0.0.1-next.33 → 0.0.1-next.35
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/dist/cjs/index.cjs
CHANGED
|
@@ -170,7 +170,7 @@ var required$5 = [
|
|
|
170
170
|
"patches"
|
|
171
171
|
];
|
|
172
172
|
var additionalProperties$5 = false;
|
|
173
|
-
var description$5 = "Interface describing a set of
|
|
173
|
+
var description$5 = "Interface describing a set of changes to the vertex.";
|
|
174
174
|
var AuditableItemGraphChangesetSchema = {
|
|
175
175
|
type: type$5,
|
|
176
176
|
properties: properties$5,
|
package/dist/esm/index.mjs
CHANGED
|
@@ -168,7 +168,7 @@ var required$5 = [
|
|
|
168
168
|
"patches"
|
|
169
169
|
];
|
|
170
170
|
var additionalProperties$5 = false;
|
|
171
|
-
var description$5 = "Interface describing a set of
|
|
171
|
+
var description$5 = "Interface describing a set of changes to the vertex.";
|
|
172
172
|
var AuditableItemGraphChangesetSchema = {
|
|
173
173
|
type: type$5,
|
|
174
174
|
properties: properties$5,
|
|
@@ -4,7 +4,7 @@ import type { AuditableItemGraphContexts } from "./auditableItemGraphContexts";
|
|
|
4
4
|
import type { AuditableItemGraphTypes } from "./auditableItemGraphTypes";
|
|
5
5
|
import type { IAuditableItemGraphPatchOperation } from "./IAuditableItemGraphPatchOperation";
|
|
6
6
|
/**
|
|
7
|
-
* Interface describing a set of
|
|
7
|
+
* Interface describing a set of changes to the vertex.
|
|
8
8
|
*/
|
|
9
9
|
export interface IAuditableItemGraphChangeset {
|
|
10
10
|
/**
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @twin.org/auditable-item-graph-models - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.1-next.35](https://github.com/twinfoundation/auditable-item-graph/compare/auditable-item-graph-models-v0.0.1-next.34...auditable-item-graph-models-v0.0.1-next.35) (2025-04-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* **auditable-item-graph-models:** Synchronize repo versions
|
|
9
|
+
|
|
10
|
+
## [0.0.1-next.34](https://github.com/twinfoundation/auditable-item-graph/compare/auditable-item-graph-models-v0.0.1-next.33...auditable-item-graph-models-v0.0.1-next.34) (2025-03-28)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* improve comments ([97f311a](https://github.com/twinfoundation/auditable-item-graph/commit/97f311a9cc4353b5020a48a44420c97a2fa0c8d7))
|
|
16
|
+
|
|
3
17
|
## v0.0.1-next.33
|
|
4
18
|
|
|
5
19
|
- Initial Release
|
package/package.json
CHANGED