From 094e5974168deea85488dd43d16d829113212e9f Mon Sep 17 00:00:00 2001 From: PwLDev <64767383+PwLDev@users.noreply.github.com> Date: Mon, 4 May 2026 11:18:20 -0700 Subject: [PATCH] update milsko upstream --- binding.gyp | 17 ++++++++++++++--- bun.lock | 8 ++++---- deps/milsko | 2 +- package.json | 8 ++------ tsconfig.json | 7 ++++++- 5 files changed, 27 insertions(+), 15 deletions(-) diff --git a/binding.gyp b/binding.gyp index abf3038..a973bb3 100644 --- a/binding.gyp +++ b/binding.gyp @@ -2,7 +2,12 @@ "targets": [ { "target_name": "milsko", - "sources": ["src/milsko.cpp"], + "sources": [ + "src/milsko.cpp", + "src/widget.cpp", + "src/classes.cpp", + "src/pixmap.cpp", + ], "include_dirs": [ "= 18" - }, "devDependencies": { "@types/node": "^25.6.0", - "fast-xml-parser": "^5.6.0", + "fast-xml-parser": "^5.7.2", "node-gyp": "^12.2.0", "prebuildify": "^6.0.1", "prettier": "^3.8.2", diff --git a/tsconfig.json b/tsconfig.json index eb9671c..54669ff 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,5 +13,10 @@ "declaration": true, "isolatedModules": true }, - "exclude": ["scripts"] + "exclude": [ + "scripts", + "examples", + "node_modules", + "dist" + ] }