mf-styling 3.2.16 → 3.2.18
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/README.md +1 -1
- package/package.json +15 -14
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
[](https://bundlejs.com/?q=mf-styling)
|
|
3
3
|
[](https://npmjs.org/package/mf-styling)
|
|
4
4
|
[](git+https://github.com/arlac77/mf-styling.git)
|
|
5
|
-
[](https://playwright.dev)
|
|
6
6
|
|
|
7
7
|
# mf-styling
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mf-styling",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.18",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"src/table-sort.css",
|
|
31
31
|
"src/table.css"
|
|
32
32
|
],
|
|
33
|
-
"packageManager": "npm@11.6.
|
|
33
|
+
"packageManager": "npm@11.6.4+sha512.1118cab46a05a50aee6bff5b1b4fa1df18afff89d57465620a3518035026955db87c5bdf9d207b07b7487d99f2490d450cb774655ad63ec2cba7bf1d0ad25d45",
|
|
34
34
|
"description": "css as used for mf apps",
|
|
35
35
|
"keywords": [
|
|
36
36
|
"design system",
|
|
@@ -48,27 +48,28 @@
|
|
|
48
48
|
"prepare": "node --run prepare:vite",
|
|
49
49
|
"prepare:vite": "vite build",
|
|
50
50
|
"start": "vite",
|
|
51
|
-
"test": "node --run test:
|
|
52
|
-
"test:
|
|
51
|
+
"test": "node --run test:playwright",
|
|
52
|
+
"test:playwright": "npx playwright test",
|
|
53
53
|
"lint:css": "stylelint ./src**/*.css",
|
|
54
54
|
"lint": "node --run lint:css",
|
|
55
55
|
"preview": "vite preview"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
+
"@playwright/test": "^1.57.0",
|
|
58
59
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
59
60
|
"@semantic-release/exec": "^7.1.0",
|
|
60
|
-
"@semantic-release/github": "^12.0.
|
|
61
|
+
"@semantic-release/github": "^12.0.2",
|
|
61
62
|
"@semantic-release/release-notes-generator": "^14.1.0",
|
|
62
|
-
"npm-pkgbuild": "^19.0.
|
|
63
|
-
"
|
|
64
|
-
"
|
|
63
|
+
"npm-pkgbuild": "^19.0.8",
|
|
64
|
+
"playwright": "^1.57.0",
|
|
65
|
+
"semantic-release": "^25.0.2",
|
|
66
|
+
"stylelint": "^16.26.1",
|
|
65
67
|
"stylelint-config-standard": "^39.0.1",
|
|
66
|
-
"
|
|
67
|
-
"vite": "^
|
|
68
|
-
"vite-plugin-compression2": "^2.3.1"
|
|
68
|
+
"vite": "^7.2.6",
|
|
69
|
+
"vite-plugin-compression2": "^2.4.0"
|
|
69
70
|
},
|
|
70
71
|
"optionalDependencies": {
|
|
71
|
-
"mf-hosting-frontend": "^3.9.
|
|
72
|
+
"mf-hosting-frontend": "^3.9.10"
|
|
72
73
|
},
|
|
73
74
|
"repository": {
|
|
74
75
|
"type": "git",
|
|
@@ -99,7 +100,7 @@
|
|
|
99
100
|
[
|
|
100
101
|
"@semantic-release/exec",
|
|
101
102
|
{
|
|
102
|
-
"publishCmd": "npx npm-pkgbuild --
|
|
103
|
+
"publishCmd": "npx npm-pkgbuild --publish dist --verbose"
|
|
103
104
|
}
|
|
104
105
|
],
|
|
105
106
|
[
|
|
@@ -143,7 +144,7 @@
|
|
|
143
144
|
"inheritFrom": [
|
|
144
145
|
"arlac77/template-css",
|
|
145
146
|
"arlac77/template-npm-pkgbuild",
|
|
146
|
-
"arlac77/template-
|
|
147
|
+
"arlac77/template-playwright",
|
|
147
148
|
"arlac77/template-vite",
|
|
148
149
|
"arlac77/template-web-app"
|
|
149
150
|
]
|