@apocaliss92/scrypted-advanced-notifier 3.0.3 → 3.0.6

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.
@@ -16,6 +16,23 @@
16
16
 
17
17
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
18
18
 
19
+ /**
20
+ * @license
21
+ * Copyright 2024 Google LLC
22
+ *
23
+ * Licensed under the Apache License, Version 2.0 (the "License");
24
+ * you may not use this file except in compliance with the License.
25
+ * You may obtain a copy of the License at
26
+ *
27
+ * http://www.apache.org/licenses/LICENSE-2.0
28
+ *
29
+ * Unless required by applicable law or agreed to in writing, software
30
+ * distributed under the License is distributed on an "AS IS" BASIS,
31
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32
+ * See the License for the specific language governing permissions and
33
+ * limitations under the License.
34
+ */
35
+
19
36
  /**
20
37
  * @license
21
38
  * 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": "3.0.3",
8
+ "version": "3.0.6",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",
@@ -44,6 +44,7 @@
44
44
  "pluginDependencies": []
45
45
  },
46
46
  "dependencies": {
47
+ "@google/generative-ai": "^0.24.0",
47
48
  "@scrypted/common": "file:../scrypted/common",
48
49
  "@scrypted/sdk": "^0.3.124",
49
50
  "axios": "^0.23.0",