zigbee2mqtt-frontend 0.6.154 → 0.6.156

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/index.html CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
 
15
15
 
16
- <script type="module" crossorigin src="./assets/index-d5d1acf4.js"></script>
16
+ <script type="module" crossorigin src="./assets/index-a782d339.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.154",
11
+ "version": "0.6.156",
12
12
  "license": "GPL-3.0",
13
13
  "eslintIgnore": [
14
14
  "dist/*"
@@ -45,6 +45,7 @@
45
45
  "@typescript-eslint/eslint-plugin": "~6.7.4",
46
46
  "@typescript-eslint/parser": "~6.7.4",
47
47
  "@vitejs/plugin-react": "~4.1.0",
48
+ "@vitest/coverage-v8": "^1.2.2",
48
49
  "ace-builds": "~1.28.0",
49
50
  "bootstrap": "~5.3.2",
50
51
  "classnames": "~2.3.2",
@@ -121,6 +122,7 @@
121
122
  "pretty": "prettier --write \"./**/*.{js,jsx,tsx}\"",
122
123
  "_postinstall": "husky install",
123
124
  "test:unit": "vitest",
125
+ "test:coverage": "vitest run --coverage",
124
126
  "test:eslint": "eslint \"./src/**/*.{js,jsx,tsx}\"",
125
127
  "test:pretty": "prettier --check \"./**/*.{js,jsx,tsx}\""
126
128
  }