zigbee2mqtt-frontend 0.6.127 → 0.6.129

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
@@ -13,7 +13,7 @@
13
13
 
14
14
 
15
15
 
16
- <script type="module" crossorigin src="assets/index.c0cc3410.js"></script>
16
+ <script type="module" crossorigin src="assets/index.edc783e1.js"></script>
17
17
  <link rel="stylesheet" href="assets/index.7c7a535b.css">
18
18
  </head>
19
19
 
Binary file
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
- const path = require("path");
1
+ const path = require('path');
2
2
 
3
3
  module.exports = {
4
- getPath: () => path.join(__dirname, "dist"),
4
+ getPath: () => path.join(__dirname, 'dist'),
5
5
  };
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "*.css"
9
9
  ],
10
10
  "name": "zigbee2mqtt-frontend",
11
- "version": "0.6.127",
11
+ "version": "0.6.129",
12
12
  "license": "GPL-3.0",
13
13
  "eslintIgnore": [
14
14
  "dist/*"
@@ -62,7 +62,6 @@
62
62
  "i18next": "21.9.2",
63
63
  "i18next-browser-languagedetector": "6.1.5",
64
64
  "jszip": "3.10.1",
65
- "line-reader": "0.4.0",
66
65
  "lodash": "4.17.21",
67
66
  "notyf": "3.10.0",
68
67
  "pinst": "3.0.0",
@@ -111,7 +110,7 @@
111
110
  "start": "vite dev",
112
111
  "postversion": "git push && git push --tags",
113
112
  "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
114
- "pretty": "prettier --write \"./**/*.{js,jsx,json}\"",
113
+ "pretty": "prettier --write \"./**/*.{js,jsx,tsx}\"",
115
114
  "_postinstall": "husky install"
116
115
  }
117
116
  }