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.
- package/dist/assets/index.edc783e1.js +1423 -0
- package/dist/assets/index.edc783e1.js.gz +0 -0
- package/dist/index.html +1 -1
- package/dist/index.html.gz +0 -0
- package/index.js +2 -2
- package/package.json +2 -3
- package/dist/assets/index.c0cc3410.js +0 -1422
- package/dist/assets/index.c0cc3410.js.gz +0 -0
Binary file
|
package/dist/index.html
CHANGED
package/dist/index.html.gz
CHANGED
Binary file
|
package/index.js
CHANGED
package/package.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
"*.css"
|
9
9
|
],
|
10
10
|
"name": "zigbee2mqtt-frontend",
|
11
|
-
"version": "0.6.
|
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,
|
113
|
+
"pretty": "prettier --write \"./**/*.{js,jsx,tsx}\"",
|
115
114
|
"_postinstall": "husky install"
|
116
115
|
}
|
117
116
|
}
|