We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402edda commit e98d2a2Copy full SHA for e98d2a2
CHANGELOG.md
@@ -3,6 +3,8 @@
3
### Changed
4
- Use `globalThis` to set globals in browser contexts.
5
- 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.
8
9
### Fixed
10
- Browser override path style.
package.json
@@ -29,7 +29,7 @@
29
"lib/**/*.js"
30
],
31
"dependencies": {
32
- "@digitalbazaar/http-client": "^1.0.0",
+ "@digitalbazaar/http-client": "^1.1.0",
33
"canonicalize": "^1.0.1",
34
"lru-cache": "^6.0.0",
35
"rdf-canonize": "^2.0.1"
0 commit comments