fix(core): update

This commit is contained in:
2023-11-11 19:55:19 +01:00
parent be5f3912cf
commit 0e61bd7c9a
4 changed files with 10 additions and 8 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartarchive',
version: '4.0.8',
version: '4.0.9',
description: 'work with archives'
}

View File

@ -142,7 +142,9 @@ export class SmartArchive {
streamFileIntake.push(streamFile);
streamFileIntake.signalEnd();
}
},
}, {
objectMode: true
}
);
archiveStream.pipe(createAnalyzedStream()).pipe(createUnpackStream());