File tree 3 files changed +8
-2
lines changed 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# bedrock-tokenization ChangeLog
2
2
3
+ ## 23.0.1 - 2025-mm-dd
4
+
5
+ ### Changed
6
+ - Use ` @digitalbazaar/cborld@8 ` .
7
+
3
8
## 23.0.0 - 2025-03-18
4
9
5
10
### Changed
Original file line number Diff line number Diff line change 1
1
/*!
2
- * Copyright (c) 2020-2022 Digital Bazaar, Inc. All rights reserved.
2
+ * Copyright (c) 2020-2025 Digital Bazaar, Inc. All rights reserved.
3
3
*/
4
4
import * as base58 from 'base58-universal' ;
5
5
import * as batchVersions from '../batchVersions.js' ;
@@ -92,6 +92,7 @@ export async function create({
92
92
} ;
93
93
const token = await cborldEncode ( {
94
94
jsonldDocument,
95
+ format : 'legacy-singleton' ,
95
96
documentLoader
96
97
} ) ;
97
98
return token ;
Original file line number Diff line number Diff line change 26
26
"homepage" : " https://github.com/digitalbazaar/bedrock-tokenization" ,
27
27
"dependencies" : {
28
28
"@digitalbazaar/bitstring" : " ^3.1.0" ,
29
- "@digitalbazaar/cborld" : " ^7.2 .0" ,
29
+ "@digitalbazaar/cborld" : " ^8.0 .0" ,
30
30
"@digitalbazaar/minimal-cipher" : " ^6.0.0" ,
31
31
"assert-plus" : " ^1.0.0" ,
32
32
"base58-universal" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments