node-red 4.0.6 → 4.0.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 +14 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ #### 4.0.7: Maintenance Release
2
+
3
+ Editor
4
+
5
+ - Fix config node sort order when importing (#5000) @knolleary
6
+
7
+ #### 4.0.7: Maintenance Release
8
+
9
+ Editor
10
+
11
+ - Fix def can be undefined if the type is missing (#4997) @GogoVega
12
+ - Fix the user list of nested config node (#4995) @GogoVega
13
+ - Support custom login message and button (#4993) @knolleary
14
+
1
15
  #### 4.0.6: Maintenance Release
2
16
 
3
17
  Editor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red",
3
- "version": "4.0.6",
3
+ "version": "4.0.8",
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": "4.0.6",
35
- "@node-red/runtime": "4.0.6",
36
- "@node-red/util": "4.0.6",
37
- "@node-red/nodes": "4.0.6",
34
+ "@node-red/editor-api": "4.0.8",
35
+ "@node-red/runtime": "4.0.8",
36
+ "@node-red/util": "4.0.8",
37
+ "@node-red/nodes": "4.0.8",
38
38
  "basic-auth": "2.0.1",
39
39
  "bcryptjs": "2.4.3",
40
40
  "cors": "2.8.5",