@xcpcio/core 0.64.2 → 0.64.5

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 +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,10 +9,6 @@
9
9
  ![Repo Size](https://img.shields.io/github/repo-size/xcpcio/xcpcio.svg)
10
10
  [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@xcpcio/board-app/badge)](https://www.jsdelivr.com/package/npm/@xcpcio/board-app)
11
11
 
12
- ## License
13
-
14
- [MIT](../../../LICENSE) License © 2020 - PRESENT [XCPCIO][xcpcio]
15
-
16
12
  ## :clap: Our Supporters
17
13
 
18
14
  ### ↳ Sponsors
@@ -41,6 +37,10 @@ This project is made possible by all the sponsors supporting my work:
41
37
  </a>
42
38
  </p>
43
39
 
40
+ ## License
41
+
42
+ [MIT](../../../LICENSE) License &copy; 2020 - PRESENT [XCPCIO][xcpcio]
43
+
44
44
  [xcpcio]: https://github.com/xcpcio
45
45
  [gh-release-badge]: https://img.shields.io/github/release/xcpcio/xcpcio.svg
46
46
  [gh-release]: https://GitHub.com/xcpcio/xcpcio/releases/
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xcpcio/core",
3
3
  "type": "module",
4
- "version": "0.64.2",
4
+ "version": "0.64.5",
5
5
  "description": "The core library for XCPCIO",
6
6
  "author": "Dup4 <hi@dup4.com>",
7
7
  "license": "MIT",
@@ -42,7 +42,7 @@
42
42
  "papaparse": "^5.5.3",
43
43
  "string-width": "^8.1.0",
44
44
  "xlsx-js-style": "^1.2.0",
45
- "@xcpcio/types": "0.64.2"
45
+ "@xcpcio/types": "0.64.5"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@babel/types": "^7.28.4",