@xcpcio/types 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.d.cts CHANGED
@@ -135,6 +135,8 @@ interface ContestOptions {
135
135
  has_reaction_videos?: boolean;
136
136
  reaction_video_url_template?: string;
137
137
  team_photo_url_template?: Image;
138
+ team_webcam_stream_url_template?: string;
139
+ team_screen_stream_url_template?: string;
138
140
  submission_source_code_url_template?: string;
139
141
  }
140
142
  type MedalPreset = "ccpc" | "icpc";
package/dist/index.d.mts CHANGED
@@ -135,6 +135,8 @@ interface ContestOptions {
135
135
  has_reaction_videos?: boolean;
136
136
  reaction_video_url_template?: string;
137
137
  team_photo_url_template?: Image;
138
+ team_webcam_stream_url_template?: string;
139
+ team_screen_stream_url_template?: string;
138
140
  submission_source_code_url_template?: string;
139
141
  }
140
142
  type MedalPreset = "ccpc" | "icpc";
package/dist/index.d.ts CHANGED
@@ -135,6 +135,8 @@ interface ContestOptions {
135
135
  has_reaction_videos?: boolean;
136
136
  reaction_video_url_template?: string;
137
137
  team_photo_url_template?: Image;
138
+ team_webcam_stream_url_template?: string;
139
+ team_screen_stream_url_template?: string;
138
140
  submission_source_code_url_template?: string;
139
141
  }
140
142
  type MedalPreset = "ccpc" | "icpc";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xcpcio/types",
3
3
  "type": "module",
4
- "version": "0.76.9",
4
+ "version": "0.77.1",
5
5
  "description": "Types for XCPCIO",
6
6
  "author": "Dup4 <hi@dup4.com>",
7
7
  "license": "MIT",
@@ -33,20 +33,20 @@
33
33
  "dist"
34
34
  ],
35
35
  "devDependencies": {
36
- "@babel/types": "^7.28.5",
37
- "@types/node": "^24.10.3",
38
- "@typescript-eslint/eslint-plugin": "^8.49.0",
39
- "@typescript-eslint/parser": "^8.49.0",
40
- "bumpp": "^10.3.2",
36
+ "@babel/types": "^7.28.6",
37
+ "@types/node": "^24.10.8",
38
+ "@typescript-eslint/eslint-plugin": "^8.53.0",
39
+ "@typescript-eslint/parser": "^8.53.0",
40
+ "bumpp": "^10.4.0",
41
41
  "eslint": "^9.39.2",
42
42
  "esmo": "^4.8.0",
43
43
  "npm-run-all": "^4.1.5",
44
- "pnpm": "^10.25.0",
44
+ "pnpm": "^10.28.0",
45
45
  "taze": "^19.9.2",
46
46
  "typescript": "^5.9.3",
47
47
  "unbuild": "^3.6.1",
48
- "vite": "^7.2.7",
49
- "vitest": "^4.0.15"
48
+ "vite": "^7.3.1",
49
+ "vitest": "^4.0.17"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "unbuild",