@flowfuse/driver-localfs 2.25.1-8af1217-202512231014.0 → 2.25.1-de2c21b-202512231018.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.44.0'
22
+ uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.45.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.44.0'
33
+ uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.45.0'
34
34
  with:
35
35
  package_name: driver-localfs
36
36
  publish_package: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/driver-localfs",
3
- "version": "2.25.1-8af1217-202512231014.0",
3
+ "version": "2.25.1-de2c21b-202512231018.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.0.0",
25
- "@flowfuse/nr-launcher": "2.25.1-53a6f2f-202512231014.0",
25
+ "@flowfuse/nr-launcher": "2.25.1-53a6f2f-202512231018.0",
26
26
  "form-data": "^4.0.0",
27
27
  "got": "^11.8.5",
28
28
  "semver": "~7.6.0",