corifeus-builder 2025.4.119 → 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 +3 -8
- package/package.json +3 -3
- package/src/replaces.js +1 -6
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
|
-
# 🏗️ Corifeus Builder v2025.4.
|
|
8
|
+
# 🏗️ Corifeus Builder v2025.4.123
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -139,13 +139,8 @@ If you appreciate our work, consider ⭐ starring this repository or 💰 making
|
|
|
139
139
|
|
|
140
140
|
---
|
|
141
141
|
|
|
142
|
-
### 🖥️ Server Availability
|
|
143
|
-
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
|
|
144
|
-
|
|
145
|
-
---
|
|
146
|
-
|
|
147
142
|
### 🌍 About My Domains
|
|
148
|
-
All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.
|
|
143
|
+
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.
|
|
149
144
|
|
|
150
145
|
---
|
|
151
146
|
|
|
@@ -160,7 +155,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.hu](ht
|
|
|
160
155
|
---
|
|
161
156
|
|
|
162
157
|
|
|
163
|
-
[**CORIFEUS-BUILDER**](https://corifeus.com/corifeus-builder) Build v2025.4.
|
|
158
|
+
[**CORIFEUS-BUILDER**](https://corifeus.com/corifeus-builder) Build v2025.4.123
|
|
164
159
|
|
|
165
160
|
[](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)
|
|
166
161
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "corifeus-builder",
|
|
3
|
-
"version": "2025.4.
|
|
3
|
+
"version": "2025.4.123",
|
|
4
4
|
"corifeus": {
|
|
5
5
|
"icon": "fas fa-gavel",
|
|
6
6
|
"code": "Make",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
},
|
|
34
34
|
"homepage": "https://corifeus.com/corifeus-builder",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"corifeus-utils": "^2025.4.
|
|
36
|
+
"corifeus-utils": "^2025.4.117",
|
|
37
37
|
"download": "^8.0.0",
|
|
38
38
|
"extract-zip": "^2.0.1",
|
|
39
|
-
"fs-extra": "^11.
|
|
39
|
+
"fs-extra": "^11.3.0",
|
|
40
40
|
"github-api": "^3.4.0",
|
|
41
41
|
"glob": "^8.0.3",
|
|
42
42
|
"glob-promise": "^6.0.7",
|
package/src/replaces.js
CHANGED
|
@@ -133,13 +133,8 @@ If you appreciate our work, consider ⭐ starring this repository or 💰 making
|
|
|
133
133
|
|
|
134
134
|
---
|
|
135
135
|
|
|
136
|
-
### 🖥️ Server Availability
|
|
137
|
-
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
|
|
138
|
-
|
|
139
|
-
---
|
|
140
|
-
|
|
141
136
|
### 🌍 About My Domains
|
|
142
|
-
All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.
|
|
137
|
+
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.
|
|
143
138
|
|
|
144
139
|
---
|
|
145
140
|
|