corifeus-utils 2024.10.126 → 2025.4.104

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 +22 -4
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
 
7
7
  ---
8
- # ❤️ Corifeus Utils v2024.10.126
8
+ # ❤️ Corifeus Utils v2025.4.104
9
9
 
10
10
 
11
11
 
@@ -19,7 +19,7 @@
19
19
  ### Built on NodeJs version
20
20
 
21
21
  ```txt
22
- v22.3.0
22
+ v22.13.0
23
23
  ```
24
24
 
25
25
 
@@ -115,6 +115,24 @@ Everything is promise based.
115
115
  ---
116
116
 
117
117
 
118
+ ## Quick and Affordable Web Development Services
119
+
120
+ If you want to quickly and affordably develop your next digital project, visit [corifeus.hu](https://corifeus.hu) for expert solutions tailored to your needs.
121
+
122
+ ---
123
+
124
+ ## Powerful Online Networking Tool
125
+
126
+ Discover the powerful and free online networking tool at [network.corifeus.com](https://network.corifeus.com).
127
+
128
+ **Free**
129
+ Designed for professionals and enthusiasts, this tool provides essential features for network analysis, troubleshooting, and management.
130
+ Additionally, it offers tools for:
131
+ - Monitoring TCP, HTTP, and Ping to ensure optimal network performance and reliability.
132
+ - Status page management to track uptime, performance, and incidents in real time with customizable dashboards.
133
+
134
+ All these features are completely free to use.
135
+
118
136
  ## Support Our Open-Source Project ❤️
119
137
  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!
120
138
 
@@ -122,7 +140,7 @@ If you appreciate our work, consider starring this repository or making a donati
122
140
  Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
123
141
 
124
142
  ### About My Domains
125
- 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.
143
+ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.hu](https://corifeus.hu) 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.
126
144
 
127
145
  ### Versioning Policy
128
146
  **Version Structure:** We follow a Major.Minor.Patch versioning scheme:
@@ -135,7 +153,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
135
153
  ---
136
154
 
137
155
 
138
- [**CORIFEUS-UTILS**](https://corifeus.com/corifeus-utils) Build v2024.10.126
156
+ [**CORIFEUS-UTILS**](https://corifeus.com/corifeus-utils) Build v2025.4.104
139
157
 
140
158
  [![NPM](https://img.shields.io/npm/v/corifeus-utils.svg)](https://www.npmjs.com/package/corifeus-utils) [![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)
141
159
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "corifeus-utils",
3
- "version": "2024.10.126",
3
+ "version": "2025.4.104",
4
4
  "corifeus": {
5
5
  "icon": "far fa-lightbulb",
6
6
  "code": "Memory",
7
7
  "publish": true,
8
- "nodejs": "v22.3.0",
8
+ "nodejs": "v22.13.0",
9
9
  "reponame": "corifeus-utils",
10
10
  "opencollective": false,
11
11
  "build": true
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "homepage": "https://corifeus.com/corifeus-utils",
38
38
  "devDependencies": {
39
- "corifeus-builder": "^2024.10.104",
39
+ "corifeus-builder": "^2025.4.103",
40
40
  "istanbul": "^0.4.5"
41
41
  },
42
42
  "peerDependencies": {
@@ -47,7 +47,7 @@
47
47
  "ms": "^2.1.3",
48
48
  "mz": "^2.7.0",
49
49
  "timestring": "^7.0.0",
50
- "uuid": "^10.0.0"
50
+ "uuid": "^11.0.5"
51
51
  },
52
52
  "engines": {
53
53
  "node": ">=12.13.0"