fix(core): update

This commit is contained in:
Philipp Kunz 2024-06-08 11:06:09 +02:00
parent b4c7b065fa
commit de1c46ed0a
2 changed files with 3 additions and 1 deletions

View File

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

View File

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