Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Bump version and update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXyfir committed Oct 1, 2019
1 parent 9b623d5 commit 437638f
Show file tree
Hide file tree
Showing 5 changed files with 379 additions and 510 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptorx",
"version": "6.8.0",
"version": "6.8.1",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"main": "",
"author": "Xyfir, LLC <contact@xyfir.com> (https://www.xyfir.com)",
Expand All @@ -9,8 +9,8 @@
"singleQuote": true
},
"dependencies": {
"ptorx-server": "^6.8.0",
"ptorx-web": "^6.8.0"
"ptorx-server": "^6.8.1",
"ptorx-web": "^6.8.1"
},
"keywords": [
"email forwarding",
Expand Down
20 changes: 10 additions & 10 deletions server/package-lock.json

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

8 changes: 4 additions & 4 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptorx-server",
"version": "6.8.0",
"version": "6.8.1",
"description": "Send and receive mail anonymously with email forwarding and aliases through Ptorx.",
"main": "app.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"mailparser": "^2.7.1",
"moment": "^2.24.0",
"mysql": "^2.17.1",
"node-forge": "^0.9.0",
"node-forge": "^0.9.1",
"nodemailer": "^6.3.0",
"openpgp": "^4.6.2",
"rword": "^3.1.1",
Expand All @@ -47,10 +47,10 @@
"@types/escape-string-regexp": "^2.0.1",
"@types/express": "^4.17.1",
"@types/jest": "^24.0.18",
"@types/jsonwebtoken": "^8.3.3",
"@types/jsonwebtoken": "^8.3.4",
"@types/mailparser": "^2.4.0",
"@types/mysql": "^2.15.7",
"@types/node": "^12.7.5",
"@types/node": "^12.7.8",
"@types/node-forge": "^0.8.6",
"@types/openpgp": "^4.4.6",
"@types/smtp-server": "^3.5.2",
Expand Down
Loading

0 comments on commit 437638f

Please sign in to comment.