@bpmn-io/dmn-variable-resolver
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -112,2 +112,4 @@ /** @typedef {import('./VariableResolver').Variable} Variable */ | ||
if (outputs.length === 1) { | ||
const outputVariable = { ...handleOutput(outputs[0]), name: currentVariable.name }; | ||
Object.assign(currentVariable, outputVariable); | ||
return; | ||
@@ -114,0 +116,0 @@ } |
{ | ||
"name": "@bpmn-io/dmn-variable-resolver", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "dmn-js plugin for resolving available variables", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
7324
166