@camstack/addon-smtp-nodemailer 1.2.49 → 1.2.50
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 -0
- package/dist/smtp.addon.mjs +2 -0
- package/package.json +1 -1
package/dist/smtp.addon.js
CHANGED
|
@@ -15594,6 +15594,8 @@ var NcSystemEventKindSchema = _enum([
|
|
|
15594
15594
|
"device-offline",
|
|
15595
15595
|
"device-disabled",
|
|
15596
15596
|
"device-enabled",
|
|
15597
|
+
"device-battery-low",
|
|
15598
|
+
"device-battery-normal",
|
|
15597
15599
|
"stream-online",
|
|
15598
15600
|
"stream-offline",
|
|
15599
15601
|
"node-online",
|
package/dist/smtp.addon.mjs
CHANGED
|
@@ -15592,6 +15592,8 @@ var NcSystemEventKindSchema = _enum([
|
|
|
15592
15592
|
"device-offline",
|
|
15593
15593
|
"device-disabled",
|
|
15594
15594
|
"device-enabled",
|
|
15595
|
+
"device-battery-low",
|
|
15596
|
+
"device-battery-normal",
|
|
15595
15597
|
"stream-online",
|
|
15596
15598
|
"stream-offline",
|
|
15597
15599
|
"node-online",
|
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.50",
|
|
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",
|