corifeus-builder 2025.4.115 → 2025.4.119
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 +6 -6
- package/package.json +2 -2
- package/src/replaces.js +4 -4
package/README.md
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
|
-
# 🏗️ Corifeus Builder v2025.4.
|
|
8
|
+
# 🏗️ Corifeus Builder v2025.4.119
|
|
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
|
|
|
@@ -160,7 +160,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.hu](ht
|
|
|
160
160
|
---
|
|
161
161
|
|
|
162
162
|
|
|
163
|
-
[**CORIFEUS-BUILDER**](https://corifeus.com/corifeus-builder) Build v2025.4.
|
|
163
|
+
[**CORIFEUS-BUILDER**](https://corifeus.com/corifeus-builder) Build v2025.4.119
|
|
164
164
|
|
|
165
165
|
[](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
166
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "corifeus-builder",
|
|
3
|
-
"version": "2025.4.
|
|
3
|
+
"version": "2025.4.119",
|
|
4
4
|
"corifeus": {
|
|
5
5
|
"icon": "fas fa-gavel",
|
|
6
6
|
"code": "Make",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"homepage": "https://corifeus.com/corifeus-builder",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"corifeus-utils": "^2025.4.
|
|
36
|
+
"corifeus-utils": "^2025.4.113",
|
|
37
37
|
"download": "^8.0.0",
|
|
38
38
|
"extract-zip": "^2.0.1",
|
|
39
39
|
"fs-extra": "^11.2.0",
|
package/src/replaces.js
CHANGED
|
@@ -227,10 +227,10 @@ ${angularPkg.version}
|
|
|
227
227
|
|
|
228
228
|
// below is to add additional status
|
|
229
229
|
const domainInfo = `
|
|
230
|
-
|
|
231
|
-
🌌 **Bugs are evident™ - MATRIX️**
|
|
232
|
-
🚧 **This project is under active development!**
|
|
233
|
-
📢 **We welcome your feedback and contributions.**
|
|
230
|
+
|
|
231
|
+
🌌 **Bugs are evident™ - MATRIX️**
|
|
232
|
+
🚧 **This project is under active development!**
|
|
233
|
+
📢 **We welcome your feedback and contributions.**
|
|
234
234
|
`
|
|
235
235
|
|
|
236
236
|
let nodeVersion = hideNodeVersion ? `# 🛠️ \${pkg.description} v\${pkg.version}
|