feat(docs): Expand README with detailed usage/examples, update test runner and test script, and pin/bump dependencies

This commit is contained in:
2025-08-28 18:43:56 +00:00
parent 2bf04ccb70
commit 1141681b60
6 changed files with 339 additions and 1248 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/levelcache',
version: '3.1.2',
version: '3.2.0',
description: 'A versatile caching solution offering multi-level storage utilizing memory, disk, and Amazon S3 for efficient data management and backup.'
}