managarten/packages/shared-storage/src
Till JS 8c2aa261e8 perf(auth): replace bcrypt with bcryptjs (pure JS, no native build tools)
- Switch from bcrypt (native C++ addon) to bcryptjs (pure JavaScript)
- Remove python3/make/g++ build tools from Dockerfile builder stage
- bcryptjs is 100% hash-compatible with bcrypt
- Smaller builder image and faster Docker builds

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 19:46:16 +01:00
..
client.spec.ts perf(auth): replace bcrypt with bcryptjs (pure JS, no native build tools) 2026-03-20 19:46:16 +01:00
client.ts perf(auth): replace bcrypt with bcryptjs (pure JS, no native build tools) 2026-03-20 19:46:16 +01:00
factory.spec.ts feat(storage): improve shared-storage robustness, scalability, and DX 2026-03-20 18:52:34 +01:00
factory.ts feat(storage): cleanup buckets, add file-size validation and bulk delete 2026-03-20 19:27:42 +01:00
hooks.spec.ts feat(storage): add upload hooks, metrics integration, and presigned multipart 2026-03-20 19:36:46 +01:00
hooks.ts feat(storage): add upload hooks, metrics integration, and presigned multipart 2026-03-20 19:36:46 +01:00
index.ts perf(auth): replace bcrypt with bcryptjs (pure JS, no native build tools) 2026-03-20 19:46:16 +01:00
metrics.spec.ts perf(auth): replace bcrypt with bcryptjs (pure JS, no native build tools) 2026-03-20 19:46:16 +01:00
metrics.ts perf(auth): replace bcrypt with bcryptjs (pure JS, no native build tools) 2026-03-20 19:46:16 +01:00
types.ts feat(storage): add deleteByPrefix, copy, getMetadata and prod lifecycle rules 2026-03-20 19:40:17 +01:00
utils.spec.ts feat(storage): improve shared-storage robustness, scalability, and DX 2026-03-20 18:52:34 +01:00
utils.ts feat(storage): add MinIO local storage and @manacore/shared-storage package 2025-12-02 01:00:42 +01:00