mf-hosting-frontend 3.5.3 → 3.6.0

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 +9 -2
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "mf-hosting-frontend",
3
- "version": "3.5.3",
3
+ "version": "3.6.0",
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
  },
@@ -101,6 +106,8 @@
101
106
  "nginx.location.header": "",
102
107
  "nginx.location.trailer": "",
103
108
  "nginx.server.extra": "",
109
+ "nginx.locations.dir": "/etc/nginx/locations/",
110
+ "nginx.locations.common.dir": "${nginx.locations.dir}common/",
104
111
  "nginx.sites.dir": "/etc/nginx/sites-available/"
105
112
  },
106
113
  {