@stonecrop/node-editor 0.6.1 → 0.6.3

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.10"
8
+ "packageVersion": "7.55.2"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stonecrop/node-editor",
3
- "version": "0.6.1",
3
+ "version": "0.6.3",
4
4
  "description": "Node editor UI for Stonecrop",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -60,6 +60,7 @@ const elements = computed<FlowElements>({
60
60
  target: target,
61
61
  label: edgeKey,
62
62
  animated: true,
63
+ type: 'smoothstep', // Use smoothstep for better separation of bidirectional edges
63
64
  })
64
65
 
65
66
  hasInputs[target] = true