Skip to content

Commit

Permalink
Fix dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CMEONE committed May 4, 2021
1 parent fbdaa52 commit 46b2d0c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 30 deletions.
2 changes: 1 addition & 1 deletion node/tenvoy.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function tEnvoy(openpgpRef = openpgp, naclRef = nacl, sjclRef = sjcl) {

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

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

Large diffs are not rendered by default.

26 changes: 3 additions & 23 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tenvoy",
"version": "6.0.5",
"version": "6.0.6",
"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": {
Expand Down Expand Up @@ -45,8 +45,7 @@
"url": "https://github.com/TogaTech/tEnvoy/issues"
},
"dependencies": {
"asn1.js": "^5.0.0",
"tenvoy": "^6.0.3"
"asn1.js": "^5.0.0"
},
"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.5";
return "v6.0.6";
}
});

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

Large diffs are not rendered by default.

0 comments on commit 46b2d0c

Please sign in to comment.