@demind-inc/core 1.4.50 → 1.4.51

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/types.d.ts CHANGED
@@ -67,7 +67,7 @@ export interface CircadianRhythmByDate {
67
67
  }
68
68
  export interface SatisfactionByDate {
69
69
  date: string;
70
- satisfaction: EMASatisfaction;
70
+ satisfaction?: EMASatisfaction;
71
71
  }
72
72
  export interface PhaseEvents {
73
73
  phase: CircadianPhase;
package/lib/types.ts CHANGED
@@ -116,7 +116,7 @@ export interface CircadianRhythmByDate {
116
116
 
117
117
  export interface SatisfactionByDate {
118
118
  date: string;
119
- satisfaction: EMASatisfaction;
119
+ satisfaction?: EMASatisfaction;
120
120
  }
121
121
 
122
122
  export interface PhaseEvents {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.4.50",
3
+ "version": "1.4.51",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {