mf-styling 1.7.34 → 1.7.35

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +32 -21
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
3
3
  [![Open Bundle](https://bundlejs.com/badge-light.svg)](https://bundlejs.com/?q=mf-styling)
4
4
  [![downloads](http://img.shields.io/npm/dm/mf-styling.svg?style=flat-square)](https://npmjs.org/package/mf-styling)
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-styling.git)
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-styling)
6
6
  [![Tested with TestCafe](https://img.shields.io/badge/tested%20with-TestCafe-2fa4cf.svg)](https://github.com/DevExpress/testcafe)
7
7
 
8
8
  # mf-styling
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mf-styling",
3
- "version": "1.7.34",
3
+ "version": "1.7.35",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -54,19 +54,19 @@
54
54
  "@semantic-release/commit-analyzer": "^9.0.2",
55
55
  "@semantic-release/exec": "^6.0.3",
56
56
  "@semantic-release/release-notes-generator": "^10.0.3",
57
- "npm-pkgbuild": "^10.18.1",
58
- "semantic-release": "^19.0.5",
57
+ "npm-pkgbuild": "^11.1.4",
58
+ "semantic-release": "^20.0.2",
59
59
  "stylelint": "^14.16.1",
60
60
  "stylelint-config-standard": "^29.0.0",
61
61
  "testcafe": "^2.2.0",
62
- "vite": "^4.0.3"
62
+ "vite": "^4.0.4"
63
63
  },
64
64
  "optionalDependencies": {
65
- "mf-hosting": "^1.8.2"
65
+ "mf-hosting-frontend": "^1.4.1"
66
66
  },
67
67
  "repository": {
68
68
  "type": "git",
69
- "url": "https://github.com/arlac77/mf-styling.git"
69
+ "url": "https://github.com/arlac77/mf-styling"
70
70
  },
71
71
  "bugs": {
72
72
  "url": "https://github.com/arlac77/mf-styling/issues"
@@ -74,14 +74,10 @@
74
74
  "homepage": "https://github.com/arlac77/mf-styling#readme",
75
75
  "pkgbuild": {
76
76
  "content": {
77
- "${install.dir}": [
78
- {
79
- "base": "build"
80
- }
81
- ],
82
- "${nginx.sites.dir}${name}.conf": "pkg/nginx.conf"
77
+ "${install.dir}": "build/"
83
78
  },
84
- "groups": "examples"
79
+ "example": true,
80
+ "frontend": true
85
81
  },
86
82
  "release": {
87
83
  "plugins": [
@@ -100,11 +96,31 @@
100
96
  "assets": [
101
97
  {
102
98
  "path": "dist/*.deb",
103
- "label": "Debian Package"
99
+ "label": "any Debian Package"
100
+ },
101
+ {
102
+ "path": "dist/*any.pkg.*",
103
+ "label": "any Arch Linux Package"
104
+ },
105
+ {
106
+ "path": "dist/*x86_64.pkg.*",
107
+ "label": "x86_64 Arch Linux Package"
104
108
  },
105
109
  {
106
- "path": "dist/*.pkg.*",
107
- "label": "Arch Linux Package"
110
+ "path": "dist/*aarch64.pkg.*",
111
+ "label": "arm64 Arch Linux Package"
112
+ },
113
+ {
114
+ "path": "dist/*noarch.rpm",
115
+ "label": "noarch RPM"
116
+ },
117
+ {
118
+ "path": "dist/*x86_64.rpm",
119
+ "label": "x86_64 RPM"
120
+ },
121
+ {
122
+ "path": "dist/*aarch64.rpm",
123
+ "label": "arm64 RPM"
108
124
  }
109
125
  ]
110
126
  }
@@ -112,11 +128,6 @@
112
128
  ]
113
129
  },
114
130
  "template": {
115
- "properties": {
116
- "web-app": {
117
- "publish": "build"
118
- }
119
- },
120
131
  "inheritFrom": [
121
132
  "arlac77/template-css",
122
133
  "arlac77/template-pacman",