@zola_do/email 0.1.38 → 0.1.40

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 (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +7 -2
package/README.md CHANGED
@@ -71,6 +71,8 @@ await this.emailService.verify();
71
71
  - `EmailService` — Send emails and verify connection
72
72
  - `EmailConfig` — Mailer configuration factory
73
73
 
74
- ## Related Packages
74
+ ## Community
75
75
 
76
- - [@zola_do/core](../core) — Shared types
76
+ - [Contributing](../../CONTRIBUTING.md)
77
+ - [Code of Conduct](../../CODE_OF_CONDUCT.md)
78
+ - [Security Policy](../../SECURITY.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zola_do/email",
3
- "version": "0.1.38",
3
+ "version": "0.1.40",
4
4
  "description": "Email service for NestJS",
5
5
  "author": "zolaDO",
6
6
  "license": "ISC",
@@ -47,6 +47,10 @@
47
47
  "bugs": {
48
48
  "url": "https://github.com/zola0031/zola-nestjs-shared/issues"
49
49
  },
50
+ "funding": {
51
+ "type": "github",
52
+ "url": "https://github.com/sponsors/zola0031"
53
+ },
50
54
  "keywords": [
51
55
  "nestjs",
52
56
  "typescript",
@@ -57,6 +61,7 @@
57
61
  "email",
58
62
  "smtp",
59
63
  "mailer",
60
- "templates"
64
+ "templates",
65
+ "nestjs-shared"
61
66
  ]
62
67
  }