X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2FSharedLRUCache.ts;h=ba0a47d59b70962ab75517aab0215dda6b0b3424;hb=be245fdab36274873e0a9651589cebd097548076;hp=0d7a9dccec5fc04fbe19c4cbba386151d3af0265;hpb=d4d65733e925dcc1b152eef88f3f03e6f25037c3;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/SharedLRUCache.ts b/src/charging-station/SharedLRUCache.ts index 0d7a9dcc..ba0a47d5 100644 --- a/src/charging-station/SharedLRUCache.ts +++ b/src/charging-station/SharedLRUCache.ts @@ -1,4 +1,4 @@ -import { LRUMapWithDelete as LRUCache } from 'mnemonist'; +import LRUCache from 'mnemonist/lru-map-with-delete.js'; import { Bootstrap } from './Bootstrap'; import type { ChargingStationConfiguration, ChargingStationTemplate } from '../types';