@camstack/addon-smtp-nodemailer 1.2.63 → 1.2.64

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.
@@ -12774,7 +12774,12 @@ var ConfigEntrySchema = object({
12774
12774
  value: unknown(),
12775
12775
  description: string().optional()
12776
12776
  });
12777
- var LinkedDevicesModeSchema = _enum(["auto", "manual"]);
12777
+ /**
12778
+ * Only `manual` since D356: the operator picks, nothing links itself. The
12779
+ * field survives on the wire because a viewer already OTA'd parses it —
12780
+ * drop it once no shipped client reads `mode`.
12781
+ */
12782
+ var LinkedDevicesModeSchema = _enum(["manual"]);
12778
12783
  /** One resolved linked device — the compact projection consumers need. */
12779
12784
  var LinkedDeviceSchema = object({
12780
12785
  deviceId: number(),
@@ -12772,7 +12772,12 @@ var ConfigEntrySchema = object({
12772
12772
  value: unknown(),
12773
12773
  description: string().optional()
12774
12774
  });
12775
- var LinkedDevicesModeSchema = _enum(["auto", "manual"]);
12775
+ /**
12776
+ * Only `manual` since D356: the operator picks, nothing links itself. The
12777
+ * field survives on the wire because a viewer already OTA'd parses it —
12778
+ * drop it once no shipped client reads `mode`.
12779
+ */
12780
+ var LinkedDevicesModeSchema = _enum(["manual"]);
12776
12781
  /** One resolved linked device — the compact projection consumers need. */
12777
12782
  var LinkedDeviceSchema = object({
12778
12783
  deviceId: number(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-smtp-nodemailer",
3
- "version": "1.2.63",
3
+ "version": "1.2.64",
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",