@flowfuse/nr-project-nodes 0.7.8-e6f5674-202512091719.0 → 0.7.8

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,20 @@
1
+ ### 0.7.8
2
+
3
+ - Bump actions/checkout from 6.0.0 to 6.0.1 (#154)
4
+ - Bump actions/setup-node from 6.0.0 to 6.1.0 (#153)
5
+ - Bump actions/checkout from 5.0.0 to 6.0.0 (#152)
6
+ - Bump flowfuse/github-actions-workflows from 0.42.0 to 0.43.0 (#150)
7
+ - Bump JS-DevTools/npm-publish from 4.0.1 to 4.1.1 (#148)
8
+ - Bump JS-DevTools/npm-publish from 4.0.0 to 4.0.1 (#147)
9
+ - Bump JS-DevTools/npm-publish from 3.1.1 to 4.0.0 (#146)
10
+ - Bump actions/setup-node from 4.4.0 to 5.0.0 (#145)
11
+ - Bump actions/checkout from 4.2.2 to 5.0.0 (#144)
12
+ - Bump flowfuse/github-actions-workflows from 0.40.0 to 0.42.0 (#143)
13
+ - Ensure validator is correct for link retrun mode (#156) @hardillb
14
+ - Bump glob from 10.4.5 to 10.5.0 (#151) @app/dependabot
15
+ - Bump actions/setup-node from 5.0.0 to 6.0.0 (#149) @app/dependabot
16
+ - Bump form-data and node-red (#138) @app/dependabot
17
+
1
18
  ### 0.7.7
2
19
 
3
20
  - Update the Project Nodes category to "FlowFuse" (#135) @joepavitt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/nr-project-nodes",
3
- "version": "0.7.8-e6f5674-202512091719.0",
3
+ "version": "0.7.8",
4
4
  "description": "A collection of Node-RED nodes for easy communication between Node-RED instances running in the FlowFuse platform",
5
5
  "scripts": {
6
6
  "test": "mocha test/unit/**/*_spec.js --timeout 5000",