@lifeready/core 1.1.6 → 1.1.7

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.
@@ -601,3 +601,10 @@ export interface MessageNode extends Node, TimeStamped {
601
601
  signedCipherMessage?: string;
602
602
  signedCipherMessageClearJson?: string;
603
603
  }
604
+ export interface LockField {
605
+ created?: DateTime;
606
+ modified?: DateTime;
607
+ expiryTime?: DateTime;
608
+ version?: string;
609
+ state?: LockState;
610
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifeready/core",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~10.0.5",
6
6
  "@angular/core": "~10.0.5",