sonda 0.11.0 → 0.11.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ab088cb: Update the Connections node details panel to include incoming/outgoing connection lists with quick navigation.
8
+ - a9669ac: Fix some sources not being properly detected as CommonJS in Rollup.
9
+ - ab088cb: Updated the Connections graph to primarily flow left-to-right and keep directly linked nodes out of the same column where possible. It should no longer produce backtracking or same-column cross-links except in unavoidable circular dependency cases.
10
+ - a9669ac: Use the new `module.inputFormat` property added in Rolldown@v1.0.0-rc.5 to detect CommonJS sources.
11
+
3
12
  ## 0.11.0
4
13
 
5
14
  ### Minor Changes