datastake-daf 0.6.358 → 0.6.360
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/components/index.js
CHANGED
|
@@ -52855,8 +52855,7 @@ function StakeholderMappings(_ref3) {
|
|
|
52855
52855
|
data: {
|
|
52856
52856
|
name: node === null || node === void 0 || (_node$data6 = node.data) === null || _node$data6 === void 0 ? void 0 : _node$data6.name,
|
|
52857
52857
|
content: node === null || node === void 0 || (_node$data7 = node.data) === null || _node$data7 === void 0 ? void 0 : _node$data7.content,
|
|
52858
|
-
isOnlyOne: true
|
|
52859
|
-
isPdf: true
|
|
52858
|
+
isOnlyOne: true
|
|
52860
52859
|
},
|
|
52861
52860
|
targetHandle: node.data.order % 2 === 0 ? "left-handle-target" : "right-handle-target"
|
|
52862
52861
|
});
|
package/package.json
CHANGED