diff --git a/package-lock.json b/package-lock.json index d8f3af97..50481c2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tenvoy", - "version": "6.0.6", + "version": "7.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tenvoy", - "version": "6.0.6", + "version": "7.0.0", "license": "LGPL-3.0+", "dependencies": { "asn1.js": "^5.0.0" diff --git a/package.json b/package.json index 3e365da6..8ff76c99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tenvoy", - "version": "6.0.6", + "version": "7.0.0", "description": "PGP, NaCl, and PBKDF2 in node.js and the browser (hashing, random, encryption, decryption, signatures, conversions), used by TogaTech.org", "main": "./node/tenvoy.min.js", "browser": { @@ -16,25 +16,25 @@ }, "keywords": [ "javascript", + "hashing", + "cryptography", "encryption", "pgp", + "hash-functions", + "hash", + "md5", "pbkdf2", "nacl", "tweetnacl", + "sha256", "signatures", "openpgp", "decryption", "signature-verification", "encryption-decryption", - "hash", - "hashing", - "hash-functions", - "sha256", + "md5-hash", "sha256-hash", - "sha1", - "sha1-hash", - "md5", - "md5-hash" + "cryptographic-random-generator" ], "author": "TogaTech", "license": "LGPL-3.0+",