corifeus-utils 2026.4.132 → 2026.4.140
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 +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
|
-
# ❤️ Corifeus Utils v2026.4.
|
|
8
|
+
# ❤️ Corifeus Utils v2026.4.140
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
### 🛠️ Built on NodeJs version
|
|
22
22
|
|
|
23
23
|
```txt
|
|
24
|
-
v24.
|
|
24
|
+
v24.16.0
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
|
|
@@ -174,7 +174,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
|
|
|
174
174
|
**🚨 Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
|
|
175
175
|
|
|
176
176
|
|
|
177
|
-
[**CORIFEUS-UTILS**](https://corifeus.com/corifeus-utils) Build v2026.4.
|
|
177
|
+
[**CORIFEUS-UTILS**](https://corifeus.com/corifeus-utils) Build v2026.4.140
|
|
178
178
|
|
|
179
179
|
[](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)
|
|
180
180
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "corifeus-utils",
|
|
3
|
-
"version": "2026.4.
|
|
3
|
+
"version": "2026.4.140",
|
|
4
4
|
"corifeus": {
|
|
5
5
|
"icon": "far fa-lightbulb",
|
|
6
6
|
"code": "Memory",
|
|
7
7
|
"publish": true,
|
|
8
|
-
"nodejs": "v24.
|
|
8
|
+
"nodejs": "v24.16.0",
|
|
9
9
|
"reponame": "corifeus-utils",
|
|
10
10
|
"opencollective": false,
|
|
11
11
|
"build": true
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
},
|
|
37
37
|
"homepage": "https://corifeus.com/corifeus-utils",
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"corifeus-builder": "^2026.4.
|
|
39
|
+
"corifeus-builder": "^2026.4.157",
|
|
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.3.
|
|
46
|
+
"fs-extra": "^11.3.5",
|
|
47
47
|
"ms": "^2.1.3",
|
|
48
48
|
"mz": "^2.7.0",
|
|
49
49
|
"timestring": "^7.0.0",
|