@travetto/terminal
Advanced tools
Comparing version 5.0.2 to 5.0.3
@@ -1,2 +0,2 @@ | ||
/// <reference path="./src/trv.d.ts" /> | ||
import type { } from './src/trv'; | ||
export * from './src/style'; | ||
@@ -3,0 +3,0 @@ export * from './src/terminal'; |
{ | ||
"name": "@travetto/terminal", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "General terminal support", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/runtime": "^5.0.2", | ||
"@travetto/runtime": "^5.0.3", | ||
"chalk": "^4.1.2" | ||
@@ -30,0 +30,0 @@ }, |
import type { ColorLevel } from './style'; | ||
declare global { | ||
interface TravettoEnv { | ||
declare module '@travetto/runtime' { | ||
interface EnvData { | ||
/** | ||
@@ -6,0 +6,0 @@ * Flag for node to disable colors |
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
21838
Updated@travetto/runtime@^5.0.3