fix(core): update

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

View File

@ -26,7 +26,7 @@
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartrequest": "^2.0.21",
"@push.rocks/smartrx": "^3.0.7",
"@push.rocks/smartstream": "^3.0.14",
"@push.rocks/smartstream": "^3.0.15",
"@push.rocks/smartunique": "^3.0.6",
"@push.rocks/smarturl": "^3.0.7",
"@types/tar-stream": "^3.1.3",

View File

@ -21,8 +21,8 @@ dependencies:
specifier: ^3.0.7
version: 3.0.7
'@push.rocks/smartstream':
specifier: ^3.0.14
version: 3.0.14
specifier: ^3.0.15
version: 3.0.15
'@push.rocks/smartunique':
specifier: ^3.0.6
version: 3.0.6
@ -735,7 +735,7 @@ packages:
'@push.rocks/smartpath': 5.0.11
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartrequest': 2.0.21
'@push.rocks/smartstream': 3.0.14
'@push.rocks/smartstream': 3.0.15
'@types/fs-extra': 11.0.3
'@types/glob': 8.1.0
'@types/js-yaml': 4.0.8
@ -952,8 +952,8 @@ packages:
through2: 4.0.2
dev: true
/@push.rocks/smartstream@3.0.14:
resolution: {integrity: sha512-Z8jysAB/rit9P+vGHwuyNzpD7jGwb5BW+ueYPxWXfcRwQMqhhyGaXyix1CAjJBJ0dOlbKiBoq+tG8Vv8SHzYxA==}
/@push.rocks/smartstream@3.0.15:
resolution: {integrity: sha512-VV8h3dIpd8vTjAQBdjpyY1yrJOsoQ1niR+K8Vj0GD+9baHGfCY9jCwKfvd2sC/Ogi6LCHpE6KqZCGKuKZNQ8Ig==}
dependencies:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartrx': 3.0.7

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());