@compas/cli
Advanced tools
Comparing version 0.7.3 to 0.7.4
{ | ||
"name": "@compas/cli", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"description": "CLI containing utilities and simple script runner", | ||
@@ -32,3 +32,3 @@ "exports": { | ||
"dependencies": { | ||
"@compas/stdlib": "0.7.3", | ||
"@compas/stdlib": "0.7.4", | ||
"c8": "8.0.1", | ||
@@ -35,0 +35,0 @@ "chokidar": "3.5.3", |
@@ -382,3 +382,3 @@ import { environment, exec, isNil, spawn } from "@compas/stdlib"; | ||
if (command.trim().startsWith("DROP DATABASE")) { | ||
pgCommand += `${command.trim()};`; | ||
pgCommand += `${command.trim()}`; | ||
} | ||
@@ -388,7 +388,7 @@ } | ||
for (const project of projects) { | ||
pgCommand += `CREATE DATABASE ${project};`; | ||
pgCommand += `CREATE DATABASE "${project}";`; | ||
} | ||
const { exitCode, ...dockerLogs } = await exec( | ||
`echo "${pgCommand}" | docker exec -i ${postgresContainer} psql --user postgres`, | ||
`echo '${pgCommand}' | docker exec -i ${postgresContainer} psql --user postgres`, | ||
); | ||
@@ -395,0 +395,0 @@ |
@@ -14,2 +14,2 @@ /// <reference types="node" resolution-mode="require"/> | ||
export function runTestsInProcess(testConfig: import("./config.js").TestConfig): Promise<number>; | ||
export const workerFile: import("url").URL; | ||
export const workerFile: import("node:url").URL; |
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
260840
+ Added@compas/stdlib@0.7.4(transitive)
+ Added@types/node@20.6.2(transitive)
+ Addedpino@8.15.1(transitive)
- Removed@compas/stdlib@0.7.3(transitive)
- Removed@types/node@20.5.7(transitive)
- Removedpino@8.15.0(transitive)
Updated@compas/stdlib@0.7.4