You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,8 +15,8 @@ Create a new UpdateManager instance.
15
15
| Parameter | Type | Description |
16
16
| ------ | ------ | ------ |
17
17
|`urlOrPath`|`string`| Location of the update server or path to the local update directory. |
18
-
|`options`?|[`UpdateOptions`](TypeAlias.UpdateOptions.md)| Optional extra configuration for update manager. |
19
-
|`locator`?|[`VelopackLocatorConfig`](TypeAlias.VelopackLocatorConfig.md)| Override the default locator configuration (usually used for testing / mocks). |
18
+
|`options?`|[`UpdateOptions`](TypeAlias.UpdateOptions.md)| Optional extra configuration for update manager. |
19
+
|`locator?`|[`VelopackLocatorConfig`](TypeAlias.VelopackLocatorConfig.md)| Override the default locator configuration (usually used for testing / mocks). |
20
20
21
21
#### Returns
22
22
@@ -39,7 +39,7 @@ UpdateInfo object containing the latest available release, and any delta updates
0 commit comments