@scrypted/nvr 0.10.155 → 0.10.157

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,16 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.10.156
5
+
6
+ use qsv on windows + intel
7
+
8
+
9
+ ### 0.10.155
10
+
11
+ text only notifications disabled by default
12
+
13
+
4
14
  ### 0.10.154
5
15
 
6
16
  support two stage notifications
@@ -5,27 +5,3 @@
5
5
  *
6
6
  * MIT Licensed
7
7
  */
8
-
9
- /*! *****************************************************************************
10
- Copyright (c) Microsoft Corporation. All rights reserved.
11
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
12
- this file except in compliance with the License. You may obtain a copy of the
13
- License at http://www.apache.org/licenses/LICENSE-2.0
14
-
15
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
17
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
18
- MERCHANTABLITY OR NON-INFRINGEMENT.
19
-
20
- See the Apache Version 2.0 License for specific language governing permissions
21
- and limitations under the License.
22
- ***************************************************************************** */
23
-
24
- /**
25
- * splaytree v3.1.2
26
- * Fast Splay tree for Node and browser
27
- *
28
- * @author Alexander Milevski <info@w8r.name>
29
- * @license MIT
30
- * @preserve
31
- */
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.10.155",
3
+ "version": "0.10.157",
4
4
  "exports": {
5
5
  "./src/main.ts": "./main.nodejs.js",
6
6
  "./src/motion-fork.ts": "./motion-fork.nodejs.js",