Skip to content

Commit

Permalink
Node minified and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
CMEONE committed May 2, 2021
1 parent d53928f commit 3412787
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 3 deletions.
2 changes: 1 addition & 1 deletion node/tenvoy.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function tEnvoy(openpgpRef = openpgp, naclRef = nacl, sjclRef = sjcl) {

Object.defineProperty(this, "version", {
get: () => {
return "v6.0.3";
return "v6.0.4";
}
});

Expand Down
2 changes: 2 additions & 0 deletions node/tenvoy.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions node/tenvoy.min.js.map

Large diffs are not rendered by default.

52 changes: 52 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"name": "tenvoy",
"version": "6.0.3",
"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": {
"./node/tenvoy.js": "./tenvoy.js",
"./node/tenvoy.min.js": "./tenvoy.min.js"
},
"scripts": {
"test": "node ./node/tester.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TogaTech/tEnvoy.git"
},
"keywords": [
"javascript",
"encryption",
"pgp",
"pbkdf2",
"nacl",
"tweetnacl",
"signatures",
"openpgp",
"decryption",
"signature-verification",
"encryption-decryption",
"hash",
"hashing",
"hash-functions",
"sha256",
"sha256-hash",
"sha1",
"sha1-hash",
"md5",
"md5-hash"
],
"author": "TogaTech",
"license": "LGPL-3.0+",
"engines": {
"node": ">= 10.0.0"
},
"bugs": {
"url": "https://github.com/TogaTech/tEnvoy/issues"
},
"dependencies": {
"asn1.js": "^5.0.0",
"tenvoy": "^6.0.3"
},
"homepage": "https://github.com/TogaTech/tEnvoy#readme"
}
2 changes: 1 addition & 1 deletion tenvoy.js
Original file line number Diff line number Diff line change
Expand Up @@ -45665,7 +45665,7 @@ function tEnvoy(openpgpRef = openpgp, naclRef = nacl, sjclRef = sjcl) {

Object.defineProperty(this, "version", {
get: () => {
return "v6.0.3";
return "v6.0.4";
}
});

Expand Down
2 changes: 1 addition & 1 deletion tenvoy.min.js

Large diffs are not rendered by default.

0 comments on commit 3412787

Please sign in to comment.