fix(core): update

This commit is contained in:
Philipp Kunz 2024-06-08 11:03:37 +02:00
parent ecd7f6d419
commit 93da11a951
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartarchive',
version: '4.0.27',
version: '4.0.28',
description: 'A library for working with archive files, providing utilities for compressing and decompressing data.'
}

View File

@ -113,6 +113,7 @@ export class TarTools {
content: plugins.smartfile.fsStream.createReadStream(absolutePath),
});
}
return pack;
}
public async getPackStream() {