@dhyasama/totem-models 9.1.0 → 9.2.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.
Files changed (2) hide show
  1. package/lib/CapTable.js +0 -7
  2. package/package.json +1 -1
package/lib/CapTable.js CHANGED
@@ -42,11 +42,6 @@ module.exports = function(mongoose, config) {
42
42
 
43
43
  stakeholders: [{
44
44
 
45
- // Note that name will always be pulled from sheet and used by default when rendering a cap table.
46
- // The stakeholder will be programmatically linked to a person or fund in the event of an exact text match on person.name.full or fund.name.
47
- // Manual creation and linking of stakeholder and entity will happen within Admin.
48
- // The corollary of this is that neither person nor fund is required and the name from the sheet will be used in their absence.
49
-
50
45
  // verbatim text from the cap table
51
46
  name: { type: String, trim: true, required: true },
52
47
 
@@ -131,8 +126,6 @@ module.exports = function(mongoose, config) {
131
126
 
132
127
  });
133
128
 
134
-
135
-
136
129
  ///////////////////////////////////////////////////////////////////////////////////////
137
130
  // VIRTUALS
138
131
  // Properties that are not persisted to the database
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhyasama/totem-models",
3
- "version": "9.1.0",
3
+ "version": "9.2.0",
4
4
  "author": "Jason Reynolds",
5
5
  "license": "UNLICENSED",
6
6
  "description": "Models for Totem platform",