@scrypted/nvr 0.5.30 → 0.5.32

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,12 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.5.30
5
+
6
+ update polygon deps
7
+ more appletv adaptive grid fixes
8
+
9
+
4
10
  ### 0.5.28
5
11
 
6
12
  fix noisy destination change
@@ -10,3 +10,27 @@
10
10
  *
11
11
  * MIT Licensed
12
12
  */
13
+
14
+ /*! *****************************************************************************
15
+ Copyright (c) Microsoft Corporation. All rights reserved.
16
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
17
+ this file except in compliance with the License. You may obtain a copy of the
18
+ License at http://www.apache.org/licenses/LICENSE-2.0
19
+
20
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
21
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
22
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
23
+ MERCHANTABLITY OR NON-INFRINGEMENT.
24
+
25
+ See the Apache Version 2.0 License for specific language governing permissions
26
+ and limitations under the License.
27
+ ***************************************************************************** */
28
+
29
+ /**
30
+ * splaytree v3.1.2
31
+ * Fast Splay tree for Node and browser
32
+ *
33
+ * @author Alexander Milevski <info@w8r.name>
34
+ * @license MIT
35
+ * @preserve
36
+ */
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.5.30",
3
+ "version": "0.5.32",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",
@@ -63,9 +63,7 @@
63
63
  "check-disk-space": "^3.4.0",
64
64
  "fast-xml-parser": "^4.3.2",
65
65
  "munkres-js": "^1.2.2",
66
- "point-inside-polygon": "^1.0.3",
67
66
  "polygon-clipping": "^0.15.3",
68
- "polygon-overlap": "^1.0.5",
69
67
  "tmp-promise": "^3.0.3",
70
68
  "uuid": "^9.0.1"
71
69
  },