Skip to content

Commit

Permalink
r0b08x [chore] 5/4/2024, 4:37:17 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 4, 2024
1 parent e5aed56 commit ca205fb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@



# 📈 Convert JSON to Excel XLSX with offloading the constructing the data using a worker thread v2024.4.117
# 📈 Convert JSON to Excel XLSX with offloading the constructing the data using a worker thread v2024.4.122



Expand All @@ -20,7 +20,7 @@
### Built on NodeJs version

```txt
v20.12.0
v22.1.0
```


Expand Down Expand Up @@ -139,18 +139,28 @@ console.log(xlsBinary)

---

🙏 This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much!

Possible, this server, rarely, is down, please, hang on for 15-30 minutes and the server will be back up.
## Support Our Open-Source Project ❤️
If you appreciate our work, consider starring this repository or making a donation to support server maintenance and ongoing development. Your support means the world to us—thank you!

All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com)) could have minor errors, since I am developing in my free time. However, it is usually stable.
### Server Availability
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.

**Note about versioning:** Versions are cut in Major.Minor.Patch schema. Major is always the current year. Minor is either 4 (January - June) or 10 (July - December). Patch is incremental by every build. If there is a breaking change, it should be noted in the readme.
### About My Domains
All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com), are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.

### Versioning Policy
**Version Structure:** We follow a Major.Minor.Patch versioning scheme:
- **Major:** Corresponds to the current year.
- **Minor:** Set as 4 for releases from January to June, and 10 for July to December.
- **Patch:** Incremental, updated with each build.

**Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.

---

[**P3X-JSON2XLS-WORKER-THREAD**](https://corifeus.com/json2xls-worker-thread) Build v2024.4.117

[**P3X-JSON2XLS-WORKER-THREAD**](https://corifeus.com/json2xls-worker-thread) Build v2024.4.122

[![NPM](https://img.shields.io/npm/v/p3x-json2xls-worker-thread.svg)](https://www.npmjs.com/package/p3x-json2xls-worker-thread) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "p3x-json2xls-worker-thread",
"version": "2024.4.117",
"version": "2024.4.122",
"corifeus": {
"icon": "far fa-file-excel",
"prefix": "p3x-",
"publish": true,
"type": "p3x",
"code": "Legend",
"nodejs": "v20.12.0",
"nodejs": "v22.1.0",
"opencollective": false,
"reponame": "json2xls-worker-thread",
"build": true
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://corifeus.com/json2xls-worker-thread",
"devDependencies": {
"corifeus-builder": "^2024.4.131",
"corifeus-builder": "^2024.4.140",
"express": "^4.19.2"
},
"dependencies": {
Expand Down

0 comments on commit ca205fb

Please sign in to comment.