random-access-layered-storage
Advanced tools
Comparing version 1.0.35 to 1.0.41
@@ -1,2 +0,7 @@ | ||
import {pack, rollupFromJsdelivr, rollupFromSourcePlugin} from "bring-your-own-storage-utilities/deploy"; | ||
import { | ||
pack, | ||
rollupFromJsdelivr, | ||
rollupFromSourcePlugin, | ||
rollupVirtualPlugin | ||
} from "bring-your-own-storage-utilities/deploy"; | ||
import commonjs from "@rollup/plugin-commonjs"; | ||
@@ -14,2 +19,14 @@ import {fileURLToPath} from "bring-your-own-storage-utilities/find"; | ||
await pack("ras", "./lib/util/random-access-storage.js", { | ||
plugins: [ | ||
rollupVirtualPlugin( | ||
{ | ||
"ras": "export {default as RandomAccessStorage} from 'random-access-storage'" | ||
} | ||
), | ||
rollupFromJsdelivr(), | ||
rollupFromSourcePlugin(projectFolder, {asOutput: true}) | ||
] | ||
}); | ||
await pack("./index.js", "./dist/index.min.js", { | ||
@@ -23,2 +40,1 @@ plugins: [ | ||
}); | ||
@@ -1,2 +0,2 @@ | ||
import RAS from 'random-access-storage'; | ||
import {RandomAccessStorage as RAS} from './util/random-access-storage.js'; | ||
import b4a from 'b4a'; | ||
@@ -3,0 +3,0 @@ import { LRUCache } from 'lru-cache'; |
{ | ||
"name": "random-access-layered-storage", | ||
"version": "1.0.35", | ||
"version": "1.0.41", | ||
"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.", | ||
@@ -28,4 +28,3 @@ "type": "module", | ||
"fake-indexeddb": "^6.0.0", | ||
"lru-cache": "^11.0.1", | ||
"random-access-storage": "^3.0.2" | ||
"lru-cache": "^11.0.1" | ||
}, | ||
@@ -32,0 +31,0 @@ "devDependencies": { |
157593
4
21
2065
- Removedrandom-access-storage@^3.0.2
- Removedbare-events@2.5.4(transitive)
- Removedqueue-tick@1.0.1(transitive)
- Removedrandom-access-storage@3.0.2(transitive)