@lydell/node-pty
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -5,3 +5,3 @@ { | ||
"author": "Simon Lydell", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"license": "MIT", | ||
@@ -25,8 +25,9 @@ "main": "./index.js", | ||
"optionalDependencies": { | ||
"@lydell/node-pty-darwin-x64": "1.0.3", | ||
"@lydell/node-pty-darwin-arm64": "1.0.3", | ||
"@lydell/node-pty-linux-x64": "1.0.3", | ||
"@lydell/node-pty-win32-x64": "1.0.3", | ||
"@lydell/node-pty-win32-arm64": "1.0.3" | ||
"@lydell/node-pty-darwin-x64": "1.1.0", | ||
"@lydell/node-pty-darwin-arm64": "1.1.0", | ||
"@lydell/node-pty-linux-x64": "1.1.0", | ||
"@lydell/node-pty-linux-arm64": "1.1.0", | ||
"@lydell/node-pty-win32-x64": "1.1.0", | ||
"@lydell/node-pty-win32-arm64": "1.1.0" | ||
} | ||
} |
@@ -20,3 +20,3 @@ # @lydell/node-pty | ||
@lydell/node-pty@1.0.3 is based on node-pty@1.1.0-beta14 (commit [efbf8ebbe7b09351548fa0a4ed07b36c5d2e539b](https://github.com/microsoft/node-pty/commit/efbf8ebbe7b09351548fa0a4ed07b36c5d2e539b)). | ||
@lydell/node-pty@1.1.0 is based on node-pty@1.1.0-beta14 (commit [efbf8ebbe7b09351548fa0a4ed07b36c5d2e539b](https://github.com/microsoft/node-pty/commit/efbf8ebbe7b09351548fa0a4ed07b36c5d2e539b)). | ||
@@ -30,3 +30,4 @@ ## Prebuilt binaries | ||
- Linux x86_64 (linux-x64) | ||
- Linux ARM64 (linux-arm64) (not tested) | ||
- Windows x86_64 (win32-x64) | ||
- Windows ARM64 (win32-arm64) (not tested) |
58890
31
6