node-red 4.1.3 → 4.1.5
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 +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
#### 4.1.5: Maintenance Release
|
|
2
|
+
|
|
3
|
+
- chore: bump tar to 7.5.7 (#5472) @bryopsida
|
|
4
|
+
- Update node-red-admin dependency @knolleary
|
|
5
|
+
|
|
6
|
+
#### 4.1.4: Maintenance Release
|
|
7
|
+
|
|
8
|
+
- Update tar dependency @knolleary
|
|
9
|
+
- Revert overflow fix in editableList (#5467) @knolleary
|
|
10
|
+
- registry: fix importModule base dir for exports subpaths (#5465) @yuan-cloud
|
|
11
|
+
- fix: prevent race condition in localfilesystem context store during shutdown (#5462) @Dennis-SEG
|
|
12
|
+
- fix: prevent double resolve in node close callback (#5461) @Dennis-SEG
|
|
13
|
+
- fix: prevent incorrect array modification in delay node (#5457) @Dennis-SEG
|
|
14
|
+
- fix: prevent uncaught exceptions in core node event handlers (#5438) @Dennis-SEG
|
|
15
|
+
|
|
1
16
|
#### 4.1.3: 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.1.
|
|
3
|
+
"version": "4.1.5",
|
|
4
4
|
"description": "Low-code programming for event-driven applications",
|
|
5
5
|
"homepage": "https://nodered.org",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,16 +31,16 @@
|
|
|
31
31
|
"flow"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@node-red/editor-api": "4.1.
|
|
35
|
-
"@node-red/runtime": "4.1.
|
|
36
|
-
"@node-red/util": "4.1.
|
|
37
|
-
"@node-red/nodes": "4.1.
|
|
34
|
+
"@node-red/editor-api": "4.1.5",
|
|
35
|
+
"@node-red/runtime": "4.1.5",
|
|
36
|
+
"@node-red/util": "4.1.5",
|
|
37
|
+
"@node-red/nodes": "4.1.5",
|
|
38
38
|
"basic-auth": "2.0.1",
|
|
39
39
|
"bcryptjs": "3.0.2",
|
|
40
40
|
"cors": "2.8.5",
|
|
41
41
|
"express": "4.22.1",
|
|
42
42
|
"fs-extra": "11.3.0",
|
|
43
|
-
"node-red-admin": "^4.1.
|
|
43
|
+
"node-red-admin": "^4.1.3",
|
|
44
44
|
"nopt": "5.0.0",
|
|
45
45
|
"semver": "7.7.1"
|
|
46
46
|
},
|