File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
*/
4
4
'use strict' ;
5
5
6
- const crypto = require ( 'isomorphic-webcrypto' ) ;
6
+ const crypto = require ( '@sphereon/ isomorphic-webcrypto' ) ;
7
7
require ( 'fast-text-encoding' ) ;
8
8
9
9
module . exports = {
Original file line number Diff line number Diff line change 14
14
" lib/**/*.js"
15
15
],
16
16
"dependencies" : {
17
+ "jsonld" : " digitalcredentials/jsonld.js#react-native" ,
17
18
"@digitalbazaar/security-context" : " ^1.0.0" ,
18
- "@digitalbazaar/jsonld " : " digitalcredentials/jsonld.js#react-native " ,
19
+ "@sphereon/isomorphic-webcrypto " : " ^2.4.0-unstable.4 " ,
19
20
"fast-text-encoding" : " ^1.0.3" ,
20
- "isomorphic-webcrypto" : " ^2.3.8" ,
21
21
"serialize-error" : " ^8.0.1"
22
22
},
23
23
"devDependencies" : {
68
68
"crypto" : false ,
69
69
"./lib/sha256digest.js" : " ./lib/sha256digest-browser.js" ,
70
70
"fast-text-encoding" : false ,
71
- "isomorphic-webcrypto" : false
71
+ "@sphereon/ isomorphic-webcrypto" : false
72
72
},
73
73
"react-native" : {
74
74
"crypto" : false ,
You can’t perform that action at this time.
0 commit comments