@travetto/terminal
Advanced tools
Comparing version 4.1.1 to 5.0.0-rc.0
{ | ||
"name": "@travetto/terminal", | ||
"version": "4.1.1", | ||
"version": "5.0.0-rc.0", | ||
"description": "General terminal support", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/base": "^4.1.1", | ||
"@travetto/base": "^5.0.0-rc.0", | ||
"chalk": "^4.1.2" | ||
@@ -30,0 +30,0 @@ }, |
import chalk from 'chalk'; | ||
import { Env, TypedObject, Primitive } from '@travetto/base'; | ||
import { Env, TypedObject } from '@travetto/base'; | ||
type TemplatePrim = Primitive | RegExp; | ||
type TemplatePrim = number | string | bigint | boolean | RegExp; | ||
type Color = `#${string}`; | ||
@@ -7,0 +7,0 @@ export type TermStyleInput = Color | { text: Color, background?: Color, inverse?: boolean, bold?: boolean, italic?: boolean, underline?: boolean }; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
21852
1
+ Added@travetto/base@5.0.0-rc.1(transitive)
+ Added@travetto/manifest@5.0.9(transitive)
- Removed@travetto/base@4.1.2(transitive)
- Removed@travetto/manifest@4.1.0(transitive)
Updated@travetto/base@^5.0.0-rc.0