fix: migrating to @cacheable/node-cache as it is maintained (#1074)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { randomBytes } from 'crypto'
|
||||
import NodeCache from 'node-cache'
|
||||
import NodeCache from '@cacheable/node-cache'
|
||||
import type { Logger } from 'pino'
|
||||
import { DEFAULT_CACHE_TTLS } from '../Defaults'
|
||||
import type { AuthenticationCreds, CacheStore, SignalDataSet, SignalDataTypeMap, SignalKeyStore, SignalKeyStoreWithTransaction, TransactionCapabilityOptions } from '../Types'
|
||||
|
||||
Reference in New Issue
Block a user