From 4a343ceb59d1dbd95b9ef0edac2ca243b424f9a3 Mon Sep 17 00:00:00 2001 From: andypalmi Date: Thu, 2 Jul 2026 15:28:15 +0200 Subject: [PATCH 1/2] Update CHANGELOG for 2.32.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d1834d..fbfeb2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +#### 2.32.0: Release + + - Sync changes to Insight support code across drivers (#330) + - feat: Add Insights support with get-features and call-tool/read-resource methods (#329) + - Bump actions/checkout from 6.0.3 to 7.0.0 (#328) + - ci: set dependabot pull request limit to 30 (#326) + - Bump hono from 4.12.23 to 4.12.25 (#325) + - Bump js-yaml from 4.1.1 to 4.2.0 (#324) + - Bump form-data from 4.0.5 to 4.0.6 (#323) + - Bump ws (#322) + - Bump actions/checkout from 6.0.2 to 6.0.3 (#317) + #### 2.31.3: Release From 95a454edba2ced4ed705480b403a65bac14effee Mon Sep 17 00:00:00 2001 From: andypalmi Date: Thu, 2 Jul 2026 15:28:18 +0200 Subject: [PATCH 2/2] Update version to 2.32.0 --- package-lock.json | 102 ++++++++++++++++++++++++---------------------- package.json | 4 +- 2 files changed, 56 insertions(+), 50 deletions(-) diff --git a/package-lock.json b/package-lock.json index d66ddc4..66e98b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "@flowfuse/driver-localfs", - "version": "2.31.3", + "version": "2.32.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@flowfuse/driver-localfs", - "version": "2.31.3", + "version": "2.32.0", "license": "Apache-2.0", "dependencies": { "@flowfuse/mqtt-schema-agent": "^1.1.1", - "@flowfuse/nr-launcher": "^2.31.3", + "@flowfuse/nr-launcher": "^2.32.0", "form-data": "^4.0.0", "got": "^11.8.5", "semver": "~7.6.0", @@ -318,16 +318,16 @@ } }, "node_modules/@flowfuse/nr-assistant": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/@flowfuse/nr-assistant/-/nr-assistant-0.16.0.tgz", - "integrity": "sha512-LHrRaLEgkP+4o1/scJGsf+ZpMa1HU+kC415jBKyJI9agR+AwkbbyKzLamVwkOS6iTmAiZozUcCS2OGuobaa3WQ==", + "version": "0.17.0", + "resolved": "https://registry.npmjs.org/@flowfuse/nr-assistant/-/nr-assistant-0.17.0.tgz", + "integrity": "sha512-Jx7woQyjHhGPz2dJ1iUtOm/nuylpJ+LsYTFPauwQ/cmETHQlTIJejABuHvKpiLRPALW680Cq6Kwq2ehe057Esg==", "license": "Apache-2.0", "dependencies": { - "@modelcontextprotocol/sdk": "^1.27.1", + "@modelcontextprotocol/sdk": "^1.29.0", "base64url": "^3.0.1", "got": "^11.8.6", - "onnxruntime-web": "^1.22.0", - "semver": "^7.7.2", + "onnxruntime-web": "^1.27.0", + "semver": "^7.8.5", "zod": "^3.25.76" }, "engines": { @@ -335,9 +335,9 @@ } }, "node_modules/@flowfuse/nr-assistant/node_modules/semver": { - "version": "7.8.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz", - "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==", + "version": "7.8.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz", + "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==", "license": "ISC", "bin": { "semver": "bin/semver.js" @@ -384,12 +384,12 @@ } }, "node_modules/@flowfuse/nr-launcher": { - "version": "2.31.3", - "resolved": "https://registry.npmjs.org/@flowfuse/nr-launcher/-/nr-launcher-2.31.3.tgz", - "integrity": "sha512-TMav4RJjii3NfieAZurdmycpGraR+BaQka1sUH51+PW7a/gj3AKhhR8LyTOUq/GGeMFhJO2beGh0M2yEtoThYA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@flowfuse/nr-launcher/-/nr-launcher-2.32.0.tgz", + "integrity": "sha512-geU5vHmrB9Sw0QbT0j6kfgQN6MkrBJTxx+GcA6KcdRzFQnUSHcGrZdBviJZwdNOAmEk3Ef54nxDCbQummqTgPw==", "license": "Apache-2.0", "dependencies": { - "@flowfuse/nr-assistant": "^0.16.0", + "@flowfuse/nr-assistant": "^0.17.0", "@flowfuse/nr-file-nodes": "^0.0.10", "@flowfuse/nr-mqtt-nodes": "^0.3.0", "@flowfuse/nr-project-nodes": "^0.7.8", @@ -788,21 +788,34 @@ } }, "node_modules/@modelcontextprotocol/sdk/node_modules/body-parser": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz", - "integrity": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.3.0.tgz", + "integrity": "sha512-2cGmJupaNgg+QUwVLAucDuWuoMZ6EX9iHDRswZ5lsNYEmwPaRknMPCLZz07yTzVq/83p4o/wzbDZbBrTvGGTIw==", "license": "MIT", "dependencies": { "bytes": "^3.1.2", - "content-type": "^1.0.5", + "content-type": "^2.0.0", "debug": "^4.4.3", - "http-errors": "^2.0.0", - "iconv-lite": "^0.7.0", + "http-errors": "^2.0.1", + "iconv-lite": "^0.7.2", "on-finished": "^2.4.1", - "qs": "^6.14.1", - "raw-body": "^3.0.1", - "type-is": "^2.0.1" + "qs": "^6.15.2", + "raw-body": "^3.0.2", + "type-is": "^2.1.0" + }, + "engines": { + "node": ">=18" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/@modelcontextprotocol/sdk/node_modules/body-parser/node_modules/content-type": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz", + "integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==", + "license": "MIT", "engines": { "node": ">=18" }, @@ -1162,12 +1175,6 @@ "integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==", "license": "BSD-3-Clause" }, - "node_modules/@protobufjs/inquire": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.2.tgz", - "integrity": "sha512-pa0vFRuws4wkvaXKK1uXZMAwAX4/t8ANaJo45iw/oQHNQ9q5xUzwgFmVJGXiga2BeN+zpX7Vf9vmsiIa2J+MUw==", - "license": "BSD-3-Clause" - }, "node_modules/@protobufjs/path": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz", @@ -3925,9 +3932,9 @@ } }, "node_modules/fast-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz", - "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.3.tgz", + "integrity": "sha512-i70LwGWUduXqzicKXWshooq+sWL1K3WUU5rKZNG/0i3a1OSoX3HqhH5WbWwTmqWfor4urUakGPiRQcleRZTwOg==", "funding": [ { "type": "github", @@ -4466,9 +4473,9 @@ "license": "MIT" }, "node_modules/hono": { - "version": "4.12.25", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.25.tgz", - "integrity": "sha512-2NFaIyNVgJmBs/ecmtGzlmluTFs5cHEWGTdu0t1HBwYzoGXOL5nUQBRMXsXWla5i4KkG//QMzVP88m1+I3fdAQ==", + "version": "4.12.27", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.27.tgz", + "integrity": "sha512-1yrb/+w6HWQJrUCLkJ2IF5jNIPvvFkblV5RNOYl6bV+OA6p9GLcMpHFFGTosSvHvcAUibuUukRqhlYI4z32C7Q==", "license": "MIT", "engines": { "node": ">=16.9.0" @@ -5959,21 +5966,21 @@ } }, "node_modules/onnxruntime-common": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.26.0.tgz", - "integrity": "sha512-qVyMR4lcWgbkc4getFV+GQijsTnbg/siteoqcDwa3sI/LxbrMSNw4ePyvCq/ymdQaRomCA7YuWmhzsswxvymdw==", + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.27.0.tgz", + "integrity": "sha512-3KxL5wIVqa8Ex08jxSzncm9CMgw8CjOFyOQ7SxvG9o0cVLlhTNKXyIQuTbtX4tGPJEf73OER2xrjt4HJSBL4ow==", "license": "MIT" }, "node_modules/onnxruntime-web": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/onnxruntime-web/-/onnxruntime-web-1.26.0.tgz", - "integrity": "sha512-LbRr/8zZt2xilI2smrVQGGKINo0U46i8qJp+UXyMBGfqN7KjnH1BiwCwLwyNIVV4i9CKFv7Sf4PwLKWnT8/bEA==", + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/onnxruntime-web/-/onnxruntime-web-1.27.0.tgz", + "integrity": "sha512-ogDLsqIozHZwifPuN37OproAo0byX6t43/bP8GzeZWBWD6MOGExswFAx3up4NS/vvWBOg2u2PXomDt3rMmdQSg==", "license": "MIT", "dependencies": { "flatbuffers": "^25.1.24", "guid-typescript": "^1.0.9", "long": "^5.2.3", - "onnxruntime-common": "1.26.0", + "onnxruntime-common": "1.27.0", "platform": "^1.3.6", "protobufjs": "^7.2.4" } @@ -6420,9 +6427,9 @@ } }, "node_modules/protobufjs": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.6.2.tgz", - "integrity": "sha512-N9EiLovGEQOJSPF26Ij7qUGvahfEnq0eeYZ02aigIedkmz1qZSwjnP9SBITHJuF/6MYbIW4HDN8zdYjsjqJKXQ==", + "version": "7.6.4", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.6.4.tgz", + "integrity": "sha512-RJJPTTpvFfHcWLkIa2JFWK4XvtSzS0yEWDmunqHXli1h3JlkbcQZXDZdcWxv+JK3Xsl5/UFDPZ0iGm7DAengYw==", "hasInstallScript": true, "license": "BSD-3-Clause", "dependencies": { @@ -6432,7 +6439,6 @@ "@protobufjs/eventemitter": "^1.1.1", "@protobufjs/fetch": "^1.1.1", "@protobufjs/float": "^1.0.2", - "@protobufjs/inquire": "^1.1.2", "@protobufjs/path": "^1.1.2", "@protobufjs/pool": "^1.1.0", "@protobufjs/utf8": "^1.1.1", diff --git a/package.json b/package.json index aabbb5d..c71c5ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flowfuse/driver-localfs", - "version": "2.31.3", + "version": "2.32.0", "description": "Local Filesystem FlowFuse Project driver", "main": "localfs.js", "scripts": { @@ -22,7 +22,7 @@ "license": "Apache-2.0", "dependencies": { "@flowfuse/mqtt-schema-agent": "^1.1.1", - "@flowfuse/nr-launcher": "^2.31.3", + "@flowfuse/nr-launcher": "^2.32.0", "form-data": "^4.0.0", "got": "^11.8.5", "semver": "~7.6.0",