@contrast/cli
Advanced tools
Comparing version 1.21.3 to 1.22.0
@@ -39,6 +39,8 @@ #!/usr/bin/env node | ||
require('@contrast/config')(core); | ||
require('@contrast/logger').default(core, { level: 'silent' }); | ||
require('@contrast/logger').default(core); | ||
require('@contrast/core/lib/app-info')(core); | ||
if (core.appInfo._errors?.length) throw core.appInfo._errors[0]; | ||
require('@contrast/scopes')(core); | ||
require('@contrast/reporter').default(core); | ||
require('@contrast/reporter').default(core, { reporters: ['ui'] }); | ||
@@ -45,0 +47,0 @@ for (const err of core.config._errors) { |
{ | ||
"name": "@contrast/cli", | ||
"version": "1.21.3", | ||
"version": "1.22.0", | ||
"description": "A collection of agent related CLI utilities", | ||
@@ -22,6 +22,6 @@ "license": "SEE LICENSE IN LICENSE", | ||
"dependencies": { | ||
"@contrast/config": "1.24.0", | ||
"@contrast/core": "1.28.0", | ||
"@contrast/config": "1.25.0", | ||
"@contrast/core": "1.29.0", | ||
"@contrast/logger": "1.7.2", | ||
"@contrast/reporter": "1.23.2", | ||
"@contrast/reporter": "1.24.0", | ||
"@contrast/scopes": "^1.4.0", | ||
@@ -28,0 +28,0 @@ "commander": "^9.4.1" |
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
6030
107
2
0
+ Added@contrast/common@1.18.0(transitive)
+ Added@contrast/config@1.25.0(transitive)
+ Added@contrast/core@1.29.0(transitive)
+ Added@contrast/reporter@1.24.0(transitive)
- Removed@contrast/common@1.17.0(transitive)
- Removed@contrast/config@1.24.0(transitive)
- Removed@contrast/core@1.28.0(transitive)
- Removed@contrast/reporter@1.23.2(transitive)
Updated@contrast/config@1.25.0
Updated@contrast/core@1.29.0
Updated@contrast/reporter@1.24.0