Compare commits

...

2 Commits

Author SHA1 Message Date
be1bc958d8 4.0.39 2024-10-13 13:25:52 +02:00
21434622dd fix(core): Fix dependencies and update documentation. 2024-10-13 13:25:52 +02:00
4 changed files with 329 additions and 674 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2024-10-13 - 4.0.39 - fix(core)
Fix dependencies and update documentation.
- Ensure package uses the latest dependencies
- Reviewed and grouped imports in TypeScript files
- Updated readme with advanced usage examples
## 2024-10-13 - 4.0.38 - fix(dependencies)
Update dependencies to latest versions

View File

@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartarchive",
"version": "4.0.38",
"version": "4.0.39",
"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",

992
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

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