@xcpcio/types 0.60.0 → 0.61.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 +2 -2
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +9 -8
package/dist/index.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
const VERSION = "0.
|
|
3
|
+
const VERSION = "0.61.1";
|
|
4
4
|
const GITHUB_URL = "https://xcpcio.com";
|
|
5
|
-
const GITHUB_SHA = "
|
|
5
|
+
const GITHUB_SHA = "ab02c1f7df";
|
|
6
6
|
const XCPCIO_HOME = "https://xcpcio.com";
|
|
7
7
|
|
|
8
8
|
var ContestState = /* @__PURE__ */ ((ContestState2) => {
|
package/dist/index.d.cts
CHANGED
|
@@ -88,9 +88,9 @@ interface StatusTimeDisplay {
|
|
|
88
88
|
}
|
|
89
89
|
type TimeUnit = "second" | "millisecond" | "microsecond" | "nanosecond";
|
|
90
90
|
|
|
91
|
-
declare const VERSION = "0.
|
|
91
|
+
declare const VERSION = "0.61.1";
|
|
92
92
|
declare const GITHUB_URL = "https://xcpcio.com";
|
|
93
|
-
declare const GITHUB_SHA = "
|
|
93
|
+
declare const GITHUB_SHA = "ab02c1f7df";
|
|
94
94
|
declare const XCPCIO_HOME = "https://xcpcio.com";
|
|
95
95
|
|
|
96
96
|
interface Problem {
|
package/dist/index.d.mts
CHANGED
|
@@ -88,9 +88,9 @@ interface StatusTimeDisplay {
|
|
|
88
88
|
}
|
|
89
89
|
type TimeUnit = "second" | "millisecond" | "microsecond" | "nanosecond";
|
|
90
90
|
|
|
91
|
-
declare const VERSION = "0.
|
|
91
|
+
declare const VERSION = "0.61.1";
|
|
92
92
|
declare const GITHUB_URL = "https://xcpcio.com";
|
|
93
|
-
declare const GITHUB_SHA = "
|
|
93
|
+
declare const GITHUB_SHA = "ab02c1f7df";
|
|
94
94
|
declare const XCPCIO_HOME = "https://xcpcio.com";
|
|
95
95
|
|
|
96
96
|
interface Problem {
|
package/dist/index.d.ts
CHANGED
|
@@ -88,9 +88,9 @@ interface StatusTimeDisplay {
|
|
|
88
88
|
}
|
|
89
89
|
type TimeUnit = "second" | "millisecond" | "microsecond" | "nanosecond";
|
|
90
90
|
|
|
91
|
-
declare const VERSION = "0.
|
|
91
|
+
declare const VERSION = "0.61.1";
|
|
92
92
|
declare const GITHUB_URL = "https://xcpcio.com";
|
|
93
|
-
declare const GITHUB_SHA = "
|
|
93
|
+
declare const GITHUB_SHA = "ab02c1f7df";
|
|
94
94
|
declare const XCPCIO_HOME = "https://xcpcio.com";
|
|
95
95
|
|
|
96
96
|
interface Problem {
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
const VERSION = "0.
|
|
1
|
+
const VERSION = "0.61.1";
|
|
2
2
|
const GITHUB_URL = "https://xcpcio.com";
|
|
3
|
-
const GITHUB_SHA = "
|
|
3
|
+
const GITHUB_SHA = "ab02c1f7df";
|
|
4
4
|
const XCPCIO_HOME = "https://xcpcio.com";
|
|
5
5
|
|
|
6
6
|
var ContestState = /* @__PURE__ */ ((ContestState2) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xcpcio/types",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.61.1",
|
|
5
5
|
"description": "Types for XCPCIO",
|
|
6
6
|
"author": "Dup4 <hi@dup4.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
},
|
|
18
18
|
"keywords": [
|
|
19
19
|
"ICPC",
|
|
20
|
-
"
|
|
20
|
+
"Leaderboard",
|
|
21
|
+
"Visualization"
|
|
21
22
|
],
|
|
22
23
|
"sideEffects": false,
|
|
23
24
|
"exports": {
|
|
@@ -33,19 +34,19 @@
|
|
|
33
34
|
],
|
|
34
35
|
"devDependencies": {
|
|
35
36
|
"@babel/types": "^7.28.4",
|
|
36
|
-
"@types/node": "^24.3.
|
|
37
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
38
|
-
"@typescript-eslint/parser": "^8.
|
|
37
|
+
"@types/node": "^24.3.3",
|
|
38
|
+
"@typescript-eslint/eslint-plugin": "^8.43.0",
|
|
39
|
+
"@typescript-eslint/parser": "^8.43.0",
|
|
39
40
|
"bumpp": "^10.2.3",
|
|
40
41
|
"eslint": "^9.35.0",
|
|
41
42
|
"esmo": "^4.8.0",
|
|
42
43
|
"git-repo-info": "^2.1.1",
|
|
43
44
|
"npm-run-all": "^4.1.5",
|
|
44
|
-
"pnpm": "^10.
|
|
45
|
-
"taze": "^19.
|
|
45
|
+
"pnpm": "^10.16.0",
|
|
46
|
+
"taze": "^19.6.0",
|
|
46
47
|
"typescript": "^5.9.2",
|
|
47
48
|
"unbuild": "^3.6.1",
|
|
48
|
-
"vite": "^7.1.
|
|
49
|
+
"vite": "^7.1.5",
|
|
49
50
|
"vitest": "^3.2.4"
|
|
50
51
|
},
|
|
51
52
|
"scripts": {
|