BREAKING CHANGE(Smarts3): Remove legacy s3rver backend, simplify Smarts3 server API, and bump dependencies

This commit is contained in:
2025-11-21 14:36:30 +00:00
parent 654f47b7fc
commit c3daf9d3f7
7 changed files with 81 additions and 159 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smarts3',
version: '2.3.0',
version: '3.0.0',
description: 'A Node.js TypeScript package to create a local S3 endpoint for simulating AWS S3 operations using mapped local directories for development and testing purposes.'
}