@xcpcio/types 0.75.2 → 0.76.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
@@ -297,6 +297,7 @@ interface Team {
297
297
  photo?: Image;
298
298
  location?: string;
299
299
  icpc_id?: string;
300
+ ip?: string;
300
301
  }
301
302
  type Teams = Array<Team> | Record<string, Team>;
302
303
 
package/dist/index.d.mts CHANGED
@@ -297,6 +297,7 @@ interface Team {
297
297
  photo?: Image;
298
298
  location?: string;
299
299
  icpc_id?: string;
300
+ ip?: string;
300
301
  }
301
302
  type Teams = Array<Team> | Record<string, Team>;
302
303
 
package/dist/index.d.ts CHANGED
@@ -297,6 +297,7 @@ interface Team {
297
297
  photo?: Image;
298
298
  location?: string;
299
299
  icpc_id?: string;
300
+ ip?: string;
300
301
  }
301
302
  type Teams = Array<Team> | Record<string, Team>;
302
303
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xcpcio/types",
3
3
  "type": "module",
4
- "version": "0.75.2",
4
+ "version": "0.76.1",
5
5
  "description": "Types for XCPCIO",
6
6
  "author": "Dup4 <hi@dup4.com>",
7
7
  "license": "MIT",
@@ -37,16 +37,16 @@
37
37
  "@types/node": "^24.10.1",
38
38
  "@typescript-eslint/eslint-plugin": "^8.48.0",
39
39
  "@typescript-eslint/parser": "^8.48.0",
40
- "bumpp": "^10.3.1",
40
+ "bumpp": "^10.3.2",
41
41
  "eslint": "^9.39.1",
42
42
  "esmo": "^4.8.0",
43
43
  "npm-run-all": "^4.1.5",
44
- "pnpm": "^10.23.0",
45
- "taze": "^19.9.0",
44
+ "pnpm": "^10.24.0",
45
+ "taze": "^19.9.2",
46
46
  "typescript": "^5.9.3",
47
47
  "unbuild": "^3.6.1",
48
48
  "vite": "^7.2.4",
49
- "vitest": "^3.2.4"
49
+ "vitest": "^4.0.14"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "unbuild",