Compare commits

..

No commits in common. "b4c7b065fa09c46c3668032a6932fe064ac28599" and "ecd7f6d41969f966f700b67144e5cc671757f785" have entirely different histories.

3 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartarchive",
"version": "4.0.28",
"version": "4.0.27",
"description": "A library for working with archive files, providing utilities for compressing and decompressing data.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",

View File

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

View File

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