corifeus-builder 2024.4.134 → 2024.4.136
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 +16 -6
- package/package.json +1 -1
- package/src/replaces.js +14 -4
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
|
-
# 🏗️ Corifeus Builder v2024.4.
|
|
8
|
+
# 🏗️ Corifeus Builder v2024.4.136
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -112,18 +112,28 @@ Until it works for await/async, removed from **JSDoc**.
|
|
|
112
112
|
|
|
113
113
|
---
|
|
114
114
|
|
|
115
|
-
❤️ This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much!
|
|
116
115
|
|
|
117
|
-
|
|
116
|
+
## Support Our Open-Source Project ❤️
|
|
117
|
+
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
118
|
|
|
119
|
-
|
|
119
|
+
### Server Availability
|
|
120
|
+
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
|
|
120
121
|
|
|
121
|
-
|
|
122
|
+
### 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.
|
|
122
124
|
|
|
125
|
+
### Versioning Policy
|
|
126
|
+
**Version Structure:** We follow a Major.Minor.Patch versioning scheme:
|
|
127
|
+
- **Major:** Corresponds to the current year.
|
|
128
|
+
- **Minor:** Set as 4 for releases from January to June, and 10 for July to December.
|
|
129
|
+
- **Patch:** Incremental, updated with each build.
|
|
130
|
+
|
|
131
|
+
**Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
|
|
123
132
|
|
|
124
133
|
---
|
|
125
134
|
|
|
126
|
-
|
|
135
|
+
|
|
136
|
+
[**CORIFEUS-BUILDER**](https://corifeus.com/corifeus-builder) Build v2024.4.136
|
|
127
137
|
|
|
128
138
|
[](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)
|
|
129
139
|
|
package/package.json
CHANGED
package/src/replaces.js
CHANGED
|
@@ -108,17 +108,27 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
|
|
|
108
108
|
replace: `
|
|
109
109
|
---
|
|
110
110
|
|
|
111
|
-
❤️ This is an open-source project. Star this repository, if you like it, or even donate to maintain the servers and the development. Thank you so much!
|
|
112
111
|
|
|
113
|
-
|
|
112
|
+
## Support Our Open-Source Project ❤️
|
|
113
|
+
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
114
|
|
|
115
|
-
|
|
115
|
+
### Server Availability
|
|
116
|
+
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
|
|
116
117
|
|
|
117
|
-
|
|
118
|
+
### 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.
|
|
118
120
|
|
|
121
|
+
### Versioning Policy
|
|
122
|
+
**Version Structure:** We follow a Major.Minor.Patch versioning scheme:
|
|
123
|
+
- **Major:** Corresponds to the current year.
|
|
124
|
+
- **Minor:** Set as 4 for releases from January to June, and 10 for July to December.
|
|
125
|
+
- **Patch:** Incremental, updated with each build.
|
|
126
|
+
|
|
127
|
+
**Important Changes:** Any breaking changes are prominently noted in the readme to keep you informed.
|
|
119
128
|
|
|
120
129
|
---
|
|
121
130
|
|
|
131
|
+
|
|
122
132
|
[**\${pkg.name.toUpperCase()}**](https://corifeus.com/\${git.repo === 'corifeus' ? 'matrix' : git.repo}) Build v\${pkg.version}
|
|
123
133
|
|
|
124
134
|
${defaultFooterNpm}[](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)
|