@apocaliss92/scrypted-advanced-notifier 4.4.65 → 4.4.67

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,9 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 4.4.66
5
+ - Manual AI settings removed. Use LLM plugin if that was setup before
6
+
4
7
  ### 4.4.59
5
8
  - RPCObjects/pendingResult as measurement entities
6
9
 
@@ -1,9 +1,3 @@
1
- /*!
2
- * humanize-ms - index.js
3
- * Copyright(c) 2014 dead_horse <dead_horse@qq.com>
4
- * MIT Licensed
5
- */
6
-
7
1
  /*!
8
2
  * mime-db
9
3
  * Copyright(c) 2014 Jonathan Ong
@@ -26,15 +20,11 @@
26
20
 
27
21
  /*! Axios v1.10.0 Copyright (c) 2025 Matt Zabriskie and contributors */
28
22
 
29
- /*! Based on fetch-blob. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> & David Frank */
30
-
31
23
  /*! ReadWriteLock - v5.0.0 - 2015-01-16
32
24
  * Author: Alberto La Rocca <a71104@gmail.com> (https://github.com/71104)
33
25
  * Released under the MIT license
34
26
  * Copyright (c) 2015 Alberto La Rocca */
35
27
 
36
- /*! node-domexception. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */
37
-
38
28
  /**
39
29
  * @license
40
30
  * Copyright 2024 Google LLC
@@ -61,14 +51,6 @@
61
51
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
62
52
  */
63
53
 
64
- /**
65
- * @license
66
- * web-streams-polyfill v4.0.0-beta.3
67
- * Copyright 2021 Mattias Buelens, Diwank Singh Tomer and other contributors.
68
- * This code is released under the MIT license.
69
- * SPDX-License-Identifier: MIT
70
- */
71
-
72
54
  /**
73
55
  * Wrapper for built-in http.js to emulate the browser XMLHttpRequest object.
74
56
  *
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.65",
8
+ "version": "4.4.67",
9
9
  "scripts": {
10
10
  "scrypted-setup-project": "scrypted-setup-project",
11
11
  "prescrypted-setup-project": "scrypted-package-json",