@imbricate/core 3.6.0 → 3.6.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.
@@ -28,8 +28,8 @@ export type DatabaseEditOperation = {
28
28
  export type DatabaseEditRecord = {
29
29
  readonly uniqueIdentifier: string;
30
30
  readonly editAt: Date;
31
- readonly author: ImbricateAuthor;
32
31
  readonly operations: DatabaseEditOperation[];
32
+ readonly author?: ImbricateAuthor;
33
33
  };
34
34
  export type ImbricateDatabaseAuditOptions = {
35
35
  /**
@@ -13,8 +13,8 @@ export type DocumentEditOperation = {
13
13
  export type DocumentEditRecord = {
14
14
  readonly uniqueIdentifier: string;
15
15
  readonly editAt: Date;
16
- readonly author: ImbricateAuthor;
17
16
  readonly operations: DocumentEditOperation[];
17
+ readonly author?: ImbricateAuthor;
18
18
  };
19
19
  export type ImbricateDocumentAuditOptions = {
20
20
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@imbricate/core",
3
3
  "main": "index.js",
4
- "version": "3.6.0",
4
+ "version": "3.6.1",
5
5
  "description": "Imbricate Core, Notebook for Engineers",
6
6
  "repository": {
7
7
  "type": "git",