@zintrust/mail-sendgrid 0.1.20 → 0.1.27

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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @zintrust/mail-sendgrid
2
2
 
3
- SendGrid mail driver registration for Zintrust.
3
+ SendGrid mail driver registration for ZinTrust.
4
4
 
5
5
  - Docs: https://zintrust.com/mail
6
6
 
@@ -0,0 +1,41 @@
1
+ {
2
+ "name": "@zintrust/mail-sendgrid",
3
+ "version": "0.1.15",
4
+ "buildDate": "2026-01-28T12:17:33.808Z",
5
+ "buildEnvironment": {
6
+ "node": "v20.20.0",
7
+ "platform": "linux",
8
+ "arch": "x64"
9
+ },
10
+ "git": {
11
+ "commit": "a274786",
12
+ "branch": "master"
13
+ },
14
+ "package": {
15
+ "engines": {
16
+ "node": ">=20.0.0"
17
+ },
18
+ "dependencies": [],
19
+ "peerDependencies": [
20
+ "@zintrust/core"
21
+ ]
22
+ },
23
+ "files": {
24
+ "index.d.ts": {
25
+ "size": 624,
26
+ "sha256": "eea36c36cba1e0105e8d6eac5853c2860cc13b3cce0a6ae09cf927946d335a89"
27
+ },
28
+ "index.js": {
29
+ "size": 557,
30
+ "sha256": "f466e691bf7093842c5ccbc008674a0db63cf631ea635dbf52e3ef1378cde22e"
31
+ },
32
+ "register.d.ts": {
33
+ "size": 225,
34
+ "sha256": "9e40972579347b66bda360ca3114bf81674fb105ef2339431ec7451d67135b24"
35
+ },
36
+ "register.js": {
37
+ "size": 660,
38
+ "sha256": "0e121db3ef1de4b9867aeb109a95dd3796fafd446eb027ccabab35c8da159e16"
39
+ }
40
+ }
41
+ }
package/dist/index.d.ts CHANGED
@@ -1,3 +1,9 @@
1
1
  declare const SendGridDriver: any;
2
2
  export { SendGridDriver };
3
3
  export type { SendGridConfig, SendGridMailAddress, SendGridMailAttachment, SendGridMailMessage, SendGridSendResult, } from '@zintrust/core';
4
+ /**
5
+ * Package version and build metadata
6
+ * Available at runtime for debugging and health checks
7
+ */
8
+ export declare const _ZINTRUST_MAIL_SENDGRID_VERSION = "0.1.15";
9
+ export declare const _ZINTRUST_MAIL_SENDGRID_BUILD_DATE = "__BUILD_DATE__";
package/dist/index.js CHANGED
@@ -1,3 +1,9 @@
1
1
  import { SendGridDriver as CoreSendGridDriver } from '@zintrust/core';
2
2
  const SendGridDriver = CoreSendGridDriver;
3
3
  export { SendGridDriver };
4
+ /**
5
+ * Package version and build metadata
6
+ * Available at runtime for debugging and health checks
7
+ */
8
+ export const _ZINTRUST_MAIL_SENDGRID_VERSION = '0.1.15';
9
+ export const _ZINTRUST_MAIL_SENDGRID_BUILD_DATE = '__BUILD_DATE__';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zintrust/mail-sendgrid",
3
- "version": "0.1.20",
3
+ "version": "0.1.27",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "node": ">=20.0.0"
23
23
  },
24
24
  "peerDependencies": {
25
- "@zintrust/core": "^0.1.20"
25
+ "@zintrust/core": "^0.1.27"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public"