Skip to content

Commit

Permalink
remove dependency on buffer
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Nov 28, 2023
1 parent b766ac4 commit 776f2a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bearnet",
"version": "0.1.0",
"version": "0.1.1",
"description": "Fernet using XChaCha20Poly1305 and base64-url-no-pad",
"license": "(MIT OR Apache-2.0)",
"author": "Berend Sliedrecht <[email protected]>",
Expand Down Expand Up @@ -40,8 +40,7 @@
"release": "release-it"
},
"dependencies": {
"@noble/ciphers": "^0.4.0",
"buffer": "^6.0.3"
"@noble/ciphers": "^0.4.0"
},
"devDependencies": {
"@types/node": "^20.8.4",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 776f2a1

Please sign in to comment.