fix(core): update

This commit is contained in:
Philipp Kunz 2024-06-19 18:28:52 +02:00
parent ffaf0fc97a
commit 23f8dc55d0
3 changed files with 523 additions and 518 deletions

View File

@ -19,7 +19,7 @@
"@push.rocks/tapbundle": "^5.0.23"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.598.0",
"@aws-sdk/client-s3": "^3.600.0",
"@push.rocks/smartmime": "^2.0.2",
"@push.rocks/smartpath": "^5.0.18",
"@push.rocks/smartpromise": "^4.0.3",
@ -27,7 +27,7 @@
"@push.rocks/smartstream": "^3.0.44",
"@push.rocks/smartstring": "^4.0.15",
"@push.rocks/smartunique": "^3.0.9",
"@tsclass/tsclass": "^4.0.59"
"@tsclass/tsclass": "^4.0.60"
},
"private": false,
"files": [

File diff suppressed because it is too large Load Diff

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartbucket',
version: '3.0.19',
version: '3.0.20',
description: 'A TypeScript library offering simple and cloud-agnostic object storage with advanced features like bucket creation, file and directory management, and data streaming.'
}