From 0ccc6ffd8f733ccaeec83ca3647acf50f9d858ff Mon Sep 17 00:00:00 2001 From: Aaron Sachs <898627+asachs01@users.noreply.github.com> Date: Thu, 7 May 2026 14:29:18 -0400 Subject: [PATCH] chore(deps): bump @wyre-technology/node-halopsa to ^1.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picks up the SDK-wide bare-response and pageinate fixes from wyre-technology/node-halopsa#3 — every resource's `.get()` and list endpoint now handles HaloPSA's quirks consistently, not just tickets and actions. --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a93bae7..7ea06a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", - "@wyre-technology/node-halopsa": "^1.0.2" + "@wyre-technology/node-halopsa": "^1.0.3" }, "bin": { "halopsa-mcp": "dist/index.js" @@ -2300,9 +2300,9 @@ } }, "node_modules/@wyre-technology/node-halopsa": { - "version": "1.0.2", - "resolved": "https://npm.pkg.github.com/download/@wyre-technology/node-halopsa/1.0.2/730a0d9f1f454eae195d78762e6440b4fcbfa6f1", - "integrity": "sha512-xiJ+R9p2RS8qXjQ//2hoG+qTkcdAC1f4p8IFjP6Tr2FTv1MTVEqU9j63imHNeqYEGt9D62mKRtIYEd9kWnFoaQ==", + "version": "1.0.3", + "resolved": "https://npm.pkg.github.com/download/@wyre-technology/node-halopsa/1.0.3/f02f274132d1efe569a6b1342f6c706916fcb0ca", + "integrity": "sha512-w1ZmOqcV2nI3d+tk3SHCnhQUpcopJ2iODTeuCe3Ul/R4wTSBCH8GsN428Si0REMhblNJCvrCKGY4p2MsMmHXLg==", "license": "Apache-2.0", "engines": { "node": ">=22.0.0" diff --git a/package.json b/package.json index 0644648..95dc9ad 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "homepage": "https://github.com/wyre-technology/halopsa-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", - "@wyre-technology/node-halopsa": "^1.0.2" + "@wyre-technology/node-halopsa": "^1.0.3" }, "devDependencies": { "@types/node": "^20.11.0",