Skip to content

Commit

Permalink
📦 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-dimitru committed May 27, 2022
1 parent 6cb4413 commit 226978f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
60 changes: 30 additions & 30 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
[email protected].0
babel-compiler@7.6.0
[email protected].1
babel-compiler@7.9.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
callback-hook@1.3.0
callback-hook@1.4.0
[email protected]
[email protected]
[email protected]
ddp-client@2.4.0
ddp-client@2.5.0
[email protected]
ddp-server@2.3.2
ddp-server@2.5.0
[email protected]
dynamic-import@0.6.0
ecmascript@0.15.0
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.11.0
ecmascript-runtime-server@0.10.0
[email protected].1
dynamic-import@0.7.2
ecmascript@0.16.2
ecmascript-runtime@0.8.0
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
[email protected].2
[email protected]
[email protected]
[email protected]
[email protected].0
[email protected].1
[email protected]
lmieulet:[email protected]
local-test:ostrio:mailer@2.3.6
logging@1.2.0
meteor@1.9.3
local-test:ostrio:mailer@2.4.0
logging@1.3.1
meteor@1.10.0
meteorhacks:[email protected]
meteortesting:[email protected]
meteortesting:[email protected]
meteortesting:[email protected]
minimongo@1.6.1
[email protected].5
modules@0.16.0
modules-runtime@0.12.0
mongo@1.10.1
[email protected].2
minimongo@1.8.0
[email protected].8
modules@0.18.0
modules-runtime@0.13.0
mongo@1.15.0
[email protected].3
[email protected]
[email protected].7
npm-mongo@3.8.1
[email protected].8
npm-mongo@4.3.1
[email protected]
ostrio:mailer@2.3.6
ostrio:mailer@2.4.0
practicalmeteor:[email protected]_1
promise@0.11.2
promise@0.12.0
[email protected]
react-fast-refresh@0.1.0
react-fast-refresh@0.2.3
[email protected]
[email protected]
[email protected].0
socket-stream-client@0.3.1
[email protected].1
socket-stream-client@0.5.0
[email protected]
[email protected]
[email protected].1
webapp@1.10.0
[email protected].2
webapp@1.13.1
[email protected]
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mail-time",
"version": "1.2.6",
"description": "Bulletproof email queue on top of NodeMailer with support of multiple clusters and servers setup",
"version": "1.3.0",
"description": "Bulletproof email queue on top of NodeMailer for a single and multi-server setups",
"main": "index.js",
"scripts": {
"test": "mocha ./test/npm.js"
Expand Down Expand Up @@ -49,15 +49,15 @@
},
"dependencies": {
"deepmerge": "^4.2.2",
"josk": "^2.4.0"
"josk": "^3.0.0"
},
"devDependencies": {
"bson": "^4.2.2",
"bson-ext": "^2.0.5",
"chai": "^4.3.0",
"mocha": "^8.2.1",
"mongodb": "^3.6.4",
"nodemailer": "^6.4.17",
"nodemailer-direct-transport": "^3.3.2"
"bson": "^4.6.4",
"bson-ext": "^4.0.2",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"mongodb": "^4.6.0",
"nodemailer": "^6.7.5",
"nodemailer-direct-transport": "^3.0.7"
}
}

0 comments on commit 226978f

Please sign in to comment.