node-red 4.1.5 → 4.1.6

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 +11 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ #### 4.1.6: Maintenance Release
2
+
3
+ - Allow palette.theme to be set via theme plugin and include icons (#5500) @knolleary
4
+ - Ensure config sidebar tooltip handles html content (#5501) @knolleary
5
+ - Allow node-red integrator access to available updates (#5499) @Steve-Mcl
6
+ - Add frontend pre and post debug message hooks (#5495) @Steve-Mcl
7
+ - Fix: allow middle-click panning over links and ports (#5496) @lklivingstone
8
+ - Support ctrl key to select configuration nodes (#5486) @kazuhitoyokoi
9
+ - Add § as shortcut meta-key (#5482) @gorenje
10
+ - Update dependencies (#5502) @knolleary
11
+
1
12
  #### 4.1.5: Maintenance Release
2
13
 
3
14
  - chore: bump tar to 7.5.7 (#5472) @bryopsida
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red",
3
- "version": "4.1.5",
3
+ "version": "4.1.6",
4
4
  "description": "Low-code programming for event-driven applications",
5
5
  "homepage": "https://nodered.org",
6
6
  "license": "Apache-2.0",
@@ -31,18 +31,18 @@
31
31
  "flow"
32
32
  ],
33
33
  "dependencies": {
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",
34
+ "@node-red/editor-api": "4.1.6",
35
+ "@node-red/runtime": "4.1.6",
36
+ "@node-red/util": "4.1.6",
37
+ "@node-red/nodes": "4.1.6",
38
38
  "basic-auth": "2.0.1",
39
- "bcryptjs": "3.0.2",
39
+ "bcryptjs": "3.0.3",
40
40
  "cors": "2.8.5",
41
41
  "express": "4.22.1",
42
42
  "fs-extra": "11.3.0",
43
43
  "node-red-admin": "^4.1.3",
44
44
  "nopt": "5.0.0",
45
- "semver": "7.7.1"
45
+ "semver": "7.7.4"
46
46
  },
47
47
  "optionalDependencies": {
48
48
  "@node-rs/bcrypt": "1.10.7"