@flowfuse/driver-localfs 2.26.1-edf22ab-202601190655.0 → 2.26.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.
|
@@ -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.47.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.47.0'
|
|
34
34
|
with:
|
|
35
35
|
package_name: driver-localfs
|
|
36
36
|
publish_package: true
|
|
@@ -8,11 +8,11 @@ jobs:
|
|
|
8
8
|
publish:
|
|
9
9
|
runs-on: ubuntu-latest
|
|
10
10
|
steps:
|
|
11
|
-
- uses: actions/checkout@
|
|
12
|
-
- uses: actions/setup-node@
|
|
11
|
+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
12
|
+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
|
|
13
13
|
with:
|
|
14
14
|
node-version: 18
|
|
15
15
|
- run: npm ci --omit=dev
|
|
16
|
-
- uses: JS-DevTools/npm-publish@
|
|
16
|
+
- uses: JS-DevTools/npm-publish@4ce4bd0f334d5316473155078da1955d42148494 # v4.1.4
|
|
17
17
|
with:
|
|
18
18
|
token: ${{ secrets.NPM_PUBLISH_TOKEN }}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
#### 2.26.1: Release
|
|
2
|
+
|
|
3
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml (#237)
|
|
4
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml (#238)
|
|
5
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/sast_scan.yaml (#239)
|
|
6
|
+
- Bump JS-DevTools/npm-publish from 4.1.3 to 4.1.4 (#232)
|
|
7
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml (#234)
|
|
8
|
+
- Bump actions/setup-node from 6.1.0 to 6.2.0 (#233)
|
|
9
|
+
- Bump flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml (#235)
|
|
10
|
+
- Bump actions/checkout from 6.0.1 to 6.0.2 (#236) @app/dependabot
|
|
11
|
+
|
|
1
12
|
#### 2.26.0: Release
|
|
2
13
|
|
|
3
14
|
- Bump JS-DevTools/npm-publish from 4.1.2 to 4.1.3 (#228)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowfuse/driver-localfs",
|
|
3
|
-
"version": "2.26.1
|
|
3
|
+
"version": "2.26.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.26.1
|
|
25
|
+
"@flowfuse/nr-launcher": "^2.26.1",
|
|
26
26
|
"form-data": "^4.0.0",
|
|
27
27
|
"got": "^11.8.5",
|
|
28
28
|
"semver": "~7.6.0",
|