Skip to content

Commit

Permalink
Update to brotli-wasm v3, and set 'engines' to match
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Apr 18, 2024
1 parent 10c34aa commit 044891a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@
"url": "https://github.com/httptoolkit/http-encoding/issues"
},
"homepage": "https://github.com/httptoolkit/http-encoding#readme",
"engines": {
"node": ">=v18.0.0"
},
"dependencies": {
"brotli-wasm": "^1.3.0",
"brotli-wasm": "^3.0.0",
"pify": "^5.0.0",
"zstd-codec": "^0.1.4"
},
Expand Down

0 comments on commit 044891a

Please sign in to comment.