lightning-flow-scanner-core
Advanced tools
Comparing version 1.0.45 to 1.0.46
@@ -28,3 +28,4 @@ "use strict"; | ||
'startElementReference', | ||
'isTemplate' | ||
'isTemplate', | ||
'fullName' | ||
]; | ||
@@ -35,2 +36,3 @@ this.flowNodes = [ | ||
'assignments', | ||
'decisions', | ||
'loops', | ||
@@ -37,0 +39,0 @@ 'recordCreates', |
{ | ||
"name": "lightning-flow-scanner-core", | ||
"version": "1.0.45", | ||
"version": "1.0.46", | ||
"main": "out/**", | ||
@@ -5,0 +5,0 @@ "types": "out/index.d.ts", |
@@ -42,3 +42,4 @@ import {FlowElement} from './FlowElement'; | ||
'startElementReference', | ||
'isTemplate' | ||
'isTemplate', | ||
'fullName' | ||
]; | ||
@@ -49,2 +50,3 @@ private flowNodes = [ | ||
'assignments', | ||
'decisions', | ||
'loops', | ||
@@ -51,0 +53,0 @@ 'recordCreates', |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
707497
26116