@camera.ui/camera-ui-smtp 1.1.1 → 1.1.2

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,3 +1,7 @@
1
+ ## [1.1.2]
2
+
3
+ - Bump camera.ui engine and SDK
4
+
1
5
  ## [1.1.1]
2
6
 
3
7
  - Bugfixes and improvements
package/README.md CHANGED
@@ -1,5 +1,3 @@
1
1
  # SMTP Motion
2
2
 
3
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,7 +1,7 @@
1
1
  {
2
2
  "displayName": "SMTP",
3
3
  "name": "@camera.ui/camera-ui-smtp",
4
- "version": "1.1.1",
4
+ "version": "1.1.2",
5
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",
@@ -23,7 +23,7 @@
23
23
  "url": "https://github.com/cameraui/plugins/issues"
24
24
  },
25
25
  "engines": {
26
- "camera.ui": ">=2.0.6",
26
+ "camera.ui": ">=2.0.11",
27
27
  "node": ">=22.0.0"
28
28
  },
29
29
  "os": [],