@dhyasama/totem-models 8.73.0 → 8.75.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.
@@ -601,6 +601,7 @@ module.exports = function(mongoose, config) {
601
601
  }
602
602
 
603
603
  query.populate('transactions.fund');
604
+ query.populate('people');
604
605
  query.sort({ 'name': -1 });
605
606
  query.exec(cb);
606
607
 
package/lib/Round.js CHANGED
@@ -113,7 +113,8 @@ module.exports = function(mongoose, config) {
113
113
  slug: rounds[0].organization.slug,
114
114
  name: rounds[0].organization.name,
115
115
  logoUrl: rounds[0].organization.logoUrl,
116
- description: rounds[0].organization.description
116
+ description: rounds[0].organization.description,
117
+ status: rounds[0].organization.status
117
118
  };
118
119
 
119
120
  var performance = calculatePerformance(rounds);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "8.73.0",
3
+ "version": "8.75.0",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",