@camstack/addon-smtp-nodemailer 1.2.18 → 1.2.19
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 +8 -1
- package/dist/smtp.addon.mjs +8 -1
- package/package.json +1 -1
package/dist/smtp.addon.js
CHANGED
|
@@ -19157,7 +19157,14 @@ targets: array(object({
|
|
|
19157
19157
|
"sleeping",
|
|
19158
19158
|
"unreachable",
|
|
19159
19159
|
"waking"
|
|
19160
|
-
]).nullable()
|
|
19160
|
+
]).nullable(),
|
|
19161
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
19162
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
19163
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
19164
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
19165
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
19166
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
19167
|
+
battery: boolean()
|
|
19161
19168
|
})));
|
|
19162
19169
|
/**
|
|
19163
19170
|
* `sso-bridge` — internal hub-only cap that lets SSO-style auth
|
package/dist/smtp.addon.mjs
CHANGED
|
@@ -19155,7 +19155,14 @@ targets: array(object({
|
|
|
19155
19155
|
"sleeping",
|
|
19156
19156
|
"unreachable",
|
|
19157
19157
|
"waking"
|
|
19158
|
-
]).nullable()
|
|
19158
|
+
]).nullable(),
|
|
19159
|
+
/** A battery camera (whatever its current state). An AWAKE battery
|
|
19160
|
+
* camera is deliberately NOT recaptured on the poll cadence — every
|
|
19161
|
+
* capture is a camera hit that would keep it out of sleep — so its
|
|
19162
|
+
* cached frame legitimately ages past the currency ceiling while
|
|
19163
|
+
* nothing is streaming. A surface must keep painting it (a fresh
|
|
19164
|
+
* frame is captured at each wake), not blank to "unavailable". */
|
|
19165
|
+
battery: boolean()
|
|
19159
19166
|
})));
|
|
19160
19167
|
/**
|
|
19161
19168
|
* `sso-bridge` — internal hub-only cap that lets SSO-style auth
|
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.19",
|
|
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",
|