random-access-layered-storage
Advanced tools
Comparing version 1.0.32 to 1.0.33
{ | ||
"name": "random-access-layered-storage", | ||
"version": "1.0.32", | ||
"version": "1.0.33", | ||
"description": "A flexible, layered storage solution building on the random-access-storage interface. Provides an in-memory overlay with configurable eviction, paging, and strict size enforcement options, designed for complex data management scenarios.", | ||
@@ -31,4 +31,8 @@ "type": "module", | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^28.0.0", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"@zacharygriffee/random-access-idb": "^4.1.0", | ||
"bring-your-own-storage-utilities": "^0.0.22", | ||
"brittle": "^3.7.0", | ||
"localdrive": "^1.12.1", | ||
"random-access-file": "^4.0.7", | ||
@@ -35,0 +39,0 @@ "random-access-memory": "^6.2.1", |
143064
18
1984
9