@zintrust/mail-mailgun 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-mailgun
2
2
 
3
- Mailgun mail driver registration for Zintrust.
3
+ Mailgun 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-mailgun",
3
+ "version": "0.1.15",
4
+ "buildDate": "2026-01-28T12:17:27.082Z",
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": 552,
26
+ "sha256": "7d0bf94076b00c7bc4ac6bfb1f6864b687e80f97fa01d36b3a7ab501c1df1341"
27
+ },
28
+ "index.js": {
29
+ "size": 549,
30
+ "sha256": "3a71812d74eb342bca62e95bacc44ff2868f964a69fd173e83e1522243ff4de4"
31
+ },
32
+ "register.d.ts": {
33
+ "size": 224,
34
+ "sha256": "053a91db41687d11e27717009676da7b47f547d412553d2d8f09c002320a1df9"
35
+ },
36
+ "register.js": {
37
+ "size": 656,
38
+ "sha256": "0547f29e0b7eb76a453afe80789a1c09728ed3917f367d9ffac5a4dc89c7ac21"
39
+ }
40
+ }
41
+ }
package/dist/index.d.ts CHANGED
@@ -1,3 +1,9 @@
1
1
  declare const MailgunDriver: any;
2
2
  export { MailgunDriver };
3
3
  export type { MailgunConfig, MailgunMessage, MailgunResult } 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_MAILGUN_VERSION = "0.1.15";
9
+ export declare const _ZINTRUST_MAIL_MAILGUN_BUILD_DATE = "__BUILD_DATE__";
package/dist/index.js CHANGED
@@ -1,3 +1,9 @@
1
1
  import { MailgunDriver as CoreMailgunDriver } from '@zintrust/core';
2
2
  const MailgunDriver = CoreMailgunDriver;
3
3
  export { MailgunDriver };
4
+ /**
5
+ * Package version and build metadata
6
+ * Available at runtime for debugging and health checks
7
+ */
8
+ export const _ZINTRUST_MAIL_MAILGUN_VERSION = '0.1.15';
9
+ export const _ZINTRUST_MAIL_MAILGUN_BUILD_DATE = '__BUILD_DATE__';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zintrust/mail-mailgun",
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"