@xcpcio/types 0.6.4 → 0.7.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020 XCPCIO
3
+ Copyright (c) 2020 - PRESENT XCPCIO
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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.6.3";
5
+ const VERSION = "0.6.4";
6
6
  const GITHUB_URL = "https://github.com/xcpcio/xcpcio";
7
- const GITHUB_SHA = "b9024b3121";
7
+ const GITHUB_SHA = "a13ebeda5c";
8
8
 
9
9
  var ContestState = /* @__PURE__ */ ((ContestState2) => {
10
10
  ContestState2["PENDING"] = "PENDING";
package/dist/index.d.ts CHANGED
@@ -85,9 +85,9 @@ interface StatusTimeDisplay {
85
85
  pending: boolean;
86
86
  }
87
87
 
88
- declare const VERSION = "0.6.3";
88
+ declare const VERSION = "0.6.4";
89
89
  declare const GITHUB_URL = "https://github.com/xcpcio/xcpcio";
90
- declare const GITHUB_SHA = "b9024b3121";
90
+ declare const GITHUB_SHA = "a13ebeda5c";
91
91
 
92
92
  interface ContestIndexConfig {
93
93
  contest_name: string;
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
- const VERSION = "0.6.3";
1
+ const VERSION = "0.6.4";
2
2
  const GITHUB_URL = "https://github.com/xcpcio/xcpcio";
3
- const GITHUB_SHA = "b9024b3121";
3
+ const GITHUB_SHA = "a13ebeda5c";
4
4
 
5
5
  var ContestState = /* @__PURE__ */ ((ContestState2) => {
6
6
  ContestState2["PENDING"] = "PENDING";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xcpcio/types",
3
- "version": "0.6.4",
3
+ "version": "0.7.0",
4
4
  "description": "XCPCIO Types",
5
5
  "author": "Dup4 <lyuzhi.pan@gmail.com>",
6
6
  "license": "MIT",