From 1dd896921d2ea2ec5affcd3abba79a76c6eadca4 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Wed, 11 Oct 2023 20:28:36 +0100 Subject: [PATCH] fix: build errors --- CHANGELOG.md | 3 +++ package.json | 2 +- src/client.ts | 4 ++-- src/device-types/xencelabs-quick-keys.ts | 2 +- src/devices.ts | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a7f7c5..ffe30cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. See [Convential Commits](https://www.conventionalcommits.org/en/v1.0.0/#specification) for commit guidelines. +## [1.5.4](https://github.com/bitfocus/companion-satellite/compare/v1.5.3...v1.5.4) (Wed Oct 11 2023) + + ## [1.5.3](https://github.com/bitfocus/companion-satellite/compare/v1.5.2...v1.5.3) (Wed Oct 11 2023) diff --git a/package.json b/package.json index 12e2284..3d071d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "companion-satellite", - "version": "1.5.3", + "version": "1.5.4", "description": "Satellite Streamdeck connector for Bitfocus Companion", "author": { "name": "Julian Waller", diff --git a/src/client.ts b/src/client.ts index 5d8ee73..8979fe2 100644 --- a/src/client.ts +++ b/src/client.ts @@ -93,12 +93,12 @@ export class CompanionSatelliteClient extends EventEmitter void) | undefined public get deviceId(): string { diff --git a/src/devices.ts b/src/devices.ts index efe7453..cc32aac 100644 --- a/src/devices.ts +++ b/src/devices.ts @@ -413,7 +413,7 @@ export class DeviceManager { } } - private statusCardTimer: NodeJS.Timer | undefined + private statusCardTimer: NodeJS.Timeout | undefined private showStatusCard(message: string, runLoop: boolean): void { this.statusString = message