@compas/cli
Advanced tools
Comparing version 0.0.241 to 0.0.242
{ | ||
"name": "@compas/cli", | ||
"version": "0.0.241", | ||
"version": "0.0.242", | ||
"description": "CLI containing utilities and simple script runner", | ||
@@ -29,3 +29,3 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@compas/stdlib": "0.0.241", | ||
"@compas/stdlib": "0.0.242", | ||
"c8": "7.13.0", | ||
@@ -32,0 +32,0 @@ "chokidar": "3.5.3", |
@@ -19,3 +19,3 @@ /** | ||
* @property {() => void} resetTime Reset the start time. Should be used if some setup is | ||
* necessary, but shouldn't be counted to wards the time spent. | ||
* necessary, but shouldn't be counted to wards the time spent. | ||
*/ | ||
@@ -22,0 +22,0 @@ /** |
@@ -7,3 +7,3 @@ /** | ||
* @property {() => void} resetTime Reset the start time. Should be used if some setup is | ||
* necessary, but shouldn't be counted to wards the time spent. | ||
* necessary, but shouldn't be counted to wards the time spent. | ||
*/ | ||
@@ -10,0 +10,0 @@ |
@@ -405,3 +405,3 @@ import { environment, exec, isNil, spawn } from "@compas/stdlib"; | ||
/** | ||
* | ||
* @param postgresVersion | ||
@@ -408,0 +408,0 @@ * @returns {DockerContext} |
9033
274173
+ Added@compas/stdlib@0.0.242(transitive)
- Removed@compas/stdlib@0.0.241(transitive)
Updated@compas/stdlib@0.0.242