tods-competition-factory 2.1.2 → 2.1.3
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/dist/index.mjs +2 -2
- package/dist/tods-competition-factory.development.cjs.js +6 -2
- package/dist/tods-competition-factory.development.cjs.js.map +1 -1
- package/dist/tods-competition-factory.production.cjs.min.js +1 -1
- package/dist/tods-competition-factory.production.cjs.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
function factoryVersion() {
|
|
6
|
-
return '2.1.
|
|
6
|
+
return '2.1.3';
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
function isFunction(obj) {
|
|
@@ -22906,7 +22906,11 @@ function addTournamentTimeItem(params) {
|
|
|
22906
22906
|
return result;
|
|
22907
22907
|
const timeItemValues = getTimeItemValues({ element: tournamentRecord });
|
|
22908
22908
|
addNotice({
|
|
22909
|
-
payload: {
|
|
22909
|
+
payload: {
|
|
22910
|
+
parentOrganisation: tournamentRecord.parentOrganisation,
|
|
22911
|
+
tournamentId: tournamentRecord.tournamentId,
|
|
22912
|
+
timeItemValues,
|
|
22913
|
+
},
|
|
22910
22914
|
topic: MODIFY_TOURNAMENT_DETAIL,
|
|
22911
22915
|
});
|
|
22912
22916
|
return result;
|