mf-hosting-frontend 2.2.4 → 2.2.6

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +23 -6
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2023 by mf-hosting-frontend
1
+ Copyright (c) 2023-2024 by mf-hosting-frontend
2
2
  All rights reserved.
3
3
 
4
4
  Redistribution and use in source and binary forms, with or without
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![npm](https://img.shields.io/npm/v/mf-hosting-frontend.svg)](https://www.npmjs.com/package/mf-hosting-frontend)
2
2
  [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
3
- [![Open Bundle](https://bundlejs.com/badge-light.svg)](https://bundlejs.com/?q=mf-hosting-frontend)
3
+ [![bundlejs](https://deno.bundlejs.com/?q=mf-hosting-frontend\&badge=detailed)](https://bundlejs.com/?q=mf-hosting-frontend)
4
4
  [![downloads](http://img.shields.io/npm/dm/mf-hosting-frontend.svg?style=flat-square)](https://npmjs.org/package/mf-hosting-frontend)
5
5
  [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/arlac77/mf-hosting-frontend)
6
6
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "mf-hosting-frontend",
3
- "version": "2.2.4",
3
+ "version": "2.2.6",
4
4
  "description": "hosting definitions for frontend @MF",
5
5
  "devDependencies": {
6
- "semantic-release": "^22.0.5"
6
+ "semantic-release": "^22.0.12"
7
7
  },
8
8
  "repository": {
9
9
  "type": "git",
@@ -21,9 +21,26 @@
21
21
  }
22
22
  },
23
23
  "output": {
24
- "arch": {},
25
- "debian": {},
26
- "rpm": {}
24
+ "arch": {
25
+ "properties": {
26
+ "nginx": true
27
+ },
28
+ "depends": {
29
+ "nginx-mainline": ">=1.25.4",
30
+ "node": "-",
31
+ "bun": "-"
32
+ }
33
+ },
34
+ "debian": {
35
+ "properties": {
36
+ "nginx": true
37
+ }
38
+ },
39
+ "rpm": {
40
+ "properties": {
41
+ "nginx": true
42
+ }
43
+ }
27
44
  },
28
45
  "content": {
29
46
  "${nginx.sites.dir}${name}.conf": "pkg/nginx.conf"
@@ -39,7 +56,7 @@
39
56
  "csp.report-uri": "report-uri {{csp.endpoint}}",
40
57
  "csp.header": "{{csp.connect-src}}{{csp.script-src}}{{csp.script-src-elem}}{{csp.style-src}}{{csp.default-src}}{{csp.report-uri}}",
41
58
  "depends": {
42
- "nginx-mainline": ">=1.25.2",
59
+ "nginx-mainline": ">=1.25.4",
43
60
  "node": "-",
44
61
  "bun": "-"
45
62
  },