joye-backend-utility 5.0.10 → 5.0.11

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.
@@ -134,6 +134,14 @@ const User = new mongoose_1.Schema({
134
134
  type: Number,
135
135
  required: false,
136
136
  },
137
+ currentStreak: {
138
+ type: Number,
139
+ required: false,
140
+ },
141
+ maxStreak: {
142
+ type: Number,
143
+ required: false,
144
+ },
137
145
  createTimestamp: {
138
146
  type: Number,
139
147
  required: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joye-backend-utility",
3
- "version": "5.0.10",
3
+ "version": "5.0.11",
4
4
  "description": "Joye backend utility for db functions and common functions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",