Comparing version 1.5.2 to 1.6.0
@@ -135,2 +135,3 @@ import { MessageEvent, Event, CloseEvent, ErrorEvent } from 'ws'; | ||
dpi: number; | ||
scaleFactor: number; | ||
width: number; | ||
@@ -141,6 +142,6 @@ height: number; | ||
handle: number; | ||
device_name: string; | ||
device_path: string | null; | ||
hardware_id: string | null; | ||
working_rect: Rect; | ||
deviceName: string; | ||
devicePath: string | null; | ||
hardwareId: string | null; | ||
workingRect: Rect; | ||
} | ||
@@ -147,0 +148,0 @@ |
{ | ||
"name": "glazewm", | ||
"version": "1.5.2", | ||
"version": "1.6.0", | ||
"description": "Library for inter-process communication (IPC) with GlazeWM.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -13,2 +13,3 @@ import type { Rect } from '../common'; | ||
dpi: number; | ||
scaleFactor: number; | ||
width: number; | ||
@@ -19,6 +20,6 @@ height: number; | ||
handle: number; | ||
device_name: string; | ||
device_path: string | null; | ||
hardware_id: string | null; | ||
working_rect: Rect; | ||
deviceName: string; | ||
devicePath: string | null; | ||
hardwareId: string | null; | ||
workingRect: Rect; | ||
} |
77559
2360