@flowfuse/driver-localfs 2.22.1-d3c8213-202509291347.0 → 2.22.2-0a7240c-202510201315.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.
@@ -9,10 +9,10 @@ jobs:
9
9
  runs-on: ubuntu-latest
10
10
  steps:
11
11
  - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
12
- - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
12
+ - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
13
13
  with:
14
14
  node-version: 18
15
15
  - run: npm ci --omit=dev
16
- - uses: JS-DevTools/npm-publish@ad693561f8a5b5d4c76f14407da60aa15cb10f90 # v4.0.1
16
+ - uses: JS-DevTools/npm-publish@7f8fe47b3bea1be0c3aec2b717c5ec1f3e03410b # v4.1.1
17
17
  with:
18
18
  token: ${{ secrets.NPM_PUBLISH_TOKEN }}
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ #### 2.22.1: Release
2
+
3
+ - Bump JS-DevTools/npm-publish from 4.0.1 to 4.1.1 (#197)
4
+
1
5
  #### 2.22.0: Release
2
6
 
3
7
  - Bump JS-DevTools/npm-publish from 4.0.0 to 4.0.1 (#195)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/driver-localfs",
3
- "version": "2.22.1-d3c8213-202509291347.0",
3
+ "version": "2.22.2-0a7240c-202510201315.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.22.1-622de46-202509291346.0",
25
+ "@flowfuse/nr-launcher": "2.22.2-9e7224a-202510200728.0",
26
26
  "form-data": "^4.0.0",
27
27
  "got": "^11.8.5",
28
28
  "semver": "~7.6.0",