@camstack/addon-smtp-nodemailer 1.2.24 → 1.2.25

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.
@@ -36,7 +36,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
36
36
  }) : target, mod));
37
37
  var __toCommonJS = (mod) => __hasOwnProp.call(mod, "module.exports") ? mod["module.exports"] : __copyProps(__defProp({}, "__esModule", { value: true }), mod);
38
38
  //#endregion
39
- //#region ../types/dist/event-category-XfKNtfCc.mjs
39
+ //#region ../types/dist/event-category-CIa_iT6b.mjs
40
40
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
41
41
  EventCategory["SystemBoot"] = "system.boot";
42
42
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -52,6 +52,15 @@ var EventCategory = /* @__PURE__ */ function(EventCategory) {
52
52
  */
53
53
  EventCategory["SystemRestartCompleted"] = "system.restart-completed";
54
54
  /**
55
+ * The hub reissued its own TLS certificate at boot (`ensureTlsCert`).
56
+ * Emitted only when the material on disk actually changed, so an
57
+ * operator who trusted the old certificate by hand is told rather than
58
+ * discovering it as a browser error. Payload `TlsCertChangedPayload`.
59
+ *
60
+ * Rule: docs/decisions/adr-0227-*.md
61
+ */
62
+ EventCategory["SystemTlsCertChanged"] = "system.tls-cert-changed";
63
+ /**
55
64
  * A newer addon or server-root package version was found by the
56
65
  * authoritative registry check. Emitted once when any observed
57
66
  * `latestVersion` changes (or a package/node first appears behind);
@@ -34,7 +34,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
34
34
  var __toCommonJS = (mod) => __hasOwnProp.call(mod, "module.exports") ? mod["module.exports"] : __copyProps(__defProp({}, "__esModule", { value: true }), mod);
35
35
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
36
36
  //#endregion
37
- //#region ../types/dist/event-category-XfKNtfCc.mjs
37
+ //#region ../types/dist/event-category-CIa_iT6b.mjs
38
38
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
39
39
  EventCategory["SystemBoot"] = "system.boot";
40
40
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -50,6 +50,15 @@ var EventCategory = /* @__PURE__ */ function(EventCategory) {
50
50
  */
51
51
  EventCategory["SystemRestartCompleted"] = "system.restart-completed";
52
52
  /**
53
+ * The hub reissued its own TLS certificate at boot (`ensureTlsCert`).
54
+ * Emitted only when the material on disk actually changed, so an
55
+ * operator who trusted the old certificate by hand is told rather than
56
+ * discovering it as a browser error. Payload `TlsCertChangedPayload`.
57
+ *
58
+ * Rule: docs/decisions/adr-0227-*.md
59
+ */
60
+ EventCategory["SystemTlsCertChanged"] = "system.tls-cert-changed";
61
+ /**
53
62
  * A newer addon or server-root package version was found by the
54
63
  * authoritative registry check. Emitted once when any observed
55
64
  * `latestVersion` changes (or a package/node first appears behind);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-smtp-nodemailer",
3
- "version": "1.2.24",
3
+ "version": "1.2.25",
4
4
  "description": "SMTP email provider addon for CamStack — wraps `nodemailer` and registers a `smtp-provider` cap collection entry. Used by magic-link login + notifier addons.",
5
5
  "keywords": [
6
6
  "camstack",