@flowfuse/driver-localfs 2.27.2-e7a7ec4-202603021332.0 → 2.28.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.
|
@@ -19,7 +19,7 @@ on:
|
|
|
19
19
|
|
|
20
20
|
jobs:
|
|
21
21
|
build:
|
|
22
|
-
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.
|
|
22
|
+
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.52.0'
|
|
23
23
|
with:
|
|
24
24
|
node: '[
|
|
25
25
|
{"version": "18", "tests": false, "lint": true},
|
|
@@ -30,7 +30,7 @@ jobs:
|
|
|
30
30
|
if: |
|
|
31
31
|
( github.event_name == 'push' && github.ref == 'refs/heads/main' ) ||
|
|
32
32
|
( github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' )
|
|
33
|
-
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.
|
|
33
|
+
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.52.0'
|
|
34
34
|
with:
|
|
35
35
|
package_name: driver-localfs
|
|
36
36
|
publish_package: true
|
|
@@ -9,7 +9,7 @@ jobs:
|
|
|
9
9
|
runs-on: ubuntu-latest
|
|
10
10
|
steps:
|
|
11
11
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
12
|
-
- uses: actions/setup-node@
|
|
12
|
+
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
|
13
13
|
with:
|
|
14
14
|
node-version: 18
|
|
15
15
|
- run: npm ci --omit=dev
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
#### 2.28.0: Release
|
|
2
|
+
|
|
3
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml (#272)
|
|
4
|
+
- Bump actions/setup-node from 6.2.0 to 6.3.0 (#270)
|
|
5
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml (#271)
|
|
6
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#269)
|
|
7
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml (#263)
|
|
8
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#262)
|
|
9
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml (#261)
|
|
10
|
+
- Bump hono from 4.12.5 to 4.12.7 (#273) @app/dependabot
|
|
11
|
+
- Bump express-rate-limit from 8.2.1 to 8.3.0 (#268) @app/dependabot
|
|
12
|
+
- Bump multer from 2.0.2 to 2.1.1 (#267) @app/dependabot
|
|
13
|
+
- Bump @hono/node-server from 1.19.9 to 1.19.10 (#266) @app/dependabot
|
|
14
|
+
- Bump hono from 4.12.3 to 4.12.5 (#265) @app/dependabot
|
|
15
|
+
|
|
1
16
|
#### 2.27.1: Release
|
|
2
17
|
|
|
3
18
|
- Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#254)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowfuse/driver-localfs",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.28.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.28.0",
|
|
26
26
|
"form-data": "^4.0.0",
|
|
27
27
|
"got": "^11.8.5",
|
|
28
28
|
"semver": "~7.6.0",
|