Skip to content

Commit 00b7bc7

Browse files
committed
0.41.0
1 parent c1f756f commit 00b7bc7

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
22
"name": "argon2",
3-
"version": "0.40.2",
3+
"version": "0.41.0",
44
"description": "An Argon2 library for Node",
5-
"keywords": ["argon2", "crypto", "encryption", "hashing", "password"],
5+
"keywords": [
6+
"argon2",
7+
"crypto",
8+
"encryption",
9+
"hashing",
10+
"password"
11+
],
612
"homepage": "https://github.com/ranisalt/node-argon2#readme",
713
"bugs": {
814
"url": "https://github.com/ranisalt/node-argon2/issues"
@@ -37,7 +43,9 @@
3743
"prebuilds/**/*.node"
3844
],
3945
"binary": {
40-
"napi_versions": [8]
46+
"napi_versions": [
47+
8
48+
]
4149
},
4250
"scripts": {
4351
"build": "prebuildify --napi --strip --tag-armv --tag-libc",

0 commit comments

Comments
 (0)