corifeus-utils 2025.4.120 → 2025.4.123
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 +5 -6
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[//]: #@corifeus-header
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/corifeus-utils) [](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.123
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
### 🛠️ Built on NodeJs version
|
|
22
22
|
|
|
23
23
|
```txt
|
|
24
|
-
v22.13.
|
|
24
|
+
v22.13.1
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
|
|
@@ -157,10 +157,9 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
|
|
|
157
157
|
---
|
|
158
158
|
|
|
159
159
|
|
|
160
|
-
[**CORIFEUS-UTILS**](https://corifeus.com/corifeus-utils) Build v2025.4.
|
|
161
|
-
|
|
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)
|
|
160
|
+
[**CORIFEUS-UTILS**](https://corifeus.com/corifeus-utils) Build v2025.4.123
|
|
163
161
|
|
|
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)
|
|
164
163
|
|
|
165
164
|
|
|
166
165
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "corifeus-utils",
|
|
3
|
-
"version": "2025.4.
|
|
3
|
+
"version": "2025.4.123",
|
|
4
4
|
"corifeus": {
|
|
5
5
|
"icon": "far fa-lightbulb",
|
|
6
6
|
"code": "Memory",
|
|
7
7
|
"publish": true,
|
|
8
|
-
"nodejs": "v22.13.
|
|
8
|
+
"nodejs": "v22.13.1",
|
|
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": "^2025.4.
|
|
39
|
+
"corifeus-builder": "^2025.4.133",
|
|
40
40
|
"istanbul": "^0.4.5"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|