@flowfuse/driver-localfs 2.30.2-ce5a9ee-202605211304.0 → 2.31.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.
- package/CHANGELOG.md +9 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
#### 2.31.0: Release
|
|
2
|
+
|
|
3
|
+
- Bump qs, body-parser and express (#316)
|
|
4
|
+
- Bump protobufjs from 7.5.6 to 7.6.0 (#315)
|
|
5
|
+
- Bump ws from 8.19.0 to 8.20.1 (#314)
|
|
6
|
+
- Bump actions/create-github-app-token from 3.1.1 to 3.2.0 (#312)
|
|
7
|
+
- Switch internal reusable workflows to new tagging approach (#313)
|
|
8
|
+
- ci: enable dependabot cooldown (#311) @ppawlowski
|
|
9
|
+
|
|
1
10
|
#### 2.30.1: Release
|
|
2
11
|
|
|
3
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowfuse/driver-localfs",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.31.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.
|
|
25
|
+
"@flowfuse/nr-launcher": "^2.31.0",
|
|
26
26
|
"form-data": "^4.0.0",
|
|
27
27
|
"got": "^11.8.5",
|
|
28
28
|
"semver": "~7.6.0",
|