zigbee2mqtt-frontend 0.6.14 → 0.6.18

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.
@@ -60481,7 +60481,7 @@ module.exports = baseIsMap;
60481
60481
 
60482
60482
  /***/ }),
60483
60483
 
60484
- /***/ 7365:
60484
+ /***/ 2958:
60485
60485
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
60486
60486
 
60487
60487
  var Stack = __webpack_require__(6384),
@@ -60862,7 +60862,7 @@ module.exports = baseMap;
60862
60862
  /***/ 1573:
60863
60863
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
60864
60864
 
60865
- var baseIsMatch = __webpack_require__(7365),
60865
+ var baseIsMatch = __webpack_require__(2958),
60866
60866
  getMatchData = __webpack_require__(1499),
60867
60867
  matchesStrictComparable = __webpack_require__(2634);
60868
60868
 
@@ -86731,4 +86731,4 @@ module.exports = JSON.parse('{"$schema":"http://json-schema.org/draft-07/schema#
86731
86731
  /***/ })
86732
86732
 
86733
86733
  }]);
86734
- //# sourceMappingURL=vendor.14ef1c48142448932c62.js.map
86734
+ //# sourceMappingURL=vendor.ea7989ca51c5d50873f3.js.map
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "*.css"
9
9
  ],
10
10
  "name": "zigbee2mqtt-frontend",
11
- "version": "0.6.14",
11
+ "version": "0.6.18",
12
12
  "license": "GPL-3.0",
13
13
  "scripts": {
14
14
  "build": "npm run clean && webpack --config ./webpack.config.js --mode production",