@xcpcio/types 0.50.2 → 0.50.4

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 CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const VERSION = "0.50.2";
5
+ const VERSION = "0.50.4";
6
6
  const GITHUB_URL = "https://github.com/xcpcio/xcpcio";
7
- const GITHUB_SHA = "840ed3d63f";
7
+ const GITHUB_SHA = "1da4d25932";
8
8
  const XCPCIO_HOME = "https://xcpcio.com";
9
9
 
10
10
  var ContestState = /* @__PURE__ */ ((ContestState2) => {
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.50.2";
90
+ declare const VERSION = "0.50.4";
91
91
  declare const GITHUB_URL = "https://github.com/xcpcio/xcpcio";
92
- declare const GITHUB_SHA = "840ed3d63f";
92
+ declare const GITHUB_SHA = "1da4d25932";
93
93
  declare const XCPCIO_HOME = "https://xcpcio.com";
94
94
 
95
95
  interface ContestIndexConfig {
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
- const VERSION = "0.50.2";
1
+ const VERSION = "0.50.4";
2
2
  const GITHUB_URL = "https://github.com/xcpcio/xcpcio";
3
- const GITHUB_SHA = "840ed3d63f";
3
+ const GITHUB_SHA = "1da4d25932";
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.50.2",
3
+ "version": "0.50.4",
4
4
  "description": "XCPCIO Types",
5
5
  "author": "Dup4 <lyuzhi.pan@gmail.com>",
6
6
  "license": "MIT",