Skip to content

Commit

Permalink
Revamp util functions (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas committed Nov 23, 2023
1 parent 4109a06 commit b5abdd6
Show file tree
Hide file tree
Showing 9 changed files with 186 additions and 189 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

## 0.4.1 ~ 0.4.6

- Revamp util functions
- Drop Node 16 support
- Support curve25519 (x25519 and ed25519) tentatively
- Revamp browser compatibility
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"@noble/hashes": "^1.3.2"
},
"devDependencies": {
"@types/jest": "^29.5.8",
"@types/node": "^20.9.0",
"@types/jest": "^29.5.10",
"@types/node": "^20.9.4",
"@types/node-fetch": "^2.6.9",
"https-proxy-agent": "^7.0.2",
"jest": "^29.7.0",
"node-fetch": "^2.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
Loading

0 comments on commit b5abdd6

Please sign in to comment.