@dhyasama/totem-models 6.8.8 → 6.8.9

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.
@@ -1331,7 +1331,7 @@ module.exports = function(mongoose, config) {
1331
1331
  query.populate('related', 'name logoUrl');
1332
1332
  query.populate('chairs.first', 'name avatarUrl title');
1333
1333
  query.populate('chairs.second', 'name avatarUrl title');
1334
- query.populate('funds', 'name hexColorCode abbreviation closeDate');
1334
+ query.populate('funds', 'name shortName hexColorCode abbreviation closeDate');
1335
1335
  query.populate('operating.acquired.public.by', 'name logoUrl');
1336
1336
  query.populate('operating.acquired.private.by', 'name logoUrl');
1337
1337
  query.populate(dealPopulateOptions);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "6.8.8",
3
+ "version": "6.8.9",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",
package/.npmignore DELETED
@@ -1,14 +0,0 @@
1
- lib-cov
2
- *.seed
3
- *.log
4
- *.csv
5
- *.dat
6
- *.out
7
- *.pid
8
- *.gz
9
-
10
- npm-debug.log
11
- node_modules
12
-
13
- .DS_Store
14
- .idea