corifeus-utils 2025.4.113 → 2025.4.120
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.
- package/README.md +8 -13
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
[//]: #@corifeus-header
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/corifeus-utils) [](https://paypal.me/patrikx3) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software) [](https://www.npmjs.com/package/corifeus-utils) [](https://paypal.me/patrikx3) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software) [](https://network.corifeus.com/status/31ad7a5c194347c33e5445dbaf8)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
|
-
# ❤️ Corifeus Utils v2025.4.
|
|
8
|
+
# ❤️ Corifeus Utils v2025.4.120
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
🌌 **Bugs are evident™ - MATRIX️**
|
|
13
|
-
🚧 **This project is under active development!**
|
|
14
|
-
📢 **We welcome your feedback and contributions.**
|
|
11
|
+
|
|
12
|
+
🌌 **Bugs are evident™ - MATRIX️**
|
|
13
|
+
🚧 **This project is under active development!**
|
|
14
|
+
📢 **We welcome your feedback and contributions.**
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
@@ -141,13 +141,8 @@ If you appreciate our work, consider ⭐ starring this repository or 💰 making
|
|
|
141
141
|
|
|
142
142
|
---
|
|
143
143
|
|
|
144
|
-
### 🖥️ Server Availability
|
|
145
|
-
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
|
|
146
|
-
|
|
147
|
-
---
|
|
148
|
-
|
|
149
144
|
### 🌍 About My Domains
|
|
150
|
-
All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.
|
|
145
|
+
All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](https://corifeus.eu), 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.
|
|
151
146
|
|
|
152
147
|
---
|
|
153
148
|
|
|
@@ -162,7 +157,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.hu](ht
|
|
|
162
157
|
---
|
|
163
158
|
|
|
164
159
|
|
|
165
|
-
[**CORIFEUS-UTILS**](https://corifeus.com/corifeus-utils) Build v2025.4.
|
|
160
|
+
[**CORIFEUS-UTILS**](https://corifeus.com/corifeus-utils) Build v2025.4.120
|
|
166
161
|
|
|
167
162
|
[](https://www.npmjs.com/package/corifeus-utils) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software)
|
|
168
163
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "corifeus-utils",
|
|
3
|
-
"version": "2025.4.
|
|
3
|
+
"version": "2025.4.120",
|
|
4
4
|
"corifeus": {
|
|
5
5
|
"icon": "far fa-lightbulb",
|
|
6
6
|
"code": "Memory",
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
},
|
|
37
37
|
"homepage": "https://corifeus.com/corifeus-utils",
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"corifeus-builder": "^2025.4.
|
|
39
|
+
"corifeus-builder": "^2025.4.126",
|
|
40
40
|
"istanbul": "^0.4.5"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"lodash": "^4.17.21"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"fs-extra": "^11.
|
|
46
|
+
"fs-extra": "^11.3.0",
|
|
47
47
|
"ms": "^2.1.3",
|
|
48
48
|
"mz": "^2.7.0",
|
|
49
49
|
"timestring": "^7.0.0",
|