@xcpcio/core 0.76.9 → 0.77.1
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 +4 -0
- package/dist/index.d.cts +2 -0
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.mjs +4 -0
- package/package.json +12 -12
package/dist/index.cjs
CHANGED
|
@@ -1057,6 +1057,8 @@ class ContestOptions {
|
|
|
1057
1057
|
submissionHasReactionField;
|
|
1058
1058
|
reactionVideoUrlTemplate;
|
|
1059
1059
|
teamPhotoTemplate;
|
|
1060
|
+
teamWebcamStreamUrlTemplate;
|
|
1061
|
+
teamScreenStreamUrlTemplate;
|
|
1060
1062
|
constructor() {
|
|
1061
1063
|
this.calculationOfPenalty = "in_minutes";
|
|
1062
1064
|
this.submissionTimestampUnit = "second";
|
|
@@ -1081,6 +1083,8 @@ function createContestOptions(contestOptionsJSON = {}) {
|
|
|
1081
1083
|
o.submissionEnableActionField = o.submissionHasReactionField;
|
|
1082
1084
|
o.reactionVideoUrlTemplate = j.reaction_video_url_template;
|
|
1083
1085
|
o.teamPhotoTemplate = j.team_photo_url_template;
|
|
1086
|
+
o.teamWebcamStreamUrlTemplate = j.team_webcam_stream_url_template;
|
|
1087
|
+
o.teamScreenStreamUrlTemplate = j.team_screen_stream_url_template;
|
|
1084
1088
|
return o;
|
|
1085
1089
|
}
|
|
1086
1090
|
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1026,6 +1026,8 @@ class ContestOptions {
|
|
|
1026
1026
|
submissionHasReactionField;
|
|
1027
1027
|
reactionVideoUrlTemplate;
|
|
1028
1028
|
teamPhotoTemplate;
|
|
1029
|
+
teamWebcamStreamUrlTemplate;
|
|
1030
|
+
teamScreenStreamUrlTemplate;
|
|
1029
1031
|
constructor() {
|
|
1030
1032
|
this.calculationOfPenalty = "in_minutes";
|
|
1031
1033
|
this.submissionTimestampUnit = "second";
|
|
@@ -1050,6 +1052,8 @@ function createContestOptions(contestOptionsJSON = {}) {
|
|
|
1050
1052
|
o.submissionEnableActionField = o.submissionHasReactionField;
|
|
1051
1053
|
o.reactionVideoUrlTemplate = j.reaction_video_url_template;
|
|
1052
1054
|
o.teamPhotoTemplate = j.team_photo_url_template;
|
|
1055
|
+
o.teamWebcamStreamUrlTemplate = j.team_webcam_stream_url_template;
|
|
1056
|
+
o.teamScreenStreamUrlTemplate = j.team_screen_stream_url_template;
|
|
1053
1057
|
return o;
|
|
1054
1058
|
}
|
|
1055
1059
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xcpcio/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.77.1",
|
|
5
5
|
"description": "The core library for XCPCIO",
|
|
6
6
|
"author": "Dup4 <hi@dup4.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -42,27 +42,27 @@
|
|
|
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.
|
|
45
|
+
"@xcpcio/types": "0.77.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@babel/types": "^7.28.
|
|
48
|
+
"@babel/types": "^7.28.6",
|
|
49
49
|
"@types/chroma-js": "^3.1.2",
|
|
50
50
|
"@types/color-diff": "^1.2.5",
|
|
51
|
-
"@types/lodash": "^4.17.
|
|
52
|
-
"@types/node": "^24.10.
|
|
53
|
-
"@types/papaparse": "^5.5.
|
|
54
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
55
|
-
"@typescript-eslint/parser": "^8.
|
|
56
|
-
"bumpp": "^10.
|
|
51
|
+
"@types/lodash": "^4.17.23",
|
|
52
|
+
"@types/node": "^24.10.8",
|
|
53
|
+
"@types/papaparse": "^5.5.2",
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^8.53.0",
|
|
55
|
+
"@typescript-eslint/parser": "^8.53.0",
|
|
56
|
+
"bumpp": "^10.4.0",
|
|
57
57
|
"eslint": "^9.39.2",
|
|
58
58
|
"esmo": "^4.8.0",
|
|
59
59
|
"npm-run-all": "^4.1.5",
|
|
60
|
-
"pnpm": "^10.
|
|
60
|
+
"pnpm": "^10.28.0",
|
|
61
61
|
"taze": "^19.9.2",
|
|
62
62
|
"typescript": "^5.9.3",
|
|
63
63
|
"unbuild": "^3.6.1",
|
|
64
|
-
"vite": "^7.
|
|
65
|
-
"vitest": "^4.0.
|
|
64
|
+
"vite": "^7.3.1",
|
|
65
|
+
"vitest": "^4.0.17"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
68
|
"build": "unbuild",
|