Skip to content

Commit

Permalink
📦 v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-dimitru committed Sep 19, 2022
1 parent 94279cd commit 666713c
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 70 deletions.
4 changes: 2 additions & 2 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ [email protected]
[email protected]
[email protected]
lmieulet:[email protected]
local-test:ostrio:[email protected].3
local-test:ostrio:[email protected].4
[email protected]
[email protected]
meteorhacks:[email protected]
Expand All @@ -42,7 +42,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
ostrio:[email protected].3
ostrio:[email protected].4
practicalmeteor:[email protected]_1
[email protected]
[email protected]
Expand Down
122 changes: 61 additions & 61 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ostrio:mailer',
version: '2.4.3',
version: '2.4.4',
summary: 'Bulletproof email queue on top of NodeMailer for a single and multi-server setups',
git: 'https://github.com/veliovgroup/mail-time',
documentation: 'README.md'
Expand All @@ -21,6 +21,6 @@ Npm.depends({
josk: '3.0.2',
deepmerge: '4.2.2',
// UNCOMMENT FOR METEOR_TESTS
// nodemailer: '6.7.6',
// nodemailer: '6.7.8',
// 'nodemailer-direct-transport': '3.0.7'
});
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mail-time",
"version": "1.3.3",
"version": "1.3.4",
"description": "Bulletproof email queue on top of NodeMailer for a single and multi-server setups",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -52,12 +52,12 @@
"josk": "^3.0.2"
},
"devDependencies": {
"bson": "^4.6.4",
"bson-ext": "^4.0.2",
"bson": "^4.7.0",
"bson-ext": "^4.0.3",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"mongodb": "^4.7.0",
"nodemailer": "^6.7.6",
"mongodb": "^4.10.0",
"nodemailer": "^6.7.8",
"nodemailer-direct-transport": "^3.0.7"
}
}

0 comments on commit 666713c

Please sign in to comment.