@hy-capital/api-habit-tracker-types 1.0.16 → 1.0.18

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hy-capital/api-habit-tracker-types",
3
- "version": "1.0.16",
3
+ "version": "1.0.18",
4
4
  "main": "dist/index.js",
5
5
  "license": "MIT",
6
6
  "types": "dist/index.d.ts",
@@ -4,4 +4,4 @@ import {DbUserStat} from './user-stat';
4
4
  export interface FrontendUser {
5
5
  user: DbUser;
6
6
  user_stats: DbUserStat[];
7
- }
7
+ }