zigbee2mqtt-frontend 0.6.110 → 0.6.112

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.
Binary file
package/dist/index.html CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
 
16
16
 
17
- <script type="module" crossorigin src="assets/index.a9c7b1d4.js"></script>
17
+ <script type="module" crossorigin src="assets/index.19e37c9d.js"></script>
18
18
  <link rel="stylesheet" href="assets/index.ce8e740a.css">
19
19
  </head>
20
20
 
Binary file
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "*.css"
9
9
  ],
10
10
  "name": "zigbee2mqtt-frontend",
11
- "version": "0.6.110",
11
+ "version": "0.6.112",
12
12
  "license": "GPL-3.0",
13
13
  "eslintIgnore": [
14
14
  "dist/*"
@@ -110,7 +110,7 @@
110
110
  "scripts": {
111
111
  "build": "vite build",
112
112
  "preview": "vite preview",
113
- "start": "vite serve",
113
+ "start": "vite dev",
114
114
  "postversion": "git push && git push --tags",
115
115
  "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
116
116
  "pretty": "prettier --write \"./**/*.{js,jsx,json}\"",