@forinda/kickjs-mailer 1.7.0 → 2.0.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.
package/dist/adapter.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { type AppAdapter, type AdapterContext } from '@forinda/kickjs-core';
1
+ import { type AppAdapter, type AdapterContext } from '@forinda/kickjs';
2
2
  import type { MailerOptions } from './types';
3
3
  /**
4
4
  * Mailer adapter — registers MailerService in the DI container.
@@ -1 +1 @@
1
- {"version":3,"file":"adapter.d.ts","sourceRoot":"","sources":["../src/adapter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,KAAK,UAAU,EAAE,KAAK,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAEnF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAI5C;;;;;;;;;;;;;;;;GAgBG;AACH,qBAAa,aAAc,YAAW,UAAU;IAIlC,OAAO,CAAC,OAAO;IAH3B,IAAI,SAAkB;IACtB,OAAO,CAAC,MAAM,CAAe;gBAET,OAAO,EAAE,aAAa;IAI1C,UAAU,CAAC,EAAE,SAAS,EAAE,EAAE,cAAc,GAAG,IAAI;IAOzC,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC;CAIhC"}
1
+ {"version":3,"file":"adapter.d.ts","sourceRoot":"","sources":["../src/adapter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,KAAK,UAAU,EAAE,KAAK,cAAc,EAAE,MAAM,iBAAiB,CAAA;AAE9E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAI5C;;;;;;;;;;;;;;;;GAgBG;AACH,qBAAa,aAAc,YAAW,UAAU;IAIlC,OAAO,CAAC,OAAO;IAH3B,IAAI,SAAkB;IACtB,OAAO,CAAC,MAAM,CAAe;gBAET,OAAO,EAAE,aAAa;IAI1C,UAAU,CAAC,EAAE,SAAS,EAAE,EAAE,cAAc,GAAG,IAAI;IAOzC,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC;CAIhC"}
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "reflect-metadata";
2
- import { Logger as f } from "@forinda/kickjs-core";
2
+ import { Logger as f } from "@forinda/kickjs";
3
3
  var s = f.for("Mailer"), p = /* @__PURE__ */ Symbol("MailerService"), u = class {
4
4
  provider;
5
5
  defaultFrom;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forinda/kickjs-mailer",
3
- "version": "1.7.0",
3
+ "version": "2.0.0",
4
4
  "description": "Pluggable email sending for KickJS — nodemailer, Resend, SES, and custom providers",
5
5
  "keywords": [
6
6
  "kickjs",
@@ -52,7 +52,7 @@
52
52
  ],
53
53
  "dependencies": {
54
54
  "reflect-metadata": "^0.2.2",
55
- "@forinda/kickjs-core": "1.7.0"
55
+ "@forinda/kickjs": "2.0.0"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "nodemailer": ">=7.0.11"