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.
- package/README.md +1 -1
- 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**:
|
|
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