Skip to content

Commit

Permalink
Release 0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Oct 3, 2024
1 parent 3672086 commit 288223f
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 30 deletions.
10 changes: 5 additions & 5 deletions build/package-lock.json

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

50 changes: 30 additions & 20 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "micro-key-producer",
"version": "0.7.0",
"version": "0.7.1",
"description": "Produces secure keys and passwords. Supports SSH, PGP, BLS, OTP, and many others",
"main": "./index.js",
"module": "./esm/index.js",
Expand All @@ -12,10 +12,10 @@
"src"
],
"dependencies": {
"@noble/ciphers": "~0.5.3",
"@noble/curves": "~1.4.0",
"@noble/hashes": "~1.4.0",
"@scure/base": "~1.1.6",
"@noble/ciphers": "^1.0.0",
"@noble/curves": "^1.6.0",
"@noble/hashes": "^1.5.0",
"@scure/base": "~1.1.9",
"micro-packed": "~0.6.2"
},
"devDependencies": {
Expand Down

0 comments on commit 288223f

Please sign in to comment.