fix(core): update

This commit is contained in:
2022-07-24 23:11:41 +02:00
parent 25faa8c697
commit 9644c5b7e3
6 changed files with 11 additions and 30 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartfile',
version: '10.0.3',
version: '10.0.4',
description: 'offers smart ways to work with files in nodejs'
}

View File

@ -11,7 +11,4 @@ export const createWriteStream = (pathArg: string) => {
return plugins.fs.createWriteStream(pathArg);
};
export const streamDirectory = async (dirPathArg: string) => {
}
export const streamDirectory = async (dirPathArg: string) => {};

View File

@ -26,7 +26,7 @@ export {
smartpath,
smartpromise,
smartrequest,
smartstream
smartstream,
};
// third party scope