madden-franchise 2.3.12 → 2.3.13

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.
@@ -176,6 +176,8 @@ class FranchiseFileTable extends EventEmitter {
176
176
  this.arraySizes = [];
177
177
  this.emptyRecords = new Map();
178
178
 
179
+ this.emit('change');
180
+
179
181
  // Re-read records if desired
180
182
  if (shouldReadRecords) {
181
183
  return this.readRecords();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "madden-franchise",
3
- "version": "2.3.12",
3
+ "version": "2.3.13",
4
4
  "description": "Tools to read a madden franchise file and get data from it",
5
5
  "main": "FranchiseFile.js",
6
6
  "scripts": {