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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.358",
3
+ "version": "0.6.360",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -301,7 +301,6 @@ function StakeholderMappings({
301
301
  name: node?.data?.name,
302
302
  content: node?.data?.content,
303
303
  isOnlyOne: true,
304
- isPdf: true,
305
304
  },
306
305
  targetHandle:
307
306
  node.data.order % 2 === 0 ? "left-handle-target" : "right-handle-target",