Skip to content

Commit

Permalink
Bump dependencies & revamp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas committed Nov 14, 2023
1 parent c956ae6 commit 4991fa5
Show file tree
Hide file tree
Showing 13 changed files with 513 additions and 441 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Changelog

## 0.4.1 ~ 0.4.5
## 0.4.1 ~ 0.4.6

- Drop Node 16 support
- Support curve25519 (x25519 and ed25519) tentatively
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "git",
"url": "https://github.com/ecies/js.git"
},
"version": "0.4.5",
"version": "0.4.6",
"engines": {
"node": ">=16.0.0"
},
Expand All @@ -35,14 +35,14 @@
"test": "jest"
},
"dependencies": {
"@noble/ciphers": "^0.3.0",
"@noble/ciphers": "^0.4.0",
"@noble/curves": "^1.2.0",
"@noble/hashes": "^1.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.5",
"@types/node": "^20.8.2",
"@types/node-fetch": "^2.6.6",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.0",
"@types/node-fetch": "^2.6.9",
"https-proxy-agent": "^7.0.2",
"jest": "^29.7.0",
"node-fetch": "^2.7.0",
Expand Down
Loading

0 comments on commit 4991fa5

Please sign in to comment.