Skip to content

Commit

Permalink
Update to latest http-client dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Dec 31, 2023
1 parent 5a0026f commit 155adc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"./package.json": "./package.json"
},
"dependencies": {
"@digitalbazaar/http-client": "digitalcredentials/http-client#react-native",
"@digitalcredentials/bnid": "^2.1.1",
"@digitalcredentials/did-io": "^1.0.2",
"@digitalcredentials/http-client": "^1.2.2",
"did-context": "^3.1.1",
"ed25519-signature-2020-context": "^1.1.0",
"whatwg-url": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/DidWebResolver.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { httpClient } from '@digitalcredentials/http-client'
import { httpClient } from '@digitalbazaar/http-client'
import * as didIo from '@digitalcredentials/did-io'
import ed25519Context from 'ed25519-signature-2020-context'
import x25519Context from 'x25519-key-agreement-2020-context'
Expand Down

0 comments on commit 155adc4

Please sign in to comment.