files-extractor
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -11,2 +11,3 @@ /*! | ||
const path = require('path'); | ||
const utils = require('./lib/utils'); | ||
@@ -89,3 +90,3 @@ const CONST = require('./lib/const'); | ||
// Fork thread | ||
const worker = child_process.fork('./lib/thread.js'); | ||
const worker = child_process.fork(path.join(__dirname, 'lib/thread.js')); | ||
@@ -92,0 +93,0 @@ worker.send({ |
@@ -16,3 +16,2 @@ /*! | ||
const ProgressBar = require('progress'); | ||
const spinners = require('cli-spinners'); | ||
const logSymbols = require('log-symbols'); | ||
@@ -46,4 +45,3 @@ | ||
return this.loading = ora({ | ||
stream: stdout, | ||
spinner: spinners.line | ||
stream: stdout | ||
}).start(starting); | ||
@@ -50,0 +48,0 @@ }, |
{ | ||
"name": "files-extractor", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Extract files that have changed between the specified date.", | ||
@@ -45,6 +45,5 @@ "main": "index.js", | ||
"progress": "^2.0.0", | ||
"cli-spinners": "^1.0.1", | ||
"log-symbols": "^2.1.0", | ||
"inquirer-datepicker": "^0.0.2" | ||
"inquirer-datepicker": "^0.0.4" | ||
} | ||
} |
10
30039
783
+ Addedinquirer-datepicker@0.0.4(transitive)
- Removedcli-spinners@^1.0.1
- Removedinquirer-datepicker@0.0.2(transitive)
Updatedinquirer-datepicker@^0.0.4