Close #582
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
'http-status-codes',
'just-clone',
'just-merge',
- 'mnemonist',
+ 'mnemonist/lru-map-with-delete.js',
+ 'mnemonist/queue.js',
'moment',
'mongodb',
'node:async_hooks',
-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';
// Partial Copyright Jerome Benoit. 2021-2023. All Rights Reserved.
-import { Queue } from 'mnemonist';
+import Queue from 'mnemonist/queue.js';
export enum AsyncLockType {
configuration = 'configuration',