@augment-vir/docker
Advanced tools
Comparing version 6.1.5 to 6.1.6
@@ -19,3 +19,3 @@ "use strict"; | ||
if (parsedOutput.length === 0) { | ||
throw new Error(`Got not output from "${command}"`); | ||
throw new Error(`Got no output from "${command}"`); | ||
} | ||
@@ -22,0 +22,0 @@ else if (parsedOutput.length > 1) { |
{ | ||
"name": "@augment-vir/docker", | ||
"version": "6.1.5", | ||
"version": "6.1.6", | ||
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/docker", | ||
@@ -28,3 +28,3 @@ "bugs": { | ||
"devDependencies": { | ||
"typescript": "^4.9.3" | ||
"typescript": "^4.9.4" | ||
}, | ||
@@ -31,0 +31,0 @@ "publishConfig": { |
18114