fix(dependencies): Update package dependencies for improved functionality and security.
This commit is contained in:
		| @@ -1,5 +1,12 @@ | ||||
| # Changelog | ||||
|  | ||||
| ## 2024-10-16 - 3.0.23 - fix(dependencies) | ||||
| Update package dependencies for improved functionality and security. | ||||
|  | ||||
| - Updated @aws-sdk/client-s3 to version ^3.670.0 for enhanced S3 client capabilities. | ||||
| - Updated @push.rocks/smartstream to version ^3.2.4. | ||||
| - Updated the dev dependency @push.rocks/tapbundle to version ^5.3.0. | ||||
|  | ||||
| ## 2024-07-28 - 3.0.22 - fix(dependencies) | ||||
| Update dependencies and improve bucket retrieval logging | ||||
|  | ||||
|   | ||||
| @@ -16,15 +16,15 @@ | ||||
|     "@git.zone/tsrun": "^1.2.49", | ||||
|     "@git.zone/tstest": "^1.0.90", | ||||
|     "@push.rocks/qenv": "^6.0.5", | ||||
|     "@push.rocks/tapbundle": "^5.0.23" | ||||
|     "@push.rocks/tapbundle": "^5.3.0" | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@aws-sdk/client-s3": "^3.620.0", | ||||
|     "@aws-sdk/client-s3": "^3.670.0", | ||||
|     "@push.rocks/smartmime": "^2.0.2", | ||||
|     "@push.rocks/smartpath": "^5.0.18", | ||||
|     "@push.rocks/smartpromise": "^4.0.4", | ||||
|     "@push.rocks/smartrx": "^3.0.7", | ||||
|     "@push.rocks/smartstream": "^3.0.44", | ||||
|     "@push.rocks/smartstream": "^3.2.4", | ||||
|     "@push.rocks/smartstring": "^4.0.15", | ||||
|     "@push.rocks/smartunique": "^3.0.9", | ||||
|     "@tsclass/tsclass": "^4.1.2" | ||||
|   | ||||
							
								
								
									
										1949
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1949
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -3,6 +3,6 @@ | ||||
|  */ | ||||
| export const commitinfo = { | ||||
|   name: '@push.rocks/smartbucket', | ||||
|   version: '3.0.22', | ||||
|   version: '3.0.23', | ||||
|   description: 'A TypeScript library offering simple and cloud-agnostic object storage with advanced features like bucket creation, file and directory management, and data streaming.' | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user