Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Switch to Sphereon isomorphic-webcrypto fork.
  • Loading branch information
dmitrizagidulin committed Feb 7, 2024
commit c03f7e8e315edb0b1919a2867a363bfbe9569881
2 changes: 1 addition & 1 deletion lib/sha256digest-reactnative.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
'use strict';

const crypto = require('isomorphic-webcrypto');
const crypto = require('@sphereon/isomorphic-webcrypto');
require('fast-text-encoding');

module.exports = {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"lib/**/*.js"
],
"dependencies": {
"jsonld": "digitalcredentials/jsonld.js#react-native",
"@digitalbazaar/security-context": "^1.0.0",
"@digitalbazaar/jsonld": "digitalcredentials/jsonld.js#react-native",
"@sphereon/isomorphic-webcrypto": "^2.4.0-unstable.4",
"fast-text-encoding": "^1.0.3",
"isomorphic-webcrypto": "^2.3.8",
"serialize-error": "^8.0.1"
},
"devDependencies": {
Expand Down Expand Up @@ -68,7 +68,7 @@
"crypto": false,
"./lib/sha256digest.js": "./lib/sha256digest-browser.js",
"fast-text-encoding": false,
"isomorphic-webcrypto": false
"@sphereon/isomorphic-webcrypto": false
},
"react-native": {
"crypto": false,
Expand Down