mf-styling 3.1.5 → 3.1.7
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/package.json +15 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mf-styling",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.7",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -44,29 +44,31 @@
|
|
|
44
44
|
],
|
|
45
45
|
"license": "BSD-2-Clause",
|
|
46
46
|
"scripts": {
|
|
47
|
-
"prepare": "vite
|
|
47
|
+
"prepare": "npm run prepare:vite",
|
|
48
|
+
"prepare:vite": "vite build",
|
|
48
49
|
"start": "vite",
|
|
49
50
|
"test": "npm run test:cafe",
|
|
50
|
-
"test:cafe": "testcafe $BROWSER:headless tests/cafe/*-cafe.mjs -s build/test --page-request-timeout 5000 --app-init-delay 8000 --app vite",
|
|
51
|
+
"test:cafe": "testcafe $BROWSER:headless tests/cafe/*-cafe.mjs --esm -s build/test --page-request-timeout 5000 --app-init-delay 8000 --app vite",
|
|
51
52
|
"lint:css": "stylelint ./src/*.css",
|
|
52
53
|
"lint": "npm run lint:css",
|
|
53
54
|
"preview": "vite preview"
|
|
54
55
|
},
|
|
55
56
|
"devDependencies": {
|
|
56
|
-
"@semantic-release/commit-analyzer": "^
|
|
57
|
+
"@semantic-release/commit-analyzer": "^13.0.0",
|
|
57
58
|
"@semantic-release/exec": "^6.0.3",
|
|
58
|
-
"@semantic-release/
|
|
59
|
+
"@semantic-release/github": "^10.0.5",
|
|
60
|
+
"@semantic-release/release-notes-generator": "^14.0.0",
|
|
59
61
|
"autoprefixer": "^10.4.15",
|
|
60
|
-
"npm-pkgbuild": "^
|
|
61
|
-
"semantic-release": "^
|
|
62
|
-
"stylelint": "^16.
|
|
62
|
+
"npm-pkgbuild": "^15.3.21",
|
|
63
|
+
"semantic-release": "^24.0.0",
|
|
64
|
+
"stylelint": "^16.6.1",
|
|
63
65
|
"stylelint-config-standard": "^36.0.0",
|
|
64
|
-
"testcafe": "^3.
|
|
65
|
-
"vite": "^5.
|
|
66
|
-
"vite-plugin-compression2": "^
|
|
66
|
+
"testcafe": "^3.6.0",
|
|
67
|
+
"vite": "^5.2.12",
|
|
68
|
+
"vite-plugin-compression2": "^1.1.1"
|
|
67
69
|
},
|
|
68
70
|
"optionalDependencies": {
|
|
69
|
-
"mf-hosting-frontend": "^
|
|
71
|
+
"mf-hosting-frontend": "^3.2.1"
|
|
70
72
|
},
|
|
71
73
|
"repository": {
|
|
72
74
|
"type": "git",
|
|
@@ -97,7 +99,7 @@
|
|
|
97
99
|
[
|
|
98
100
|
"@semantic-release/exec",
|
|
99
101
|
{
|
|
100
|
-
"publishCmd": "npx npm-pkgbuild --
|
|
102
|
+
"publishCmd": "npx npm-pkgbuild --publish dist"
|
|
101
103
|
}
|
|
102
104
|
],
|
|
103
105
|
[
|