@dcrackel/hematournamentui 1.0.128 → 1.0.129

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcrackel/hematournamentui",
3
3
  "private": false,
4
- "version": "1.0.128",
4
+ "version": "1.0.129",
5
5
  "type": "module",
6
6
  "main": "dist/HemaTournamentUI-lib.umd.js",
7
7
  "module": "dist/HemaTournamentUI-lib.es.js",
package/src/index.js CHANGED
@@ -29,4 +29,5 @@ export { default as PoolManagement } from './stories/Templates/EventManagement/P
29
29
  export { default as StaffList } from './stories/Templates/EventManagement/StaffList/StaffList.vue';
30
30
  export { default as PoolLive } from './stories/Templates/EventManagement/PoolLive/PoolLive.vue';
31
31
  export { default as PoolResults } from './stories/Templates/EventManagement/PoolResults/PoolResults.vue';
32
- export { default as Bracket } from './stories/Templates/EventManagement/Bracket/Bracket.vue';
32
+ export { default as Bracket } from './stories/Templates/EventManagement/Bracket/Bracket.vue';
33
+ export { default as EventFinalResults } from './stories/Templates/EventManagement/EventFinalResults/EventFinalResults.vue';