node-red 4.0.1 → 4.0.2
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.
- package/CHANGELOG.md +15 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
#### 4.0.2: Maintenance Release
|
|
2
|
+
|
|
3
|
+
Editor
|
|
4
|
+
|
|
5
|
+
- Use a more subtle border on the header (#4818) @bonanitech
|
|
6
|
+
- Improve the editor's French translations (#4824) @GogoVega
|
|
7
|
+
- Clean up orphaned editors (#4821) @Steve-Mcl
|
|
8
|
+
- Fix node validation if the property is not required (#4812) @GogoVega
|
|
9
|
+
- Ensure mermaid.min.js is cached properly between loads of the editor (#4817) @knolleary
|
|
10
|
+
|
|
11
|
+
Runtime
|
|
12
|
+
|
|
13
|
+
- Allow auth cookie name to be customised (#4815) @knolleary
|
|
14
|
+
- Guard against undefined sessions in multiplayer (#4816) @knolleary
|
|
15
|
+
|
|
1
16
|
#### 4.0.1: Maintenance Release
|
|
2
17
|
|
|
3
18
|
Editor
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.2",
|
|
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.
|
|
35
|
-
"@node-red/runtime": "4.0.
|
|
36
|
-
"@node-red/util": "4.0.
|
|
37
|
-
"@node-red/nodes": "4.0.
|
|
34
|
+
"@node-red/editor-api": "4.0.2",
|
|
35
|
+
"@node-red/runtime": "4.0.2",
|
|
36
|
+
"@node-red/util": "4.0.2",
|
|
37
|
+
"@node-red/nodes": "4.0.2",
|
|
38
38
|
"basic-auth": "2.0.1",
|
|
39
39
|
"bcryptjs": "2.4.3",
|
|
40
40
|
"cors": "2.8.5",
|