@scrypted/nvr 0.1.12 → 0.1.15

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,21 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.1.13
5
+
6
+ use new image resizing for push notification
7
+ implement data migration path to new detection engine
8
+
9
+
10
+ ### 0.1.12
11
+
12
+ add ptz zoom buttons
13
+ remove calendar button in ptz mode
14
+ button cleanups for live state
15
+ basic ptz controls
16
+ nvr publish beta with discovery fix
17
+
18
+
4
19
  ### 0.1.10
5
20
 
6
21
  publish beta
@@ -3,65 +3,6 @@
3
3
  * All rights reserved.
4
4
  */
5
5
 
6
- /*!
7
- * Copyright (c) 2014, GMO GlobalSign
8
- * Copyright (c) 2015-2022, Peculiar Ventures
9
- * All rights reserved.
10
- *
11
- * Author 2014-2019, Yury Strozhevsky
12
- *
13
- * Redistribution and use in source and binary forms, with or without modification,
14
- * are permitted provided that the following conditions are met:
15
- *
16
- * * Redistributions of source code must retain the above copyright notice, this
17
- * list of conditions and the following disclaimer.
18
- *
19
- * * Redistributions in binary form must reproduce the above copyright notice, this
20
- * list of conditions and the following disclaimer in the documentation and/or
21
- * other materials provided with the distribution.
22
- *
23
- * * Neither the name of the copyright holder nor the names of its
24
- * contributors may be used to endorse or promote products derived from
25
- * this software without specific prior written permission.
26
- *
27
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
28
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
29
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
30
- * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
31
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
32
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
33
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
34
- * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
35
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
36
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37
- *
38
- */
39
-
40
- /*!
41
- * MIT License
42
- *
43
- * Copyright (c) Peculiar Ventures. All rights reserved.
44
- *
45
- * Permission is hereby granted, free of charge, to any person obtaining a copy
46
- * of this software and associated documentation files (the "Software"), to deal
47
- * in the Software without restriction, including without limitation the rights
48
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
49
- * copies of the Software, and to permit persons to whom the Software is
50
- * furnished to do so, subject to the following conditions:
51
- *
52
- * The above copyright notice and this permission notice shall be included in all
53
- * copies or substantial portions of the Software.
54
- *
55
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
56
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
57
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
58
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
59
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
60
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
61
- * SOFTWARE.
62
- *
63
- */
64
-
65
6
  /*!
66
7
  * Tmp
67
8
  *
@@ -69,53 +10,3 @@
69
10
  *
70
11
  * MIT Licensed
71
12
  */
72
-
73
- /*!
74
- * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
75
- *
76
- * Copyright (c) 2014-2017, Jon Schlinkert.
77
- * Released under the MIT License.
78
- */
79
-
80
- /*!
81
- * isobject <https://github.com/jonschlinkert/isobject>
82
- *
83
- * Copyright (c) 2014-2017, Jon Schlinkert.
84
- * Released under the MIT License.
85
- */
86
-
87
- /*!
88
- Copyright (c) Peculiar Ventures, LLC
89
- */
90
-
91
- /*! *****************************************************************************
92
- Copyright (C) Microsoft. All rights reserved.
93
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
94
- this file except in compliance with the License. You may obtain a copy of the
95
- License at http://www.apache.org/licenses/LICENSE-2.0
96
-
97
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
98
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
99
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
100
- MERCHANTABLITY OR NON-INFRINGEMENT.
101
-
102
- See the Apache Version 2.0 License for specific language governing permissions
103
- and limitations under the License.
104
- ***************************************************************************** */
105
-
106
- /*! *****************************************************************************
107
- Copyright (c) Microsoft Corporation.
108
-
109
- Permission to use, copy, modify, and/or distribute this software for any
110
- purpose with or without fee is hereby granted.
111
-
112
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
113
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
114
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
115
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
116
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
117
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
118
- PERFORMANCE OF THIS SOFTWARE.
119
- ***************************************************************************** */
120
-
121
- /*! MIT License. Copyright 2015-2018 Richard Moore <me@ricmoo.com>. See LICENSE.txt. */
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.12",
3
+ "version": "0.1.15",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",