fix(dependencies): Update dependencies to latest versions
This commit is contained in:
parent
61caf51f4e
commit
78b3fcfd83
48
changelog.md
Normal file
48
changelog.md
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-10-13 - 4.0.38 - fix(dependencies)
|
||||||
|
Update dependencies to latest versions
|
||||||
|
|
||||||
|
- Updated @push.rocks/smartfile to version 11.0.21
|
||||||
|
- Updated @push.rocks/smartpromise to version 4.0.4
|
||||||
|
- Updated @push.rocks/smartstream to version 3.0.46
|
||||||
|
- Updated @push.rocks/smarturl to version 3.1.0
|
||||||
|
- Updated file-type to version 19.5.0
|
||||||
|
- Updated @git.zone/tsbuild to version 2.1.84
|
||||||
|
- Updated @git.zone/tsrun to version 1.2.49
|
||||||
|
- Updated @push.rocks/tapbundle to version 5.3.0
|
||||||
|
|
||||||
|
## 2024-06-08 - 4.0.24 to 4.0.37 - Fixes and Updates
|
||||||
|
Core updates and bug fixes were implemented in versions 4.0.24 through 4.0.37.
|
||||||
|
|
||||||
|
- Repeated core updates and fixes applied consistently across multiple versions.
|
||||||
|
|
||||||
|
## 2024-06-06 - 4.0.22 to 4.0.23 - Descriptions and Fixes Updates
|
||||||
|
Efforts to update documentation and core features.
|
||||||
|
|
||||||
|
- "update description" in 4.0.22
|
||||||
|
- Updates to `tsconfig` and `npmextra.json` were performed.
|
||||||
|
- Ongoing core fixes.
|
||||||
|
|
||||||
|
## 2023-11-06 - 4.0.0 - Major Update with Breaking Changes
|
||||||
|
Introduction of significant updates and breaking changes.
|
||||||
|
|
||||||
|
- Transition to new version 4.0.0 with core updates.
|
||||||
|
- Break in compatibility due to major structural changes with core functionalities.
|
||||||
|
|
||||||
|
## 2023-07-11 - 3.0.6 - Organizational Changes
|
||||||
|
Structural reorganization and updates to the organization schema.
|
||||||
|
|
||||||
|
- Switch to new organizational schema implemented.
|
||||||
|
|
||||||
|
## 2022-04-04 - 3.0.0 - Build Updates and Breaking Changes
|
||||||
|
Major build update introducing breaking changes.
|
||||||
|
|
||||||
|
- Introduction of ESM structure with breaking changes.
|
||||||
|
|
||||||
|
## 2016-01-18 - 0.0.0 to 1.0.0 - Initial Development and Launch
|
||||||
|
Initial software development and establishment of core features.
|
||||||
|
|
||||||
|
- Project set-up including Travis CI integration.
|
||||||
|
- Launch of the first full version with code restructuring.
|
||||||
|
- Added callback support.
|
16
package.json
16
package.json
@ -22,25 +22,25 @@
|
|||||||
"homepage": "https://code.foss.global/push.rocks/smartarchive",
|
"homepage": "https://code.foss.global/push.rocks/smartarchive",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@push.rocks/smartdelay": "^3.0.5",
|
"@push.rocks/smartdelay": "^3.0.5",
|
||||||
"@push.rocks/smartfile": "^11.0.20",
|
"@push.rocks/smartfile": "^11.0.21",
|
||||||
"@push.rocks/smartpath": "^5.0.18",
|
"@push.rocks/smartpath": "^5.0.18",
|
||||||
"@push.rocks/smartpromise": "^4.0.3",
|
"@push.rocks/smartpromise": "^4.0.4",
|
||||||
"@push.rocks/smartrequest": "^2.0.22",
|
"@push.rocks/smartrequest": "^2.0.22",
|
||||||
"@push.rocks/smartrx": "^3.0.7",
|
"@push.rocks/smartrx": "^3.0.7",
|
||||||
"@push.rocks/smartstream": "^3.0.44",
|
"@push.rocks/smartstream": "^3.0.46",
|
||||||
"@push.rocks/smartunique": "^3.0.9",
|
"@push.rocks/smartunique": "^3.0.9",
|
||||||
"@push.rocks/smarturl": "^3.0.7",
|
"@push.rocks/smarturl": "^3.1.0",
|
||||||
"@types/tar-stream": "^3.1.3",
|
"@types/tar-stream": "^3.1.3",
|
||||||
"fflate": "^0.8.2",
|
"fflate": "^0.8.2",
|
||||||
"file-type": "^19.0.0",
|
"file-type": "^19.5.0",
|
||||||
"tar-stream": "^3.1.7",
|
"tar-stream": "^3.1.7",
|
||||||
"through": "^2.3.8"
|
"through": "^2.3.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@git.zone/tsbuild": "^2.1.80",
|
"@git.zone/tsbuild": "^2.1.84",
|
||||||
"@git.zone/tsrun": "^1.2.44",
|
"@git.zone/tsrun": "^1.2.49",
|
||||||
"@git.zone/tstest": "^1.0.90",
|
"@git.zone/tstest": "^1.0.90",
|
||||||
"@push.rocks/tapbundle": "^5.0.23"
|
"@push.rocks/tapbundle": "^5.3.0"
|
||||||
},
|
},
|
||||||
"private": false,
|
"private": false,
|
||||||
"files": [
|
"files": [
|
||||||
|
955
pnpm-lock.yaml
generated
955
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,8 @@
|
|||||||
/**
|
/**
|
||||||
* autocreated commitinfo by @pushrocks/commitinfo
|
* autocreated commitinfo by @push.rocks/commitinfo
|
||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartarchive',
|
name: '@push.rocks/smartarchive',
|
||||||
version: '4.0.37',
|
version: '4.0.38',
|
||||||
description: 'A library for working with archive files, providing utilities for compressing and decompressing data.'
|
description: 'A library for working with archive files, providing utilities for compressing and decompressing data.'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user