File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
'use strict' ;
5
5
6
6
const constants = require ( './constants' ) ;
7
- const jsonld = require ( '@digitalcredentials /jsonld' ) ;
7
+ const jsonld = require ( '@digitalbazaar /jsonld' ) ;
8
8
const { extendContextLoader, strictDocumentLoader} = require ( './documentLoader' ) ;
9
9
const { serializeError} = require ( 'serialize-error' ) ;
10
10
Original file line number Diff line number Diff line change 4
4
'use strict' ;
5
5
6
6
const constants = require ( '../constants' ) ;
7
- const jsonld = require ( '@digitalcredentials /jsonld' ) ;
7
+ const jsonld = require ( '@digitalbazaar /jsonld' ) ;
8
8
const ProofPurpose = require ( './ProofPurpose' ) ;
9
9
10
10
// DID documents can be specially optimized
Original file line number Diff line number Diff line change 4
4
'use strict' ;
5
5
6
6
const constants = require ( '../constants' ) ;
7
- const jsonld = require ( '@digitalcredentials /jsonld' ) ;
7
+ const jsonld = require ( '@digitalbazaar /jsonld' ) ;
8
8
const util = require ( '../util' ) ;
9
9
const { sha256digest} = require ( '../sha256digest' ) ;
10
10
const LinkedDataProof = require ( './LinkedDataProof' ) ;
Original file line number Diff line number Diff line change 15
15
],
16
16
"dependencies" : {
17
17
"@digitalbazaar/security-context" : " ^1.0.0" ,
18
- "@digitalcredentials /jsonld" : " digitalcredentials/jsonld.js#update " ,
18
+ "@digitalbazaar /jsonld" : " digitalcredentials/jsonld.js#react-native " ,
19
19
"fast-text-encoding" : " ^1.0.3" ,
20
20
"isomorphic-webcrypto" : " ^2.3.8" ,
21
21
"serialize-error" : " ^8.0.1"
You can’t perform that action at this time.
0 commit comments