harcon-flow
Advanced tools
Comparing version 2.5.8 to 2.6.0
@@ -48,2 +48,10 @@ const Assigner = require('assign.js') | ||
} | ||
if ( def.startsWith('«') ) { | ||
res.external = true | ||
def = def.substring( 1 ) | ||
} | ||
if ( def.startsWith('»') ) { | ||
res.fragmented = true | ||
def = def.substring( 1 ) | ||
} | ||
@@ -50,0 +58,0 @@ let seps = def.split('|') |
{ | ||
"name": "harcon-flow", | ||
"version": "2.5.8", | ||
"version": "2.6.0", | ||
"description": "Small utility library to descript business flows for harcon", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
19779
392