@ledvance/base 1.3.19 → 1.3.22

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/localazy.json CHANGED
@@ -927,7 +927,9 @@
927
927
  "MATCH:energyconsumption_emptydata",
928
928
  "MATCH:date_type",
929
929
  "MATCH:cancel_dialog_leave_unsaved_vacation_note",
930
- "MATCH:mood_string_mode_light_show"
930
+ "MATCH:mood_string_mode_light_show",
931
+ "MATCH:thermostat_scene",
932
+ "MATCH:thermostat_vacationplan"
931
933
  ],
932
934
  "replacements": {
933
935
  "REGEX:% %1\\$s.*?\\)%": "{0}",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/base",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.3.19",
7
+ "version": "1.3.22",
8
8
  "scripts": {
9
9
  "prepublishOnly": "python update-localazy.py"
10
10
  },