@opentui/ssh 0.4.2 → 0.4.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 +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -39,9 +39,9 @@ npm install @opentui/ssh
|
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
`@opentui/core` is a peer dependency. Supported runtimes are Bun ≥ 1.3.0 and
|
|
42
|
-
Node.js 26.
|
|
42
|
+
Node.js 26.4.0. CI runs the SSH integration suite with Bun on macOS, Linux,
|
|
43
43
|
and Windows, and installs, imports, starts, and closes the packed ESM package
|
|
44
|
-
with Node.js 26.
|
|
44
|
+
with Node.js 26.4.0.
|
|
45
45
|
|
|
46
46
|
## The shape: `createServer(config).serve(handler)`
|
|
47
47
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "src/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"version": "0.4.
|
|
7
|
+
"version": "0.4.4",
|
|
8
8
|
"description": "Serve OpenTUI apps over SSH",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"repository": {
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"ssh2": "^1.16.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@opentui/core": "0.4.
|
|
25
|
+
"@opentui/core": "0.4.4"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
28
28
|
"bun": ">=1.3.0",
|
|
29
|
-
"node": "26.
|
|
29
|
+
"node": "26.4.0"
|
|
30
30
|
}
|
|
31
31
|
}
|