vhp-mongo-models 1.3.8 → 1.4.0

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.
@@ -30,7 +30,6 @@ module.exports=[
30
30
  notes:{type:String,default:''}
31
31
  },{
32
32
  toJSON: { virtuals: true },
33
- toObject: { virtuals: true },
34
- strictQuery: false
33
+ toObject: { virtuals: true }
35
34
  }
36
35
  ]
@@ -36,7 +36,6 @@ module.exports=[
36
36
  }, {
37
37
  toJSON: { virtuals: true },
38
38
  toObject: { virtuals: true },
39
- strictQuery: false,
40
39
  timestamps: true
41
40
  }
42
41
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vhp-mongo-models",
3
- "version": "1.3.8",
3
+ "version": "1.4.0",
4
4
  "productName": "VHP Mongo Models",
5
5
  "description": "Mongo Models library to setup Mongoose Schemas",
6
6
  "author": "VHPim",