Browse Source

nodered update to 3.1.6

dashboard2
Dirk Alders 9 months ago
parent
commit
9b9caace19
4 changed files with 9 additions and 3 deletions
  1. 1
    1
      .config.nodes.json
  2. 3
    1
      .config.nodes.json.backup
  3. 2
    1
      .config.runtime.json
  4. 3
    0
      .config.runtime.json.backup

+ 1
- 1
.config.nodes.json View File

1
 {
1
 {
2
     "node-red": {
2
     "node-red": {
3
         "name": "node-red",
3
         "name": "node-red",
4
-        "version": "3.1.0",
4
+        "version": "3.1.6",
5
         "local": false,
5
         "local": false,
6
         "user": false,
6
         "user": false,
7
         "nodes": {
7
         "nodes": {

+ 3
- 1
.config.nodes.json.backup View File

7
         "nodes": {
7
         "nodes": {
8
             "junction": {
8
             "junction": {
9
                 "name": "junction",
9
                 "name": "junction",
10
-                "types": [],
10
+                "types": [
11
+                    "junction"
12
+                ],
11
                 "enabled": true,
13
                 "enabled": true,
12
                 "local": false,
14
                 "local": false,
13
                 "user": false,
15
                 "user": false,

+ 2
- 1
.config.runtime.json View File

1
 {
1
 {
2
-    "_credentialSecret": "037613100ea02be376a956261db027ae877bcde8df33cf058d668e3484329bd9"
2
+    "_credentialSecret": "037613100ea02be376a956261db027ae877bcde8df33cf058d668e3484329bd9",
3
+    "instanceId": "d9b67c175f69f06e"
3
 }
4
 }

+ 3
- 0
.config.runtime.json.backup View File

1
+{
2
+    "_credentialSecret": "037613100ea02be376a956261db027ae877bcde8df33cf058d668e3484329bd9"
3
+}

Loading…
Cancel
Save