@travetto/terminal
Advanced tools
Comparing version 5.0.0-rc.1 to 5.0.0-rc.2
{ | ||
"name": "@travetto/terminal", | ||
"version": "5.0.0-rc.1", | ||
"version": "5.0.0-rc.2", | ||
"description": "General terminal support", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/base": "^5.0.0-rc.1", | ||
"@travetto/runtime": "^5.0.0-rc.2", | ||
"chalk": "^4.1.2" | ||
@@ -30,0 +30,0 @@ }, |
@@ -50,3 +50,3 @@ <!-- This file was generated by @travetto/doc and should not be modified directly --> | ||
When the color palette is combined with [Base](https://github.com/travetto/travetto/tree/main/module/base#readme "Environment config and common utilities for travetto applications.")'s Util.makeTemplate, you produce a string template function that will automatically colorize: | ||
When the color palette is combined with [Base](https://github.com/travetto/travetto/tree/main/module/runtime#readme "Environment config and common utilities for travetto applications.")'s Util.makeTemplate, you produce a string template function that will automatically colorize: | ||
@@ -53,0 +53,0 @@ **Code: Sample Template Usage** |
import chalk from 'chalk'; | ||
import { Env, TypedObject } from '@travetto/base'; | ||
import { Env, TypedObject } from '@travetto/runtime'; | ||
@@ -5,0 +5,0 @@ type TemplatePrim = number | string | bigint | boolean | RegExp; |
import tty from 'node:tty'; | ||
import { Env, Util } from '@travetto/base'; | ||
import { Env, Util } from '@travetto/runtime'; | ||
@@ -5,0 +5,0 @@ import { TerminalWriter } from './writer'; |
import tty from 'node:tty'; | ||
import { ShutdownManager } from '@travetto/base'; | ||
import { ShutdownManager } from '@travetto/runtime'; | ||
@@ -5,0 +5,0 @@ type State = { output: tty.WriteStream, height: number, width: number }; |
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
21867
+ Added@travetto/runtime@5.0.13(transitive)
+ Added@types/node@22.10.1(transitive)
+ Addedundici-types@6.20.0(transitive)
- Removed@travetto/base@^5.0.0-rc.1
- Removed@travetto/base@5.0.0-rc.1(transitive)
- Removed@types/node@20.17.9(transitive)
- Removedundici-types@6.19.8(transitive)