Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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


Expand Down
102 changes: 54 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down