corifeus-builder 2024.10.202 → 2025.4.105
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 +22 -4
- package/package.json +5 -5
- package/src/replaces.js +19 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
|
-
# 🏗️ Corifeus Builder
|
|
8
|
+
# 🏗️ Corifeus Builder v2025.4.105
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
### Built on NodeJs version
|
|
20
20
|
|
|
21
21
|
```txt
|
|
22
|
-
v22.
|
|
22
|
+
v22.13.0
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
|
|
@@ -113,6 +113,24 @@ Until it works for await/async, removed from **JSDoc**.
|
|
|
113
113
|
---
|
|
114
114
|
|
|
115
115
|
|
|
116
|
+
## Quick and Affordable Web Development Services
|
|
117
|
+
|
|
118
|
+
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.
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
## Powerful Online Networking Tool
|
|
123
|
+
|
|
124
|
+
Discover the powerful and free online networking tool at [network.corifeus.com](https://network.corifeus.com).
|
|
125
|
+
|
|
126
|
+
**Free**
|
|
127
|
+
Designed for professionals and enthusiasts, this tool provides essential features for network analysis, troubleshooting, and management.
|
|
128
|
+
Additionally, it offers tools for:
|
|
129
|
+
- Monitoring TCP, HTTP, and Ping to ensure optimal network performance and reliability.
|
|
130
|
+
- Status page management to track uptime, performance, and incidents in real time with customizable dashboards.
|
|
131
|
+
|
|
132
|
+
All these features are completely free to use.
|
|
133
|
+
|
|
116
134
|
## Support Our Open-Source Project ❤️
|
|
117
135
|
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!
|
|
118
136
|
|
|
@@ -120,7 +138,7 @@ If you appreciate our work, consider starring this repository or making a donati
|
|
|
120
138
|
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
|
|
121
139
|
|
|
122
140
|
### About My Domains
|
|
123
|
-
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.
|
|
141
|
+
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.
|
|
124
142
|
|
|
125
143
|
### Versioning Policy
|
|
126
144
|
**Version Structure:** We follow a Major.Minor.Patch versioning scheme:
|
|
@@ -133,7 +151,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
|
|
|
133
151
|
---
|
|
134
152
|
|
|
135
153
|
|
|
136
|
-
[**CORIFEUS-BUILDER**](https://corifeus.com/corifeus-builder) Build
|
|
154
|
+
[**CORIFEUS-BUILDER**](https://corifeus.com/corifeus-builder) Build v2025.4.105
|
|
137
155
|
|
|
138
156
|
[](https://www.npmjs.com/package/corifeus-builder) [](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)
|
|
139
157
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "corifeus-builder",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2025.4.105",
|
|
4
4
|
"corifeus": {
|
|
5
5
|
"icon": "fas fa-gavel",
|
|
6
6
|
"code": "Make",
|
|
7
7
|
"publish": true,
|
|
8
|
-
"nodejs": "v22.
|
|
8
|
+
"nodejs": "v22.13.0",
|
|
9
9
|
"reponame": "corifeus-builder",
|
|
10
10
|
"opencollective": false,
|
|
11
11
|
"build": true
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"homepage": "https://corifeus.com/corifeus-builder",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"corifeus-utils": "^
|
|
36
|
+
"corifeus-utils": "^2025.4.102",
|
|
37
37
|
"download": "^8.0.0",
|
|
38
38
|
"extract-zip": "^2.0.1",
|
|
39
39
|
"fs-extra": "^11.2.0",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"mocha": "^11.0.1",
|
|
52
52
|
"mz": "^2.7.0",
|
|
53
53
|
"npm": "^11.0.0",
|
|
54
|
-
"npm-check-updates": "^17.1.
|
|
54
|
+
"npm-check-updates": "^17.1.13",
|
|
55
55
|
"should": "^13.2.3",
|
|
56
56
|
"time-grunt": "^2.0.0",
|
|
57
|
-
"yaml": "^2.
|
|
57
|
+
"yaml": "^2.7.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"twemoji": "^14.0.2"
|
package/src/replaces.js
CHANGED
|
@@ -109,6 +109,24 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
|
|
|
109
109
|
---
|
|
110
110
|
|
|
111
111
|
|
|
112
|
+
## Quick and Affordable Web Development Services
|
|
113
|
+
|
|
114
|
+
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.
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
## Powerful Online Networking Tool
|
|
119
|
+
|
|
120
|
+
Discover the powerful and free online networking tool at [network.corifeus.com](https://network.corifeus.com).
|
|
121
|
+
|
|
122
|
+
**Free**
|
|
123
|
+
Designed for professionals and enthusiasts, this tool provides essential features for network analysis, troubleshooting, and management.
|
|
124
|
+
Additionally, it offers tools for:
|
|
125
|
+
- Monitoring TCP, HTTP, and Ping to ensure optimal network performance and reliability.
|
|
126
|
+
- Status page management to track uptime, performance, and incidents in real time with customizable dashboards.
|
|
127
|
+
|
|
128
|
+
All these features are completely free to use.
|
|
129
|
+
|
|
112
130
|
## Support Our Open-Source Project ❤️
|
|
113
131
|
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!
|
|
114
132
|
|
|
@@ -116,7 +134,7 @@ If you appreciate our work, consider starring this repository or making a donati
|
|
|
116
134
|
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
|
|
117
135
|
|
|
118
136
|
### About My Domains
|
|
119
|
-
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.
|
|
137
|
+
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.
|
|
120
138
|
|
|
121
139
|
### Versioning Policy
|
|
122
140
|
**Version Structure:** We follow a Major.Minor.Patch versioning scheme:
|