@flowfuse/driver-localfs 2.28.2-b48ccfc-202603261059.0 → 2.29.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ #### 2.29.0: Release
2
+
3
+ - Bump hono from 4.12.7 to 4.12.12 (#292) @app/dependabot
4
+ - Bump @hono/node-server from 1.19.10 to 1.19.13 (#291) @app/dependabot
5
+ - Bump brace-expansion (#284) @app/dependabot
6
+ - Bump path-to-regexp (#283) @app/dependabot
7
+ - Bump picomatch from 4.0.3 to 4.0.4 (#282) @app/dependabot
8
+ - Bump flatted from 3.3.3 to 3.4.2 (#278) @app/dependabot
9
+
1
10
  #### 2.28.1: Release
2
11
 
3
12
  - Bump actions/create-github-app-token from 2.2.1 to 3.0.0 (#277)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/driver-localfs",
3
- "version": "2.28.2-b48ccfc-202603261059.0",
3
+ "version": "2.29.0",
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.1.1",
25
- "@flowfuse/nr-launcher": "2.28.2-a986558-202603261058.0",
25
+ "@flowfuse/nr-launcher": "^2.29.0",
26
26
  "form-data": "^4.0.0",
27
27
  "got": "^11.8.5",
28
28
  "semver": "~7.6.0",