@flowfuse/driver-localfs 2.24.5-f3a1180-202512081149.0 → 2.24.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,8 +8,8 @@ jobs:
8
8
  publish:
9
9
  runs-on: ubuntu-latest
10
10
  steps:
11
- - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
12
- - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
11
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
12
+ - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
13
13
  with:
14
14
  node-version: 18
15
15
  - run: npm ci --omit=dev
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ #### 2.24.5: Release
2
+
3
+ - Bump actions/setup-node from 6.0.0 to 6.1.0 (#216)
4
+ - Bump actions/checkout from 6.0.0 to 6.0.1 (#215)
5
+ - Bump @modelcontextprotocol/sdk from 1.17.5 to 1.24.0 (#214) @app/dependabot
6
+ - Bump express (#213) @app/dependabot
7
+
1
8
  #### 2.24.4: Release
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/driver-localfs",
3
- "version": "2.24.5-f3a1180-202512081149.0",
3
+ "version": "2.24.5",
4
4
  "description": "Local Filesystem FlowFuse Project driver",
5
5
  "main": "localfs.js",
6
6
  "scripts": {
@@ -22,7 +22,7 @@
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
24
  "@flowfuse/mqtt-schema-agent": "^1.0.0",
25
- "@flowfuse/nr-launcher": "2.24.5-bc998b6-202512081149.0",
25
+ "@flowfuse/nr-launcher": "^2.24.5",
26
26
  "form-data": "^4.0.0",
27
27
  "got": "^11.8.5",
28
28
  "semver": "~7.6.0",