mf-styling 3.1.5 → 3.1.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 (1) hide show
  1. package/package.json +8 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mf-styling",
3
- "version": "3.1.5",
3
+ "version": "3.1.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -44,7 +44,8 @@
44
44
  ],
45
45
  "license": "BSD-2-Clause",
46
46
  "scripts": {
47
- "prepare": "vite build",
47
+ "prepare": "npm run prepare:vite",
48
+ "prepare:vite": "vite build",
48
49
  "start": "vite",
49
50
  "test": "npm run test:cafe",
50
51
  "test:cafe": "testcafe $BROWSER:headless tests/cafe/*-cafe.mjs -s build/test --page-request-timeout 5000 --app-init-delay 8000 --app vite",
@@ -57,16 +58,16 @@
57
58
  "@semantic-release/exec": "^6.0.3",
58
59
  "@semantic-release/release-notes-generator": "^12.1.0",
59
60
  "autoprefixer": "^10.4.15",
60
- "npm-pkgbuild": "^13.0.20",
61
+ "npm-pkgbuild": "^14.0.3",
61
62
  "semantic-release": "^23.0.2",
62
63
  "stylelint": "^16.2.1",
63
64
  "stylelint-config-standard": "^36.0.0",
64
65
  "testcafe": "^3.5.0",
65
- "vite": "^5.1.4",
66
- "vite-plugin-compression2": "^0.12.0"
66
+ "vite": "^5.1.5",
67
+ "vite-plugin-compression2": "^1.0.0"
67
68
  },
68
69
  "optionalDependencies": {
69
- "mf-hosting-frontend": "^2.2.5"
70
+ "mf-hosting-frontend": "^2.2.6"
70
71
  },
71
72
  "repository": {
72
73
  "type": "git",
@@ -97,7 +98,7 @@
97
98
  [
98
99
  "@semantic-release/exec",
99
100
  {
100
- "publishCmd": "npx npm-pkgbuild --available --continue --publish dist"
101
+ "publishCmd": "npx npm-pkgbuild --publish dist"
101
102
  }
102
103
  ],
103
104
  [