@xcpcio/types 0.41.4 → 0.42.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
@@ -1,7 +1,46 @@
1
1
  # xcpcio/libs/types
2
2
 
3
+ [![Test](https://github.com/xcpcio/xcpcio/actions/workflows/test.yml/badge.svg)](https://github.com/xcpcio/xcpcio/actions/workflows/test.yml)
4
+ [![code style](https://antfu.me/badge-code-style.svg)](https://github.com/antfu/eslint-config)
5
+ [![GitHub release][gh-release-badge]][gh-release]
6
+ [![License][license-image-mit]][license-link-mit]
7
+ ![Repo Size](https://img.shields.io/github/repo-size/xcpcio/xcpcio.svg)
8
+ [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@xcpcio/board-app/badge)](https://www.jsdelivr.com/package/npm/@xcpcio/board-app)
9
+
3
10
  ## License
4
11
 
5
- [MIT](../../../LICENSE) License © 2023 [XCPCIO][xcpcio]
12
+ [MIT](./LICENSE) License © 2020 - PRESENT [XCPCIO][xcpcio]
13
+
14
+ ## :clap: Our Supporters
15
+
16
+ ### ↳ Sponsors
17
+
18
+ This project is made possible by all the sponsors supporting my work:
19
+
20
+ <p align="center">
21
+ <a href="https://github.com/sponsors/Dup4">
22
+ <img src='https://cdn.jsdelivr.net/gh/Dup4/static/sponsors-output/sponsors.svg' alt="Logos from Sponsors" />
23
+ </a>
24
+ </p>
25
+
26
+ ### &#8627; Stargazers
27
+
28
+ [![Stargazers repo roster for @xcpcio/xcpcio](https://bytecrank.com/nastyox/reporoster/php/stargazersSVG.php?user=xcpcio&repo=xcpcio)](https://github.com/xcpcio/xcpcio/stargazers)
29
+
30
+ <br/>
31
+
32
+ <p align="center">
33
+ <a href="https://github.com/xcpcio/xcpcio#">
34
+ <img
35
+ src="https://cdn.jsdelivr.net/gh/dup4/static/back-to-top-button.png"
36
+ alt="Back to top"
37
+ height="29"
38
+ />
39
+ </a>
40
+ </p>
6
41
 
7
- [xcpcio]: https://github.com/XCPCIO
42
+ [xcpcio]: https://github.com/xcpcio
43
+ [gh-release-badge]: https://img.shields.io/github/release/xcpcio/xcpcio.svg
44
+ [gh-release]: https://GitHub.com/xcpcio/xcpcio/releases/
45
+ [license-image-mit]: https://img.shields.io/badge/license-MIT-blue.svg?labelColor=333333
46
+ [license-link-mit]: https://mit-license.org/
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.41.4";
5
+ const VERSION = "0.42.0";
6
6
  const GITHUB_URL = "https://github.com/xcpcio/xcpcio";
7
- const GITHUB_SHA = "fa4e3d2523";
7
+ const GITHUB_SHA = "27bf8c243f";
8
8
 
9
9
  var ContestState = /* @__PURE__ */ ((ContestState2) => {
10
10
  ContestState2["PENDING"] = "PENDING";
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.41.4";
90
+ declare const VERSION = "0.42.0";
91
91
  declare const GITHUB_URL = "https://github.com/xcpcio/xcpcio";
92
- declare const GITHUB_SHA = "fa4e3d2523";
92
+ declare const GITHUB_SHA = "27bf8c243f";
93
93
 
94
94
  interface ContestIndexConfig {
95
95
  contest_name: string;
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
- const VERSION = "0.41.4";
1
+ const VERSION = "0.42.0";
2
2
  const GITHUB_URL = "https://github.com/xcpcio/xcpcio";
3
- const GITHUB_SHA = "fa4e3d2523";
3
+ const GITHUB_SHA = "27bf8c243f";
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.41.4",
3
+ "version": "0.42.0",
4
4
  "description": "XCPCIO Types",
5
5
  "author": "Dup4 <lyuzhi.pan@gmail.com>",
6
6
  "license": "MIT",