harcon-flow
Advanced tools
Comparing version 2.2.1 to 2.2.5
{ | ||
"name": "harcon-flow", | ||
"version": "2.2.1", | ||
"version": "2.2.5", | ||
"description": "Small utility library to descript business flows for harcon", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"dependencies": { | ||
"assign.js": "^2.5.0", | ||
"assign.js": "^2.5.5", | ||
"proback.js": "^1.7.1" | ||
@@ -27,0 +27,0 @@ }, |
@@ -45,3 +45,3 @@ Harcon-flow is a simple utility library aiming to leverage a very simple syntax to define microtransaction between entities. | ||
The optional '*' sign means, that the result of the flow's main actor will be interpreted as array and for all elements that given message will be sent to as a bulk operation. | ||
The optional '*' sign means, that the result of the flow's main actor will be interpreted as array and for all elements that given message will be sent to as a series of operation. | ||
@@ -48,0 +48,0 @@ Domain and interface specifications are optional. These information should be defined here only if no Flow definition exists assosiated to the given actor. |
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
19400
Updatedassign.js@^2.5.5