goldstars-services 1.0.53 → 1.0.54

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.
@@ -25,6 +25,10 @@ var UserSchema = Schema({
25
25
  type: String,
26
26
  unique: true
27
27
  },
28
+ rewardPoints: {
29
+ type: Number,
30
+ default: 0
31
+ },
28
32
  firstName: {
29
33
  type: String,
30
34
  required: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goldstars-services",
3
- "version": "1.0.53",
3
+ "version": "1.0.54",
4
4
  "description": "This is the services layer for GoldStars",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {