Comparing version 0.4.1 to 0.5.0
@@ -26,3 +26,3 @@ #!/usr/bin/node | ||
})); | ||
console.table(data); | ||
console.dir(data, { colors: true, depth: null }); | ||
}; | ||
@@ -29,0 +29,0 @@ const checkQueue = async () => { |
@@ -21,3 +21,3 @@ import Queue, { Job, Queue as TQueue } from 'bull'; | ||
})); | ||
console.table(data); | ||
console.dir(data, {colors: true, depth: null}); | ||
}; | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "bull-repl", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"description": "Bull queue command line REPL", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
22662