@sprucelabs/heartwood-view-controllers 116.0.1 → 116.0.2

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.
@@ -461,7 +461,7 @@ export type TheatreSettingName = 'kiosk-mode' | 'load-url' | 'log-destination';
461
461
  export interface TheaterSettingValueTypes {
462
462
  'kiosk-mode': boolean;
463
463
  'load-url': string;
464
- 'log-destination': 'console' | 'file';
464
+ 'log-destination': string;
465
465
  }
466
466
  export interface Device {
467
467
  openUrl(url: string): void;
@@ -461,7 +461,7 @@ export type TheatreSettingName = 'kiosk-mode' | 'load-url' | 'log-destination';
461
461
  export interface TheaterSettingValueTypes {
462
462
  'kiosk-mode': boolean;
463
463
  'load-url': string;
464
- 'log-destination': 'console' | 'file';
464
+ 'log-destination': string;
465
465
  }
466
466
  export interface Device {
467
467
  openUrl(url: string): void;
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "sideEffects": false,
14
14
  "license": "MIT",
15
15
  "description": "All the power of Heartwood in one, convenient package.",
16
- "version": "116.0.1",
16
+ "version": "116.0.2",
17
17
  "skill": {
18
18
  "namespace": "HeartwoodViewControllers",
19
19
  "commandOverrides": {