lightning-flow-scanner-core
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -36,3 +36,3 @@ "use strict"; | ||
}); | ||
flow.xmldata['Flow'] = BuildFlow_1.BuildFlow(nodesToBuild); | ||
flow.xmldata['Flow'] = { $: flow.root, _: BuildFlow_1.BuildFlow(nodesToBuild) }; | ||
flow.preProcessNodes(); | ||
@@ -39,0 +39,0 @@ flowResults.push(new ScanResult_1.ScanResult(flow, ruleResults)); |
{ | ||
"name": "lightning-flow-scanner-core", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"main": "out/**", | ||
@@ -5,0 +5,0 @@ "types": "out/index.d.ts", |
@@ -40,3 +40,3 @@ import {Flow} from '../models/Flow'; | ||
); | ||
flow.xmldata['Flow'] = BuildFlow(nodesToBuild); | ||
flow.xmldata['Flow'] = {$:flow.root, _:BuildFlow(nodesToBuild)} ; | ||
flow.preProcessNodes(); | ||
@@ -43,0 +43,0 @@ flowResults.push(new ScanResult(flow, ruleResults)); |
Sorry, the diff of this file is not supported yet
1134946