websocket-text-relay 1.1.8 → 1.1.9
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 +6 -0
- package/package.json +5 -3
package/changelog.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "websocket-text-relay",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
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"
|
|
@@ -37,9 +37,11 @@
|
|
|
37
37
|
},
|
|
38
38
|
"homepage": "https://github.com/niels4/websocket-text-relay#readme",
|
|
39
39
|
"dependencies": {
|
|
40
|
+
"ws": "8.18.3"
|
|
41
|
+
},
|
|
42
|
+
"devDependencies": {
|
|
40
43
|
"@biomejs/biome": "2.4.8",
|
|
41
44
|
"@types/node": "25.5.0",
|
|
42
|
-
"typescript": "5.9.3"
|
|
43
|
-
"ws": "8.18.3"
|
|
45
|
+
"typescript": "5.9.3"
|
|
44
46
|
}
|
|
45
47
|
}
|