Skip to content

Commit

Permalink
Release 0.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Nov 23, 2024
1 parent 17b9ed7 commit 4daa16f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions build/package-lock.json

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

12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "micro-key-producer",
"version": "0.7.1",
"version": "0.7.2",
"description": "Produces secure keys and passwords. Supports SSH, PGP, BLS, OTP, and many others",
"main": "./index.js",
"module": "./esm/index.js",
Expand All @@ -12,7 +12,7 @@
"src"
],
"dependencies": {
"@noble/ciphers": "^1.0.0",
"@noble/ciphers": "^1.1.0",
"@noble/curves": "^1.7.0",
"@noble/hashes": "^1.6.0",
"@scure/base": "~1.2.1",
Expand Down

0 comments on commit 4daa16f

Please sign in to comment.