@camstack/addon-smtp-nodemailer 1.2.93 → 1.2.94
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/smtp.addon.js +2 -2
- package/dist/smtp.addon.mjs +2 -2
- package/package.json +1 -1
package/dist/smtp.addon.js
CHANGED
|
@@ -24809,8 +24809,8 @@ includeCrops: boolean().optional() }).optional(), array(IdentitySchema).readonly
|
|
|
24809
24809
|
*
|
|
24810
24810
|
* An **empty array reads NOTHING** — `[]` is an empty page, never
|
|
24811
24811
|
* "every camera". A request for no devices is a request, not an
|
|
24812
|
-
* omission; same contract as `deviceManager.
|
|
24813
|
-
* `pipelineAnalytics.listRecentTracks`.
|
|
24812
|
+
* omission; same contract as `deviceManager.listAll`'s `deviceIds`
|
|
24813
|
+
* and `pipelineAnalytics.listRecentTracks`.
|
|
24814
24814
|
*
|
|
24815
24815
|
* Absent (`undefined`) is the omission, and keeps the cluster-wide view.
|
|
24816
24816
|
*/
|
package/dist/smtp.addon.mjs
CHANGED
|
@@ -24807,8 +24807,8 @@ includeCrops: boolean().optional() }).optional(), array(IdentitySchema).readonly
|
|
|
24807
24807
|
*
|
|
24808
24808
|
* An **empty array reads NOTHING** — `[]` is an empty page, never
|
|
24809
24809
|
* "every camera". A request for no devices is a request, not an
|
|
24810
|
-
* omission; same contract as `deviceManager.
|
|
24811
|
-
* `pipelineAnalytics.listRecentTracks`.
|
|
24810
|
+
* omission; same contract as `deviceManager.listAll`'s `deviceIds`
|
|
24811
|
+
* and `pipelineAnalytics.listRecentTracks`.
|
|
24812
24812
|
*
|
|
24813
24813
|
* Absent (`undefined`) is the omission, and keeps the cluster-wide view.
|
|
24814
24814
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-smtp-nodemailer",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.94",
|
|
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",
|