Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
Julusian committed Nov 14, 2024
1 parent ba41a75 commit 7a40bb7
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/tcp/src/connectionManager.ts
Original file line number Diff line number Diff line change
@@ -3,14 +3,8 @@ import type { OpenStreamDeckOptionsTcp, StreamDeckTcp } from './types.js'
import { DEFAULT_TCP_PORT } from './constants.js'
import { SocketWrapper } from './socketWrapper.js'
import { type JPEGEncodeOptions, encodeJPEG } from '@elgato-stream-deck/node-lib'
import type {
HIDDevice,
OpenStreamDeckOptions,
ChildHIDDeviceInfo,
PropertiesService,
parseAllFirmwareVersionsHelper,
} from '@elgato-stream-deck/core'
import { DEVICE_MODELS } from '@elgato-stream-deck/core'
import type { HIDDevice, OpenStreamDeckOptions, ChildHIDDeviceInfo, PropertiesService } from '@elgato-stream-deck/core'
import { DEVICE_MODELS, parseAllFirmwareVersionsHelper } from '@elgato-stream-deck/core'
import { StreamDeckTcpWrapper } from './tcpWrapper.js'
import { TcpHidDevice } from './hid-device.js'

0 comments on commit 7a40bb7

Please sign in to comment.