websocket-text-relay 1.1.4 → 1.1.5

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,3 +1,7 @@
1
+ ## 1.1.5 - 2025/09/05
2
+
3
+ Minor UI spacing fix
4
+
1
5
  ## 1.1.4 - 2025/08/14
2
6
 
3
7
  Fixed a crash that occurred when the status UI requests a file that doesn't exist.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "websocket-text-relay",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "An LSP server for sending live file updates from your text editor to the front end via websockets.",
5
5
  "bin": {
6
6
  "websocket-text-relay": "./start.js"
@@ -69,7 +69,7 @@ const drawRightAlignedSummaryValue = ({ x, y, label, circleClass, parentNode })
69
69
 
70
70
  const underlinePadding = 0.01
71
71
  const summaryCircleRadius = 0.014
72
- const summaryLeftPadding = 0.03
72
+ const summaryLeftPadding = 0.05
73
73
  const summaryValueSpacing = 0.065
74
74
  const editorSummaryPadding = 0.025
75
75