@ledvance/base 1.3.16 → 1.3.17

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
@@ -919,7 +919,13 @@
919
919
  "MATCH:thermostat_cold",
920
920
  "MATCH:thermostat_warm",
921
921
  "MATCH:thermostat_childlock_overview_description_text",
922
- "MATCH:strip_light_static_mood_add_step_2_headline"
922
+ "MATCH:strip_light_static_mood_add_step_2_headline",
923
+ "MATCH:format_unit",
924
+ "MATCH:year",
925
+ "MATCH:month",
926
+ "MATCH:day",
927
+ "MATCH:energyconsumption_emptydata",
928
+ "MATCH:date_type"
923
929
  ],
924
930
  "replacements": {
925
931
  "REGEX:% %1\\$s.*?\\)%": "{0}",
@@ -1,4 +1,5 @@
1
1
  {
2
- "writeKey": "",
3
- "readKey": "a7349213573288779040-d092b120e7d6d90c7e9528ddf2aa600659f60631bd4a5c2d55de0aa2b081af1b"
4
- }
2
+ "writeKey": "",
3
+ "readKey": "a7349213573288779040-d092b120e7d6d90c7e9528ddf2aa600659f60631bd4a5c2d55de0aa2b081af1b"
4
+ }
5
+
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/base",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.3.16",
7
+ "version": "1.3.17",
8
8
  "scripts": {
9
9
  "prepublishOnly": "python update-localazy.py"
10
10
  },