node-red 3.1.8 → 3.1.9

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 +7 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ #### 3.1.9: Maintenance Release
2
+
3
+ - Prevent subflow being added to itself (#4654) @knolleary
4
+ - Fix use of spawn on windows with cmd files (#4652) @knolleary
5
+ - Guard refresh of unknown subflow (#4640) @knolleary
6
+ - Fix subflow module sending messages to debug sidebar (#4642) @knolleary
7
+
1
8
  #### 3.1.8: Maintenance Release
2
9
 
3
10
  - Add validation and error handling on subflow instance properties (#4632) @knolleary
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red",
3
- "version": "3.1.8",
3
+ "version": "3.1.9",
4
4
  "description": "Low-code programming for event-driven applications",
5
5
  "homepage": "https://nodered.org",
6
6
  "license": "Apache-2.0",
@@ -31,10 +31,10 @@
31
31
  "flow"
32
32
  ],
33
33
  "dependencies": {
34
- "@node-red/editor-api": "3.1.8",
35
- "@node-red/runtime": "3.1.8",
36
- "@node-red/util": "3.1.8",
37
- "@node-red/nodes": "3.1.8",
34
+ "@node-red/editor-api": "3.1.9",
35
+ "@node-red/runtime": "3.1.9",
36
+ "@node-red/util": "3.1.9",
37
+ "@node-red/nodes": "3.1.9",
38
38
  "basic-auth": "2.0.1",
39
39
  "bcryptjs": "2.4.3",
40
40
  "express": "4.19.2",