Skip to content

Commit 0ba9d7a

Browse files
kimdhamiltondmitrizagidulin
authored andcommitted
update package info
1 parent 2701e54 commit 0ba9d7a

File tree

5 files changed

+4166
-22
lines changed

5 files changed

+4166
-22
lines changed

lib/ProofSet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'use strict';
55

66
const constants = require('./constants');
7-
const jsonld = require('jsonld');
7+
const jsonld = require('@digitalcredentials/jsonld');
88
const {extendContextLoader, strictDocumentLoader} = require('./documentLoader');
99
const {serializeError} = require('serialize-error');
1010
const strictExpansionMap = require('./expansionMap');

lib/purposes/ControllerProofPurpose.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'use strict';
55

66
const constants = require('../constants');
7-
const jsonld = require('jsonld');
7+
const jsonld = require('@digitalcredentials/jsonld');
88
const ProofPurpose = require('./ProofPurpose');
99

1010
// DID documents can be specially optimized

lib/suites/LinkedDataSignature.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'use strict';
55

66
const constants = require('../constants');
7-
const jsonld = require('jsonld');
7+
const jsonld = require('@digitalcredentials/jsonld');
88
const util = require('../util');
99
const {sha256digest} = require('../sha256digest');
1010
const LinkedDataProof = require('./LinkedDataProof');

0 commit comments

Comments
 (0)