@apocaliss92/scrypted-advanced-notifier 1.5.3 → 1.5.4
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/dist/main.nodejs.js.LICENSE.txt +0 -24
- package/dist/plugin.zip +0 -0
- package/package.json +2 -3
@@ -12,21 +12,6 @@
|
|
12
12
|
* MIT Licensed
|
13
13
|
*/
|
14
14
|
|
15
|
-
/*! *****************************************************************************
|
16
|
-
Copyright (c) Microsoft Corporation. All rights reserved.
|
17
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
18
|
-
this file except in compliance with the License. You may obtain a copy of the
|
19
|
-
License at http://www.apache.org/licenses/LICENSE-2.0
|
20
|
-
|
21
|
-
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
22
|
-
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
23
|
-
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
24
|
-
MERCHANTABLITY OR NON-INFRINGEMENT.
|
25
|
-
|
26
|
-
See the Apache Version 2.0 License for specific language governing permissions
|
27
|
-
and limitations under the License.
|
28
|
-
***************************************************************************** */
|
29
|
-
|
30
15
|
/**
|
31
16
|
* @license
|
32
17
|
* Lodash <https://lodash.com/>
|
@@ -35,12 +20,3 @@ and limitations under the License.
|
|
35
20
|
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
36
21
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
37
22
|
*/
|
38
|
-
|
39
|
-
/**
|
40
|
-
* splaytree v3.1.2
|
41
|
-
* Fast Splay tree for Node and browser
|
42
|
-
*
|
43
|
-
* @author Alexander Milevski <info@w8r.name>
|
44
|
-
* @license MIT
|
45
|
-
* @preserve
|
46
|
-
*/
|
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": "1.5.
|
8
|
+
"version": "1.5.4",
|
9
9
|
"scripts": {
|
10
10
|
"scrypted-setup-project": "scrypted-setup-project",
|
11
11
|
"prescrypted-setup-project": "scrypted-package-json",
|
@@ -42,10 +42,9 @@
|
|
42
42
|
"pluginDependencies": []
|
43
43
|
},
|
44
44
|
"dependencies": {
|
45
|
-
"@scrypted/sdk": "^0.3.
|
45
|
+
"@scrypted/sdk": "^0.3.106",
|
46
46
|
"axios": "^0.23.0",
|
47
47
|
"lodash": "^4.17.21",
|
48
|
-
"polygon-clipping": "^0.15.7",
|
49
48
|
"sharp": "^0.33.5"
|
50
49
|
},
|
51
50
|
"devDependencies": {
|