Skip to content

Commit e98d2a2

Browse files
committed
Update @digitalbazaar/http-client.
- Fix Node.js engine compatibility issues.
1 parent 402edda commit e98d2a2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
### Changed
44
- Use `globalThis` to set globals in browser contexts.
55
- Split platform support out into Node.js and browser files.
6+
- Update `@digitalbazaar/http-client` dependency to address engine
7+
compatibility issues with newer Node.js versions.
68

79
### Fixed
810
- Browser override path style.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"lib/**/*.js"
3030
],
3131
"dependencies": {
32-
"@digitalbazaar/http-client": "^1.0.0",
32+
"@digitalbazaar/http-client": "^1.1.0",
3333
"canonicalize": "^1.0.1",
3434
"lru-cache": "^6.0.0",
3535
"rdf-canonize": "^2.0.1"

0 commit comments

Comments
 (0)