@flowfuse/driver-localfs 2.19.1-b7717a3-202507181016.0 → 2.19.1
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.
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
#### 2.19.1: Release
|
|
2
|
+
|
|
3
|
+
- Bump form-data from 4.0.0 to 4.0.4 (#183) @app/dependabot
|
|
4
|
+
- Bump on-headers and express-session (#182) @app/dependabot
|
|
5
|
+
- Bump multer from 2.0.1 to 2.0.2 (#181) @app/dependabot
|
|
6
|
+
- Bump brace-expansion from 1.1.11 to 1.1.12 (#179) @app/dependabot
|
|
7
|
+
|
|
1
8
|
#### 2.19.0: Release
|
|
2
9
|
|
|
3
10
|
- Bump flowfuse/github-actions-workflows from 0.39.0 to 0.40.0 (#178)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowfuse/driver-localfs",
|
|
3
|
-
"version": "2.19.1
|
|
3
|
+
"version": "2.19.1",
|
|
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.19.1
|
|
25
|
+
"@flowfuse/nr-launcher": "^2.19.1",
|
|
26
26
|
"form-data": "^4.0.0",
|
|
27
27
|
"got": "^11.8.5",
|
|
28
28
|
"semver": "~7.6.0",
|