@travetto/terminal
Advanced tools
Comparing version 4.0.2 to 4.0.3
{ | ||
"name": "@travetto/terminal", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "General terminal support", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/base": "^4.0.2", | ||
"@travetto/base": "^4.0.3", | ||
"chalk": "^4.1.2" | ||
@@ -30,0 +30,0 @@ }, |
@@ -31,3 +31,3 @@ import tty from 'node:tty'; | ||
await this.#writer.setPosition(pos).write(STD_WAIT_STATES[i++ % STD_WAIT_STATES.length]).commit(true); | ||
await Util.nonBlockingTimeout(100); | ||
await Util.blockingTimeout(100); | ||
} | ||
@@ -34,0 +34,0 @@ } |
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
22079
Updated@travetto/base@^4.0.3