@apocaliss92/scrypted-advanced-notifier 4.4.73 → 4.4.75

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,10 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 4.4.75
5
+ - Add setting for custom origin to cover cloud plugin missing
6
+ - Fix init NVR Notifier proxy device
7
+
4
8
  ### 4.4.72
5
9
  - Add setting to allow clip extension on repeated detections in the configured timeframe
6
10
 
@@ -25,23 +25,6 @@
25
25
  * Released under the MIT license
26
26
  * Copyright (c) 2015 Alberto La Rocca */
27
27
 
28
- /**
29
- * @license
30
- * Copyright 2024 Google LLC
31
- *
32
- * Licensed under the Apache License, Version 2.0 (the "License");
33
- * you may not use this file except in compliance with the License.
34
- * You may obtain a copy of the License at
35
- *
36
- * http://www.apache.org/licenses/LICENSE-2.0
37
- *
38
- * Unless required by applicable law or agreed to in writing, software
39
- * distributed under the License is distributed on an "AS IS" BASIS,
40
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
41
- * See the License for the specific language governing permissions and
42
- * limitations under the License.
43
- */
44
-
45
28
  /**
46
29
  * @license
47
30
  * Lodash <https://lodash.com/>
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": "4.4.73",
8
+ "version": "4.4.75",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",
@@ -50,12 +50,9 @@
50
50
  "pluginDependencies": []
51
51
  },
52
52
  "dependencies": {
53
- "@anthropic-ai/sdk": "^0.39.0",
54
- "@google/generative-ai": "^0.24.0",
55
53
  "@scrypted/common": "file:../scrypted/common",
56
54
  "@scrypted/sdk": "0.5.29",
57
55
  "axios": "^0.23.0",
58
- "groq-sdk": "^0.17.0",
59
56
  "jimp": "^1.6.0",
60
57
  "lodash": "^4.17.21",
61
58
  "moment": "^2.30.1",