@dhyasama/totem-models 1.6.1 → 1.6.3

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.
@@ -1022,6 +1022,6 @@ module.exports = function(mongoose, config) {
1022
1022
  var deepPopulate = require('mongoose-deep-populate')(mongoose);
1023
1023
  Organization.plugin(deepPopulate);
1024
1024
 
1025
- mongoose.model('Organization', Organization, 'organization_new');
1025
+ mongoose.model('Organization', Organization, 'organizations');
1026
1026
 
1027
1027
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "1.6.1",
3
+ "version": "1.6.3",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",