Skip to content

Commit

Permalink
📦 v1.3.3
Browse files Browse the repository at this point in the history
__Dependencies__:
- 📦 `[email protected]`, *was `v3.0.1`*
- 📦 `[dev]` `[email protected]`, *was `v6.7.5`*
  • Loading branch information
dr-dimitru committed Jul 3, 2022
1 parent 713f72c commit 37b88e6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 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].2
local-test:ostrio:[email protected].3
[email protected]
[email protected]
meteorhacks:[email protected]
Expand All @@ -42,7 +42,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
ostrio:[email protected].2
ostrio:[email protected].3
practicalmeteor:[email protected]_1
[email protected]
[email protected]
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

9 changes: 6 additions & 3 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.2',
version: '2.4.3',
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 @@ -18,6 +18,9 @@ Package.onTest((api) => {
});

Npm.depends({
josk: '3.0.1',
deepmerge: '4.2.2'
josk: '3.0.2',
deepmerge: '4.2.2',
// UNCOMMENT FOR METEOR_TESTS
// nodemailer: '6.7.6',
// 'nodemailer-direct-transport': '3.0.7'
});
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mail-time",
"version": "1.3.2",
"version": "1.3.3",
"description": "Bulletproof email queue on top of NodeMailer for a single and multi-server setups",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -49,15 +49,15 @@
},
"dependencies": {
"deepmerge": "^4.2.2",
"josk": "^3.0.1"
"josk": "^3.0.2"
},
"devDependencies": {
"bson": "^4.6.4",
"bson-ext": "^4.0.2",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"mongodb": "^4.7.0",
"nodemailer": "^6.7.5",
"nodemailer": "^6.7.6",
"nodemailer-direct-transport": "^3.0.7"
}
}

0 comments on commit 37b88e6

Please sign in to comment.