@clausehq/flows-engine
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -37,2 +37,4 @@ const R = require('ramda'); | ||
const hydrationHandlers = [ | ||
// XXX This syntax is not documented should be considered DEPRECATED. | ||
// It should be removed in the next major version | ||
{ | ||
@@ -59,2 +61,4 @@ regex: /{{clause:vault:([^:]+):([^}]+)}}/, | ||
}, | ||
// XXX This syntax is not documented should be considered DEPRECATED. | ||
// It should be removed in the next major version | ||
{ | ||
@@ -78,2 +82,4 @@ regex: /{{[^}]+}}/, | ||
// XXX This syntax is not documented should be considered DEPRECATED. | ||
// It should be removed in the next major version | ||
if (R.type(stepInput.$ref) === 'String' && stepInput.$ref.indexOf('step[') === 0) { | ||
@@ -170,3 +176,2 @@ return hydrateInput(context)(`{{${stepInput.$ref}}}`); | ||
// Adding '=true' to the end of a JSONata expression makes it always evaluate to a boolean | ||
const hydratedConditionJsonata = tryJsonata(condition); | ||
@@ -173,0 +178,0 @@ const hydratedElseJsonata = tryJsonata(elseData); |
{ | ||
"name": "@clausehq/flows-engine", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Parametric Flows Engine", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
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
47493
1678