@scrypted/nvr 0.1.157 → 0.1.158

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,14 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.1.157
5
+
6
+ implement motion heatmap decay
7
+ ignore high watermark if multiple terabytes are free
8
+ finish heatmap filter, autoend low confirm
9
+ publish beta
10
+
11
+
4
12
  ### 0.1.156
5
13
 
6
14
  send notifications without image if image request fails for any reason
@@ -24,27 +24,3 @@
24
24
  * Copyright(c) 2015 Douglas Christopher Wilson
25
25
  * MIT Licensed
26
26
  */
27
-
28
- /*! *****************************************************************************
29
- Copyright (c) Microsoft Corporation. All rights reserved.
30
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
31
- this file except in compliance with the License. You may obtain a copy of the
32
- License at http://www.apache.org/licenses/LICENSE-2.0
33
-
34
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
35
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
36
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
37
- MERCHANTABLITY OR NON-INFRINGEMENT.
38
-
39
- See the Apache Version 2.0 License for specific language governing permissions
40
- and limitations under the License.
41
- ***************************************************************************** */
42
-
43
- /**
44
- * splaytree v3.1.2
45
- * Fast Splay tree for Node and browser
46
- *
47
- * @author Alexander Milevski <info@w8r.name>
48
- * @license MIT
49
- * @preserve
50
- */
package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/nvr",
3
- "version": "0.1.157",
3
+ "version": "0.1.158",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",
@@ -50,6 +50,7 @@
50
50
  "@scrypted/common": "../../scrypted/common",
51
51
  "@scrypted/sdk": "file:../../scrypted/sdk",
52
52
  "@scrypted/types": "file:../../scrypted/sdk/types",
53
+ "@turf/area": "^6.5.0",
53
54
  "axios": "^1.4.0",
54
55
  "check-disk-space": "^3.4.0",
55
56
  "fast-xml-parser": "^4.2.5",