Compare commits

..

2 Commits

Author SHA1 Message Date
Darius
1aade62ddb 1.0.11 2025-11-18 01:16:00 +01:00
Darius
31a02625e8 Generic Commit; Most likely a fix or small feature 2025-11-18 01:15:56 +01:00
3 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@dpu/shared",
"version": "1.0.10",
"version": "1.0.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@dpu/shared",
"version": "1.0.10",
"version": "1.0.11",
"dependencies": {
"axios": "^1.7.9",
"chalk": "^5.6.2"

View File

@@ -1,6 +1,6 @@
{
"name": "@dpu/shared",
"version": "1.0.10",
"version": "1.0.11",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@@ -29,6 +29,6 @@ export interface HomeAssistantDeskPositionResult {
export type API_HA_DeskPosition = {
position: string;
isStanding: boolean;
standingTime: string;
is_standing: boolean;
last_changed: string;
};