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 2409091 commit 7357959Copy full SHA for 7357959
CHANGELOG.md
@@ -5,6 +5,8 @@
5
### Changed
6
- **BREAKING**: Drop support for Node.js < 18.
7
- **BREAKING**: Upgrade dependencies.
8
+ - `@digitalbazaar/http-client@4`.
9
+ - `canonicalize@2`.
10
- `rdf-canonize@4`: See the [rdf-canonize][] 4.0.0 changelog for
11
**important** changes and upgrade notes. Of note:
12
- The `URDNA2015` default algorithm has been changed to `RDFC-1.0` from
package.json
@@ -29,8 +29,8 @@
29
"lib/**/*.js"
30
],
31
"dependencies": {
32
- "@digitalbazaar/http-client": "^3.4.1",
33
- "canonicalize": "^1.0.1",
+ "@digitalbazaar/http-client": "^4.0.0",
+ "canonicalize": "^2.0.0",
34
"lru-cache": "^6.0.0",
35
"rdf-canonize": "^4.0.1"
36
},
0 commit comments