@zintrust/mail-mailgun 0.1.30 → 0.1.41

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.
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@zintrust/mail-mailgun",
3
3
  "version": "0.1.27",
4
- "buildDate": "2026-01-29T08:06:26.335Z",
4
+ "buildDate": "2026-02-14T22:45:41.349Z",
5
5
  "buildEnvironment": {
6
6
  "node": "v20.20.0",
7
7
  "platform": "linux",
8
8
  "arch": "x64"
9
9
  },
10
10
  "git": {
11
- "commit": "1555458",
11
+ "commit": "e20c137",
12
12
  "branch": "master"
13
13
  },
14
14
  "package": {
@@ -22,12 +22,12 @@
22
22
  },
23
23
  "files": {
24
24
  "index.d.ts": {
25
- "size": 552,
26
- "sha256": "7d0bf94076b00c7bc4ac6bfb1f6864b687e80f97fa01d36b3a7ab501c1df1341"
25
+ "size": 373,
26
+ "sha256": "a7e0336c3dc21db3e0fe8dbb730baaa6b1f909f92384ffdcd7a9873b916b7300"
27
27
  },
28
28
  "index.js": {
29
- "size": 549,
30
- "sha256": "94eba691e8aeb24859436c6c58b99ba14ed6c6e8ca617ba39c6a0182a6b8f82e"
29
+ "size": 461,
30
+ "sha256": "d37a3c346ecadfac082a76910f4882bb6c657be969df75811f3cdda75a89d703"
31
31
  },
32
32
  "register.d.ts": {
33
33
  "size": 224,
package/dist/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
- declare const MailgunDriver: any;
2
- export { MailgunDriver };
1
+ export { MailgunDriver } from '@zintrust/core';
3
2
  export type { MailgunConfig, MailgunMessage, MailgunResult } from '@zintrust/core';
4
3
  /**
5
4
  * Package version and build metadata
package/dist/index.js CHANGED
@@ -1,6 +1,4 @@
1
- import { MailgunDriver as CoreMailgunDriver } from '@zintrust/core';
2
- const MailgunDriver = CoreMailgunDriver;
3
- export { MailgunDriver };
1
+ export { MailgunDriver } from '@zintrust/core';
4
2
  /**
5
3
  * Package version and build metadata
6
4
  * Available at runtime for debugging and health checks
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zintrust/mail-mailgun",
3
- "version": "0.1.30",
3
+ "version": "0.1.41",
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.30"
25
+ "@zintrust/core": "^0.1.41"
26
26
  },
27
27
  "publishConfig": {
28
28
  "access": "public"