@xcpcio/core 0.41.4 → 0.42.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.
Files changed (2) hide show
  1. package/README.md +41 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,46 @@
1
1
  # xcpcio/libs/core
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xcpcio/core",
3
- "version": "0.41.4",
3
+ "version": "0.42.1",
4
4
  "description": "XCPCIO Core",
5
5
  "author": "Dup4 <lyuzhi.pan@gmail.com>",
6
6
  "license": "MIT",
@@ -48,7 +48,7 @@
48
48
  "papaparse": "^5.4.1",
49
49
  "string-width": "^6.1.0",
50
50
  "xlsx-js-style": "^1.2.0",
51
- "@xcpcio/types": "0.41.4"
51
+ "@xcpcio/types": "0.42.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@babel/types": "^7.22.4",