@flowfuse/driver-localfs 2.29.2-c1ba1e9-202604170924.0 → 2.30.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.
|
@@ -4,7 +4,8 @@ on:
|
|
|
4
4
|
types:
|
|
5
5
|
- opened
|
|
6
6
|
jobs:
|
|
7
|
-
|
|
8
|
-
uses: flowfuse
|
|
7
|
+
add_issue_to_relevant_boards:
|
|
8
|
+
uses: flowfuse/github-actions-workflows/.github/workflows/project-automation.yaml@project-automation/v1
|
|
9
9
|
secrets:
|
|
10
|
-
|
|
10
|
+
app-client-id: ${{ secrets.GH_BOT_APP_ID }}
|
|
11
|
+
app-private-key: ${{ secrets.GH_BOT_APP_KEY }}
|
|
@@ -22,7 +22,7 @@ concurrency:
|
|
|
22
22
|
|
|
23
23
|
jobs:
|
|
24
24
|
build:
|
|
25
|
-
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.
|
|
25
|
+
uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.76.0'
|
|
26
26
|
with:
|
|
27
27
|
node: '[
|
|
28
28
|
{"version": "24", "tests": false, "lint": true},
|
|
@@ -33,7 +33,7 @@ jobs:
|
|
|
33
33
|
if: |
|
|
34
34
|
( github.event_name == 'push' && github.ref == 'refs/heads/main' ) ||
|
|
35
35
|
( github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' )
|
|
36
|
-
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.
|
|
36
|
+
uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.76.0'
|
|
37
37
|
with:
|
|
38
38
|
package_name: driver-localfs
|
|
39
39
|
publish_package: true
|
|
@@ -49,7 +49,7 @@ jobs:
|
|
|
49
49
|
steps:
|
|
50
50
|
- name: Generate a token
|
|
51
51
|
id: generate_token
|
|
52
|
-
uses: actions/create-github-app-token@
|
|
52
|
+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
|
|
53
53
|
with:
|
|
54
54
|
app-id: ${{ secrets.GH_BOT_APP_ID }}
|
|
55
55
|
private-key: ${{ secrets.GH_BOT_APP_KEY }}
|
|
@@ -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@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
|
13
13
|
with:
|
|
14
14
|
node-version: 24
|
|
15
15
|
- run: npm ci --omit=dev
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
#### 2.30.0: Release
|
|
2
|
+
|
|
3
|
+
- Bump actions/setup-node from 6.3.0 to 6.4.0 (#304)
|
|
4
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#303)
|
|
5
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml (#302)
|
|
6
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml (#301)
|
|
7
|
+
- Bump actions/create-github-app-token from 3.0.0 to 3.1.1 (#296)
|
|
8
|
+
- Bump hono from 4.12.14 to 4.12.18 (#308) @app/dependabot
|
|
9
|
+
- Bump ip-address and express-rate-limit (#307) @app/dependabot
|
|
10
|
+
- ci: Use new project-automation workflow (#305) @ppawlowski
|
|
11
|
+
- Bump protobufjs from 7.5.4 to 7.5.5 (#300) @app/dependabot
|
|
12
|
+
- Bump hono from 4.12.12 to 4.12.14 (#299) @app/dependabot
|
|
13
|
+
|
|
1
14
|
#### 2.29.1: Release
|
|
2
15
|
|
|
3
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowfuse/driver-localfs",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.30.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.30.0",
|
|
26
26
|
"form-data": "^4.0.0",
|
|
27
27
|
"got": "^11.8.5",
|
|
28
28
|
"semver": "~7.6.0",
|