Skip to content

Commit

Permalink
Update to latest rdf-canonize and http-client deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Dec 30, 2023
1 parent 43b5559 commit 08720d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/documentLoaders/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const {LINK_HEADER_CONTEXT} = require('../constants');
const JsonLdError = require('../JsonLdError');
const RequestQueue = require('../RequestQueue');
const {prependBase} = require('../url');
const {httpClient} = require('@digitalcredentials/http-client');
const {httpClient} = require('@digitalbazaar/http-client');

/**
* Creates a built-in node document loader.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lib/**/*.js"
],
"dependencies": {
"@digitalcredentials/http-client": "^1.0.0",
"@digitalbazaar/http-client": "digitalcredentials/http-client#react-native",
"@digitalcredentials/rdf-canonize": "^1.0.0",
"canonicalize": "^1.0.1",
"lru-cache": "^6.0.0"
Expand Down

0 comments on commit 08720d9

Please sign in to comment.