File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 */
44'use strict' ;
55
6- const crypto = require ( 'isomorphic-webcrypto' ) ;
6+ const crypto = require ( '@sphereon/ isomorphic-webcrypto' ) ;
77require ( 'fast-text-encoding' ) ;
88
99module . exports = {
Original file line number Diff line number Diff line change 1414 " lib/**/*.js"
1515 ],
1616 "dependencies" : {
17+ "jsonld" : " digitalcredentials/jsonld.js#react-native" ,
1718 "@digitalbazaar/security-context" : " ^1.0.0" ,
18- "@digitalbazaar/jsonld " : " digitalcredentials/jsonld.js#react-native " ,
19+ "@sphereon/isomorphic-webcrypto " : " ^2.4.0-unstable.4 " ,
1920 "fast-text-encoding" : " ^1.0.3" ,
20- "isomorphic-webcrypto" : " ^2.3.8" ,
2121 "serialize-error" : " ^8.0.1"
2222 },
2323 "devDependencies" : {
6868 "crypto" : false ,
6969 "./lib/sha256digest.js" : " ./lib/sha256digest-browser.js" ,
7070 "fast-text-encoding" : false ,
71- "isomorphic-webcrypto" : false
71+ "@sphereon/ isomorphic-webcrypto" : false
7272 },
7373 "react-native" : {
7474 "crypto" : false ,
You can’t perform that action at this time.
0 commit comments