zigbee2mqtt-frontend 0.6.156 → 0.6.158

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-a782d339.js"></script>
16
+ <script type="module" crossorigin src="./assets/index-79a1bb04.js"></script>
17
17
  <link rel="stylesheet" href="./assets/index-5c0a913d.css">
18
18
  </head>
19
19
 
Binary file
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "*.css"
9
9
  ],
10
10
  "name": "zigbee2mqtt-frontend",
11
- "version": "0.6.156",
11
+ "version": "0.6.158",
12
12
  "license": "GPL-3.0",
13
13
  "eslintIgnore": [
14
14
  "dist/*"
@@ -124,6 +124,8 @@
124
124
  "test:unit": "vitest",
125
125
  "test:coverage": "vitest run --coverage",
126
126
  "test:eslint": "eslint \"./src/**/*.{js,jsx,tsx}\"",
127
- "test:pretty": "prettier --check \"./**/*.{js,jsx,tsx}\""
127
+ "test:pretty": "prettier --check \"./**/*.{js,jsx,tsx}\"",
128
+ "i18n:download": "node download_translations.js",
129
+ "i18n:trim": "node trim-locales.js"
128
130
  }
129
131
  }
Binary file