vhp-mongo-models 2.1.76 → 2.1.77

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.
@@ -65,7 +65,7 @@ module.exports = {
65
65
  custid: {type:String, default:''},
66
66
  cat:{type:String,default:''}, //converted cat from jonas. Orginal cat can be found in wo.cat
67
67
  dept:{type:String,default:''},
68
- temp:{type:Boolean,default:''},
68
+ temp:{type:Boolean,default:false},
69
69
  techs: { type: Array, default: [] },
70
70
  techinfo: {type:Object, default:{}}, //hold all info on techs involved
71
71
  timelog: {type:Array, default:[]},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vhp-mongo-models",
3
- "version": "2.1.76",
3
+ "version": "2.1.77",
4
4
  "productName": "VHP Mongo Models",
5
5
  "description": "Mongo Models library to setup Mongoose Schemas",
6
6
  "author": "VHPim",