@camera.ui/camera-ui-smtp 0.0.3 → 0.0.4

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/CHANGELOG.md CHANGED
@@ -1,8 +1,3 @@
1
- All notable changes to this project will be documented in this file.
2
-
3
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
-
6
- ## [X.X.X] - ???
1
+ ## [1.0.0] - 01.07.2026
7
2
 
8
3
  - Initial Release
package/README.md CHANGED
@@ -1 +1,5 @@
1
- # @camera.ui/camera-ui-smtp
1
+ # SMTP Motion
2
+
3
+ Motion detection for camera.ui via SMTP. Runs a small SMTP server that turns camera e-mail alerts into motion events.
4
+
5
+ `@camera.ui/camera-ui-smtp`
package/bundle.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "displayName": "SMTP",
3
3
  "name": "@camera.ui/camera-ui-smtp",
4
- "version": "0.0.3",
5
- "description": "Efficient SMTP-based motion detection system. Captures and delivers alerts through email services with customizable triggers and seamless integration for continuous monitoring.",
4
+ "version": "0.0.4",
5
+ "description": "Motion detection for camera.ui via SMTP. Runs a small SMTP server that turns camera e-mail alerts into motion events.",
6
6
  "author": "seydx (https://github.com/cameraui/plugins)",
7
7
  "main": "./dist/index.js",
8
8
  "type": "commonjs",
@@ -30,7 +30,9 @@
30
30
  "homepage": "https://github.com/cameraui/plugins/tree/main/camera-ui-smtp#readme",
31
31
  "keywords": [
32
32
  "camera-ui-plugin",
33
- "smtp"
33
+ "smtp",
34
+ "motion",
35
+ "detection"
34
36
  ],
35
37
  "license": "MIT",
36
38
  "repository": {