@camstack/addon-smtp-nodemailer 1.1.6 → 1.1.7
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 +12 -1
- package/dist/smtp.addon.mjs +12 -1
- package/package.json +1 -1
package/dist/smtp.addon.js
CHANGED
|
@@ -4665,7 +4665,7 @@ function _instanceof(cls, params = {}) {
|
|
|
4665
4665
|
return inst;
|
|
4666
4666
|
}
|
|
4667
4667
|
//#endregion
|
|
4668
|
-
//#region ../types/dist/sleep-
|
|
4668
|
+
//#region ../types/dist/sleep-DVmKHFGi.mjs
|
|
4669
4669
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4670
4670
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4671
4671
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -6465,6 +6465,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
|
|
|
6465
6465
|
DeviceRole["HumiditySensor"] = "humidity-sensor";
|
|
6466
6466
|
DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
|
|
6467
6467
|
DeviceRole["PressureSensor"] = "pressure-sensor";
|
|
6468
|
+
/** Wind speed or direction (weather-station `wind-sensor` cap). */
|
|
6469
|
+
DeviceRole["WindSensor"] = "wind-sensor";
|
|
6470
|
+
/** Rain accumulation or rate (weather-station `rain-sensor` cap). */
|
|
6471
|
+
DeviceRole["RainSensor"] = "rain-sensor";
|
|
6472
|
+
/** UV index (weather-station `uv-sensor` cap). */
|
|
6473
|
+
DeviceRole["UvSensor"] = "uv-sensor";
|
|
6474
|
+
/** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
|
|
6475
|
+
* Distinct from AmbientLightSensor (lux). */
|
|
6476
|
+
DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
|
|
6477
|
+
/** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
|
|
6478
|
+
DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
|
|
6468
6479
|
DeviceRole["PowerSensor"] = "power-sensor";
|
|
6469
6480
|
DeviceRole["EnergySensor"] = "energy-sensor";
|
|
6470
6481
|
DeviceRole["VoltageSensor"] = "voltage-sensor";
|
package/dist/smtp.addon.mjs
CHANGED
|
@@ -4663,7 +4663,7 @@ function _instanceof(cls, params = {}) {
|
|
|
4663
4663
|
return inst;
|
|
4664
4664
|
}
|
|
4665
4665
|
//#endregion
|
|
4666
|
-
//#region ../types/dist/sleep-
|
|
4666
|
+
//#region ../types/dist/sleep-DVmKHFGi.mjs
|
|
4667
4667
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4668
4668
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4669
4669
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -6463,6 +6463,17 @@ var DeviceRole = /* @__PURE__ */ function(DeviceRole) {
|
|
|
6463
6463
|
DeviceRole["HumiditySensor"] = "humidity-sensor";
|
|
6464
6464
|
DeviceRole["AmbientLightSensor"] = "ambient-light-sensor";
|
|
6465
6465
|
DeviceRole["PressureSensor"] = "pressure-sensor";
|
|
6466
|
+
/** Wind speed or direction (weather-station `wind-sensor` cap). */
|
|
6467
|
+
DeviceRole["WindSensor"] = "wind-sensor";
|
|
6468
|
+
/** Rain accumulation or rate (weather-station `rain-sensor` cap). */
|
|
6469
|
+
DeviceRole["RainSensor"] = "rain-sensor";
|
|
6470
|
+
/** UV index (weather-station `uv-sensor` cap). */
|
|
6471
|
+
DeviceRole["UvSensor"] = "uv-sensor";
|
|
6472
|
+
/** Solar irradiance W/m² (weather-station `solar-radiation-sensor` cap).
|
|
6473
|
+
* Distinct from AmbientLightSensor (lux). */
|
|
6474
|
+
DeviceRole["SolarRadiationSensor"] = "solar-radiation-sensor";
|
|
6475
|
+
/** Soil moisture % (garden/weather `soil-moisture-sensor` cap). */
|
|
6476
|
+
DeviceRole["SoilMoistureSensor"] = "soil-moisture-sensor";
|
|
6466
6477
|
DeviceRole["PowerSensor"] = "power-sensor";
|
|
6467
6478
|
DeviceRole["EnergySensor"] = "energy-sensor";
|
|
6468
6479
|
DeviceRole["VoltageSensor"] = "voltage-sensor";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-smtp-nodemailer",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
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",
|