@cofondateurauchomage/libs 1.1.61 → 1.1.62

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.
@@ -100,6 +100,5 @@ export interface IReaction {
100
100
  createdAt: number;
101
101
  }
102
102
  export interface IVisit {
103
- uid: string;
104
103
  visits: number;
105
104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cofondateurauchomage/libs",
3
- "version": "1.1.61",
3
+ "version": "1.1.62",
4
4
  "description": "",
5
5
  "main": "build/index",
6
6
  "scripts": {