@xcpcio/types 0.54.0 → 0.55.0

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/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  [MIT](./LICENSE) License © 2020 - PRESENT [XCPCIO][xcpcio]
13
13
 
14
- ## :clap: Our Supporters
14
+ ## :clap: Our Supporters
15
15
 
16
16
  ### ↳ Sponsors
17
17
 
package/dist/index.cjs CHANGED
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- const VERSION = "0.54.0";
3
+ const VERSION = "0.55.0";
4
4
  const GITHUB_URL = "https://github.com/xcpcio/xcpcio";
5
- const GITHUB_SHA = "b9831d4b0e";
5
+ const GITHUB_SHA = "bf64efc1db";
6
6
  const XCPCIO_HOME = "https://xcpcio.com";
7
7
 
8
8
  var ContestState = /* @__PURE__ */ ((ContestState2) => {
package/dist/index.d.cts CHANGED
@@ -87,9 +87,9 @@ interface StatusTimeDisplay {
87
87
  }
88
88
  type TimeUnit = "second" | "millisecond" | "microsecond" | "nanosecond";
89
89
 
90
- declare const VERSION = "0.54.0";
90
+ declare const VERSION = "0.55.0";
91
91
  declare const GITHUB_URL = "https://github.com/xcpcio/xcpcio";
92
- declare const GITHUB_SHA = "b9831d4b0e";
92
+ declare const GITHUB_SHA = "bf64efc1db";
93
93
  declare const XCPCIO_HOME = "https://xcpcio.com";
94
94
 
95
95
  interface Problem {
package/dist/index.d.mts CHANGED
@@ -87,9 +87,9 @@ interface StatusTimeDisplay {
87
87
  }
88
88
  type TimeUnit = "second" | "millisecond" | "microsecond" | "nanosecond";
89
89
 
90
- declare const VERSION = "0.54.0";
90
+ declare const VERSION = "0.55.0";
91
91
  declare const GITHUB_URL = "https://github.com/xcpcio/xcpcio";
92
- declare const GITHUB_SHA = "b9831d4b0e";
92
+ declare const GITHUB_SHA = "bf64efc1db";
93
93
  declare const XCPCIO_HOME = "https://xcpcio.com";
94
94
 
95
95
  interface Problem {
package/dist/index.d.ts CHANGED
@@ -87,9 +87,9 @@ interface StatusTimeDisplay {
87
87
  }
88
88
  type TimeUnit = "second" | "millisecond" | "microsecond" | "nanosecond";
89
89
 
90
- declare const VERSION = "0.54.0";
90
+ declare const VERSION = "0.55.0";
91
91
  declare const GITHUB_URL = "https://github.com/xcpcio/xcpcio";
92
- declare const GITHUB_SHA = "b9831d4b0e";
92
+ declare const GITHUB_SHA = "bf64efc1db";
93
93
  declare const XCPCIO_HOME = "https://xcpcio.com";
94
94
 
95
95
  interface Problem {
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
- const VERSION = "0.54.0";
1
+ const VERSION = "0.55.0";
2
2
  const GITHUB_URL = "https://github.com/xcpcio/xcpcio";
3
- const GITHUB_SHA = "b9831d4b0e";
3
+ const GITHUB_SHA = "bf64efc1db";
4
4
  const XCPCIO_HOME = "https://xcpcio.com";
5
5
 
6
6
  var ContestState = /* @__PURE__ */ ((ContestState2) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xcpcio/types",
3
- "version": "0.54.0",
3
+ "version": "0.55.0",
4
4
  "description": "XCPCIO Types",
5
5
  "author": "Dup4 <lyuzhi.pan@gmail.com>",
6
6
  "license": "MIT",
@@ -40,21 +40,21 @@
40
40
  "src"
41
41
  ],
42
42
  "devDependencies": {
43
- "@babel/types": "^7.25.7",
44
- "@types/node": "^18.19.55",
45
- "@typescript-eslint/eslint-plugin": "^8.8.1",
46
- "@typescript-eslint/parser": "^8.8.1",
47
- "bumpp": "^9.7.1",
48
- "eslint": "^9.12.0",
43
+ "@babel/types": "^7.27.0",
44
+ "@types/node": "^18.19.84",
45
+ "@typescript-eslint/eslint-plugin": "^8.28.0",
46
+ "@typescript-eslint/parser": "^8.28.0",
47
+ "bumpp": "^10.1.0",
48
+ "eslint": "^9.23.0",
49
49
  "esmo": "^4.8.0",
50
50
  "git-repo-info": "^2.1.1",
51
51
  "npm-run-all": "^4.1.5",
52
- "pnpm": "^9.12.1",
53
- "taze": "^0.17.2",
54
- "typescript": "^5.6.3",
55
- "unbuild": "^2.0.0",
56
- "vite": "^5.4.8",
57
- "vitest": "^2.1.2"
52
+ "pnpm": "^10.7.0",
53
+ "taze": "^19.0.4",
54
+ "typescript": "^5.8.2",
55
+ "unbuild": "^3.5.0",
56
+ "vite": "^5.4.15",
57
+ "vitest": "^3.0.9"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "unbuild",