tods-competition-factory 2.1.15 → 2.1.16
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 +3 -5
- 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 +4 -4
|
@@ -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.16';
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
const SINGLES_MATCHUP = 'SINGLES';
|
|
@@ -12227,13 +12227,10 @@ function pushGlobalLog(value, devContextOverride) {
|
|
|
12227
12227
|
}
|
|
12228
12228
|
function getGlobalLog(purge) {
|
|
12229
12229
|
const globalLogCopy = globalLog.slice();
|
|
12230
|
-
if (purge) {
|
|
12231
|
-
globalLog.length = 0;
|
|
12232
|
-
}
|
|
12233
12230
|
return globalLogCopy;
|
|
12234
12231
|
}
|
|
12235
12232
|
function printGlobalLog(purge) {
|
|
12236
|
-
const globalLogCopy = getGlobalLog(
|
|
12233
|
+
const globalLogCopy = getGlobalLog();
|
|
12237
12234
|
const modifiedText = globalLogCopy.map((line) => {
|
|
12238
12235
|
const { color, keyColors, method, newline } = line;
|
|
12239
12236
|
const methodColor = Object.keys(logColors).includes(color) ? logColors[color] : logColors.cyan;
|
|
@@ -48273,6 +48270,7 @@ var lastNames = [
|
|
|
48273
48270
|
"Cassidy",
|
|
48274
48271
|
"Catton",
|
|
48275
48272
|
"Calvino",
|
|
48273
|
+
"Carlin",
|
|
48276
48274
|
"Carson",
|
|
48277
48275
|
"Chip",
|
|
48278
48276
|
"Constant",
|