@camstack/addon-smtp-nodemailer 1.2.113 → 1.2.114

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.
@@ -5397,7 +5397,7 @@ var ZodIssueCode = {
5397
5397
  var ZodFirstPartyTypeKind;
5398
5398
  ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {});
5399
5399
  //#endregion
5400
- //#region ../types/dist/sleep-Bs3xPtSh.mjs
5400
+ //#region ../types/dist/sleep-GU_us3DG.mjs
5401
5401
  /**
5402
5402
  * The audio chunk plane's byte format, and the ONE expansion from a coded
5403
5403
  * window to float samples (D455).
@@ -27230,11 +27230,15 @@ DeviceType.Light, DeviceType.Siren, DeviceType.Switch, method(object({
27230
27230
  *
27231
27231
  * Adding a fifth name to that list would have been the wrong fix twice over:
27232
27232
  * that page is per-camera DETECTION tuning, and a grid's geometry belongs
27233
- * beside PTZ and motion zones on the camera itself which is exactly where the
27234
- * framework already puts a widget, when the widget is declared on a CAPABILITY.
27235
- * `deviceConfig.ui` is the mechanism (`motion-zones`, `ptz`, `ptz-autotrack`
27236
- * all use it): the framework emits the structural section and the widget
27237
- * self-persists through the cap's own mutations.
27233
+ * beside PTZ and motion zones on the camera itself. The device page is
27234
+ * BINDING-driven (D12), so the way in is a capability bound to the device —
27235
+ * and this cap carries its section the way `recording` does, by RETURNING it
27236
+ * from `getDeviceSettingsContribution`.
27237
+ *
27238
+ * Seven other widgets are still declared the other way, through a
27239
+ * `deviceConfig.ui` block the framework derives a section from. That route
27240
+ * gives the addon no say in where its own panel lands and no way to decline
27241
+ * for a device the panel does not suit, which is why this one does not use it.
27238
27242
  *
27239
27243
  * ## Why one addon may implement it
27240
27244
  *
@@ -5395,7 +5395,7 @@ var ZodIssueCode = {
5395
5395
  var ZodFirstPartyTypeKind;
5396
5396
  ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {});
5397
5397
  //#endregion
5398
- //#region ../types/dist/sleep-Bs3xPtSh.mjs
5398
+ //#region ../types/dist/sleep-GU_us3DG.mjs
5399
5399
  /**
5400
5400
  * The audio chunk plane's byte format, and the ONE expansion from a coded
5401
5401
  * window to float samples (D455).
@@ -27228,11 +27228,15 @@ DeviceType.Light, DeviceType.Siren, DeviceType.Switch, method(object({
27228
27228
  *
27229
27229
  * Adding a fifth name to that list would have been the wrong fix twice over:
27230
27230
  * that page is per-camera DETECTION tuning, and a grid's geometry belongs
27231
- * beside PTZ and motion zones on the camera itself which is exactly where the
27232
- * framework already puts a widget, when the widget is declared on a CAPABILITY.
27233
- * `deviceConfig.ui` is the mechanism (`motion-zones`, `ptz`, `ptz-autotrack`
27234
- * all use it): the framework emits the structural section and the widget
27235
- * self-persists through the cap's own mutations.
27231
+ * beside PTZ and motion zones on the camera itself. The device page is
27232
+ * BINDING-driven (D12), so the way in is a capability bound to the device —
27233
+ * and this cap carries its section the way `recording` does, by RETURNING it
27234
+ * from `getDeviceSettingsContribution`.
27235
+ *
27236
+ * Seven other widgets are still declared the other way, through a
27237
+ * `deviceConfig.ui` block the framework derives a section from. That route
27238
+ * gives the addon no say in where its own panel lands and no way to decline
27239
+ * for a device the panel does not suit, which is why this one does not use it.
27236
27240
  *
27237
27241
  * ## Why one addon may implement it
27238
27242
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-smtp-nodemailer",
3
- "version": "1.2.113",
3
+ "version": "1.2.114",
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",