Skip to content

Commit

Permalink
r0b08x [chore] 5/4/2024, 4:37:10 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 4, 2024
1 parent a2a1659 commit 4818dda
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 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 @@



# 🌐 Freenom API - Promise and auto renew expiring domains v2024.4.117
# 🌐 Freenom API - Promise and auto renew expiring domains v2024.4.122



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

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


Expand Down Expand Up @@ -106,18 +106,28 @@ await freenom.domain.expiringRenew({
---
🙏 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-FREENOM**](https://corifeus.com/freenom) Build v2024.4.117
[**P3X-FREENOM**](https://corifeus.com/freenom) Build v2024.4.122
[![NPM](https://img.shields.io/npm/v/p3x-freenom.svg)](https://www.npmjs.com/package/p3x-freenom) [![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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "p3x-freenom",
"version": "2024.4.117",
"version": "2024.4.122",
"corifeus": {
"prefix": "p3x-",
"publish": true,
"type": "p3x",
"code": "Mafia",
"nodejs": "v20.12.0",
"nodejs": "v22.1.0",
"opencollective": false,
"reponame": "freenom",
"build": true
Expand Down Expand Up @@ -35,10 +35,10 @@
},
"homepage": "https://corifeus.com/freenom",
"devDependencies": {
"corifeus-builder": "^2024.4.131"
"corifeus-builder": "^2024.4.140"
},
"dependencies": {
"corifeus-utils": "^2024.4.118"
"corifeus-utils": "^2024.4.123"
},
"engines": {
"node": ">=12.13.0"
Expand Down

0 comments on commit 4818dda

Please sign in to comment.