corifeus-builder 2023.10.128 → 2023.10.129
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 +2 -7
- package/package.json +2 -2
- package/src/replaces.js +0 -6
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
[](https://www.npmjs.com/package/corifeus-builder/)
|
|
12
12
|
---
|
|
13
|
-
# 🏗️ Corifeus Builder v2023.10.
|
|
13
|
+
# 🏗️ Corifeus Builder v2023.10.129
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
@@ -128,16 +128,11 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
|
|
|
128
128
|
|
|
129
129
|
---
|
|
130
130
|
|
|
131
|
-
[**CORIFEUS-BUILDER**](https://corifeus.com/corifeus-builder) Build v2023.10.
|
|
131
|
+
[**CORIFEUS-BUILDER**](https://corifeus.com/corifeus-builder) Build v2023.10.129
|
|
132
132
|
|
|
133
133
|
[](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)
|
|
134
134
|
|
|
135
135
|
|
|
136
|
-
## P3X Sponsor
|
|
137
|
-
|
|
138
|
-
[IntelliJ - The most intelligent Java IDE](https://www.jetbrains.com/?from=patrikx3)
|
|
139
|
-
|
|
140
|
-
[](https://www.jetbrains.com/?from=patrikx3)
|
|
141
136
|
|
|
142
137
|
|
|
143
138
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "corifeus-builder",
|
|
3
|
-
"version": "2023.10.
|
|
3
|
+
"version": "2023.10.129",
|
|
4
4
|
"corifeus": {
|
|
5
5
|
"icon": "fas fa-gavel",
|
|
6
6
|
"code": "Make",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"mkdirp": "^3.0.1",
|
|
51
51
|
"mocha": "^10.2.0",
|
|
52
52
|
"mz": "^2.7.0",
|
|
53
|
-
"npm": "^9.8.
|
|
53
|
+
"npm": "^9.8.1",
|
|
54
54
|
"npm-check-updates": "^16.10.16",
|
|
55
55
|
"should": "^13.2.3",
|
|
56
56
|
"time-grunt": "^2.0.0",
|
package/src/replaces.js
CHANGED
|
@@ -88,7 +88,6 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
|
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
|
|
91
|
-
let jetbrainsUrl = 'https://www.jetbrains.com/?from=patrikx3'
|
|
92
91
|
const defaultFooter = {
|
|
93
92
|
footer: true,
|
|
94
93
|
replace: `
|
|
@@ -110,11 +109,6 @@ All my domains ([patrikx3.com](https://patrikx3.com) and [corifeus.com](https://
|
|
|
110
109
|
[](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)
|
|
111
110
|
|
|
112
111
|
|
|
113
|
-
## P3X Sponsor
|
|
114
|
-
|
|
115
|
-
[IntelliJ - The most intelligent Java IDE](${jetbrainsUrl})
|
|
116
|
-
|
|
117
|
-
[](${jetbrainsUrl})
|
|
118
112
|
|
|
119
113
|
|
|
120
114
|
${opencollectiveFooter}
|