joye-backend-utility 4.1.4 → 4.1.5

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.
@@ -117,6 +117,10 @@ const Brew = new mongoose_1.Schema({
117
117
  type: Number,
118
118
  required: false,
119
119
  },
120
+ sessionData: {
121
+ type: Object,
122
+ required: false,
123
+ },
120
124
  });
121
125
  Brew.index({ userId: 1, date: -1 }, {
122
126
  unique: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joye-backend-utility",
3
- "version": "4.1.4",
3
+ "version": "4.1.5",
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",