@devcontainers/cli
Advanced tools
Comparing version 0.50.1 to 0.50.2
@@ -7,2 +7,5 @@ # Change Log | ||
### [0.50.2] | ||
- Fix: Only allocate tty for `docker exec` when stdin is a tty (https://github.com/devcontainers/cli/issues/606) | ||
### [0.50.1] | ||
@@ -9,0 +12,0 @@ - Fix: Allocate pty for `docker exec` (https://github.com/devcontainers/cli/issues/556) |
{ | ||
"name": "@devcontainers/cli", | ||
"description": "Dev Containers CLI", | ||
"version": "0.50.1", | ||
"version": "0.50.2", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "devcontainer": "devcontainer.js" |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1945567
8332