+2
-2
| { | ||
| "name": "zigpty", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "repository": "pithings/zigpty", | ||
@@ -21,3 +21,3 @@ "files": [ | ||
| "test:bun": "zig build test && bun test", | ||
| "release": "bun run build && changelogen --release --push" | ||
| "release": "bun test && changelogen --release --push" | ||
| }, | ||
@@ -24,0 +24,0 @@ "devDependencies": { |
+1
-1
| # zigpty | ||
| Tiny, cross-platform PTY library for Node.js, built in Zig, also usable as a standalone Zig package. Supports Linux, macOS, and Windows (via ConPTY). | ||
| Tiny, cross-platform PTY library for Node.js, built in Zig, also usable as a standalone Zig package. Supports Linux, macOS, Android and Windows (via ConPTY). | ||
@@ -5,0 +5,0 @@ Drop-in replacement for [`node-pty`](https://github.com/microsoft/node-pty). **350x smaller** (43 KB vs 15.5 MB packed, 176 KB vs 64.4 MB installed), no `node-gyp` or C++ compiler needed, and ships musl prebuilds for Alpine. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
252248
1.96%