File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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 ( '@digitalbazaar /jsonld' ) ;
88const { extendContextLoader, strictDocumentLoader} = require ( './documentLoader' ) ;
99const { serializeError} = require ( 'serialize-error' ) ;
1010
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 ( '@digitalbazaar /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 ( '@digitalbazaar /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" : " digitalcredentials/jsonld.js#update " ,
18+ "@digitalbazaar /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