@apocaliss92/scrypted-advanced-notifier 3.0.16 → 3.0.18

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,6 +1,12 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 3.0.17
5
+
6
+ - MQTT client split per device to reduce overhead for weak brokers
7
+ - Utilize images from object detectors when available
8
+ - Optimize image usage
9
+
4
10
  ### 3.0.8
5
11
 
6
12
  Added support to Groq
package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "git",
6
6
  "url": "https://github.com/apocaliss92/scrypted-advanced-notifier"
7
7
  },
8
- "version": "3.0.16",
8
+ "version": "3.0.18",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",
@@ -53,7 +53,8 @@
53
53
  "jimp": "^1.6.0",
54
54
  "lodash": "^4.17.21",
55
55
  "moment": "^2.30.1",
56
- "sharp": "^0.33.5"
56
+ "sharp": "^0.33.5",
57
+ "mqtt": "5.10.4"
57
58
  },
58
59
  "devDependencies": {
59
60
  "@types/lodash": "^4.17.12",