@nestjs-modules/mailer 1.10.3 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/README.md +2 -0
  3. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.11.0](https://github.com/nest-modules/mailer/compare/v1.10.3...v1.11.0) (2024-02-24)
6
+
5
7
  ### [1.10.3](https://github.com/nest-modules/mailer/compare/v1.10.2...v1.10.3) (2023-12-20)
6
8
 
7
9
 
package/README.md CHANGED
@@ -60,6 +60,8 @@ you can find all the documentation [here](https://nest-modules.github.io/mailer/
60
60
  * [Juan Echeverry](https://github.com/juandav)
61
61
  * [Pat McGowan](https://github.com/p-mcgowan)
62
62
  * [Paweł Partyka](https://github.com/partyka95)
63
+ * [Wasutan Kitijerapat](https://github.com/kitimark)
64
+ * [Alexandre Titeux](https://github.com/GFoniX)
63
65
 
64
66
  ### License
65
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nestjs-modules/mailer",
3
- "version": "1.10.3",
3
+ "version": "1.11.0",
4
4
  "private": false,
5
5
  "description": "NestJS - a mailer module (@mailer)",
6
6
  "keywords": [
@@ -52,9 +52,9 @@
52
52
  ]
53
53
  },
54
54
  "dependencies": {
55
- "css-inline": "0.11.2",
55
+ "@css-inline/css-inline": "0.13.0",
56
56
  "glob": "10.3.10",
57
- "mjml": "4.14.1",
57
+ "mjml": "4.15.3",
58
58
  "preview-email": "3.0.19"
59
59
  },
60
60
  "optionalDependencies": {
@@ -65,29 +65,29 @@
65
65
  "pug": "^3.0.2"
66
66
  },
67
67
  "devDependencies": {
68
- "@commitlint/cli": "18.4.3",
69
- "@commitlint/config-angular": "18.4.3",
70
- "@nestjs/common": "10.3.0",
71
- "@nestjs/core": "10.3.0",
72
- "@nestjs/testing": "10.3.0",
68
+ "@commitlint/cli": "18.6.1",
69
+ "@commitlint/config-angular": "18.6.1",
70
+ "@nestjs/common": "10.3.3",
71
+ "@nestjs/core": "10.3.3",
72
+ "@nestjs/testing": "10.3.3",
73
73
  "@types/glob": "8.1.0",
74
- "@types/jest": "29.5.11",
74
+ "@types/jest": "29.5.12",
75
75
  "@types/lodash": "4.14.202",
76
76
  "@types/nodemailer": "6.4.14",
77
77
  "@types/pug": "2.0.10",
78
- "@typescript-eslint/eslint-plugin": "6.15.0",
79
- "@typescript-eslint/parser": "6.15.0",
80
- "husky": "8.0.3",
78
+ "@typescript-eslint/eslint-plugin": "7.0.2",
79
+ "@typescript-eslint/parser": "7.0.2",
80
+ "husky": "9.0.11",
81
81
  "jest": "29.7.0",
82
- "lint-staged": "15.2.0",
83
- "nodemailer": "6.9.7",
84
- "nodemailer-mock": "2.0.3",
85
- "prettier": "3.1.1",
82
+ "lint-staged": "15.2.2",
83
+ "nodemailer": "6.9.10",
84
+ "nodemailer-mock": "2.0.4",
85
+ "prettier": "3.2.5",
86
86
  "reflect-metadata": "0.2.1",
87
87
  "rimraf": "5.0.5",
88
88
  "rxjs": "7.8.1",
89
89
  "standard-version": "9.5.0",
90
- "ts-jest": "29.1.1",
90
+ "ts-jest": "29.1.2",
91
91
  "ts-node": "10.9.2",
92
92
  "tslib": "2.6.2",
93
93
  "typescript": "5.3.3",