feat(updater): Collect unknown response fields (#2325)

This commit is contained in:
Fabian-Lars
2025-01-23 01:54:02 +01:00
committed by GitHub
parent bda803fbdd
commit 0afc9b6be0
5 changed files with 18 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
---
updater: minor
updater-js: minor
---
The `Update` struct/object will now contain a `raw_json`/`rawJson` property to be able to read parts of server's json response that are not handled by the plugin.