mf-hosting-frontend 3.5.2 → 3.5.4

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.
Files changed (1) hide show
  1. package/package.json +8 -3
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "mf-hosting-frontend",
3
- "version": "3.5.2",
3
+ "version": "3.5.4",
4
4
  "files": [
5
5
  ".releaserc.json",
6
6
  "pkg/compress-hooks.sh",
7
7
  "pkg/nginx.conf"
8
8
  ],
9
9
  "main": ".releaserc.json",
10
- "description": "hosting definitions for frontend @MF",
10
+ "description": "hosting definitions of frontend projects @MF",
11
11
  "keywords": [
12
12
  "npm-pkgbuild",
13
13
  "semantic-release-config"
@@ -62,6 +62,11 @@
62
62
  "rpm": {
63
63
  "properties": {
64
64
  "nginx": true
65
+ },
66
+ "dependencies": {
67
+ "nginx": ">=1.22.1",
68
+ "node": "-",
69
+ "bun": "-"
65
70
  }
66
71
  }
67
72
  },
@@ -132,7 +137,7 @@
132
137
  "static": true
133
138
  }
134
139
  },
135
- "install.base.dir": "/srv/http/",
140
+ "install.base.dir": "${nginx.content.dir}",
136
141
  "http.base.path": "",
137
142
  "variant": "mf.linux.frontend",
138
143
  "groups": "static",