corifeus-builder 2025.4.128 → 2025.4.133
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 +5 -6
- package/package.json +3 -3
- package/src/replaces.js +3 -55
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[//]: #@corifeus-header
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/corifeus-builder) [](https://www.npmjs.com/package/corifeus-builder) [](https://paypal.me/patrikx3) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software) [](https://network.corifeus.com/status/31ad7a5c194347c33e5445dbaf8)
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
|
-
# 🏗️ Corifeus Builder v2025.4.
|
|
8
|
+
# 🏗️ Corifeus Builder v2025.4.133
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
### 🛠️ Built on NodeJs version
|
|
22
22
|
|
|
23
23
|
```txt
|
|
24
|
-
v22.13.
|
|
24
|
+
v22.13.1
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
|
|
@@ -155,10 +155,9 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
|
|
|
155
155
|
---
|
|
156
156
|
|
|
157
157
|
|
|
158
|
-
[**CORIFEUS-BUILDER**](https://corifeus.com/corifeus-builder) Build v2025.4.
|
|
159
|
-
|
|
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)
|
|
158
|
+
[**CORIFEUS-BUILDER**](https://corifeus.com/corifeus-builder) Build v2025.4.133
|
|
161
159
|
|
|
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)
|
|
162
161
|
|
|
163
162
|
|
|
164
163
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "corifeus-builder",
|
|
3
|
-
"version": "2025.4.
|
|
3
|
+
"version": "2025.4.133",
|
|
4
4
|
"corifeus": {
|
|
5
5
|
"icon": "fas fa-gavel",
|
|
6
6
|
"code": "Make",
|
|
7
7
|
"publish": true,
|
|
8
|
-
"nodejs": "v22.13.
|
|
8
|
+
"nodejs": "v22.13.1",
|
|
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": "^2025.4.
|
|
36
|
+
"corifeus-utils": "^2025.4.120",
|
|
37
37
|
"download": "^8.0.0",
|
|
38
38
|
"extract-zip": "^2.0.1",
|
|
39
39
|
"fs-extra": "^11.3.0",
|
package/src/replaces.js
CHANGED
|
@@ -11,7 +11,7 @@ module.exports = (options, pkg) => {
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
let commonBuild = `[](https://paypal.me/patrikx3) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software) `
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
if (pkg.corifeus && pkg.corifeus.publish === true) {
|
|
@@ -20,57 +20,6 @@ module.exports = (options, pkg) => {
|
|
|
20
20
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
let opencollectiveHeader = ''
|
|
24
|
-
let opencollectiveFooter = ''
|
|
25
|
-
pkg.corifeus.opencollective = false;
|
|
26
|
-
if (options.replacer.hasOwnProperty('opencollective') && options.replacer.opencollective === true) {
|
|
27
|
-
pkg.corifeus.opencollective = true;
|
|
28
|
-
|
|
29
|
-
pkg.collective = {
|
|
30
|
-
type: "opencollective",
|
|
31
|
-
url: `https://opencollective.com/${pkg.name}`
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
opencollectiveHeader = ` [](#backers) [](#sponsors)`
|
|
35
|
-
opencollectiveFooter = `
|
|
36
|
-
|
|
37
|
-
# Open collective
|
|
38
|
-
|
|
39
|
-
## Contributors
|
|
40
|
-
|
|
41
|
-
This project exists thanks to all the people who contribute.
|
|
42
|
-
|
|
43
|
-
<a href="https://github.com/patrikx3/\${pkg.corifeus.reponame}/graphs/contributors"><img src="https://opencollective.com/\${pkg.name}/contributors.svg?width=890&button=false" /></a>
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
## Backers
|
|
47
|
-
|
|
48
|
-
Thank you to all our backers!
|
|
49
|
-
|
|
50
|
-
🙏 [Become a backer](https://opencollective.com/\${pkg.name}#backer)
|
|
51
|
-
|
|
52
|
-
<a href="https://opencollective.com/\${pkg.name}#backers" target="_blank"><img src="https://opencollective.com/\${pkg.name}/backers.svg?width=890"></a>
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
## Sponsors
|
|
56
|
-
|
|
57
|
-
Support this project by becoming a sponsor. Your logo will show up here with a link to your website.
|
|
58
|
-
|
|
59
|
-
🙏 [Become a sponsor](https://opencollective.com/\${pkg.name}#sponsor)
|
|
60
|
-
|
|
61
|
-
<a href="https://opencollective.com/\${pkg.name}/sponsor/0/website" target="_blank"><img src="https://opencollective.com/\${pkg.name}/sponsor/0/avatar.svg"></a>
|
|
62
|
-
<a href="https://opencollective.com/\${pkg.name}/sponsor/1/website" target="_blank"><img src="https://opencollective.com/\${pkg.name}/sponsor/1/avatar.svg"></a>
|
|
63
|
-
<a href="https://opencollective.com/\${pkg.name}/sponsor/2/website" target="_blank"><img src="https://opencollective.com/\${pkg.name}/sponsor/2/avatar.svg"></a>
|
|
64
|
-
<a href="https://opencollective.com/\${pkg.name}/sponsor/3/website" target="_blank"><img src="https://opencollective.com/\${pkg.name}/sponsor/3/avatar.svg"></a>
|
|
65
|
-
<a href="https://opencollective.com/\${pkg.name}/sponsor/4/website" target="_blank"><img src="https://opencollective.com/\${pkg.name}/sponsor/4/avatar.svg"></a>
|
|
66
|
-
<a href="https://opencollective.com/\${pkg.name}/sponsor/5/website" target="_blank"><img src="https://opencollective.com/\${pkg.name}/sponsor/5/avatar.svg"></a>
|
|
67
|
-
<a href="https://opencollective.com/\${pkg.name}/sponsor/6/website" target="_blank"><img src="https://opencollective.com/\${pkg.name}/sponsor/6/avatar.svg"></a>
|
|
68
|
-
<a href="https://opencollective.com/\${pkg.name}/sponsor/7/website" target="_blank"><img src="https://opencollective.com/\${pkg.name}/sponsor/7/avatar.svg"></a>
|
|
69
|
-
<a href="https://opencollective.com/\${pkg.name}/sponsor/8/website" target="_blank"><img src="https://opencollective.com/\${pkg.name}/sponsor/8/avatar.svg"></a>
|
|
70
|
-
<a href="https://opencollective.com/\${pkg.name}/sponsor/9/website" target="_blank"><img src="https://opencollective.com/\${pkg.name}/sponsor/9/avatar.svg"></a>
|
|
71
|
-
|
|
72
|
-
`
|
|
73
|
-
}
|
|
74
23
|
|
|
75
24
|
const replaceFiles = [
|
|
76
25
|
'artifacts/**/*.md',
|
|
@@ -151,12 +100,11 @@ All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.eu](ht
|
|
|
151
100
|
|
|
152
101
|
[**\${pkg.name.toUpperCase()}**](https://corifeus.com/\${git.repo === 'corifeus' ? 'matrix' : git.repo}) Build v\${pkg.version}
|
|
153
102
|
|
|
154
|
-
${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)
|
|
155
104
|
|
|
156
105
|
|
|
157
106
|
|
|
158
107
|
|
|
159
|
-
${opencollectiveFooter}
|
|
160
108
|
`,
|
|
161
109
|
files: replaceFiles
|
|
162
110
|
};
|
|
@@ -218,7 +166,7 @@ ${angularPkg.version}
|
|
|
218
166
|
`
|
|
219
167
|
|
|
220
168
|
|
|
221
|
-
build += opencollectiveHeader
|
|
169
|
+
//build += opencollectiveHeader
|
|
222
170
|
|
|
223
171
|
// below is to add additional status
|
|
224
172
|
const domainInfo = `
|