chelys 2.18.0 → 2.18.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.
package/dist/invite.d.ts CHANGED
@@ -10,7 +10,6 @@ export interface Inviter {
10
10
  }
11
11
  export interface NewAccount {
12
12
  uid: string;
13
- email: string;
14
13
  displayName: string;
15
14
  photoURL: string;
16
15
  }
package/dist/rewind.d.ts CHANGED
@@ -78,5 +78,6 @@ export interface RwdReqUnsubscribe {
78
78
  uid: string;
79
79
  }
80
80
  export interface RwdResUpdate {
81
- rewinds: Map<number, RewindPerYear>;
81
+ year: number;
82
+ rewind: RewindPerYear;
82
83
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chelys",
3
- "version": "2.18.0",
3
+ "version": "2.18.1",
4
4
  "description": "Common code between Yatga and Kalimba",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {