File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
# bedrock-vc-issuer ChangeLog
2
2
3
+ ## 30.1.0 - 2025-05-dd
4
+
5
+ ### Changed
6
+ - Use ` lru-cache@11 ` .
7
+
3
8
## 30.0.2 - 2025-04-30
4
9
5
10
### Changed
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Copyright (c) 2020-2024 Digital Bazaar, Inc. All rights reserved.
2
+ * Copyright (c) 2020-2025 Digital Bazaar, Inc. All rights reserved.
3
3
*/
4
4
import assert from 'assert-plus' ;
5
5
import { Bitstring } from '@digitalbazaar/bitstring' ;
6
- import { createRequire } from 'node:module' ;
7
6
import { ListManager } from './ListManager.js' ;
8
- const require = createRequire ( import . meta. url ) ;
9
- const LRU = require ( 'lru-cache' ) ;
7
+ import { LRUCache as LRU } from 'lru-cache' ;
10
8
11
9
// TODO: make cache sizes configurable
12
10
const MAX_SHARD_QUEUES = 1000 ;
Original file line number Diff line number Diff line change 52
52
"body-parser" : " ^1.20.3" ,
53
53
"cors" : " ^2.8.5" ,
54
54
"jsonld" : " ^8.3.3" ,
55
- "lru-cache" : " ^6.0 .0" ,
55
+ "lru-cache" : " ^11.1 .0" ,
56
56
"serialize-error" : " ^12.0.0"
57
57
},
58
58
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments