@compas/cli
Advanced tools
Comparing version 0.0.133 to 0.0.134
{ | ||
"name": "@compas/cli", | ||
"version": "0.0.133", | ||
"version": "0.0.134", | ||
"description": "CLI containing utilities and simple script runner", | ||
@@ -29,3 +29,3 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@compas/stdlib": "0.0.133", | ||
"@compas/stdlib": "0.0.134", | ||
"c8": "7.7.2", | ||
@@ -57,3 +57,3 @@ "chokidar": "3.5.1", | ||
}, | ||
"gitHead": "44a7cf7b76fb0c1f572adcda9565b3dd8f324058" | ||
"gitHead": "64810914b304fdf3466b64b40a001ee481c47980" | ||
} |
@@ -32,2 +32,4 @@ import { mainFn, spawn, environment } from "@compas/stdlib"; | ||
...prettierCommand, | ||
"--ignore-unknown", | ||
"--no-error-on-unmatched-pattern", | ||
".", | ||
@@ -34,0 +36,0 @@ ]); |
@@ -40,8 +40,4 @@ import { environment, exec, spawn } from "@compas/stdlib"; | ||
const { | ||
knownContainers, | ||
exitCode, | ||
stdout, | ||
stderr, | ||
} = await getKnownContainers(); | ||
const { knownContainers, exitCode, stdout, stderr } = | ||
await getKnownContainers(); | ||
if (exitCode !== 0) { | ||
@@ -48,0 +44,0 @@ logger.error(`Could not list containers.`); |
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
88990
2967
+ Added@compas/stdlib@0.0.134(transitive)
+ Addeddotenv@9.0.2(transitive)
- Removed@compas/stdlib@0.0.133(transitive)
- Removeddotenv@9.0.0(transitive)
Updated@compas/stdlib@0.0.134