@openfin/workspace-platform 13.1.7 → 13.1.8

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.
@@ -3,4 +3,4 @@
3
3
  *
4
4
  * @returns The browser base url override if it exists, otherwise null
5
5
  */
6
- export declare function getBrowserBaseUrlOverride(): Promise<string | null>;
6
+ export declare function getBrowserBaseUrl(): Promise<string | null>;