diff --git a/package.json b/package.json index 8b8c940..d0499e0 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3202aa4..25c1b33 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 2a1685b..ece96cf 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartarchive', - version: '4.0.8', + version: '4.0.9', description: 'work with archives' } diff --git a/ts/classes.smartarchive.ts b/ts/classes.smartarchive.ts index 49b5612..6844636 100644 --- a/ts/classes.smartarchive.ts +++ b/ts/classes.smartarchive.ts @@ -142,7 +142,9 @@ export class SmartArchive { streamFileIntake.push(streamFile); streamFileIntake.signalEnd(); } - }, + }, { + objectMode: true + } ); archiveStream.pipe(createAnalyzedStream()).pipe(createUnpackStream());