corifeus-builder 2024.4.134 → 2024.4.138

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 CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
 
7
7
  ---
8
- # 🏗️ Corifeus Builder v2024.4.134
8
+ # 🏗️ Corifeus Builder v2024.4.138
9
9
 
10
10
 
11
11
 
@@ -19,7 +19,7 @@
19
19
  ### Built on NodeJs version
20
20
 
21
21
  ```txt
22
- v20.12.2
22
+ v22.1.0
23
23
  ```
24
24
 
25
25
 
@@ -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
- Possible, this server, rarely, is down, please, hang on for 15-30 minutes and the server will be back up.
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
- All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com)) could have minor errors, since I am developing in my free time. However, it is usually stable.
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
- **Note about versioning:** Versions are cut in Major.Minor.Patch schema. Major is always the current year. Minor is either 4 (January - June) or 10 (July - December). Patch is incremental by every build. If there is a breaking change, it should be noted in the readme.
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
- [**CORIFEUS-BUILDER**](https://corifeus.com/corifeus-builder) Build v2024.4.134
135
+
136
+ [**CORIFEUS-BUILDER**](https://corifeus.com/corifeus-builder) Build v2024.4.138
127
137
 
128
138
  [![NPM](https://img.shields.io/npm/v/corifeus-builder.svg)](https://www.npmjs.com/package/corifeus-builder) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)
129
139
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "corifeus-builder",
3
- "version": "2024.4.134",
3
+ "version": "2024.4.138",
4
4
  "corifeus": {
5
5
  "icon": "fas fa-gavel",
6
6
  "code": "Make",
7
7
  "publish": true,
8
- "nodejs": "v20.12.2",
8
+ "nodejs": "v22.1.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": "^2024.4.118",
36
+ "corifeus-utils": "^2024.4.121",
37
37
  "download": "^8.0.0",
38
38
  "extract-zip": "^2.0.1",
39
39
  "fs-extra": "^11.2.0",
@@ -50,7 +50,7 @@
50
50
  "mkdirp": "^3.0.1",
51
51
  "mocha": "^10.4.0",
52
52
  "mz": "^2.7.0",
53
- "npm": "^10.6.0",
53
+ "npm": "^10.7.0",
54
54
  "npm-check-updates": "^16.14.20",
55
55
  "should": "^13.2.3",
56
56
  "time-grunt": "^2.0.0",
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
- Possible, this server, rarely, is down, please, hang on for 15-30 minutes and the server will be back up.
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
- All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com)) could have minor errors, since I am developing in my free time. However, it is usually stable.
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
- **Note about versioning:** Versions are cut in Major.Minor.Patch schema. Major is always the current year. Minor is either 4 (January - June) or 10 (July - December). Patch is incremental by every build. If there is a breaking change, it should be noted in the readme.
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}[![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software)