@xcpcio/core 0.76.8 → 0.76.9
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.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1075,7 +1075,7 @@ function createContestOptions(contestOptionsJSON = {}) {
|
|
|
1075
1075
|
if (j.submission_timestamp_unit) {
|
|
1076
1076
|
o.submissionTimestampUnit = j.submission_timestamp_unit;
|
|
1077
1077
|
}
|
|
1078
|
-
if (j.
|
|
1078
|
+
if (j.has_reaction_videos) {
|
|
1079
1079
|
o.submissionHasReactionField = true;
|
|
1080
1080
|
}
|
|
1081
1081
|
o.submissionEnableActionField = o.submissionHasReactionField;
|
|
@@ -1718,7 +1718,7 @@ class ICPCStandingsCsvConverter {
|
|
|
1718
1718
|
problemsSolved: team.solvedProblemNum,
|
|
1719
1719
|
totalTime: team.penaltyToMinute,
|
|
1720
1720
|
lastProblemTime: team.lastSolvedProblemStatistics?.solvedTimestampToMinute ?? 0,
|
|
1721
|
-
siteCitation:
|
|
1721
|
+
siteCitation: "",
|
|
1722
1722
|
citation: ordinal__default(team.rank),
|
|
1723
1723
|
teamName: team.name.getOrDefault(),
|
|
1724
1724
|
institution: team.organization?.name.getOrDefault() ?? ""
|
package/dist/index.mjs
CHANGED
|
@@ -1044,7 +1044,7 @@ function createContestOptions(contestOptionsJSON = {}) {
|
|
|
1044
1044
|
if (j.submission_timestamp_unit) {
|
|
1045
1045
|
o.submissionTimestampUnit = j.submission_timestamp_unit;
|
|
1046
1046
|
}
|
|
1047
|
-
if (j.
|
|
1047
|
+
if (j.has_reaction_videos) {
|
|
1048
1048
|
o.submissionHasReactionField = true;
|
|
1049
1049
|
}
|
|
1050
1050
|
o.submissionEnableActionField = o.submissionHasReactionField;
|
|
@@ -1687,7 +1687,7 @@ class ICPCStandingsCsvConverter {
|
|
|
1687
1687
|
problemsSolved: team.solvedProblemNum,
|
|
1688
1688
|
totalTime: team.penaltyToMinute,
|
|
1689
1689
|
lastProblemTime: team.lastSolvedProblemStatistics?.solvedTimestampToMinute ?? 0,
|
|
1690
|
-
siteCitation:
|
|
1690
|
+
siteCitation: "",
|
|
1691
1691
|
citation: ordinal(team.rank),
|
|
1692
1692
|
teamName: team.name.getOrDefault(),
|
|
1693
1693
|
institution: team.organization?.name.getOrDefault() ?? ""
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xcpcio/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.76.
|
|
4
|
+
"version": "0.76.9",
|
|
5
5
|
"description": "The core library for XCPCIO",
|
|
6
6
|
"author": "Dup4 <hi@dup4.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"papaparse": "^5.5.3",
|
|
43
43
|
"string-width": "^8.1.0",
|
|
44
44
|
"xlsx-js-style": "^1.2.0",
|
|
45
|
-
"@xcpcio/types": "0.76.
|
|
45
|
+
"@xcpcio/types": "0.76.9"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@babel/types": "^7.28.5",
|