Pear.updates align

This commit is contained in:
dmc
2024-02-23 18:01:44 +01:00
parent 384cfc5cc9
commit 7b3ee09824

View File

@@ -375,7 +375,9 @@ The `listener` function is called for every incoming update with an `update` obj
* `version` is a Pear version object holding incoming version information
* `app` indicates whether the update represents an application (`true`) or platform (`false`) update
* `diff` is an array of file paths from the application root (drive keys) that were updated
* `diff` requires `--update-diffs` flag (else `null`). An array of objects of form `{ type, key}`.
* `type` `<String>` - Operation type `update` or `delete`
* `key` `<String>` - Drive key for a given updated file e.g. `/path/to/file.txt`
### `const win = new Pear.Window(entry <String>, options <Object>)`