mf-hosting 2.7.0 → 2.8.1
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/package.json +10 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mf-hosting",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.1",
|
|
4
4
|
"files": [
|
|
5
5
|
".releaserc.json",
|
|
6
6
|
"pkg/hooks.sh",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@semantic-release/commit-analyzer": "^13.0.0",
|
|
22
22
|
"@semantic-release/exec": "^6.0.3",
|
|
23
|
-
"@semantic-release/github": "^
|
|
23
|
+
"@semantic-release/github": "^11.0.0",
|
|
24
24
|
"@semantic-release/release-notes-generator": "^14.0.1",
|
|
25
25
|
"semantic-release": "^24.1.1"
|
|
26
26
|
},
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"aarch64"
|
|
47
47
|
],
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"systemd": ">=256.
|
|
50
|
-
"nginx-mainline": ">=1.27.
|
|
49
|
+
"systemd": ">=256.7",
|
|
50
|
+
"nginx-mainline": ">=1.27.2"
|
|
51
51
|
},
|
|
52
52
|
"content": {
|
|
53
|
-
"${nginx.
|
|
53
|
+
"${nginx.locations.dir}${nginx.location.category}/${name}.conf": "pkg/nginx.conf",
|
|
54
54
|
"${systemd.unit.dir}${name}.socket": "pkg/systemd.socket"
|
|
55
55
|
}
|
|
56
56
|
},
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"nginx": ">=1.22.1"
|
|
70
70
|
},
|
|
71
71
|
"content": {
|
|
72
|
-
"${nginx.
|
|
72
|
+
"${nginx.locations.dir}${nginx.location.category}/${name}.conf": "pkg/nginx.conf",
|
|
73
73
|
"${systemd.unit.dir}${name}.socket": "pkg/systemd.socket"
|
|
74
74
|
}
|
|
75
75
|
},
|
|
@@ -136,6 +136,8 @@
|
|
|
136
136
|
"nginx.location.header": "",
|
|
137
137
|
"nginx.location.trailer": "",
|
|
138
138
|
"nginx.server.extra": "",
|
|
139
|
+
"nginx.locations.dir": "/etc/nginx/locations/",
|
|
140
|
+
"nginx.location.category": "common",
|
|
139
141
|
"nginx.sites.dir": "/etc/nginx/sites-available/",
|
|
140
142
|
"csp.header": "",
|
|
141
143
|
"cache-control.header": "private,no-store"
|
|
@@ -151,7 +153,8 @@
|
|
|
151
153
|
"groups": "examples",
|
|
152
154
|
"description": "example showing ${name} features in action",
|
|
153
155
|
"variant": "mf.linux",
|
|
154
|
-
"nginx.location.trailer": " access_log off;\n"
|
|
156
|
+
"nginx.location.trailer": " access_log off;\n",
|
|
157
|
+
"nginx.location.category": "examples"
|
|
155
158
|
},
|
|
156
159
|
{
|
|
157
160
|
"requires": {
|