@node-red/runtime 3.1.1 → 3.1.3

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.
@@ -112,6 +112,7 @@ class Subflow extends Flow {
112
112
 
113
113
  remapSubflowNodes(subflowInternalFlowConfig.configs,node_map);
114
114
  remapSubflowNodes(subflowInternalFlowConfig.nodes,node_map);
115
+ remapSubflowNodes(subflowInternalFlowConfig.groups,node_map);
115
116
 
116
117
  // console.log("Instance config\n",JSON.stringify(subflowInternalFlowConfig,"",2));
117
118
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-red/runtime",
3
- "version": "3.1.1",
3
+ "version": "3.1.3",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./lib/index.js",
6
6
  "repository": {
@@ -16,8 +16,8 @@
16
16
  }
17
17
  ],
18
18
  "dependencies": {
19
- "@node-red/registry": "3.1.1",
20
- "@node-red/util": "3.1.1",
19
+ "@node-red/registry": "3.1.3",
20
+ "@node-red/util": "3.1.3",
21
21
  "async-mutex": "0.4.0",
22
22
  "clone": "2.1.2",
23
23
  "express": "4.18.2",