File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
# jsonld-signatures ChangeLog
2
2
3
+ ## 9.3.1 -
4
+
5
+ ### Changed
6
+ - Update ` jsonld ` (and ` rdf-canonize ` ) dependency, to enable use with React
7
+ Native.
8
+ - Switch to ` @digitalbazaar/security-context ` (more compact, no fs dependency).
9
+
10
+
3
11
## 9.3.0 - 2021-07-10
4
12
5
13
### Added
Original file line number Diff line number Diff line change 3
3
*/
4
4
'use strict' ;
5
5
6
- const { constants : securityConstants } = require ( 'security-context' ) ;
6
+ const {
7
+ constants : securityConstants
8
+ } = require ( '@digitalbazaar/security-context' ) ;
7
9
8
10
module . exports = {
9
11
SECURITY_CONTEXT_URL : securityConstants . SECURITY_CONTEXT_V2_URL ,
Original file line number Diff line number Diff line change 4
4
'use strict' ;
5
5
6
6
const constants = require ( './constants' ) ;
7
- const { contexts : securityContexts } = require ( 'security-context' ) ;
7
+ const { contexts : securityContexts } = require ( '@digitalbazaar/ security-context' ) ;
8
8
9
9
module . exports = new Map ( [
10
10
[ constants . SECURITY_CONTEXT_V1_URL ,
Original file line number Diff line number Diff line change 29
29
" lib/**/*.js"
30
30
],
31
31
"dependencies" : {
32
- "jsonld " : " ^5 .0.0" ,
33
- "security-context " : " ^4.0.0 " ,
32
+ "@digitalbazaar/security-context " : " ^1 .0.0" ,
33
+ "jsonld " : " digitalbazaar/jsonld.js#v5.2.1-rc1 " ,
34
34
"serialize-error" : " ^8.0.1"
35
35
},
36
36
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments