corifeus-builder 2024.4.129 → 2024.4.134

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.129
8
+ # 🏗️ Corifeus Builder v2024.4.134
9
9
 
10
10
 
11
11
 
@@ -19,7 +19,7 @@
19
19
  ### Built on NodeJs version
20
20
 
21
21
  ```txt
22
- v20.12.0
22
+ v20.12.2
23
23
  ```
24
24
 
25
25
 
@@ -112,7 +112,7 @@ 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!
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
116
 
117
117
  Possible, this server, rarely, is down, please, hang on for 15-30 minutes and the server will be back up.
118
118
 
@@ -123,7 +123,7 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
123
123
 
124
124
  ---
125
125
 
126
- [**CORIFEUS-BUILDER**](https://corifeus.com/corifeus-builder) Build v2024.4.129
126
+ [**CORIFEUS-BUILDER**](https://corifeus.com/corifeus-builder) Build v2024.4.134
127
127
 
128
128
  [![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
129
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "corifeus-builder",
3
- "version": "2024.4.129",
3
+ "version": "2024.4.134",
4
4
  "corifeus": {
5
5
  "icon": "fas fa-gavel",
6
6
  "code": "Make",
7
7
  "publish": true,
8
- "nodejs": "v20.12.0",
8
+ "nodejs": "v20.12.2",
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.115",
36
+ "corifeus-utils": "^2024.4.118",
37
37
  "download": "^8.0.0",
38
38
  "extract-zip": "^2.0.1",
39
39
  "fs-extra": "^11.2.0",
@@ -50,11 +50,11 @@
50
50
  "mkdirp": "^3.0.1",
51
51
  "mocha": "^10.4.0",
52
52
  "mz": "^2.7.0",
53
- "npm": "^10.5.0",
54
- "npm-check-updates": "^16.14.18",
53
+ "npm": "^10.6.0",
54
+ "npm-check-updates": "^16.14.20",
55
55
  "should": "^13.2.3",
56
56
  "time-grunt": "^2.0.0",
57
- "yaml": "^2.4.1"
57
+ "yaml": "^2.4.2"
58
58
  },
59
59
  "devDependencies": {
60
60
  "twemoji": "^14.0.2"
package/src/replaces.js CHANGED
@@ -108,7 +108,7 @@ 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!
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
112
 
113
113
  Possible, this server, rarely, is down, please, hang on for 15-30 minutes and the server will be back up.
114
114