@hkube/datasource-utils
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -5,5 +5,2 @@ const childProcess = require('child_process'); | ||
const cmd = childProcess.spawn(command, args, { cwd }); | ||
console.info( | ||
`running shell command: ${command} with args: ${args} on dir: ${cwd}` | ||
); | ||
return new Promise((res, rej) => { | ||
@@ -10,0 +7,0 @@ let cache = ''; |
{ | ||
"name": "@hkube/datasource-utils", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "datasource utilities library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
16083
336