File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# jsonld-signatures ChangeLog
22
3+ ## 10 -
4+
5+ ### Changed
6+ - Switch back to DB's ` jsonld ` and ` http-client ` .
7+
38## 9.3.2 - 2023-06-16
49### Changed
510- Update jsonld dep to 6.0.0, clear caches between operations.
Original file line number Diff line number Diff line change 44'use strict' ;
55
66const constants = require ( './constants' ) ;
7- const jsonld = require ( '@digitalcredentials/ jsonld' ) ;
7+ const jsonld = require ( 'jsonld' ) ;
88const { extendContextLoader, strictDocumentLoader} = require ( './documentLoader' ) ;
99const { serializeError} = require ( 'serialize-error' ) ;
1010const strictExpansionMap = require ( './expansionMap' ) ;
Original file line number Diff line number Diff line change 44'use strict' ;
55
66const constants = require ( '../constants' ) ;
7- const jsonld = require ( '@digitalcredentials/ jsonld' ) ;
7+ const jsonld = require ( 'jsonld' ) ;
88const ProofPurpose = require ( './ProofPurpose' ) ;
99
1010// DID documents can be specially optimized
Original file line number Diff line number Diff line change 44'use strict' ;
55
66const constants = require ( '../constants' ) ;
7- const jsonld = require ( '@digitalcredentials/ jsonld' ) ;
7+ const jsonld = require ( 'jsonld' ) ;
88const util = require ( '../util' ) ;
99const { sha256digest} = require ( '../sha256digest' ) ;
1010const LinkedDataProof = require ( './LinkedDataProof' ) ;
Original file line number Diff line number Diff line change 1515 ],
1616 "dependencies" : {
1717 "@digitalbazaar/security-context" : " ^1.0.0" ,
18- "@digitalcredentials/ jsonld" : " ^6.0.0 " ,
18+ "jsonld" : " digitalcredentials/jsonld.js#react-native " ,
1919 "fast-text-encoding" : " ^1.0.3" ,
2020 "isomorphic-webcrypto" : " ^2.3.8" ,
2121 "serialize-error" : " ^8.0.1"
You can’t perform that action at this time.
0 commit comments