power-link 2.0.3 → 2.0.4

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1067,7 +1067,7 @@ const loadTopology = async () => {
1067
1067
  **What's Included in Export:**
1068
1068
 
1069
1069
  - **Nodes**: ID, label (node name), position (x, y), custom info, dot positions
1070
- - **Connections**: Source/target nodes, source/target labels, source/target info, dot positions
1070
+ - **Connections**: from, fromLabel, fromInfo, to, toLabel, toInfo, fromDot, toDot
1071
1071
  - **View State**: Current zoom level and pan position (scale, translateX, translateY)
1072
1072
 
1073
1073
  **Benefits:**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "power-link",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "A pure TypeScript visual node connector for creating draggable connections between nodes. Framework-agnostic and easy to use",
5
5
  "author": {
6
6
  "name": "Lin Ji Man",