Compare commits

..

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

3 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartarchive",
"version": "4.0.29",
"version": "4.0.28",
"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.29',
version: '4.0.28',
description: 'A library for working with archive files, providing utilities for compressing and decompressing data.'
}

View File

@ -1,3 +1 @@
export * from './classes.smartarchive.js';
export * from './classes.tartools.js';
export * from './classes.ziptools.js';