tods-competition-factory 1.2.2 → 1.2.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 -1
- package/dist/index.mjs.map +1 -1
- package/dist/tods-competition-factory.development.cjs.js +2 -1
- 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
package/dist/index.mjs
CHANGED
|
@@ -320,7 +320,7 @@ const matchUpFormatCode = {
|
|
|
320
320
|
};
|
|
321
321
|
|
|
322
322
|
function factoryVersion() {
|
|
323
|
-
return "1.2.
|
|
323
|
+
return "1.2.3";
|
|
324
324
|
}
|
|
325
325
|
|
|
326
326
|
function unique(arr) {
|
|
@@ -61096,6 +61096,7 @@ const eventGovernor = {
|
|
|
61096
61096
|
addCollectionDefinition,
|
|
61097
61097
|
removeCollectionGroup,
|
|
61098
61098
|
addCollectionGroup,
|
|
61099
|
+
modifyTieFormat,
|
|
61099
61100
|
resetScorecard,
|
|
61100
61101
|
resetTieFormat,
|
|
61101
61102
|
addEvent,
|